paper-with-me

홈 › Papers

ReFACT: A Benchmark for Scientific Confabulation Detection with Positional Error Annotations

2025-09-30 · Yindong Wang, Martin Preiß, Margarita Bugueño, Jan Vincent Hoffbauer, Abdullatif Ghajar, Tolga Buz, Gerard de Melo arxiv

The mechanisms underlying scientific confabulation in Large Language Models (LLMs) remain poorly understood. We introduce ReFACT (Reddit False And Correct Texts), a benchmark of 1,001 expert-annotated question-answer pairs with span-level error annotations derived from Reddit's r/AskScience. Evaluating 9 state-of-the-art LLMs reveals two critical limitations. First, models exhibit a dominant "salient distractor" failure mode: 61% of incorrect span predictions are semantically unrelated to actual errors. Crucially, this pattern persists across all model scales (1B to 70B), indicating a fundamental semantic grounding deficit that scaling alone fails to resolve. Second, we find that comparative judgment is paradoxically harder than independent detection, even GPT-4o's F1 score drops from 0.67 to 0.53 when comparing answers side-by-side. These findings directly challenge the reliability of LLM-as-Judge paradigms for scientific factuality. Code and data are released at https://github.com/ddz5431/ReFACT.

📄 PDF Abstract BibTeX arXiv:2509.25868

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Confabulations from ACL Publications (CAP): A Dataset for Scientific Hallucination Detection

2025-10-25 · Federica Gamba, Aman Sinha, Timothee Mickus, Raul Vazquez 외 arxiv

We introduce the CAP (Confabulations from ACL Publications) dataset, a multilingual resource for studying hallucinations in large language models (LLMs) within scientific text generation. CAP focuses on the scientific do…

Text Generation

Refactoring Policy for Compositional Generalizability using Self-Supervised Object Proposals

2020-10-26 · NeurIPS 2020 12 · Tongzhou Mu, Jiayuan Gu, Zhiwei Jia, Hao Tang 외

We study how to learn a policy with compositional generalizability. We propose a two-stage framework, which refactorizes a high-reward teacher policy into a generalizable student policy with strong inductive bias. Partic…

Inductive BiasSelf-Supervised Learning

URegM: a unified prediction model of resource consumption for refactoring software smells in open source cloud

2023-10-22 · Asif Imran, Tevfik Kosar

The low cost and rapid provisioning capabilities have made the cloud a desirable platform to launch complex scientific applications. However, resource utilization optimization is a significant challenge for cloud service…

Cloud Computing

RefactorBench: Evaluating Stateful Reasoning in Language Agents Through Code

2025-03-10 · Dhruv Gautam, Spandan Garg, Jinu Jang, Neel Sundaresan 외

Recent advances in language model (LM) agents and function calling have enabled autonomous, feedback-driven systems to solve problems across various digital domains. To better understand the unique limitations of LM agen…

Specificity

Leveraging LLMs to Automate Energy-Aware Refactoring of Parallel Scientific Codes

2025-05-04 · Matthew T. Dearing, Yiheng Tao, Xingfu Wu, Zhiling Lan 외

While large language models (LLMs) are increasingly used for generating parallel scientific code, most current efforts emphasize functional correctness, often overlooking performance and energy considerations. In this wo…