paper-with-me

Papers

Same Question, Different Source, Different Answer: Auditing Source-Dependence in Medical Multi-Source RAG

2026-05-27 · Yubo Li, Rema Padman, Ramayya Krishnan arxiv

A retrieval-augmented generation (RAG) system deployed over a multi-author institutional corpus can give a different answer to the same question depending on which source it retrieves -- a failure mode the dominant single-gold-answer paradigm cannot diagnose. We argue that source-dependence is a missing axis of NLP evaluation, and that auditing it means shifting the unit of evaluation from answer correctness to the inter-source relationship. We make this concrete in transplant patient education, where institutional sources demonstrably disagree, releasing three artefacts: TransplantQA, a benchmark of real patient questions, each answered by grounding generation in multiple institutional handbooks as candidate sources; HERO-QA, a hierarchical retrieval strategy that grounds and audits each answer; and a structured-output judge that scores inter-source relationships on a validated 5-label taxonomy. At scale, better retrieval reveals far more disagreement than prior estimates suggested -- understating its prevalence, not its intensity. The framework is domain-agnostic and transfers to legal and educational RAG: measuring source-dependence is a responsibility for deployed multi-source NLP generally.

📄 PDF Abstract BibTeX arXiv:2605.29084

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

ISS-MULT: Intelligent Sample Selection for Multi-Task Learning in Question Answering

2017-08-07 · Ali Ahmadvand, Jinho D. Choi

Transferring knowledge from a source domain to another domain is useful, especially when gathering new data is very expensive and time-consuming. Deep networks have been well-studied for question answering tasks in recen…

Answer SelectionMulti-Task LearningQuestion AnsweringTransfer Learning

Investigating Information Inconsistency in Multilingual Open-Domain Question Answering

2022-05-25 · Shramay Palta, Haozhe An, Yifan Yang, Shuaiyi Huang 외

Retrieval based open-domain QA systems use retrieved documents and answer-span selection over retrieved documents to find best-answer candidates. We hypothesize that multilingual Question Answering (QA) systems are prone…

Open-Domain Question AnsweringQuestion AnsweringRetrieval

A tool suite for creating question answering benchmarks

2014-05-01 · LREC 2014 5 · Axel-Cyrille Ngonga Ngomo, Norman Heino, Ren{\'e} Speck, Prodromos Malakasiotis

We introduce the BIOASQ suite, a set of open-source Web tools for the creation, assessment and community-driven improvement of question answering benchmarks. The suite comprises three main tools: (1) the annotation tool …

Question AnsweringRetrieval

Why Does a Visual Question Have Different Answers?

2019-08-12 · ICCV 2019 10 · Nilavra Bhattacharya, Qing Li, Danna Gurari

Visual question answering is the task of returning the answer to a question about an image. A challenge is that different people often provide different answers to the same visual question. To our knowledge, this is the …

Question AnsweringVisual Question AnsweringVisual Question Answering (VQA)

Domain Adaptation for Question Answering via Question Classification

2022-09-12 · COLING 2022 10 · Zhenrui Yue, Huimin Zeng, Ziyi Kou, Lanyu Shang 외

Question answering (QA) has demonstrated impressive progress in answering questions from customized domains. Nevertheless, domain adaptation remains one of the most elusive challenges for QA systems, especially when QA s…

Domain AdaptationGeneral ClassificationQuestion Answering