paper-with-me

Papers

Knowledgeable Dialogue Reading Comprehension on Key Turns

2020-04-29 · Junlong Li, Zhuosheng Zhang, Hai Zhao

Multi-choice machine reading comprehension (MRC) requires models to choose the correct answer from candidate options given a passage and a question. Our research focuses dialogue-based MRC, where the passages are multi-turn dialogues. It suffers from two challenges, the answer selection decision is made without support of latently helpful commonsense, and the multi-turn context may hide considerable irrelevant information. This work thus makes the first attempt to tackle those two challenges by extracting substantially important turns and utilizing external knowledge to enhance the representation of context. In this paper, the relevance of each turn to the question are calculated to choose key turns. Besides, terms related to the context and the question in a knowledge graph are extracted as external knowledge. The original context, question and external knowledge are encoded with the pre-trained language model, then the language representation and key turns are combined together with a will-designed mechanism to predict the answer. Experimental results on a DREAM dataset show that our proposed model achieves great improvements on baselines.

📄 PDF Abstract BibTeX arXiv:2004.13988

Code (0)

등록된 구현이 없습니다.

Tasks

Answer SelectionLanguage ModelingLanguage ModellingMachine Reading ComprehensionReading Comprehension

Similar Papers 제목 키워드 기반

Multi-turn Dialogue Reading Comprehension with Pivot Turns and Knowledge

2021-02-10 · Zhuosheng Zhang, Junlong Li, Hai Zhao

Multi-turn dialogue reading comprehension aims to teach machines to read dialogue contexts and solve tasks such as response selection and answering questions. The major challenges involve noisy history contexts and espec…

Reading Comprehension

An End-to-End Dialogue State Tracking System with Machine Reading Comprehension and Wide & Deep Classification

2019-12-19 · Yue Ma, Zengfeng Zeng, Dawei Zhu, Xuan Li 외

This paper describes our approach in DSTC 8 Track 4: Schema-Guided Dialogue State Tracking. The goal of this task is to predict the intents and slots in each user turn to complete the dialogue state tracking (DST) based …

Dialogue State TrackingGeneral ClassificationMachine Reading ComprehensionReading Comprehension

DREAM: A Challenge Dataset and Models for Dialogue-Based Reading Comprehension

2019-02-01 · Kai Sun, Dian Yu, Jianshu Chen, Dong Yu 외

We present DREAM, the first dialogue-based multiple-choice reading comprehension dataset. Collected from English-as-a-foreign-language examinations designed by human experts to evaluate the comprehension level of Chinese…

Dialogue UnderstandingMultiple-choiceReading ComprehensionSentence+1

DREAM: A Challenge Data Set and Models for Dialogue-Based Reading Comprehension

2019-03-01 · TACL 2019 3 · Kai Sun, Dian Yu, Jianshu Chen, Dong Yu 외

We present DREAM, the first dialogue-based multiple-choice reading comprehension data set. Collected from English as a Foreign Language examinations designed by human experts to evaluate the comprehension level of Chines…

Dialogue UnderstandingMultiple-choiceReading ComprehensionSentence+1

Reference Knowledgeable Network for Machine Reading Comprehension

2020-12-07 · Yilin Zhao, Zhuosheng Zhang, Hai Zhao

Multi-choice Machine Reading Comprehension (MRC) as a challenge requires models to select the most appropriate answer from a set of candidates with a given passage and question. Most of the existing researches focus on t…

Machine Reading ComprehensionMulti-Choice MRCReading Comprehension