paper-with-me

Papers

VERITAS: Towards a General-Purpose Replication Tool for Scientific Research

2026-07-03 · Haokun Liu, Filbert Aurelian Tjiaranata, Chenhao Tan arxiv

AI tools are accelerating scientific publication while the systems that review it struggle to keep up, and independent verification of published research has become both harder and more important. As manual replication is slow and expensive, a growing line of work uses coding agents to automate parts of the process. Existing efforts are largely packaged as benchmarks with companion agents that only run inside the benchmark's own pipeline, and no general-purpose replication tool exists. We present VERITAS, a domain-agnostic replication framework built around CLI coding agents. Given a paper, a code repository, or both, VERITAS extracts the paper's claims, runs the methodology while resolving issues as they arise, and judges each claim against the evidence from experiment runs. The pipeline returns an importance-weighted Replication Score, a severity-rated log of every fix applied, and the patched codebase. We evaluate VERITAS on CORE-Bench and ReplicationBench, 65 papers spanning computer science, social science, medicine, and astrophysics. Against two strong Claude Code baselines on the same model and host environment, VERITAS achieves state-of-the-art performance and leads on every metric on both benchmarks.

📄 PDF Abstract BibTeX arXiv:2607.02931

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

PyVeritas: On Verifying Python via LLM-Based Transpilation and Bounded Model Checking for C

2025-08-11 · Pedro Orvalho, Marta Kwiatkowska arxiv

Python has become the dominant language for general-purpose programming, yet it lacks robust tools for formal verification. In contrast, programmers working in languages such as C benefit from mature model checkers, for …

Fault Diagnosis

VeritasFi: An Adaptable, Multi-tiered RAG Framework for Multi-modal Financial Question Answering

2025-10-12 · Zhenghan Tai, Hanwei Wu, Qingchen Hu, Jijun Chi 외 arxiv

Retrieval-Augmented Generation (RAG) is becoming increasingly essential for Question Answering (QA) in the financial sector, where accurate and contextually grounded insights from complex public disclosures are crucial. …

Question Answering

Training AI Scientists to Replicate Research

2026-08-13 · Damon Falck, Samer Sabri, Anja Surina, Thom Foster 외 arxiv

The replicability of papers is a cornerstone of scientific knowledge, ensuring the reliability of existing results and providing a base for further experiments. The act of replication typically illuminates details that w…

Versatile Verification of Tree Ensembles

2020-10-26 · Laurens Devos, Wannes Meert, Jesse Davis

Machine learned models often must abide by certain requirements (e.g., fairness or legal). This has spurred interested in developing approaches that can provably verify whether a model satisfies certain properties. This …

Fairness

Accurate GPU Memory Prediction for Deep Learning Jobs through Dynamic Analysis

2025-04-04 · Jiabo Shi, Yehia Elkhatib

The benefits of Deep Learning (DL) impose significant pressure on GPU resources, particularly within GPU cluster, where Out-Of-Memory (OOM) errors present a primary impediment to model training and efficient resource uti…

CPUGPUScheduling