paper-with-me

Papers

Efficient Tree-Structured Deep Research with Adaptive Resource Allocation

2025-10-02 · Lunyiu Nie, Nedim Lipka, Ryan A. Rossi, Swarat Chaudhuri arxiv

Deep research agents, which synthesize information across diverse sources, are significantly constrained by the sequential nature of reasoning. This bottleneck results in high latency, poor runtime adaptability, and inefficient resource allocation, making today's deep research systems impractical for interactive applications. To overcome this, we introduce ParallelResearch, a novel framework for efficient deep research that transforms sequential processing into parallel, runtime orchestration by dynamically decomposing complex queries into tree-structured sub-tasks. Our core contributions are threefold: (1) an adaptive planner that dynamically allocates computational resources based on query complexity; (2) a runtime orchestration layer that prunes redundant paths to reallocate resources and enables speculative execution; and (3) a fully-asynchronous execution infrastructure that enables concurrency across both research breadth and depth. Experiments on two benchmarks show up to 5x speedups with comparable final report quality, and consistent quality improvements with the same time budgets.

📄 PDF Abstract BibTeX arXiv:2510.05145

Code (0)

등록된 구현이 없습니다.

Similar Papers 제목 키워드 기반

TRACE: A Unified Rollout Budget Allocation Framework for Efficient Agentic Reinforcement Learning

2026-06-09 · Heming Zou, Qi Wang, Yun Qu, Yuhang Jiang 외 arxiv

Reinforcement learning with verifiable rewards (RLVR) is a promising approach for enhancing reasoning and agentic behavior in large language models. However, rollout-intensive policy optimization is often limited by insu…

Reinforcement Learning

From Roots to Rewards: Dynamic Tree Reasoning with RL

2025-07-17 · Ahmed Bahloul, Simon Malberg

Modern language models address complex questions through chain-of-thought (CoT) reasoning (Wei et al., 2023) and retrieval augmentation (Lewis et al., 2021), yet struggle with error propagation and knowledge integration.…

Computational EfficiencyQuestion AnsweringRetrieval

LLMs for Resource Allocation: A Participatory Budgeting Approach to Inferring Preferences

2025-08-08 · Sankarshan Damle, Boi Faltings arxiv

Large Language Models (LLMs) are increasingly expected to handle complex decision-making tasks, yet their ability to perform structured resource allocation remains underexplored. Evaluating their reasoning is also diffic…

Multilevel Fair Allocation with Matroid-Rank Preferences

2025-12-30 · Maxime Lucet, Nawal Benabbou, Aurélie Beynier, Nicolas Maudet arxiv

We introduce the concept of multilevel fair allocation of resources with tree-structured hierarchical relations among agents. While at each level it is possible to consider the problem locally as an allocation of an agen…

Multi-Agent Reinforcement Learning for Dynamic Mobility Resource Allocation with Hierarchical Adaptive Grouping

2025-07-27 · Farshid Nooshi, Suining He arxiv

Allocating mobility resources (e.g., shared bikes/e-scooters, ride-sharing vehicles) is crucial for rebalancing the mobility demand and supply in the urban environments. We propose in this work a novel multi-agent reinfo…

Multi-agent Reinforcement Learning