paper-with-me

Papers

IdeaAMBIG: Benchmarking Implementation-Critical Gaps in Research-Idea Specifications

2026-09-09 · Yiling Ma, Yilun Zhao, Sihong Wu, Manasi Patwardhan, Arman Cohan arxiv

A research idea may be novel, coherent, and scientifically plausible, yet its proposed method may remain insufficiently specified for faithful implementation. We study the codification readiness of implementation-facing research-method specifications, defined by whether they provide sufficient methodological information for a competent implementer or coding agent to construct the intended method without unsupported assumptions. We construct evidence-grounded specifications and their supported resolutions from papers, codebases, issue threads, and reproduction artifacts. We introduce IdeaAMBIG, a benchmark of 660 evidence-grounded instances: 163 real-world gaps from reproducibility reports and GitHub issues, and 497 controlled synthetic gaps injected into codification-ready references. IdeaAMBIG evaluates three capabilities: codification-readiness assessment, defect localization, and clarification action generation. Defect localization receives only the specification, whereas clarification additionally receives the annotated defect. Across 13 LLMs, the best model achieves 9.6% Macro Defect Recovery Rate on real-world instances but 80.6% Macro Clarification Action Success Rate when given the defect. In an oracle study, supplying the gold resolution raises the downstream codification-ready rate from 14% to 98%. Across all evaluated models, defect localization is the main bottleneck, with stronger clarification given the defect.

📄 PDF Abstract BibTeX arXiv:2609.10539

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

From Past to Present: A Survey of Malicious URL Detection Techniques, Datasets and Code Repositories

2025-04-23 · Ye Tian, Yanqiu Yu, Jianguo Sun, Yanbin Wang

Malicious URLs persistently threaten the cybersecurity ecosystem, by either deceiving users into divulging private data or distributing harmful payloads to infiltrate host systems. Gaining timely insights into the curren…

Benchmarking

Is Single-View Mesh Reconstruction Ready for Robotics?

2025-05-23 · Frederik Nolte, Bernhard Schölkopf, Ingmar Posner

This paper evaluates single-view mesh reconstruction models for creating digital twin environments in robot manipulation. Recent advances in computer vision for 3D reconstruction from single viewpoints present a potentia…

3D ReconstructionBenchmarkingRobot Manipulation

Compressed Video Quality Enhancement: Classifying and Benchmarking over Standards

2025-09-12 · Xiem HoangVan, Dang BuiDinh, Sang NguyenQuang, Wen-Hsiao Peng arxiv

Compressed video quality enhancement (CVQE) is crucial for improving user experience with lossy video codecs like H.264/AVC, H.265/HEVC, and H.266/VVC. While deep learning based CVQE has driven significant progress, exis…

Aequitas Flow: Streamlining Fair ML Experimentation

2024-05-09 · Sérgio Jesus, Pedro Saleiro, Inês Oliveira e Silva, Beatriz M. Jorge 외

Aequitas Flow is an open-source framework and toolkit for end-to-end Fair Machine Learning (ML) experimentation, and benchmarking in Python. This package fills integration gaps that exist in other fair ML packages. In ad…

BenchmarkingFairnessHyperparameter Optimization

Fine-tuning LLaMA 2 interference: a comparative study of language implementations for optimal efficiency

2025-01-30 · Sazzad Hossain, Touhidul Alam Seyam, Avijit Chowdhury, Munis Xamidov 외

This paper presents a comparative study aimed at optimizing Llama2 inference, a critical aspect of machine learning and natural language processing (NLP). We evaluate various programming languages and frameworks, includi…

BenchmarkingLanguage ModelingLanguage ModellingLarge Language Model