paper-with-me

홈 › Papers

Closing the Auto-Research Loop: An AI Co-Scientist for Production Search Ranking

2026-03-23 · Liwei Wu, Cho-Jui Hsieh arxiv

We present an AI Co-Scientist framework that closes the research loop for the production search-ranking system of a large online travel platform -- pairing LLM agents with direct cloud-compute access so that idea generation, code implementation, GPU experimentation, and result analysis iterate end-to-end with a human scientist in the loop. The framework uses a hybrid agent architecture: single-LLM agents handle routine work, while multi-LLM consensus (GPT-5.2, Gemini Pro 3, Claude Opus 4.5) is invoked for higher-stakes decisions. On the production ranking task, a human-designed transformer baseline (V2) yielded $+0.118\%$ over a pre-transformer baseline (V1); the AI Co-Scientist's automated loop on top of V2 contributed an additional $+0.083\%$, for a combined $+0.201\%$ offline gain delivered in roughly one extra week of wall-clock time (single-run numbers; statistical limits discussed in the paper). The most useful AI proposals -- unified long-sequence layouts, slot-type embeddings, and multi-phase learning-rate schedules -- are standard practice in NLP and Vision but were absent from our production stack, suggesting that LLM agents can serve as cross-disciplinary connectors for ranking teams. We also report deployment context, negative results, and lessons learned.

📄 PDF Abstract BibTeX arXiv:2603.22376

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

Agon: An Autonomous Large-Scale Omnidisciplinary Research System Built on Prompt Economy

2026-06-23 · Youran Sun, Xingyu Ren, Chugang Yi, Jiaxuan Guo 외 arxiv

Large language models are making research production scalable, shifting the bottleneck from producing artifacts to judging claims. We present \textsc{Agon}, a research orchestrator that validates what can be checked insi…

Combining Data-driven Supervision with Human-in-the-loop Feedback for Entity Resolution

2021-11-20 · Wenpeng Yin, Shelby Heinecke, Jia Li, Nitish Shirish Keskar 외

The distribution gap between training datasets and data encountered in production is well acknowledged. Training datasets are often constructed over a fixed period of time and by carefully curating the data to be labeled…

Entity Resolution

Closing the Loop to Discover Psychological Theories with an Automated Cognitive Scientist

2026-06-24 · Akshay K. Jagadish, Younes Strittmatter, Nori Jacoby, George Kachergis 외 arxiv

Across the sciences, autonomous systems are increasingly being used in closed-loop discovery, proposing new theories and designing and running experiments to test them. This approach is yet to be applied in the field of …

Accelerating Scientific Research with Gemini in the Real-World

2026-08-27 · Samuel Schmidgall, Xiaokai Zhu, Marian Shaw, Lin Yang 외 arxiv

We present an extension and comprehensive real-world validation of Co-Scientist, a Gemini-based multi-agent system designed to accelerate end-to-end scientific research across hypothesis generation, experimentation, and …

Genesis: Towards the Automation of Systems Biology Research

2024-08-20 · Ievgeniia A. Tiukova, Daniel Brunnsåker, Erik Y. Bjurström, Alexander H. Gower 외

The cutting edge of applying AI to science is the closed-loop automation of scientific research: robot scientists. We have previously developed two robot scientists: `Adam' (for yeast functional biology), and `Eve' (for …

Drug DesignRelational Reasoning