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

transfer learning and answer prediction on fill-in-the-blank type of QA dataset #67

Closed
tayalps opened this issue Apr 18, 2020 · 2 comments
Labels
type:feature New feature or request

Comments

@tayalps
Copy link

tayalps commented Apr 18, 2020

fill-in-the-blank questions could be treated as questions with a language model where the fill in the blank is like applying the mask to the word.
How could I use haystack for that? I have software domain-related QA data, so how could i apply transfer learning and predict the answers correctly?

@tholor
Copy link
Member

tholor commented Apr 21, 2020

Hey @tayalps ,
fill-in-the-blank questions are currently not supported in haystack. Can you elaborate a bit on your use case? So far we haven't seen many applications for this QA style in the industry, but maybe we are missing something here.
In any case, it should be fairly simple to take a model from Transformers or FARM and just predict the blanks. Happy to support you along the way in case further questions pop up.

@tholor tholor added the type:feature New feature or request label May 6, 2020
@tholor
Copy link
Member

tholor commented Jun 3, 2020

Closing this as "fill-in-the-blank questions" are currently not in scope for haystack. @tayalps feel free to reopen and clarify the use case here.

@tholor tholor closed this as completed Jun 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type:feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants