paper-with-me

홈 › Papers

Shortcomings of Question Answering Based Factuality Frameworks for Error Localization

2022-10-13 · Ryo Kamoi, Tanya Goyal, Greg Durrett

Despite recent progress in abstractive summarization, models often generate summaries with factual errors. Numerous approaches to detect these errors have been proposed, the most popular of which are question answering (QA)-based factuality metrics. These have been shown to work well at predicting summary-level factuality and have potential to localize errors within summaries, but this latter capability has not been systematically evaluated in past research. In this paper, we conduct the first such analysis and find that, contrary to our expectations, QA-based frameworks fail to correctly identify error spans in generated summaries and are outperformed by trivial exact match baselines. Our analysis reveals a major reason for such poor localization: questions generated by the QG module often inherit errors from non-factual summaries which are then propagated further into downstream modules. Moreover, even human-in-the-loop question generation cannot easily offset these problems. Our experiments conclusively show that there exist fundamental issues with localization using the QA framework which cannot be fixed solely by stronger QA and QG models.

📄 PDF Abstract BibTeX arXiv:2210.06748

Code (1)

ryokamoi/qa-metrics-human-annotation 공식 구현

Tasks

Abstractive Text SummarizationQuestion AnsweringQuestion GenerationQuestion-Generation

Similar Papers 제목 키워드 기반

Interactive Instance-based Evaluation of Knowledge Base Question Answering

2018-11-01 · EMNLP 2018 11 · Daniil Sorokin, Iryna Gurevych

Most approaches to Knowledge Base Question Answering are based on semantic parsing. In this paper, we present a tool that aids in debugging of question answering systems that construct a structured semantic representatio…

Entity LinkingKnowledge Base Question AnsweringQuestion AnsweringSemantic Parsing

FactTest: Factuality Testing in Large Language Models with Finite-Sample and Distribution-Free Guarantees

2024-11-04 · Fan Nie, Xiaotian Hou, Shuhang Lin, James Zou 외

The propensity of Large Language Models (LLMs) to generate hallucinations and non-factual content undermines their reliability in high-stakes domains, where rigorous control over Type I errors (the conditional probabilit…

Multiple-choiceQuestion Answering

Why Does ChatGPT Fall Short in Providing Truthful Answers?

2023-04-20 · Shen Zheng, Jie Huang, Kevin Chen-Chuan Chang

Recent advancements in large language models, such as ChatGPT, have demonstrated significant potential to impact various aspects of human life. However, ChatGPT still faces challenges in providing reliable and accurate a…

MemorizationOpen-Domain Question AnsweringQuestion AnsweringSpecificity

Evaluating and Modeling Attribution for Cross-Lingual Question Answering

2023-05-23 · Benjamin Muller, John Wieting, Jonathan H. Clark, Tom Kwiatkowski 외

Trustworthy answer content is abundant in many high-resource languages and is instantly accessible through question answering systems, yet this content can be hard to access for those that do not speak these languages. T…

AttributeCross-Lingual Question AnsweringNatural Language InferenceQuestion Answering

FoRAG: Factuality-optimized Retrieval Augmented Generation for Web-enhanced Long-form Question Answering

2024-06-19 · Tianchi Cai, Zhiwen Tan, Xierui Song, Tao Sun 외

Retrieval Augmented Generation (RAG) has become prevalent in question-answering (QA) tasks due to its ability of utilizing search engine to enhance the quality of long-form question-answering (LFQA). Despite the emergenc…

Answer GenerationFormLong Form Question AnsweringQuestion Answering+3