-
Notifications
You must be signed in to change notification settings - Fork 58
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
What's Next??? #33
Comments
Thanks for your interest. The purpose of this repository is mainly to build and use the NewsQa dataset. I'm not sure of the best place to find our question answering/generation models. Maybe @xingdi-eric-yuan, @wangtong106, or @trischler can also help or at least link to relevant papers. |
Hi @juharris , Thank you... |
Hi @mady143 , Both keyphrase generation and question generation have a quite large community. I believe google will return you quite a few papers in these topics. |
Hi @xingdi-eric-yuan , Thanks and Regards, |
To me, complex question generation is a way of evaluating machine comprehension (both for humans and machines). Therefore I don't think auto question generation is a solved problem. As you said, most work generates simple questions (as simple as paraphrasing a sentence in document as question). The main reason is because machines only comprehend language in a shallow manner. There are lines of work trying to increase the complexity. For instance, some work combine multiple questions to be a "multi-hop" question (e.g., HotpotQA); some work ask followup questions from a dialog style document (e.g., ShARC). Furthermore, think broadly, one can convert QA task into other NLP tasks like summarization, by asking questions like "what does this passage mainly say?", this will definitely increase the difficulty level. |
Hi @temporaer @ksuleman @tsendeemts @MarcCote @kracwarlock ,
I had run your code as per the instructions given in the README.md file i.e,
python maluuba/newsqa/data_generator.py
python -m unittest discover
Now I want to know the next step i.e, giving an input text file to get the questions and answers or else any other alternative to qeting the questions with answers .
Thanks and Regards,
Manikantha Sekhar
Happy Codding...
The text was updated successfully, but these errors were encountered: