paper-with-me

홈 › Papers

Beyond Execution: Auditing Experimental Fidelity in LLM-Driven Scientific Research

2026-08-27 · Lezhi Yu, Xiaogang Xu, Yuhua Zhou, Shuibing He, Aimin Pan arxiv

LLM agents used for scientific experimentation must do more than generate executable code: they must implement the reference method faithfully, design experiments that test the paper's claims, and provide evidence supporting those claims. We show that agents often produce methodological hallucinations: silently reducing datasets or training budgets, replacing failed learning or generative components with lookup or oracle functions, or drawing conclusions from resource-limited settings where a method's claimed advantage disappears. To detect these failures, we introduce ABE-Ralph, a reference-anchored auditing framework that represents claims, protocols, required components, baselines, and metrics as structured experimental constraints, guides implementation through an 8-step workflow, and performs quantitative, qualitative, and code-level verification. Across 30 long-horizon reproduction runs covering 12 machine learning domains, ABE-Ralph achieves a 93% robust execution rate and identifies five scientific failure modes. In 23 NatureBench discovery tasks, ABE-Ralph matches or exceeds state-of-the-art performance on 5 tasks. These results show that reliable evaluation of AI scientists must assess whether the experimental design faithfully tests the intended claim and whether the resulting evidence supports it, rather than treating code execution or plausible metrics as evidence of scientific success.

📄 PDF Abstract BibTeX arXiv:2608.26753

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Towards Security-Auditable LLM Agents: A Unified Graph Representation

2026-05-07 · Chaofan Li, Lyuye Zhang, Jintao Zhai, Siyue Feng 외 arxiv

LLM-based agentic systems are rapidly evolving to perform complex autonomous tasks through dynamic tool invocation, stateful memory management, and multi-agent collaboration. However, this semantics-driven execution para…

Beyond Static Evaluation: Building Simulation Environments for Scalable Agentic Reinforcement Learning

2026-07-07 · Akshay Arora, Ishan Nigam, Ashutosh Aggarwal, Shefali Bansal 외 arxiv

As Large Language Models (LLMs) evolve into autonomous agents, traditional static evaluation fails to capture multi-step decision-making. We introduce AgenticAI-Supervisor, an API and UI-driven RL Gym environment that de…

Reinforcement Learning

Token-Flow Firewall: Semantic Runtime Auditing for Persistent AI Agents

2026-07-09 · Puji Wang, Yingchen Zhang, Ruqing Zhang, Jiafeng Guo 외 arxiv

Persistent AI agents extend large language models (LLMs) beyond single-turn interaction into long-lived software systems. Unlike traditional chat assistants, unsafe content in these agents can propagate through persisten…

Auditing and Generating Synthetic Data with Controllable Trust Trade-offs

2023-04-21 · Brian Belgodere, Pierre Dognin, Adam Ivankay, Igor Melnyk 외

Real-world data often exhibits bias, imbalance, and privacy risks. Synthetic datasets have emerged to address these issues. This paradigm relies on generative AI models to generate unbiased, privacy-preserving data while…

Model SelectionPrivacy Preserving

Knowdit: Agentic Smart Contract Vulnerability Detection with Auditing Knowledge Summarization

2026-03-27 · Ziqiao Kong, Wanxu Xia, Chong Wang, Yue Xue 외 arxiv

Smart contracts govern billions of dollars in decentralized finance (DeFi), yet automated vulnerability detection remains challenging because many vulnerabilities are tightly coupled with project-specific business logic.…

Vulnerability Detection