paper-with-me

홈 › Papers

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 often require supplementary information before accepting a conclusion. The current encoder-decoder framework, however, has difficulty generating such answers, since it may become confused when it tries to learn several different long answers to the same non-factoid question. Our solution, called an ensemble network, goes beyond single short sentences and fuses logically connected conclusion statements and supplementary statements. It extracts the context from the conclusion decoder's output sequence and uses it to create supplementary decoder states on the basis of an attention mechanism. It also assesses the closeness of the question encoder's output sequence and the separate outputs of the conclusion and supplement decoders as well as their combination. As a result, it generates answers that match the questions and have natural-sounding supplementary sequences in line with the context expressed by the conclusion sequence. Evaluations conducted on datasets including "Love Advice" and "Arts & Humanities" categories indicate that our model outputs much more accurate results than the tested baseline models do.

📄 PDF Abstract BibTeX arXiv:1912.00864

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationDecoder

Similar Papers 제목 키워드 기반

A Syntactic Approach to Domain-Specific Automatic Question Generation

2017-12-28 · Guy Danon, Mark Last

Factoid questions are questions that require short fact-based answers. Automatic generation (AQG) of factoid questions from a given text can contribute to educational activities, interactive question answering systems, s…

Question AnsweringQuestion GenerationQuestion-GenerationSentence

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

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

2021-12-07 · Manas Jain, Sriparna Saha, Pushpak Bhattacharyya, Gladvin Chinnadurai 외

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 pa…

Answer GenerationQuestion AnsweringText Generation

Typed-RAG: Type-aware Multi-Aspect Decomposition for Non-Factoid Question Answering

2025-03-20 · Donggeon Lee, Ahjeong Park, Hyeri Lee, Hyeonseo Nam 외

Non-factoid question-answering (NFQA) poses a significant challenge due to its open-ended nature, diverse intents, and the need for multi-aspect reasoning, which renders conventional factoid QA approaches, including retr…

Question AnsweringRAGRetrievalRetrieval-augmented 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