CLAIJul 24, 2024

I Could've Asked That: Reformulating Unanswerable Questions

arXiv:2407.17469v125 citationsh-index: 13Has Code
AI Analysis

This addresses a limitation in LLMs for users seeking information from documents, but it is incremental as it focuses on benchmarking rather than proposing a new solution.

The paper tackles the problem of unanswerable questions in document-grounded question answering by introducing CouldAsk, a benchmark for evaluating question reformulation, and finds that state-of-the-art LLMs like GPT-4 and Llama2-7B achieve only 26% and 12% success rates, with 62% of failures due to rephrasing or identical outputs.

When seeking information from unfamiliar documents, users frequently pose questions that cannot be answered by the documents. While existing large language models (LLMs) identify these unanswerable questions, they do not assist users in reformulating their questions, thereby reducing their overall utility. We curate CouldAsk, an evaluation benchmark composed of existing and new datasets for document-grounded question answering, specifically designed to study reformulating unanswerable questions. We evaluate state-of-the-art open-source and proprietary LLMs on CouldAsk. The results demonstrate the limited capabilities of these models in reformulating questions. Specifically, GPT-4 and Llama2-7B successfully reformulate questions only 26% and 12% of the time, respectively. Error analysis shows that 62% of the unsuccessful reformulations stem from the models merely rephrasing the questions or even generating identical questions. We publicly release the benchmark and the code to reproduce the experiments.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes