paper-with-me

홈 › Papers

Won't Get Fooled Again: Answering Questions with False Premises

2023-07-05 · Shengding Hu, Yifan Luo, Huadong Wang, Xingyi Cheng, Zhiyuan Liu, Maosong Sun

Pre-trained language models (PLMs) have shown unprecedented potential in various fields, especially as the backbones for question-answering (QA) systems. However, they tend to be easily deceived by tricky questions such as "How many eyes does the sun have?". Such frailties of PLMs often allude to the lack of knowledge within them. In this paper, we find that the PLMs already possess the knowledge required to rebut such questions, and the key is how to activate the knowledge. To systematize this observation, we investigate the PLMs' responses to one kind of tricky questions, i.e., the false premises questions (FPQs). We annotate a FalseQA dataset containing 2365 human-written FPQs, with the corresponding explanations for the false premises and the revised true premise questions. Using FalseQA, we discover that PLMs are capable of discriminating FPQs by fine-tuning on moderate numbers (e.g., 256) of examples. PLMs also generate reasonable explanations for the false premise, which serve as rebuttals. Further replaying a few general questions during training allows PLMs to excel on FPQs and general questions simultaneously. Our work suggests that once the rebuttal ability is stimulated, knowledge inside the PLMs can be effectively utilized to handle FPQs, which incentivizes the research on PLM-based QA systems.

📄 PDF Abstract BibTeX arXiv:2307.02394

Code (1)

thunlp/falseqa 공식 구현 pytorch

Tasks

Question Answering

Similar Papers 제목 키워드 기반

The Promise of Premise: Harnessing Question Premises in Visual Question Answering

2017-05-01 · EMNLP 2017 9 · Aroma Mahendru, Viraj Prabhu, Akrit Mohapatra, Dhruv Batra 외

In this paper, we make a simple observation that questions about images often contain premises - objects and relationships implied by the question - and that reasoning about premises can help Visual Question Answering (V…

Question AnsweringRelevance DetectionVisual Question AnsweringVisual Question Answering (VQA)

Quantum-Audit: Evaluating the Reasoning Limits of LLMs on Quantum Computing

2026-02-10 · Mohamed Afane, Kayla Laufer, Wenqi Wei, Ying Mao 외 arxiv

Language models have become practical tools for quantum computing education and research, from summarizing technical papers to explaining theoretical concepts and answering questions about recent developments in the fiel…

Code Generation

Syn-QA2: Evaluating False Assumptions in Long-tail Questions with Synthetic QA Datasets

2024-03-18 · Ashwin Daswani, Rohan Sawant, Najoung Kim

Sensitivity to false assumptions (or false premises) in information-seeking questions is critical for robust question-answering (QA) systems. Recent work has shown that false assumptions in naturally occurring questions …

Question Answering

Judge Before Answer: Can MLLM Discern the False Premise in Question?

2025-10-13 · Jidong Li, Lingyong Fang, Haodong Zhao, Sufeng Duan 외 arxiv

Multimodal large language models (MLLMs) have witnessed astonishing advancements in recent years. Despite these successes, MLLMs remain vulnerable to flase premise problems. However, existing benchmarks targeting this is…

Two Axes of LLM Abstention: Answer Correctness and Question Answerability

2026-07-09 · Benedikt J. Wagner arxiv

A model should refuse two different things: answers it would get wrong, and questions it should not answer at all, such as unanswerable ones or ones resting on a false premise. The usual recipe thresholds a single confid…