paper-with-me

홈 › Papers

Improving Question Answering with Generation of NQ-like Questions

2022-10-12 · Saptarashmi Bandyopadhyay, Shraman Pal, Hao Zou, Abhranil Chandra, Jordan Boyd-Graber

Question Answering (QA) systems require a large amount of annotated data which is costly and time-consuming to gather. Converting datasets of existing QA benchmarks are challenging due to different formats and complexities. To address these issues, we propose an algorithm to automatically generate shorter questions resembling day-to-day human communication in the Natural Questions (NQ) dataset from longer trivia questions in Quizbowl (QB) dataset by leveraging conversion in style among the datasets. This provides an automated way to generate more data for our QA systems. To ensure quality as well as quantity of data, we detect and remove ill-formed questions using a neural classifier. We demonstrate that in a low resource setting, using the generated data improves the QA performance over the baseline system on both NQ and QB data. Our algorithm improves the scalability of training data while maintaining quality of data for QA systems.

📄 PDF Abstract BibTeX arXiv:2210.06599

Code (0)

등록된 구현이 없습니다.

Tasks

Natural QuestionsQuestion Answering

Similar Papers 제목 키워드 기반

SPARQL query generation for complex question answering with BERT and BiLSTM-based model

2020-06-17 · Proceedings of the International Conference “Dialogue 2020” 2020 6 · Evseev D. A., Arkhipov M. Yu.

In this paper we describe question answering system for answering of complex questions over Wikidata knowledge base. Unlike simple questions, which require extraction of single fact from the knowledge base, complex quest…

Knowledge Base Question AnsweringQuestion AnsweringSemantic ParsingTriplet

Pseudo Ambiguous and Clarifying Questions Based on Sentence Structures Toward Clarifying Question Answering System

2022-05-01 · dialdoc (ACL) 2022 5 · Yuya Nakano, Seiya Kawano, Koichiro Yoshino, Katsuhito Sudoh 외

Question answering (QA) with disambiguation questions is essential for practical QA systems because user questions often do not contain information enough to find their answers. We call this task clarifying question answ…

Question AnsweringQuestion GenerationQuestion-GenerationSentence

Leveraging Frequent Query Substructures to Generate Formal Queries for Complex Question Answering

2019-08-29 · IJCNLP 2019 11 · Jiwei Ding, Wei Hu, Qixin Xu, Yuzhong Qu

Formal query generation aims to generate correct executable queries for question answering over knowledge bases (KBs), given entity and relation linking results. Current approaches build universal paraphrasing or ranking…

Question AnsweringRelationRelation Linking

Machine Comprehension by Text-to-Text Neural Question Generation

2017-05-04 · WS 2017 8 · Xingdi Yuan, Tong Wang, Caglar Gulcehre, Alessandro Sordoni 외

We propose a recurrent neural model that generates natural-language questions from documents, conditioned on answers. We show how to train the model using a combination of supervised and reinforcement learning. After tea…

Question AnsweringQuestion GenerationQuestion-GenerationReading Comprehension+3

Which questions should I answer? Salience Prediction of Inquisitive Questions

2024-04-16 · Yating Wu, Ritika Mangla, Alexandros G. Dimakis, Greg Durrett 외

Inquisitive questions -- open-ended, curiosity-driven questions people ask as they read -- are an integral part of discourse processing (Kehler and Rohde, 2017; Onea, 2016) and comprehension (Prince, 2004). Recent work i…

Question GenerationQuestion-Generation