paper-with-me

Papers

Incorporating External Knowledge into Machine Reading for Generative Question Answering

2019-09-06 · IJCNLP 2019 11 · Bin Bi, Chen Wu, Ming Yan, Wei Wang, Jiangnan Xia, Chenliang Li

Commonsense and background knowledge is required for a QA model to answer many nontrivial questions. Different from existing work on knowledge-aware QA, we focus on a more challenging task of leveraging external knowledge to generate answers in natural language for a given question with context. In this paper, we propose a new neural model, Knowledge-Enriched Answer Generator (KEAG), which is able to compose a natural answer by exploiting and aggregating evidence from all four information sources available: question, passage, vocabulary and knowledge. During the process of answer generation, KEAG adaptively determines when to utilize symbolic knowledge and which fact from the knowledge is useful. This allows the model to exploit external knowledge that is not explicitly stated in the given text, but that is relevant for generating an answer. The empirical study on public benchmark of answer generation demonstrates that KEAG improves answer quality over models without knowledge and existing knowledge-aware models, confirming its effectiveness in leveraging knowledge.

📄 PDF Abstract BibTeX arXiv:1909.02745

Code (0)

등록된 구현이 없습니다.

Tasks

Answer GenerationGenerative Question AnsweringQuestion AnsweringReading Comprehension

Similar Papers 제목 키워드 기반

A Study of the Tasks and Models in Machine Reading Comprehension

2020-01-23 · Chao Wang

To provide a survey on the existing tasks and models in Machine Reading Comprehension (MRC), this report reviews: 1) the dataset collection and performance evaluation of some representative simple-reasoning and complex-r…

Machine Reading ComprehensionReading ComprehensionTransfer Learning

Incorporating Relation Knowledge into Commonsense Reading Comprehension with Multi-task Learning

2019-08-13 · Jiangnan Xia, Chen Wu, Ming Yan

This paper focuses on how to take advantage of external relational knowledge to improve machine reading comprehension (MRC) with multi-task learning. Most of the traditional methods in MRC assume that the knowledge used …

Language ModelingLanguage ModellingMachine Reading ComprehensionMulti-Task Learning+2

Knowledge Based Machine Reading Comprehension

2018-09-12 · Yibo Sun, Daya Guo, Duyu Tang, Nan Duan 외

Machine reading comprehension (MRC) requires reasoning about both the knowledge involved in a document and knowledge about the world. However, existing datasets are typically dominated by questions that can be well solve…

Machine Reading ComprehensionQuestion AnsweringQuestion GenerationQuestion-Generation+1

LUKE-Graph: A Transformer-based Approach with Gated Relational Graph Attention for Cloze-style Reading Comprehension

2023-03-12 · Shima Foolad, Kourosh Kiani

Incorporating prior knowledge can improve existing pre-training models in cloze-style machine reading and has become a new trend in recent studies. Notably, most of the existing models have integrated external knowledge …

Common Sense ReasoningGraph AttentionKnowledge GraphsMachine Reading Comprehension+2

Conversing by Reading: Contentful Neural Conversation with On-demand Machine Reading

2019-06-06 · ACL 2019 7 · Lianhui Qin, Michel Galley, Chris Brockett, Xiaodong Liu 외

Although neural conversation models are effective in learning how to produce fluent responses, their primary challenge lies in knowing what to say to make the conversation contentful and non-vacuous. We present a new end…

DiversityInformativenessReading ComprehensionResponse Generation