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

Idea on how to structure generation / annotation #68

Open
whoisjones opened this issue Aug 8, 2023 · 1 comment
Open

Idea on how to structure generation / annotation #68

whoisjones opened this issue Aug 8, 2023 · 1 comment
Labels
discussion Things to discuss

Comments

@whoisjones
Copy link
Member

Instead of having a unified generation function as we have now, we might want to adjust our repo in the future in a direction such that users can pick different approaches like:

For Generation:
ZEROGEN: efficient zero-shot learning via dataset generation (paper)
PROGEN: progressive dataset generation via in-context feedback (paper)

For Annotation:
CALIBRATION: prompt-based zero-shot learning with calibration (paper)
...

At last, we should keep the possibility to generate datasets on their own, defining their own sampling strategy, sample information criterion, etc.

@whoisjones whoisjones added the discussion Things to discuss label Aug 8, 2023
@HallerPatrick
Copy link
Collaborator

I think a good idea would be to start implementing one or two of those approaches and see, what needs to be changed. We could then abstract that to be useable with the other approaches. I am interested in implementing one of those. You already have one in mind that is open to implement?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discussion Things to discuss
Projects
None yet
Development

No branches or pull requests

2 participants