paper-with-me

홈 › Papers

I Could've Asked That: Reformulating Unanswerable Questions

2024-07-24 · Wenting Zhao, Ge Gao, Claire Cardie, Alexander M. Rush

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.

📄 PDF Abstract BibTeX arXiv:2407.17469

Code (1)

wenting-zhao/couldask 공식 구현

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Adam 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Position-Wise Feed-Forward Layer 설명 없음

Similar Papers 제목 키워드 기반

DRS: Deep Question Reformulation With Structured Output

2024-11-27 · Zhecheng Li, Yiwei Wang, Bryan Hooi, Yujun Cai 외

Question answering represents a core capability of large language models (LLMs). However, when individuals encounter unfamiliar knowledge in texts, they often formulate questions that the text itself cannot answer due to…

Question Answering

How to Build Robust FAQ Chatbot with Controllable Question Generator?

2021-11-18 · Yan Pan, Mingyang Ma, Bernhard Pflugfelder, Georg Groh

Many unanswerable adversarial questions fool the question-answer (QA) system with some plausible answers. Building a robust, frequently asked questions (FAQ) chatbot needs a large amount of diverse adversarial examples. …

ChatbotDiversityPassage RetrievalQuestion Generation+3

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

VisionTrap: Unanswerable Questions On Visual Data

2025-07-23 · Asir Saadat, Syem Aziz, Shahriar Mahmud, Abdullah Ibne Masud Mahi 외 arxiv

Visual Question Answering (VQA) has been a widely studied topic, with extensive research focusing on how VLMs respond to answerable questions based on real-world images. However, there has been limited exploration of how…

Visual Question Answering

TUBench: Benchmarking Large Vision-Language Models on Trustworthiness with Unanswerable Questions

2024-10-05 · Xingwei He, Qianru Zhang, A-Long Jin, Yuan Yuan 외

Large Vision-Language Models (LVLMs) have achieved remarkable progress on visual perception and linguistic interpretation. Despite their impressive capabilities across various tasks, LVLMs still suffer from the issue of …

BenchmarkingHallucinationMathematical ReasoningMME+3