paper-with-me

홈 › Papers

Evaluating Open-Domain Question Answering in the Era of Large Language Models

2023-05-11 · Ehsan Kamalloo, Nouha Dziri, Charles L. A. Clarke, Davood Rafiei

Lexical matching remains the de facto evaluation method for open-domain question answering (QA). Unfortunately, lexical matching fails completely when a plausible candidate answer does not appear in the list of gold answers, which is increasingly the case as we shift from extractive to generative models. The recent success of large language models (LLMs) for QA aggravates lexical matching failures since candidate answers become longer, thereby making matching with the gold answers even more challenging. Without accurate evaluation, the true progress in open-domain QA remains unknown. In this paper, we conduct a thorough analysis of various open-domain QA models, including LLMs, by manually evaluating their answers on a subset of NQ-open, a popular benchmark. Our assessments reveal that while the true performance of all models is significantly underestimated, the performance of the InstructGPT (zero-shot) LLM increases by nearly +60%, making it on par with existing top models, and the InstructGPT (few-shot) model actually achieves a new state-of-the-art on NQ-open. We also find that more than 50% of lexical matching failures are attributed to semantically equivalent answers. We further demonstrate that regex matching ranks QA models consistent with human judgments, although still suffering from unnecessary strictness. Finally, we demonstrate that automated evaluation models are a reasonable surrogate for lexical matching in some circumstances, but not for long-form answers generated by LLMs. The automated models struggle in detecting hallucinations in LLM answers and are thus unable to evaluate LLMs. At this time, there appears to be no substitute for human evaluation.

📄 PDF Abstract BibTeX arXiv:2305.06984

Code (1)

ehsk/openqa-eval 공식 구현

Tasks

Open-Domain Question AnsweringQuestion Answering

Similar Papers 제목 키워드 기반

ArabicaQA: A Comprehensive Dataset for Arabic Question Answering

2024-03-26 · Abdelrahman Abdallah, Mahmoud Kasem, Mahmoud Abdalla, Mohamed Mahmoud 외

In this paper, we address the significant gap in Arabic natural language processing (NLP) resources by introducing ArabicaQA, the first large-scale dataset for machine reading comprehension and open-domain question answe…

BenchmarkingMachine Reading ComprehensionOpen-Domain Question AnsweringPassage Retrieval+4

MKQA: A Linguistically Diverse Benchmark for Multilingual Open Domain Question Answering

2020-07-30 · Shayne Longpre, Yi Lu, Joachim Daiber

Progress in cross-lingual modeling depends on challenging, realistic, and diverse evaluation sets. We introduce Multilingual Knowledge Questions and Answers (MKQA), an open-domain question answering evaluation set compri…

Extractive Question-AnsweringNatural QuestionsOpen-Domain Question AnsweringQuestion Answering+1

The Open Framework for Developing Knowledge Base And Question Answering System

2016-12-01 · COLING 2016 12 · Jiseong Kim, Gyu-Hyeon Choi, Jung-Uk Kim, Eun-Kyung Kim 외

Developing a question answering (QA) system is a task of implementing and integrating modules of different technologies and evaluating an integrated whole system, which inevitably goes with a collaboration among experts …

Question AnsweringReading Comprehension

PARSE: An Open-Domain Reasoning Question Answering Benchmark for Persian

2026-02-01 · Jamshid Mozafari, Seyed Parsa Mousavinasab, Adam Jatowt arxiv

Reasoning-focused Question Answering (QA) has advanced rapidly with Large Language Models (LLMs), yet high-quality benchmarks for low-resource languages remain scarce. Persian, spoken by roughly 130 million people, lacks…

Question Answering

RETQA: A Large-Scale Open-Domain Tabular Question Answering Dataset for Real Estate Sector

2024-12-13 · Zhensheng Wang, Wenmian Yang, Kun Zhou, Yiquan Zhang 외

The real estate market relies heavily on structured data, such as property details, market trends, and price fluctuations. However, the lack of specialized Tabular Question Answering datasets in this domain limits the de…

In-Context LearningQuestion AnsweringRetrievalSpoken Language Understanding