paper-with-me

Papers

Natural Answer Generation: From Factoid Answer to Full-length Answer using Grammar Correction

2021-12-07 · Manas Jain, Sriparna Saha, Pushpak Bhattacharyya, Gladvin Chinnadurai, Manish Kumar Vatsa

Question Answering systems these days typically use template-based language generation. Though adequate for a domain-specific task, these systems are too restrictive and predefined for domain-independent systems. This paper proposes a system that outputs a full-length answer given a question and the extracted factoid answer (short spans such as named entities) as the input. Our system uses constituency and dependency parse trees of questions. A transformer-based Grammar Error Correction model GECToR (2020), is used as a post-processing step for better fluency. We compare our system with (i) Modified Pointer Generator (SOTA) and (ii) Fine-tuned DialoGPT for factoid questions. We also test our approach on existential (yes-no) questions with better results. Our model generates accurate and fluent answers than the state-of-the-art (SOTA) approaches. The evaluation is done on NewsQA and SqUAD datasets with an increment of 0.4 and 0.9 percentage points in ROUGE-1 score respectively. Also the inference time is reduced by 85\% as compared to the SOTA. The improved datasets used for our evaluation will be released as part of the research contribution.

📄 PDF Abstract BibTeX arXiv:2112.03849

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationQuestion AnsweringText Generation

Similar Papers 제목 키워드 기반

Answering Naturally: Factoid to Full length Answer Generation

2019-11-01 · WS 2019 11 · Vaishali Pal, Manish Shrivastava, Irshad Bhat

In recent years, the task of Question Answering over passages, also pitched as a reading comprehension, has evolved into a very active research area. A reading comprehension system extracts a span of text, comprising of …

Answer GenerationQuestion AnsweringReading ComprehensionText Generation

ConfNet2Seq: Full Length Answer Generation from Spoken Questions

2020-06-09 · Vaishali Pal, Manish Shrivastava, Laurent Besacier

Conversational and task-oriented dialogue systems aim to interact with the user using natural responses through multi-modal interfaces, such as text or speech. These desired responses are in the form of full-length natur…

Answer GenerationSentenceTask-Oriented Dialogue Systems

Generating Factoid Questions With Recurrent Neural Networks: The 30M Factoid Question-Answer Corpus

2016-03-22 · ACL 2016 8 · Iulian Vlad Serban, Alberto García-Durán, Caglar Gulcehre, Sungjin Ahn 외

Over the past decade, large-scale supervised learning corpora have enabled machine learning researchers to make substantial advances. However, to this date, there are no large-scale question-answer corpora available. In …

Machine TranslationQuestion GenerationQuestion-GenerationSentence+2

Cross-Lingual Open-Domain Question Answering with Answer Sentence Generation

2021-10-14 · Benjamin Muller, Luca Soldaini, Rik Koncel-Kedziorski, Eric Lind 외

Open-Domain Generative Question Answering has achieved impressive performance in English by combining document-level retrieval with answer generation. These approaches, which we refer to as GenQA, can generate complete s…

Answer GenerationGenerative Question AnsweringOpen-Domain Question AnsweringQuestion Answering+2

Conclusion-Supplement Answer Generation for Non-Factoid Questions

2019-11-25 · Makoto Nakatsuji, Sohei Okui

This paper tackles the goal of conclusion-supplement answer generation for non-factoid questions, which is a critical issue in the field of Natural Language Processing (NLP) and Artificial Intelligence (AI), as users oft…

Answer GenerationDecoder