ScholarGym: Benchmarking Deep Research Workflows on Academic Literature Retrieval
Hao Shen, Hang Yang, Zhouhong Gu
TL;DR
ScholarGym provides a deterministic simulation environment to evaluate deep research workflows on academic literature, decoupling query planning, tool invocation, and relevance assessment within a static corpus of 570K papers and 2,536 ground-truth queries. It formalizes the iterative workflow with a memory mechanism, enabling long-horizon planning and reproducible analysis. Experiments reveal that extended thinking induces a precision-recall trade-off, with planning quality and calibration of relevance assessment as dual bottlenecks for open models, while proprietary systems excel in planning. The work demonstrates clear value for RL-based planning development in a noise-free setting and releases the environment and benchmarks to the community to advance reproducible evaluation in automated literature retrieval.
Abstract
Tool-augmented large language models have advanced from single-turn question answering to deep research workflows that iteratively plan queries, invoke external tools, and synthesize information to address complex information needs. Evaluating such workflows presents a fundamental challenge: reliance on live APIs introduces non-determinism, as tool invocations may yield different results across runs due to temporal drift, rate limiting, and evolving backend states. This variance undermines reproducibility and invalidates cross-system comparisons. We present ScholarGym, a simulation environment for reproducible evaluation of deep research workflows on academic literature. The environment decouples workflow components into query planning, tool invocation, and relevance assessment, enabling fine-grained analysis of each stage under controlled conditions. Built on a static corpus of 570K papers with deterministic retrieval, ScholarGym provides 2,536 queries with expert-annotated ground truth. Experiments across diverse backbone models reveal how reasoning capabilities, planning strategies, and selection mechanisms interact over iterative refinement.
