Question Generation(问题生成),简单理解就是“主动提问”的AI应用场景,是Question Answer(QA)一个子领域。QG 的应用还是挺广泛的,像是为 QA 任务产生训练数据、自动合成 FAQ 文档、自动辅导系统(automatic tutoring systems)等。

传统工作主要是利用句法树或者知识库,基于规则来产生问题。如基于语法(Heilman and Smith, 2010; Ali et al., 2010; Kumar et al., 2015),基于语义(Mannem et al., 2010; Lindberg et al., 2013),大多是利用规则操作句法树来形成问句。还有是基于模板(templates),定好 slot,然后从文档中找到实体来填充模板(Lindberg et al., 2013; Chali and Golestanirad, 2016)。

    本文整理了QG相关的经典、前沿、综述性的论文,涉及篇章级问题生成、基于知识图谱问题生成等,以及一些该领域的公开数据集,评评测指标,分享给大家。

资源整理自网络,源地址:https://github.com/bisheng/QuestionGeneration

篇章级别QG

Harvesting paragraph-level question-answer pairs from wikipedia. Xinya Du, Claire Cardie. ACL, 2018. paper code

Leveraging Context Information for Natural Question Generation. Linfeng Song, Zhiguo Wang, Wael Hamza, Yue Zhang, Daniel Gildea. ACL, 2018. paper code

Paragraph-level Neural Question Generation with Maxout Pointer and Gated Self-attention Networks. Yao Zhao, Xiaochuan Ni, Yuanyuan Ding, Qifa Ke. EMNLP, 2018. paper code

Capturing Greater Context for Question Generation. Luu Anh Tuan, Darsh J Shah, Regina Barzilay. arxiv, 2019. paper code

基于知识图谱QG,KBQG

  2014-2019

Difficulty-controllable Multi-hop Question Generation From Knowledge Graphs. Vishwajeet Kumar, Yuncheng Hua, Ganesh Ramakrishnan, et al. EMNLP, 2019. paper code&dataset

Difficulty-level Modeling of Ontology-based Factual Questions.

Question Difficulty Estimation in Community Question Answering Services.

Domain-specific question generation from a knowledge base.

Generating Quiz Questions from knowledge graphs.

Knowledge Questions from Knowledge Graphs.

Question Generation from a Knowledge Base with Web Exploration.

Question generation from a knowledge base.

Question generation from concept maps.

    2008-2013

A similarity-based theory of controlling MCQ difficulty. Tahani Alsubait, Bijan Parsia, Ulrike Sattler IEEE, 2013. paper

    2014-2019

Let's Ask Again: Refine Network for Automatic Question Generation. Nema P, Mohankumar A K, Khapra M M, et al. arXiv, 2019. paper

Difficulty Controllable Generation of Reading Comprehension Questions. Yifan Gao, Lidong Bing, Wang Chen, et al. IJCAI, 2019. paper

Generating Question-Answer Hierarchies. Kalpesh Krishna and Mohit Iyyer. ACL, 2019. paper code

Improving Generative Visual Dialog by Answering Diverse Questions. Murahari V, Chattopadhyay P, Batra D, et al. arXiv, 2019. paper

Reverse SQL Question Generation Algorithm in the DBLearn Adaptive E-Learning System. Atchariyachanvanich K, Nalintippayawong S, Julavanich T. IEEE, 2019. paper

Interconnected Question Generation with Coreference Alignment and Conversation Flow Modeling. Yifan Gao, Piji Li, Irwin King, et al. ACL, 2019. paper code

Cross-Lingual Training for Automatic Question Generation. Kumar V, Joshi N, Mukherjee A, et al. ACL, 2019. paper dataset

Multi-hop Reading Comprehension through Question Decomposition and Rescoring. Sewon Min, Victor Zhong, Luke Zettlemoyer, et al. ACL, 2019. paper

Learning to Ask Unanswerable Questions for Machine Reading Comprehension. Haichao Zhu, Li Dong, Furu Wei, et al. ACL, 2019.

Reinforced Dynamic Reasoning for Conversational Question Generation. Boyuan Pan, Hao Li, Ziyu Yao, et al. ACL, 2019. paper code dataset

Asking the Crowd: Question Analysis, Evaluation and Generation for Open Discussion on Online Forums. Zi Chai, Xinyu Xing, Xiaojun Wan, et al. ACL, 2019.

Self-Attention Architectures for Answer-Agnostic Neural Question Generation. Thomas Scialom, Benjamin Piwowarski and Jacopo Staiano. ACL, 2019.

Evaluating Rewards for Question Generation Models. Tom Hosking and Sebastian Riedel. NAACL, 2019. paper

Difficulty controllable question generation for reading comprehension. Gao Y, Wang J, Bing L, et al. IJCAI, 2019. paper

Weak Supervision Enhanced Generative Network for Question Generation. Yutong Wang, Jiyuan Zheng, Qijiong Liu, et al. IJCAI, 2019. paper

Answer-based Adversarial Training for Generating Clarification Questions. Rao S, Daumé III H. NAACL, 2019. paper code

Information Maximizing Visual Question Generation. Krishna, Ranjay, Bernstein, Michael, Fei-Fei, Li. arXiv, 2019. paper

Learning to Generate Questions by Learning What not to Generate. Liu B, Zhao M, Niu D, et al. WWW, 2019. paper

Joint Learning of Question Answering and Question Generation. Sun Y, Tang D, Duan N, et al. IEEE, 2019. paper dataset

Domain-specific question-answer pair generation. Beason W A, Chandrasekaran S, Gattiker A E, et al. Google Patents, 2019. paper

Anaphora Reasoning Question Generation Using Entity Coreference. Hasegawa, Kimihiro, Takaaki Matsumoto, and Teruko Mitamura. 2019. paper

Improving Neural Question Generation using Answer Separation. Kim Y, Lee H, Shin J, et al. AAAI, 2019. paper

A novel framework for Automatic Chinese Question Generation based on multi-feature neural network mode Zheng H T, Han J, Chen J Y, et al. Comput. Sci. Inf. Syst., 2018. paper

Visual question generation as dual task of visual question answering. Li Y, Duan N, Zhou B, et al. IEEE, 2018. paper

Answer-focused and Position-aware Neural Question Generation. Sun X, Liu J, Lyu Y, et al. EMNLP, 2018. paper

Automatic Question Generation using Relative Pronouns and Adverbs. Khullar P, Rachna K, Hase M, et al. ACL, 2018. paper

Learning to ask good questions: Ranking clarification questions using neural expected value of perfect information Rao S, Daumé III H. arXiv, 2018. paper dataset

Soft layer-specific multi-task summarization with entailment and question generation. Guo H, Pasunuru R, Bansal M. arXiv, 2018. paper

Leveraging context information for natural question generation Song L, Wang Z, Hamza W, et al. ACL, 2018. paper code

Learning to Ask Questions in Open-domain Conversational Systems with Typed Decoders. Wang Y, Liu C, Huang M, et al. arXiv, 2018. paper code dataset

Did the model understand the question? Mudrakarta P K, Taly A, Sundararajan M, et al. arXiv, 2018. paper code dataset

Know What You Don't Know: Unanswerable Questions for SQuAD. Rajpurkar P, Jia R, Liang P. arXiv, 2018. paper code&dataset

Harvesting paragraph-level question-answer pairs from wikipedia. Du X and Cardie C. arXiv, 2018. paper code&dataset

Teaching Machines to Ask Questions. Kaichun Yao, Libo Zhang, Tiejian Luo, et al. IJCAI, 2018. paper

Question Generation using a Scratchpad Encoder. Benmalek R Y, Khabsa M, Desu S, et al. 2018. paper

Learning to collaborate for question answering and asking. Tang D, Duan N, Yan Z, et al. NAACL, 2018. paper

A Question Type Driven Framework to Diversify Visual Question Generation Zhihao Fan, Zhongyu Wei, Piji Li, et al. IJCAI,2018. paper

Neural Generation of Diverse Questions using Answer Focus, Contextual and Linguistic Features. Harrison V, Walker M. arXiv,2018. paper

Learning to Ask: Neural Question Generation for Reading Comprehension. Xinya Du, Junru Shao, Claire Cardie. ACL, 2017. paper code

Neural question generation from text: A preliminary study. Zhou Q, Yang N, Wei F, et al. NLPCC, 2017. paper

Question answering and question generation as dual tasks. Tang D, Duan N, Qin T, et al. arXiv, 2017. paper

Creativity: Generating diverse questions using variational autoencoders. Jain U, Zhang Z, Schwing A G. IEEE,2017. paper

A joint model for question answering and question generation. Wang, Tong, Xingdi Yuan, and Adam Trischler. arXiv, 2017. paper

Neural models for key phrase detection and question generation. Subramanian S, Wang T, Yuan X, et al. arXiv, 2017. paper

Machine comprehension by text-to-text neural question generation. Yuan X, Wang T, Gulcehre C, et al. arXiv, 2017. paper

Question generation for question answering. Duan N, Tang D, Chen P, et al. EMNLP,2017. paper

Ranking automatically generated questions using common human queries. Chali Y, Golestanirad S. INLG, 2016. paper

Generating Factoid Questions With Recurrent Neural Networks: The 30M Factoid Question-Answer Corpus. Serban I V, García-Durán A, Gulcehre C, et al. arXiv, 2016. paper dataset

Towards Topic-to-Question Generation. XYllias Chali, Sadid A. Hasan. Computational Linguistics, 2015. paper

Literature review of automatic question generation systems. Rakangor, Sheetal, and Y. Ghodasara. International Journal of Scientific and Research Publications,2015. paper

Revup: Automatic gap-fill question generation from educational texts. Kumar G, Banchs R and D'Haro L F. ACL, 2015. paper

Deep questions without deep understanding. Labutov I, Basu S and Vanderwende L. ACL, 2015. paper

Ontology-based multiple choice question generation. Al-Yahya, Maha. The Scientific World Journal, 2014. paper

Linguistic considerations in automatic question generation. Mazidi, Karen, and Rodney D. Nielsen. ACL, 2014. paper

Automatic question generation for educational applications–the state of art. Le, Nguyen-Thinh, Tomoko Kojiri, and Niels Pinkwart. ACMKE, 2014. paper

 2008-2013

Generating natural language questions to support learning on-line. Lindberg D, Popowich F, Nesbit J, et al. ENLG, 2013. paper

Question generation for French: collating parsers and paraphrasing questions. Bernhard, Delphine, et al. Dialogue & Discourse,2012. paper dataset1 dataset2

Question generation from concept maps. Olney A M, Graesser A C, Person N K. Dialogue & Discourse, 2012. paper

Towards automatic topical question generation. Chali, Yllias, and Sadid A. Hasan. COLING,2012. paper dataset

Question generation based on lexico-syntactic patterns learned from the web. Curto, Sérgio, Ana Cristina Mendes, and Luisa Coheur. Dialogue & Discourse,2012. paper

G-Asks: An intelligent automatic question generation system for academic writing support. Liu, Ming, Rafael A. Calvo, and Vasile Rus. Dialogue & Discourse, 2012. paper

Semantics-based question generation and implementation. Yao, Xuchen, Gosse Bouma, and Yi Zhang. Dialogue & Discourse,2012. paper system dataset1 dataset2 dataset3 dataset4

Mind the gap: learning to choose gaps for question generation. Becker, Lee, Sumit Basu, and Lucy Vanderwende. NAACL,2012. paper dataset

OntoQue: a question generation engine for educational assesment based on domain ontologies. Al-Yahya, Maha. IEEE, 2011. paper

Automatic gap-fill question generation from text books. Agarwal M, Mannem P. the 6th Workshop on Innovative Use of NLP for Building Educational Applications,2011. paper

Automatic question generation using discourse cues. Agarwal, Manish, Rakshit Shah, and Prashanth Mannem. the 6th Workshop on Innovative Use of NLP for Building Educational Applications,2011. paper

Automatic factual question generation from text. Heilman, Michael. Language Technologies Institute School of Computer Science Carnegie Mellon University 2011. paper

Question generation and answering. Linnebank, Floris, Jochem Liem, and Bert Bredeweg. DynaLearn, EC FP7 STREP project,2010. paper

Question generation from paragraphs at UPenn: QGSTEC system description. Mannem, Prashanth, Rashmi Prasad, and Aravind Joshi. QG2010: The Third Workshop on Question Generation,2010. paper

Question generation with minimal recursion semantics. Yao, Xuchen, and Yi Zhang. QG2010: The Third Workshop on Question Generation. 2010. paper

Natural language question generation using syntax and keywords. Kalady S, Elikkottil A, Das R. QG2010: The Third Workshop on Question Generation, 2010. paper

Automatic question generation for literature review writing support. Liu, Ming, Rafael A. Calvo, and Vasile Rus. International Conference on Intelligent Tutoring Systems,2010. paper

Overview of the first question generation shared task evaluation challenge. Rus, Vasile, et al. the Third Workshop on Question Generation, 2010. paper

Question generation in the CODA project. Piwek, Paul, and Svetlana Stoyanchev. no conference, 2010. paper

The first question generation shared task evaluation challenge. Rus V, Wyse B, Piwek P, et al. INLG, 2010. paper

Extracting simplified statements for factual question generation. Heilman, Michael, and Noah A. Smith. QG2010: The Third Workshop on Question Generation, 2010. paper system

Good Question! Statistical Ranking for Question Generation. Heilman, Michael and Smith, Noah A. ACL, 2010.paper dataset1 dataset2

Automation of question generation from sentences. Ali, H., Chali, Y., Hasan, S. A. QG2010: The Third Workshop on Question Generation 2010. paper

Question Generation via Overgenerating Transformations and Ranking. Michael Heilman, Noah A. Smith. CARNEGIE-MELLON UNIV PITTSBURGH PA LANGUAGE TECHNOLOGIES INST, 2009. paper

Automatic question generation and answer judging: a q&a game for language learning. Yushi Xu, Anna Goldie, Stephanie Seneff. SLaTE, 2009. paper

评测

Unifying Human and Statistical Evaluation for Natural Language Generation. Tatsunori B. Hashimoto, Hugh Zhang, Percy Liang. NAACL, 2019. paper code

Evaluating Rewards for Question Generation Models. Hosking T, Riedel S. arXiv, 2019. paper

The price of debiasing automatic metrics in natural language evaluation. Arun Tejasvi Chaganty, Stephen Mussmann, Percy Liang arXiv, 2018. paper code

BLEU: a Method for Automatic Evaluation of Machine Translation. Kishore Papineni, Salim Roukos, Todd Ward, Wei-Jing Zhu. ACL, 2002. paper

Evaluating question answering over linked data. Lopez V, Unger C, Cimiano P, et al. WWW, 2013. paper

The Meteor metric for automatic evaluation of machine translation. Lavie A, Denkowski M J. Machine translation, 2009. paper

Rouge: A package for automatic evaluation of summaries. Lin, Chin-Yew. Text Summarization Branches Out, 2004. paper

数据集

Program induction by rationale generation: Learning to solve and explain algebraic word problems. Ling W, Yogatama D, Dyer C, et al. arXiv, 2017. paper code

On Generating Characteristic-rich Question Sets for QA Evaluation. Su Y, Sun H, Sadler B, et al. EMNLP, 2016. paper code

Squad: 100,000+ questions for machine comprehension of text. Rajpurkar P, Zhang J, Lopyrev K, et al. arXiv, 2016. paper dataset

Who did what: A large-scale person-centered cloze dataset Onishi T, Wang H, Bansal M, et al. arXiv, 2016. paper dataset

Teaching machines to read and comprehend Hermann K M, Kocisky T, Grefenstette E, et al. NIPS, 2015. paper code

Mctest: A challenge dataset for the open-domain machine comprehension of text. Richardson M, Burges C J C, and Renshaw E. EMNLP, 2013. paper dataset

The Value of Semantic Parse Labeling for Knowledge Base Question Answering. Yih W, Richardson M, Meek C, et al. ACL, 2016. paper dataset

Semantic Parsing on Freebase from Question-Answer Pairs. Berant J, Chou A, Frostig R, et al. EMNLP, 2013. paper

智能问答-问题生成(QG)历史最全论文、综述、数据集整理分享相关推荐

  1. 互联网从业必备-历史最全互联网黑话词汇表分享

    本资源整理了互联网黑话词汇表,包含"赋能.抓手.闭环.沉淀.打通"等阿里味儿词汇,分享给需要的朋友. 资源整理自网络,源地址: https://github.com/justjav ...

  2. 历史最全自然语言处理测评基准分享-数据集、基准(预训练)模型、语料库、排行榜

    本资源会中文自然语言处理一列具有代表性的任务,以及对应的数据集,做为测试基准的数据集.这些数据集会覆盖不同的任务.数据量.任务难度.包含了中文自然语言处理相关的任务,涉及数据集.基准(预训练)模型.语 ...

  3. 历史最全开放语音/音频数据集整理分享

    本资源整理了40多个语音和音频处理相关的开源数据集,分享给有需要的朋友. 资源整理自网络,源地址:https://github.com/jim-schwoebel/voice_datasets 有两种 ...

  4. 七月Z星月度速览 | Milvus 源码解析重磅来袭、学术直播间开播、Milvus 社区在线答疑会重启、智能问答机器人上线……...

    #July Z星月度速览 · 小 Mil 来了!Milvus 智能问答机器人上线 · Zilliz 合伙人.工程总监栾小凡与社区分享首期 Milvus 底层源码架构解析 · Milvus 社区发起首期 ...

  5. 强烈推荐十大NLP主流经典项目:预训练BERT、知识图谱、智能问答、机器翻译、文本自动生成等...

    自然语言处理技术近几年发展非常快,像BERT.GPT-3.图神经网络.知识图谱等技术被大量应用于项目实践中. 今年大厂的NLP面试中对项目方面的考察深度也随之提升了很多,经常会被面试官揪着细节一步一步 ...

  6. 基于知识图谱的智能问答方案

    向AI转型的程序员都关注了这个号???????????? 机器学习AI算法工程   公众号:datayx 三个角度理解知识图谱 2012年谷歌首次提出"知识图谱"这个词,由此知识图 ...

  7. 美团智能问答技术探索与实践

    分享嘉宾:美团 江会星 博士 编辑整理:韩佳 出品平台:DataFunTalk 导读:本文主要介绍在美团业务中智能问答技术的相关落地与实践.通常问答系统需要提前构建好问答对知识库,这种方式对高频问题能 ...

  8. NLP精选10个实现项目推荐-涉及预训练Bert、知识图谱、智能问答、机器翻译、对话等...

    自然语言处理技术近几年发展非常快,像BERT.GPT-3.图神经网络.知识图谱等技术被大量应用于项目实践中. 今年大厂的NLP面试中对项目方面的考察深度也随之提升了很多,经常会被面试官揪着细节一步一步 ...

  9. 智能问答在金融领域中的实践与应用

    大家好,我是数库科技的CTO夏磊,我们是一家创业型企业,成立于2009年,先后获得穆迪和京东金融的投资,在2016年被KPMG评为金融科技50强,非常高兴有机会跟大家分享下我们在行业工作中的一些经验. ...

最新文章

  1. 【Netty】ChannelHandler和ChannelPipeline
  2. 【错误记录】Android 文件查看错误 ( Error opening contents of device file ““: Cannot create directory )
  3. C++:类-多态的学习和使用
  4. Maximum Subarray with Sum/ Multiply
  5. Oracle修改表列名与顺序的解决方案 (sql 修改列名)
  6. 50个直击灵魂的问题_当妈后,你想过这三个直击灵魂的问题吗?
  7. Bzoj2037: [Sdoi2008]Sue的小球
  8. 个人作业7 第一阶段SCRUM冲刺(七)
  9. geteditor p 取消自动_自动挡汽车最热问题,N档到底是干什么用的?
  10. 快速集成iOS基于RTMP的视频推流
  11. matlab 捕食者和猎物,[转载]与“猎物-捕食者模型”有关的模拟题
  12. android dialog动画_Android超级酷炫实用的UI框架
  13. Linux父进程如何发信号给子进程,关于C#:fork和signal:如何将信号从父进程发送到特定的子进程...
  14. JAVA写一个小型超市管理系统,Java语言课程设计-小型超市管理系统
  15. AI虚拟偶像正崛起,是否可以取代你的idol?
  16. 一文足矣:Unity行为树
  17. gdal工具(一)矢量栅格化工具 gdal_rasterize
  18. docker 安装Mysql并设置自启动
  19. PDM软件介绍(一)
  20. 马克思逝世140周年纪念|朋友一生一起走!马克思与恩格斯之间的感情有多深?...

热门文章

  1. Mendeley配合overleaf使用
  2. RPG游戏《黑暗之光》流程介绍与代码分析之(十):主角状态信息界面与小地图的实现
  3. 仿饿了吗点餐(简单)
  4. 希雷伺服源码原理图/PCB/BOM/技文档TMS320F28 希雷伺服,全套资料 , 主控芯片,TMS320F28034PNT,方案有显示,驱动
  5. java第一行输出1当i=10 输出0_当输出模式位MODE[1:0]=10时,最大输出速度为:
  6. 哈佛大学经典校训20条
  7. CSC首次试行|2023年高校国际组织师资出国留学项目解读
  8. HTML背景颜色及透明度设置
  9. 亿级流量电商详情页系统实战-46.基于双层嵌套command开发商品服务接口的多级降级机制
  10. windows电脑手机软件--下载网站