paper-with-me

홈 › Papers

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 pose challenges to current models, with low performance on both generative QA and simple detection tasks (Kim et al. 2023). However, the focus of existing work on naturally occurring questions leads to a gap in the analysis of model behavior on the long tail of the distribution of possible questions. To this end, we introduce Syn-(QA)$^2$, a set of two synthetically generated QA datasets: one generated using perturbed relations from Wikidata, and the other by perturbing HotpotQA (Yang et al. 2018). Our findings from evaluating a range of large language models are threefold: (1) false assumptions in QA are challenging, echoing the findings of prior work, (2) the binary detection task is challenging even compared to the difficulty of generative QA itself, possibly due to the linguistic structure of the problem, and (3) the detection task is more challenging with long-tail questions compared to naturally occurring questions, highlighting the utility of our synthetic datasets and generation method.

📄 PDF Abstract BibTeX arXiv:2403.12145

Code (1)

ashwindaswanibu/qaqa-synthetic-dataset 공식 구현

Tasks

Question Answering

Methods 이 논문이 사용한 방법론

SET Dynamic Sparse Training method where weight mask is updated randomly periodically
Focus 설명 없음

Similar Papers 제목 키워드 기반

Identifying and Answering Questions with False Assumptions: An Interpretable Approach

2025-08-21 · Zijie Wang, Eduardo Blanco arxiv

People often ask questions with false assumptions, a type of question that does not have regular answers. Answering such questions requires first identifying the false assumptions. Large Language Models (LLMs) often gene…

Fact Verification

MultiHoax: A Dataset of Multi-hop False-Premise Questions

2025-05-30 · Mohammadamin Shafiei, Hamidreza Saffari, Nafise Sadat Moosavi

As Large Language Models are increasingly deployed in high-stakes domains, their ability to detect false assumptions and reason critically is crucial for ensuring reliable outputs. False-premise questions (FPQs) serve as…

Cancer-Myth: Evaluating AI Chatbot on Patient Questions with False Presuppositions

2025-04-15 · Wang Bill Zhu, Tianqi Chen, Ching Ying Lin, Jade Law 외

Cancer patients are increasingly turning to large language models (LLMs) as a new form of internet search for medical information, making it critical to assess how well these models handle complex, personalized questions…

Chatbot

(QA)$^2$: Question Answering with Questionable Assumptions

2022-12-20 · Najoung Kim, Phu Mon Htut, Samuel R. Bowman, Jackson Petty

Naturally occurring information-seeking questions often contain questionable assumptions -- assumptions that are false or unverifiable. Questions containing questionable assumptions are challenging because they require a…

Question Answering

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