paper-with-me

Papers

Time-Scaling Is What Agents Need Now

2026-01-06 · Zhi Liu, Guangzhi Wang arxiv

Early artificial intelligence paradigms exhibited separated cognitive functions: Neural Networks focused on "perception-representation," Reinforcement Learning on "decision-making-behavior," and Symbolic AI on "knowledge-reasoning." With Transformer-based large models and world models, these paradigms are converging into cognitive agents with closed-loop "perception-decision-action" capabilities. Humans solve complex problems under limited cognitive resources through temporalized sequential reasoning. Language relies on problem space search for deep semantic reasoning. While early large language models (LLMs) could generate fluent text, they lacked robust semantic reasoning capabilities. Prompting techniques like Chain-of-Thought (CoT) and Tree-of-Thought (ToT) extended reasoning paths by making intermediate steps explicit. Recent models like DeepSeek-R1 enhanced performance through explicit reasoning trajectories. However, these methods have limitations in search completeness and efficiency. This highlights the need for "Time-Scaling"--the systematic extension and optimization of an agent's ability to unfold reasoning over time. Time-Scaling refers to architectural design utilizing extended temporal pathways, enabling deeper problem space exploration, dynamic strategy adjustment, and enhanced metacognitive control, paralleling human sequential reasoning under cognitive constraints. It represents a critical frontier for enhancing deep reasoning and problem-solving without proportional increases in static model parameters. Advancing intelligent agent capabilities requires placing Time-Scaling principles at the forefront, positioning explicit temporal reasoning management as foundational.

📄 PDF Abstract BibTeX arXiv:2601.02714

Code (0)

등록된 구현이 없습니다.

Tasks

Reinforcement Learning

Similar Papers 제목 키워드 기반

Scalable Environments Drive Generalizable Agents

2026-05-18 · Jiayi Zhang, Fanqi Kong, Guibin Zhang, Maojia Song 외 arxiv

Generalizable agents should adapt to diverse tasks and unseen environments beyond their training distribution. This position paper argues that such generalization requires environment scaling: expanding the distribution …

AgentFugue: Agent Scaling for Long-Horizon Tasks through Collective Reasoning

2026-05-23 · Yuyang Hu, Hongjin Qian, Shuting Wang, Jiongnan Liu 외 arxiv

Recent progress on long-horizon agentic tasks has been driven largely by scaling up individual agents through stronger models, better tools, and more effective scaffolding. In contrast, much less is understood about scal…

Reinforcement Learning

Barriers and Pathways to Human-AI Alignment: A Game-Theoretic Approach

2025-02-09 · Aran Nayebi

Under what conditions can capable AI agents efficiently align their actions with human preferences? More specifically, when they are proficient enough to collaborate with us, how long does coordination take, and when is …

AI Agent

Track, Rank, Crack: Epistemic Working Memory Scales Multi-Hop Reasoning in Language Agents

2026-07-14 · Ning Liu arxiv

Language agents that interleave reasoning and tool use degrade sharply as reasoning chains lengthen, even when each individual step is easy. We trace this to context dilution: an agent's investigative state (what it has …

TMAS: Scaling Test-Time Compute via Multi-Agent Synergy

2026-05-11 · George Wu, Nan Jing, Qing Yi, Chuan Hao 외 arxiv

Test-time scaling has become an effective paradigm for improving the reasoning ability of large language models by allocating additional computation during inference. Recent structured approaches have further advanced th…

Reinforcement Learning