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

Can this code suppot free-form QA task? #298

Open
Tan-Hexiang opened this issue Jul 4, 2024 · 2 comments
Open

Can this code suppot free-form QA task? #298

Tan-Hexiang opened this issue Jul 4, 2024 · 2 comments

Comments

@Tan-Hexiang
Copy link

I noticed that the datasets supported in the code are all multiple-choice and classification types, such as IMDB, QNLI, and BoolQ. Can the code in this repository support free-form types of tasks, such as TriviaQA and NQ? For free-form QA tasks, the possible answer space is infinite. How should the CCS method allocate X+ and X- labels for such tasks?

@Tan-Hexiang
Copy link
Author

@artkpv
Copy link
Contributor

artkpv commented Jul 4, 2024

Free form tasks, imho, can be reduced to a classification tasks by appending question and answer each time like [Original Question] Answer: "[Sampled Answer]" Is the last answer true or false? True / False (contrast pair). And so on for multi-class

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

No branches or pull requests

2 participants