paper-with-me

홈 › Papers

Predicting Empirical AI Research Outcomes with Language Models

2025-06-01 · Jiaxin Wen, Chenglei Si, Yueh-han Chen, He He, Shi Feng

Many promising-looking ideas in AI research fail to deliver, but their validation takes substantial human labor and compute. Predicting an idea's chance of success is thus crucial for accelerating empirical AI research, a skill that even expert researchers can only acquire through substantial experience. We build the first benchmark for this task and compare LMs with human experts. Concretely, given two research ideas (e.g., two jailbreaking methods), we aim to predict which will perform better on a set of benchmarks. We scrape ideas and experimental results from conference papers, yielding 1,585 human-verified idea pairs published after our base model's cut-off date for testing, and 6,000 pairs for training. We then develop a system that combines a fine-tuned GPT-4.1 with a paper retrieval agent, and we recruit 25 human experts to compare with. In the NLP domain, our system beats human experts by a large margin (64.4% v.s. 48.9%). On the full test set, our system achieves 77% accuracy, while off-the-shelf frontier LMs like o3 perform no better than random guessing, even with the same retrieval augmentation. We verify that our system does not exploit superficial features like idea complexity through extensive human-written and LM-designed robustness tests. Finally, we evaluate our system on unpublished novel ideas, including ideas generated by an AI ideation agent. Our system achieves 63.6% accuracy, demonstrating its potential as a reward model for improving idea generation models. Altogether, our results outline a promising new direction for LMs to accelerate empirical AI research.

📄 PDF Abstract BibTeX arXiv:2506.00794

Code (0)

등록된 구현이 없습니다.

Tasks

Retrieval

Methods 이 논문이 사용한 방법론

GPT-4 GPT-4 is a transformer based model pre-trained to predict the next token in a document.
SET Dynamic Sparse Training method where weight mask is updated randomly periodically
BASE 설명 없음

Similar Papers 제목 키워드 기반

Predicting Adverse Neonatal Outcomes for Preterm Neonates with Multi-Task Learning

2023-03-28 · Jingyang Lin, Junyu Chen, Hanjia Lyu, Igor Khodak 외

Diagnosis of adverse neonatal outcomes is crucial for preterm survival since it enables doctors to provide timely treatment. Machine learning (ML) algorithms have been demonstrated to be effective in predicting adverse n…

Feature ImportanceMulti-Task Learning

ChatGPT as Research Scientist: Probing GPT's Capabilities as a Research Librarian, Research Ethicist, Data Generator and Data Predictor

2024-06-20 · Steven A. Lehr, Aylin Caliskan, Suneragiri Liyanage, Mahzarin R. Banaji

How good a research scientist is ChatGPT? We systematically probed the capabilities of GPT-3.5 and GPT-4 across four central components of the scientific process: as a Research Librarian, Research Ethicist, Data Generato…

The Application of Machine Learning Techniques for Predicting Results in Team Sport: A Review

2019-12-26 · Rory Bunker, Teo Susnjak

Over the past two decades, Machine Learning (ML) techniques have been increasingly utilized for the purpose of predicting outcomes in sport. In this paper, we provide a review of studies that have used ML for predicting …

BIG-bench Machine Learning

Large language models surpass human experts in predicting neuroscience results

2024-03-04 · Xiaoliang Luo, Akilles Rechardt, Guangzhi Sun, Kevin K. Nejad 외

Scientific discoveries often hinge on synthesizing decades of research, a task that potentially outstrips human information processing capacities. Large language models (LLMs) offer a solution. LLMs trained on the vast s…

It Takes Two to Negotiate: Modeling Social Exchange in Online Multiplayer Games

2023-11-15 · Kokil Jaidka, Hansin Ahuja, Lynnette Ng

Online games are dynamic environments where players interact with each other, which offers a rich setting for understanding how players negotiate their way through the game to an ultimate victory. This work studies onlin…