paper-with-me

Papers

Towards End-to-End Open Conversational Machine Reading

2022-10-13 · Sizhe Zhou, Siru Ouyang, Zhuosheng Zhang, Hai Zhao

In open-retrieval conversational machine reading (OR-CMR) task, machines are required to do multi-turn question answering given dialogue history and a textual knowledge base. Existing works generally utilize two independent modules to approach this problem's two successive sub-tasks: first with a hard-label decision making and second with a question generation aided by various entailment reasoning methods. Such usual cascaded modeling is vulnerable to error propagation and prevents the two sub-tasks from being consistently optimized. In this work, we instead model OR-CMR as a unified text-to-text task in a fully end-to-end style. Experiments on the ShARC and OR-ShARC dataset show the effectiveness of our proposed end-to-end framework on both sub-tasks by a large margin, achieving new state-of-the-art results. Further ablation studies support that our framework can generalize to different backbone models.

📄 PDF Abstract BibTeX arXiv:2210.07113

Code (1)

kevinsrr/unicmr 공식 구현 pytorch

Tasks

Decision MakingQuestion AnsweringQuestion GenerationQuestion-GenerationReading ComprehensionRetrieval

Similar Papers 제목 키워드 기반

Open-Retrieval Conversational Machine Reading

2021-02-17 · Yifan Gao, Jingjing Li, Chien-Sheng Wu, Michael R. Lyu 외

In conversational machine reading, systems need to interpret natural language rules, answer high-level questions such as "May I qualify for VA health care benefits?", and ask follow-up clarification questions whose answe…

Discourse SegmentationReading ComprehensionRetrieval

Smoothing Dialogue States for Open Conversational Machine Reading

2021-08-28 · EMNLP 2021 11 · Zhuosheng Zhang, Siru Ouyang, Hai Zhao, Masao Utiyama 외

Conversational machine reading (CMR) requires machines to communicate with humans through multi-turn interactions between two salient dialogue states of decision making and question generation processes. In open CMR sett…

Decision MakingDecoderQuestion GenerationQuestion-Generation+1

Bridging The Gap: Entailment Fused-T5 for Open-retrieval Conversational Machine Reading Comprehension

2022-12-19 · Xiao Zhang, Heyan Huang, Zewen Chi, Xian-Ling Mao

Open-retrieval conversational machine reading comprehension (OCMRC) simulates real-life conversational interaction scenes. Machines are required to make a decision of "Yes/No/Inquire" or generate a follow-up question whe…

Decision MakingMachine Reading ComprehensionQuestion GenerationQuestion-Generation+2

E3: Entailment-driven Extracting and Editing for Conversational Machine Reading

2019-06-12 · ACL 2019 7 · Victor Zhong, Luke Zettlemoyer

Conversational machine reading systems help users answer high-level questions (e.g. determine if they qualify for particular government benefits) when they do not know the exact rules by which the determination is made(e…

Reading Comprehension

Attentive Memory Networks: Efficient Machine Reading for Conversational Search

2017-12-19 · Tom Kenter, Maarten de Rijke

Recent advances in conversational systems have changed the search paradigm. Traditionally, a user poses a query to a search engine that returns an answer based on its index, possibly leveraging external knowledge bases a…

Conversational SearchInformation RetrievalReading ComprehensionRetrieval