Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

generate paper-compatible task function dataset #2

Closed
KiaraGrouwstra opened this issue Jan 21, 2020 · 4 comments
Closed

generate paper-compatible task function dataset #2

KiaraGrouwstra opened this issue Jan 21, 2020 · 4 comments
Labels
generation features needed for dataset generation

Comments

@KiaraGrouwstra
Copy link
Owner

KiaraGrouwstra commented Jan 21, 2020

note that I should incorporate their task functions (test set), building blocks, and grammar (I wanna keep mine simple!).

@KiaraGrouwstra
Copy link
Owner Author

KiaraGrouwstra commented Jan 23, 2020

I implemented Tamandu under the impression it was the only one not requiring recursion, then realized that (1) I was wrong, and (2) its polymorphism lacks any variation, i.e. for my purposes doesn't count as proper type polymorphism, meaning my intended approach is logically unlikely to add significant value on this benchmark.

This doesn't necessarily mean I can't just go ahead and proceed with other stuff -- it just means I may need to settle on a nicer dataset at some point.
In a sense I feel a bit like putting this off until maybe further literature research -- I'm not so happy about the recursion (#12) required by the papers I was currently considering, so I'm kinda hoping to still somehow find something better there.

For what it's worth, Tamandu should do fine for the purpose of serving as a dataset to sorta check if my NSPS implementation ends up sane.

I'll downgrade the priority of this issue to reflect these advances.

@KiaraGrouwstra KiaraGrouwstra added generation features needed for dataset generation and removed critical labels Jan 23, 2020
@KiaraGrouwstra
Copy link
Owner Author

I'd like to narrow the scope of this issue.
my goal here is not yet to construct the perfect final dataset to show the strength of my approach (which I'll push to #9), but rather to get something so as to just unblock the other tasks like building the synthesizers, even if the initial dataset might not initially be designed to demonstrate the strengths of my approach yet.

@KiaraGrouwstra
Copy link
Owner Author

progress update: while succ now works, after better handling a bunch, the majority of the blocks still result in run-time issues.

@KiaraGrouwstra
Copy link
Owner Author

at this point this seems to just depend on combinators (#4). closing in favor of that issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
generation features needed for dataset generation
Projects
None yet
Development

No branches or pull requests

1 participant