paper-with-me

Papers

MCR-Net: A Multi-Step Co-Interactive Relation Network for Unanswerable Questions on Machine Reading Comprehension

2021-03-08 · Wei Peng, Yue Hu, Jing Yu, Luxi Xing, Yuqiang Xie, Zihao Zhu, Yajing Sun

Question answering systems usually use keyword searches to retrieve potential passages related to a question, and then extract the answer from passages with the machine reading comprehension methods. However, many questions tend to be unanswerable in the real world. In this case, it is significant and challenging how the model determines when no answer is supported by the passage and abstains from answering. Most of the existing systems design a simple classifier to determine answerability implicitly without explicitly modeling mutual interaction and relation between the question and passage, leading to the poor performance for determining the unanswerable questions. To tackle this problem, we propose a Multi-Step Co-Interactive Relation Network (MCR-Net) to explicitly model the mutual interaction and locate key clues from coarse to fine by introducing a co-interactive relation module. The co-interactive relation module contains a stack of interaction and fusion blocks to continuously integrate and fuse history-guided and current-query-guided clues in an explicit way. Experiments on the SQuAD 2.0 and DuReader datasets show that our model achieves a remarkable improvement, outperforming the BERT-style baselines in literature. Visualization analysis also verifies the importance of the mutual interaction between the question and passage.

📄 PDF Abstract BibTeX arXiv:2103.04567

Code (0)

등록된 구현이 없습니다.

Tasks

Machine Reading ComprehensionQuestion AnsweringReading ComprehensionRelationRelation Network

Similar Papers 제목 키워드 기반

PRACTIQ: A Practical Conversational Text-to-SQL dataset with Ambiguous and Unanswerable Queries

2024-10-14 · Mingwen Dong, Nischal Ashok Kumar, Yiqun Hu, Anuj Chauhan 외

Previous text-to-SQL datasets and systems have primarily focused on user questions with clear intentions that can be answered. However, real user questions can often be ambiguous with multiple interpretations or unanswer…

Language ModellingLarge Language ModelText to SQLText-To-SQL

Multi-Type Conversational Question-Answer Generation with Closed-ended and Unanswerable Questions

2022-10-24 · Seonjeong Hwang, Yunsu Kim, Gary Geunbae Lee

Conversational question answering (CQA) facilitates an incremental and interactive understanding of a given context, but building a CQA system is difficult for many domains due to the problem of data scarcity. In this pa…

Answer GenerationConversational Question AnsweringQuestion-Answer-GenerationQuestion Answering

AGent: A Novel Pipeline for Automatically Creating Unanswerable Questions

2023-09-10 · Son Quoc Tran, Gia-Huy Do, Phong Nguyen-Thuan Do, Matt Kretchmar 외

The development of large high-quality datasets and high-performing models have led to significant advancements in the domain of Extractive Question Answering (EQA). This progress has sparked considerable interest in expl…

Extractive Question-AnsweringQuestion Answeringvalid

Query Carefully: Detecting the Unanswerables in Text-to-SQL Tasks

2025-12-19 · Jasmin Saxer, Isabella Maria Aigner, Luise Linzmeier, Andreas Weiler 외 arxiv

Text-to-SQL systems allow non-SQL experts to interact with relational databases using natural language. However, their tendency to generate executable SQL for ambiguous, out-of-scope, or unanswerable queries introduces a…

Benchmarking Visual LLMs Resilience to Unanswerable Questions on Visually Rich Documents

2025-11-14 · Davide Napolitano, Luca Cagliero, Fabrizio Battiloro arxiv

The evolution of Visual Large Language Models (VLLMs) has revolutionized the automatic understanding of Visually Rich Documents (VRDs), which contain both textual and visual elements. Although VLLMs excel in Visual Quest…

Visual Question Answering