REVIEW 3 major objections 5 minor 3 cited by
Tiny Data Injection Fixes Most LLM Grammar Failures
Reviewed by Pith at T0; open to challenge. T0 means a machine referee read the full paper against a public rubric. the ladder, T0–T4 →
T0 review · glm-5.2
2026-07-05 14:57 UTC pith:MEMTMOH2
load-bearing objection Clean data-intervention experiment on GPT-2/BLiMP; main concern is whether improvements reflect genuine rule acquisition or surface-pattern matching to the benchmark format. the 3 major comments →
LiteResearcher: A Scalable Agentic RL Training Framework for Deep Research Agent
The pith
A machine-rendered reading of the paper's core claim, the machinery that carries it, and where it could break.
Core claim
The central discovery is that injecting as little as 1% targeted synthetic data into pre-training can rescue a small language model's performance on grammatical paradigms where it previously performed below chance, while preserving overall benchmark performance. This holds across 8 of 9 tested BLiMP paradigms, and in one case a mere 0.01% injection was sufficient for a large jump. The one persistent failure (principle_A_c_command) suggests that some constructions may require either much higher data density or genuinely different inductive biases. The finding that a 124M model with targeted data can beat a 70B model on specific paradigms reframes the bottleneck from model scale to data compos
What carries the argument
The central mechanism is targeted synthetic data injection: the authors generate synthetic text documents designed to contain specific grammatical constructions (drawn from nine BLiMP paradigms) across diverse genres and subgenres, then mix a small fraction (0.01%–1%) of this synthetic data into a 100M-token pre-training corpus. The BLiMP benchmark itself is the evaluation instrument — it tests formal linguistic competence by presenting minimal pairs (a grammatical sentence and an ungrammatical variant differing in one feature) and checking whether the model assigns higher probability to the grammatical version.
Load-bearing premise
The paper assumes that improved BLiMP accuracy after synthetic data injection reflects genuine acquisition of the underlying grammatical rule, rather than the model learning to recognize the surface patterns of the synthetic data or the minimal-pair format used by the benchmark itself.
What would settle it
If a model trained on the synthetic data passes BLiMP minimal pairs but fails on genuinely novel sentences testing the same grammatical rule in different surface forms, the improvement would be memorization rather than competence acquisition.
If this is right
- Data composition, not raw scale, may be the primary lever for closing specific competence gaps in language models — which would redirect effort from scaling laws toward curated data design.
- If the result generalizes beyond GPT-2 Small, billion-parameter models could potentially fix their own grammatical blind spots with very small, targeted data additions rather than retraining from scratch.
- The persistent failure of principle_A_c_command suggests a boundary case where either the construction is genuinely hard for transformers to learn from surface statistics, or the synthetic data generation method does not adequately capture the relevant distributional signal.
- The finding that targeting one paradigm sometimes improves or degrades other non-targeted paradigms (Appendix D) points to transfer effects — both positive and negative — that could inform a more principled approach to curriculum design in pre-training.
Editorial analysis
A structured set of objections, weighed in public.
Referee Report
Summary. This paper investigates whether the heterogeneous performance of language models on BLiMP paradigms stems from data scarcity rather than architectural limitations. The authors pre-train GPT-2 Small (124M) on 100M tokens from FineWeb and inject small fractions (0.01%–1%) of synthetic data targeting the 9 worst-performing BLiMP paradigms. They find that 8 of 9 paradigms improve substantially (e.g., only_npi_scope: 20.9%→69.4%), while principle_A_c_command remains below chance. The paper also reports cross-paradigm transfer effects and an ablation over intervention magnitudes. Code and data are open-sourced.
Significance. The question of whether formal linguistic competence failures are data-driven or architecture-driven is important for understanding language model capabilities and for data-centric AI research. The experimental design—controlled pre-training with targeted synthetic data injection—is a clean intervention. The authors deserve credit for open-sourcing code and data, for including an ablation over intervention magnitudes (Table 3), and for reporting the full 67-paradigm breakdown (Table 5) including cross-paradigm transfer effects. The finding that ~30 synthetic examples can boost principle_A_reconstruction from 37.2% to 72.3% is striking and warrants careful scrutiny.
major comments (3)
- §4–5, Table 3: The central claim—that improvements reflect acquisition of linguistic rules rather than surface-pattern recognition—depends on the synthetic training data not sharing the structural format of BLiMP test items. BLiMP evaluates via minimal pairs (grammatical vs. minimally ungrammatical sentences). If the synthetic data for, e.g., only_npi_scope contains sentences with the same NPI-scope structures and vocabulary distribution as the BLiMP test items, the model may be learning to recognize the test format rather than the underlying grammatical rule. The principle_A_reconstruction result (37.2%→72.3% with ~30 examples at 0.01% injection) is especially consistent with this concern: such a dramatic jump from so few examples is more typical of cue-latching than robust rule acquisition. The paper does not include any evaluation on held-out probes with different surface forms, nor a
- §5.3, Table 3: Several paradigms show non-monotonic responses to intervention magnitude (only_npi_scope: 20.9→41.9→31.0→69.4; existential_there_quantifiers_2: 23.4→13.2→25.2→51.8). The paper notes these anomalies but does not analyze them. Non-monotonicity is important because it is more consistent with unstable, cue-driven learning than with systematic generalization. If the model were acquiring a robust grammatical rule, one would generally expect monotonic improvement with more evidence. The authors should discuss what these non-monotonic patterns imply for their central claim, or at minimum acknowledge them as a limitation on the strength of the 'data scarcity' conclusion.
- §6: The comparison between GPT-2 Small (124M, 100M tokens + intervention) and Llama-3 70B (15T tokens, no intervention) on specific paradigms is presented as evidence that 'data composition may matter more than data scale.' This comparison is not controlled: Llama-3 was not trained with the same intervention, so the comparison conflates data composition with model size, training data, and training procedure. The claim would be strengthened by applying the same intervention to a larger model, or by framing the comparison more carefully as an existence proof rather than evidence that data composition dominates scale.
minor comments (5)
- The arXiv abstract and title ('LiteResearcher: A Scalable Agentic RL Training Framework for Deep Research Agent') do not match the paper content ('Heterogeneity in Formal Linguistic Competence of Language Models'). This appears to be a submission error but should be corrected.
- Appendix C describes genre/subgenre taxonomy for synthetic data diversity but does not specify how the linguistic target structures are embedded in the synthetic text. A brief example of a synthetic document for one paradigm would help readers assess the contamination risk.
- Figures 1–2 (Appendix B) are difficult to read; the axis labels and legend text are very small. Consider increasing font sizes or splitting into more figures.
- Table 5 is large and dense; consider highlighting the targeted paradigms or separating targeted vs. non-targeted results for clarity.
- The paper does not report variance or confidence intervals for the BLiMP accuracy numbers in Tables 3 and 5. Since BLiMP paradigms contain 1000 items each, binomial confidence intervals would be informative, especially for near-chance scores.
Simulated Author's Rebuttal
We thank the referee for a careful and constructive report. All three major comments are well-taken. Comment 1 (surface-form overlap between synthetic data and BLiMP test items) identifies a genuine gap in our evaluation: we did not include held-out probes with different surface forms, and we will add such an evaluation. Comment 2 (non-monotonic responses to intervention magnitude) is correct that we noted but did not analyze these patterns; we will add a substantive discussion acknowledging them as a limitation on the strength of the data-scarcity conclusion. Comment 3 (uncontrolled GPT-2 vs. Llama-3 comparison) is also correct; we will reframe the comparison as an existence proof rather than evidence that data composition dominates scale. All three comments lead to revisions.
read point-by-point responses
-
Referee: §4–5, Table 3: The central claim depends on synthetic training data not sharing the structural format of BLiMP test items. If synthetic data for e.g. only_npi_scope contains sentences with the same NPI-scope structures and vocabulary distribution as BLiMP test items, the model may be learning to recognize the test format rather than the underlying grammatical rule. The principle_A_reconstruction result (37.2%→72.3% with ~30 examples at 0.01% injection) is especially consistent with cue-latching. The paper does not include evaluation on held-out probes with different surface forms.
Authors: The referee raises a legitimate and important concern. We acknowledge that our current evaluation does not rule out the possibility that some portion of the improvement reflects surface-form matching between the synthetic training data and the BLiMP minimal-pair test format, rather than robust acquisition of the underlying grammatical rule. The principle_A_reconstruction result—37.2% to 72.3% from approximately 30 examples—is indeed the case most susceptible to this alternative explanation, and we agree it warrants careful scrutiny. To address this, we will add a new evaluation using held-out probes with different surface forms and vocabulary distributions from the BLiMP test items. Specifically, we will generate novel minimal pairs for the targeted paradigms using different lexical items and sentence frames than those in BLiMP, and evaluate whether the improvements transfer. We will also add an explicit discussion of the cue-latching concern, particularly for the principle_A_reconstruction paradigm, and acknowledge that without such held-out probes, our claim that improvements reflect rule acquisition rather than surface-pattern recognition is not fully established. We note that the cross-paradigm transfer effects reported in Table 5 (where targeting one paradigm improves related but non-targeted paradigms) provide partial evidence against pure cue-latching, since the transfer paradigms use different surface forms than the targeted synthetic data—but we agree this is not a substitute for a dedicated held-out evaluation. revision: yes
-
Referee: §5.3, Table 3: Several paradigms show non-monotonic responses to intervention magnitude (only_npi_scope: 20.9→41.9→31.0→69.4; existential_there_quantifiers_2: 23.4→13.2→25.2→51.8). The paper notes these anomalies but does not analyze them. Non-monotonicity is more consistent with unstable, cue-driven learning than with systematic generalization. The authors should discuss what these non-monotonic patterns imply for their central claim, or at minimum acknowledge them as a limitation.
Authors: We agree that the non-monotonic response patterns deserve more than the brief mention they currently receive. The referee is correct that non-monotonicity is more consistent with unstable, cue-driven learning than with systematic generalization, and that this has implications for the strength of our data-scarcity conclusion. We will revise Section 5.3 to include a substantive discussion of these patterns. Specifically, we will acknowledge that the non-monotonic responses in only_npi_scope and existential_there_quantifiers_2 complicate the interpretation that improvements reflect robust rule acquisition, and that they are at least partially consistent with the cue-latching concern raised in the referee's first comment. We will also note that the paradigms showing monotonic improvement (e.g., principle_A_reconstruction, coordinate_structure_constraint_complex_left_branch, left_branch_island_echo_question) provide stronger evidence for the data-scarcity hypothesis than those showing non-monotonic patterns. We will add an explicit statement in the Limitations section that the non-monotonic responses constrain the strength of the conclusion that data scarcity is the sole bottleneck for all paradigms, and that the interaction between targeted synthetic data and existing corpus statistics may produce paradigm-specific dynamics that our framework does not fully explain. revision: yes
-
Referee: §6: The comparison between GPT-2 Small (124M, 100M tokens + intervention) and Llama-3 70B (15T tokens, no intervention) is not controlled: Llama-3 was not trained with the same intervention, so the comparison conflates data composition with model size, training data, and training procedure. The claim would be strengthened by applying the same intervention to a larger model, or by framing the comparison more carefully as an existence proof rather than evidence that data composition dominates scale.
Authors: The referee is correct that the comparison between GPT-2 Small with intervention and Llama-3 70B without intervention is not controlled, and that presenting it as evidence that 'data composition may matter more than data scale' conflates multiple variables. We cannot run the same intervention on Llama-3 70B, as we do not have access to its pre-training pipeline, so this concern cannot be fully resolved within the scope of the current work. However, we will revise Section 6 to reframe the comparison explicitly as an existence proof—demonstrating that a small model with targeted data intervention can achieve competence on specific paradigms that a much larger model without such intervention does not—rather than as controlled evidence that data composition dominates scale. We will also add a clear statement that this comparison conflates model size, training data, training procedure, and data composition, and that disentangling these factors would require applying the same intervention strategy to larger models, which we identify as a direction for future work. This is also already partially acknowledged in our Limitations section, but we will strengthen the language there to match the more careful framing in Section 6. revision: yes
Circularity Check
No significant circularity; the paper is an empirical intervention study with external benchmarks and standard architecture.
full rationale
The paper's derivation chain is straightforward and self-contained: (1) pre-train GPT-2 Small on FineWeb, (2) inject synthetic data targeting specific linguistic phenomena, (3) evaluate on BLiMP. The central claim — that data scarcity rather than architecture is the bottleneck — is supported by the empirical observation that targeted data injection improves BLiMP scores. There is no fitted parameter renamed as a prediction, no self-definitional loop, no load-bearing self-citation chain, and no uniqueness theorem invoked. The synthetic data is the experimental intervention itself, not a circular dependency: the paper is explicitly testing whether adding distributional evidence for a phenomenon improves performance on that phenomenon, which is a standard causal design. The skeptic's concern about train-test format contamination (synthetic data sharing surface structure with BLiMP test items) is a validity risk about whether BLiMP improvements reflect genuine competence versus surface-pattern recognition — that is a correctness concern, not a circularity concern. The paper relies on external benchmarks (BLiMP, FineWeb), standard architectures (GPT-2), and external prior work for framing. Score of 2 reflects the minor observation that the synthetic data generation methodology is entirely author-designed and could share structural properties with the evaluation set, but this does not constitute circularity in the derivation chain.
Axiom & Free-Parameter Ledger
free parameters (3)
- Intervention magnitude =
1%
- Training token budget =
100M
- Targeted paradigms =
9
axioms (3)
- domain assumption BLiMP accurately measures formal linguistic competence
- domain assumption GPT-2 Small architecture is representative enough to draw conclusions about architectural limitations
- domain assumption Synthetic data targeting a paradigm provides genuine distributional evidence for the underlying grammatical rule
read the original abstract
Reinforcement Learning (RL) has emerged as a powerful training paradigm for LLM-based agents. However, scaling agentic RL for deep research remains constrained by two coupled challenges: hand-crafted synthetic data fails to elicit genuine real-world search capabilities, and real-world search dependency during RL training introduces instability and prohibitive cost, which limits the scalability of Agentic RL. LiteResearcher is a training framework that makes Agentic RL scalable: by constructing a lite virtual world that mirrors real-world search dynamics, we enable a continuously improving training recipe that empowers a tiny search agent to outperform large-scale open-source and commercial models (e.g., Tongyi DeepResearch and Claude-4.5 Sonnet). Specifically, on common benchmarks such as GAIA and Xbench, our LiteResearcher-4B achieves open-source state-of-the-art results of 71.3% and 78.0% respectively, demonstrating that scalable RL training is a key enabler for Deep Research Agents.
Figures
Forward citations
Cited by 3 Pith papers
-
SearchEyes: Towards Frontier Multimodal Deep Search Intelligence via Search World Simulation
SearchEyes unifies multimodal search-agent training via Perception-Knowledge Chains on Wikidata5M and Hop-Anchored Policy Optimization, claiming a 6.2-point average gain over the strongest open-source baseline on six ...
-
AgenticRL: Self-Refining Agentic Reinforcement Learning for Vision-Conditioned UAV Navigation
AgenticRL deploys a multimodal GPT agent in a closed-loop process to autonomously design and refine reward functions for PPO-trained vision-conditioned UAV navigation policies, reporting 71% policy improvement and 91%...
-
MetaResearcher: Scaling Deep Research via Self-Reflective Reinforcement Learning in Adversarial Virtual Environments
MetaResearcher is a proposed multi-component framework for scaling deep research agent training via adversarial virtual worlds, discovery tasks, meta-rewards, and multi-agent collaboration.
Reference graph
Works this paper leans on
-
[1]
Anthropic. Introducing claude sonnet 4.5. https://www.anthropic.com/news/claude-sonnet-4-5, 2025
work page 2025
-
[2]
Agentcpm-explore: Realizing long-horizon deep exploration for edge-scale agents
Haotian Chen, Xin Cong, Shengda Fan, Yuyang Fu, Ziqin Gong, Yaxi Lu, Yishan Li, Boye Niu, Chengjun Pan, Zijun Song, et al. Agentcpm-explore: Realizing long-horizon deep exploration for edge-scale agents. arXiv preprint arXiv:2602.06485, 2026
-
[3]
Jianlv Chen, Shitao Xiao, Peitian Zhang, Kun Luo, Defu Lian, and Zheng Liu. Bge m3-embedding: Multi-lingual, multi-functionality, multi-granularity text embeddings through self-knowledge distillation. arXiv preprint arXiv:2402.03216, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[4]
xbench: Tracking Agents Productivity Scaling with Profession-Aligned Real-World Evaluations
Kaiyuan Chen, Yixin Ren, Yang Liu, Xiaobo Hu, Haotong Tian, Tianbao Xie, Fangfu Liu, Haoye Zhang, Hongzhang Liu, Yuan Gong, et al. xbench: Tracking agents productivity scaling with profession-aligned real-world evaluations. arXiv preprint arXiv:2506.13651, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[5]
Process Reinforcement through Implicit Rewards
Ganqu Cui, Lifan Yuan, Zefan Wang, Hanbin Wang, Yuchen Zhang, Jiacheng Chen, Wendi Li, Bingxiang He, Yuchen Fan, Tianyu Yu, et al. Process reinforcement through implicit rewards. arXiv preprint arXiv:2502.01456, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[6]
MegaScience: Pushing the Frontiers of Post-Training Datasets for Science Reasoning
Run-Ze Fan, Zengzhi Wang, and Pengfei Liu. Megascience: Pushing the frontiers of post-training datasets for science reasoning. arXiv preprint arXiv:2507.16812, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[7]
arXiv preprint arXiv:2508.07976
Jiaxuan Gao, Wei Fu, Minyang Xie, Shusheng Xu, Chuyi He, Zhiyu Mei, Banghua Zhu, and Yi Wu. Beyond ten turns: Unlocking long-horizon agentic search with large-scale asynchronous rl. arXiv preprint arXiv:2508.07976, 2025
-
[8]
DeepSeek-R1: Incentivizing Reasoning Capability in LLMs via Reinforcement Learning
Daya Guo, Dejian Yang, Haowei Zhang, Junxiao Song, Peiyi Wang, Qihao Zhu, Runxin Xu, Ruoyu Zhang, Shirong Ma, Xiao Bi, et al. Deepseek-r1: Incentivizing reasoning capability in llms via reinforcement learning. arXiv preprint arXiv:2501.12948, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[9]
Open-Reasoner-Zero: An Open Source Approach to Scaling Up Reinforcement Learning on the Base Model
Jingcheng Hu, Yinmin Zhang, Qi Han, Daxin Jiang, Xiangyu Zhang, and Heung-Yeung Shum. Open-reasoner-zero: An open source approach to scaling up reinforcement learning on the base model. arXiv preprint arXiv:2503.24290, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[10]
R2E-Gym: Procedural Environments and Hybrid Verifiers for Scaling Open-Weights SWE Agents
Naman Jain, Jaskirat Singh, Manish Shetty, Liang Zheng, Koushik Sen, and Ion Stoica. R2e-gym: Procedural environments and hybrid verifiers for scaling open-weights swe agents. arXiv preprint arXiv:2504.07164, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[11]
Diskann: Fast accurate billion-point nearest neighbor search on a single node
Suhas Jayaram Subramanya, Fnu Devvrit, Harsha Vardhan Simhadri, Ravishankar Krishnawamy, and Rohan Kadekodi. Diskann: Fast accurate billion-point nearest neighbor search on a single node. Advances in neural information processing Systems, 32, 2019
work page 2019
-
[12]
Search-R1: Training LLMs to Reason and Leverage Search Engines with Reinforcement Learning
Bowen Jin, Hansi Zeng, Zhenrui Yue, Jinsung Yoon, Sercan Arik, Dong Wang, Hamed Zamani, and Jiawei Han. Search-r1: Training llms to reason and leverage search engines with reinforcement learning. arXiv preprint arXiv:2503.09516, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[13]
Fact, fetch, and reason: A unified evaluation of retrieval-augmented generation
Satyapriya Krishna, Kalpesh Krishna, Anhad Mohananey, Steven Schwarcz, Adam Stambler, Shyam Upadhyay, and Manaal Faruqui. Fact, fetch, and reason: A unified evaluation of retrieval-augmented generation. In NAACL, 2025
work page 2025
-
[14]
Kuan Li, Zhongwang Zhang, Huifeng Yin, Rui Ye, Yida Zhao, Liwen Zhang, Litu Ou, Dingchu Zhang, Xixi Wu, Jialong Wu, et al. Websailor-v2: Bridging the chasm to proprietary agents via synthetic data and scalable reinforcement learning. arXiv preprint arXiv:2509.13305, 2025 a
-
[15]
Chain-of-Agents: End-to-End Agent Foundation Models via Multi-Agent Distillation and Agentic RL
Weizhen Li, Jianbo Lin, Zhuosong Jiang, Jingyi Cao, Xinpeng Liu, Jiayu Zhang, Zhenqiang Huang, Qianben Chen, Weichen Sun, Qiexiang Wang, et al. Chain-of-agents: End-to-end agent foundation models via multi-agent distillation and agentic rl. arXiv preprint arXiv:2508.13167, 2025 b
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[16]
Search-o1: Agentic search-enhanced large reasoning models
Xiaoxi Li, Guanting Dong, Jiajie Jin, Yuyao Zhang, Yujia Zhou, Yutao Zhu, Peitian Zhang, and Zhicheng Dou. Search-o1: Agentic search-enhanced large reasoning models. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pp.\ 5420--5438, 2025 c
work page 2025
-
[17]
WebThinker: Empowering Large Reasoning Models with Deep Research Capability
Xiaoxi Li, Jiajie Jin, Guanting Dong, Hongjin Qian, Yongkang Wu, Ji-Rong Wen, Yutao Zhu, and Zhicheng Dou. Webthinker: Empowering large reasoning models with deep research capability. arXiv preprint arXiv:2504.21776, 2025 d
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[18]
Aixin Liu, Bei Feng, Bing Xue, Bingxuan Wang, Bochao Wu, Chengda Lu, Chenggang Zhao, Chengqi Deng, Chenyu Zhang, Chong Ruan, et al. Deepseek-v3 technical report. arXiv preprint arXiv:2412.19437, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[19]
Junteng Liu, Yunji Li, Chi Zhang, Jingyang Li, Aili Chen, Ke Ji, Weiyu Cheng, Zijia Wu, Chengyu Du, Qidi Xu, et al. Webexplorer: Explore and evolve for training long-horizon web agents. arXiv preprint arXiv:2509.06501, 2025 a
-
[20]
ProRL: Prolonged Reinforcement Learning Expands Reasoning Boundaries in Large Language Models
Mingjie Liu, Shizhe Diao, Ximing Lu, Jian Hu, Xin Dong, Yejin Choi, Jan Kautz, and Yi Dong. Prorl: Prolonged reinforcement learning expands reasoning boundaries in large language models. arXiv preprint arXiv:2505.24864, 2025 b
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[21]
Gaia: a benchmark for general ai assistants
Gr \'e goire Mialon, Cl \'e mentine Fourrier, Thomas Wolf, Yann LeCun, and Thomas Scialom. Gaia: a benchmark for general ai assistants. In The Twelfth International Conference on Learning Representations, 2023
work page 2023
-
[22]
Minimax m2 & agent: Ingenious in simplicity
MiniMax AI . Minimax m2 & agent: Ingenious in simplicity. https://www.minimax.io/news/minimax-m2, 2025
work page 2025
-
[23]
Kimi-researcher: End-to-end rl training for emerging agentic capabilities
Moonshot AI . Kimi-researcher: End-to-end rl training for emerging agentic capabilities. https://moonshotai.github.io/Kimi-Researcher/, 2025
work page 2025
-
[24]
SFR-DeepResearch: Towards Effective Reinforcement Learning for Autonomously Reasoning Single Agents
Xuan-Phi Nguyen, Shrey Pandit, Revanth Gangi Reddy, Austin Xu, Silvio Savarese, Caiming Xiong, and Shafiq Joty. Sfr-deepresearch: Towards effective reinforcement learning for autonomously reasoning single agents. arXiv preprint arXiv:2509.06283, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[25]
OpenAI . Introducing gpt-5. https://openai.com/index/introducing-gpt-5/, 2025
work page 2025
-
[26]
Sealqa: Raising the bar for reasoning in search-augmented language models
Thinh Pham, Nguyen Nguyen, Pratibha Zunjare, Weiyuan Chen, Yu-Min Tseng, and Tu Vu. Sealqa: Raising the bar for reasoning in search-augmented language models. In ICLR, 2026
work page 2026
-
[27]
Long Phan, Alice Gatti, Ziwen Han, Nathaniel Li, et al. Humanity's last exam. arXiv preprint arXiv:2501.14249, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[28]
DeepSeekMath: Pushing the Limits of Mathematical Reasoning in Open Language Models
Zhihong Shao, Peiyi Wang, Qihao Zhu, Runxin Xu, Junxiao Song, Xiao Bi, Haowei Zhang, Mingchuan Zhang, YK Li, Yang Wu, et al. Deepseekmath: Pushing the limits of mathematical reasoning in open language models. arXiv preprint arXiv:2402.03300, 2024
work page internal anchor Pith review Pith/arXiv arXiv 2024
-
[29]
TaskCraft: Automated Generation of Agentic Tasks
Dingfeng Shi, Jingyi Cao, Qianben Chen, Weichen Sun, Weizhen Li, Hongxuan Lu, Fangchen Dong, Tianrui Qin, King Zhu, Minghao Yang, Jian Yang, Ge Zhang, Jiaheng Liu, Changwang Zhang, Jun Wang, Yuchen Eleanor Jiang, and Wangchunshu Zhou. Taskcraft: Automated generation of agentic tasks, 2025. URL https://arxiv.org/abs/2506.10055
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[30]
ZeroSearch: Incentivize the Search Capability of LLMs without Searching
Hao Sun, Zile Qiao, Jiayan Guo, Xuanbo Fan, Yingyan Hou, Yong Jiang, Pengjun Xie, Yan Zhang, Fei Huang, and Jingren Zhou. Zerosearch: Incentivize the search capability of llms without searching. arXiv preprint arXiv:2505.04588, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[31]
Beyond turn limits: Training deep search agents with dynamic context window
Qiaoyu Tang, Hao Xiang, Le Yu, Bowen Yu, Yaojie Lu, Xianpei Han, Le Sun, WenJuan Zhang, Pengbo Wang, Shixuan Liu, et al. Beyond turn limits: Training deep search agents with dynamic context window. arXiv preprint arXiv:2510.08276, 2025
-
[32]
Kimi Team, Angang Du, Bofei Gao, Bowei Xing, Changjiu Jiang, Cheng Chen, Cheng Li, Chenjun Xiao, Chenzhuang Du, Chonghua Liao, et al. Kimi k1. 5: Scaling reinforcement learning with llms. arXiv preprint arXiv:2501.12599, 2025 a
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[33]
MiroMind Team, Song Bai, Lidong Bing, Carson Chen, Guanzheng Chen, Yuntao Chen, Zhe Chen, Ziyi Chen, Jifeng Dai, Xuan Dong, et al. Mirothinker: Pushing the performance boundaries of open-source research agents via model, context, and interactive scaling. arXiv preprint arXiv:2511.11793, 2025 b
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[34]
Mirorl: An mcp-first reinforcement learning framework for deep research agent
MiroMind Foundation Model Team and MiroMind AI Infra Team. Mirorl: An mcp-first reinforcement learning framework for deep research agent. https://github.com/MiroMindAI/MiroRL, 2025
work page 2025
-
[35]
Tongyi DeepResearch Technical Report
Tongyi DeepResearch Team, Baixuan Li, Bo Zhang, Dingchu Zhang, Fei Huang, Guangyu Li, Guoxin Chen, Huifeng Yin, Jialong Wu, Jingren Zhou, et al. Tongyi deepresearch technical report. arXiv preprint arXiv:2510.24701, 2025 c
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[36]
Milvus: A purpose-built vector data management system
Jianguo Wang, Xiaomeng Yi, Rentong Guo, Hai Jin, Peng Xu, Shengjun Li, Xiangyu Wang, Xiangzhou Guo, Chengming Li, Xiaohai Xu, et al. Milvus: A purpose-built vector data management system. In Proceedings of the 2021 international conference on management of data, pp.\ 2614--2627, 2021
work page 2021
-
[37]
Chain-of-thought prompting elicits reasoning in large language models
Jason Wei, Xuezhi Wang, Dale Schuurmans, Maarten Bosma, Fei Xia, Ed Chi, Quoc V Le, Denny Zhou, et al. Chain-of-thought prompting elicits reasoning in large language models. Advances in neural information processing systems, 35: 0 24824--24837, 2022
work page 2022
-
[38]
BrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents
Jason Wei, Zhiqing Sun, Spencer Papay, Scott McKinney, Jeffrey Han, Isa Fulford, Hyung Won Chung, et al. Browsecomp: A simple yet challenging benchmark for browsing agents. arXiv preprint arXiv:2504.12516, 2025 a
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[39]
SWE-RL: Advancing LLM Reasoning via Reinforcement Learning on Open Software Evolution
Yuxiang Wei, Olivier Duchenne, Jade Copet, Quentin Carbonneaux, Lingming Zhang, Daniel Fried, Gabriel Synnaeve, Rishabh Singh, and Sida I Wang. Swe-rl: Advancing llm reasoning via reinforcement learning on open software evolution. arXiv preprint arXiv:2502.18449, 2025 b
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[40]
WebDancer: Towards Autonomous Information Seeking Agency
Jialong Wu, Baixuan Li, Runnan Fang, Wenbiao Yin, Liwen Zhang, Zhengwei Tao, Dingchu Zhang, Zekun Xi, Gang Fu, Yong Jiang, et al. Webdancer: Towards autonomous information seeking agency. arXiv preprint arXiv:2505.22648, 2025 a
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[41]
WebWalker: Benchmarking LLMs in Web Traversal
Jialong Wu, Wenbiao Yin, Yong Jiang, et al. Webwalker: Benchmarking llms in web traversal. arXiv preprint arXiv:2501.07572, 2025 b
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[42]
An Yang, Anfeng Li, Baosong Yang, Beichen Zhang, Binyuan Hui, Bo Zheng, Bowen Yu, Chang Gao, Chengen Huang, Chenxu Lv, et al. Qwen3 technical report. arXiv preprint arXiv:2505.09388, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[43]
React: Synergizing reasoning and acting in language models
Shunyu Yao, Jeffrey Zhao, Dian Yu, Nan Du, Izhak Shafran, Karthik R Narasimhan, and Yuan Cao. React: Synergizing reasoning and acting in language models. In The eleventh international conference on learning representations, 2022
work page 2022
-
[44]
Tree of thoughts: Deliberate problem solving with large language models
Shunyu Yao, Dian Yu, Jeffrey Zhao, Izhak Shafran, Tom Griffiths, Yuan Cao, and Karthik Narasimhan. Tree of thoughts: Deliberate problem solving with large language models. Advances in neural information processing systems, 36: 0 11809--11822, 2023
work page 2023
-
[45]
DAPO: An Open-Source LLM Reinforcement Learning System at Scale
Qiying Yu, Zheng Zhang, Ruofei Zhu, Yufeng Yuan, Xiaochen Zuo, Yu Yue, Weinan Dai, Tiantian Fan, Gaohong Liu, Lingjun Liu, et al. Dapo: An open-source llm reinforcement learning system at scale. arXiv preprint arXiv:2503.14476, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[46]
GLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models
Aohan Zeng, Xin Lv, Qinkai Zheng, Zhenyu Hou, Bin Chen, Chengxing Xie, Cunxiang Wang, Da Yin, Hao Zeng, Jiajie Zhang, et al. Glm-4.5: Agentic, reasoning, and coding (arc) foundation models. arXiv preprint arXiv:2508.06471, 2025
work page internal anchor Pith review Pith/arXiv arXiv 2025
-
[47]
Deepresearcher: Scaling deep research via reinforcement learning in real-world environments
Yuxiang Zheng, Dayuan Fu, Xiangkun Hu, Xiaojie Cai, Lyumanshan Ye, Pengrui Lu, and Pengfei Liu. Deepresearcher: Scaling deep research via reinforcement learning in real-world environments. In Proceedings of the 2025 Conference on Empirical Methods in Natural Language Processing, pp.\ 414--431, 2025
work page 2025
-
[48]
" write newline "" before.all 'output.state := FUNCTION n.dashify 't := "" t empty not t #1 #1 substring "-" = t #1 #2 substring "--" = not "--" * t #2 global.max substring 't := t #1 #1 substring "-" = "-" * t #2 global.max substring 't := while if t #1 #1 substring * t #2 global.max substring 't := if while FUNCTION format.date year duplicate empty "emp...
discussion (0)
Sign in with ORCID, Apple, or X to comment. Anyone can read and Pith papers without signing in.