Skip to content

oracle: Skip things in other splits #7

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

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

smspillaz
Copy link
Collaborator

No description provided.

…monstrations

A flaw with the oracle was that it could generate demonstrations of things
in splits B, C, D, E and F. Even though we weren't really trying to optimize
performance on those splits, it makes benchmarks on them problematic, since
we technically leak the solution in the demonstrations.

This change reworks the oracle so that generating those demonstrations is
not possible in the training set, unless it is the only viable demonstration.
Instead we generate demonstrations of going to *different* objects and try
to learn from those.

In the test data, we allow generating demonsrtations of other splits other
than the one being tested.
Useful for debugging data generation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant