paper-with-me

Papers

Language Agent Tree Search Unifies Reasoning Acting and Planning in Language Models

2023-10-06 · Andy Zhou, Kai Yan, Michal Shlapentokh-Rothman, Haohan Wang, Yu-Xiong Wang

While language models (LMs) have shown potential across a range of decision-making tasks, their reliance on simple acting processes limits their broad deployment as autonomous agents. In this paper, we introduce Language Agent Tree Search (LATS) -- the first general framework that synergizes the capabilities of LMs in reasoning, acting, and planning. By leveraging the in-context learning ability of LMs, we integrate Monte Carlo Tree Search into LATS to enable LMs as agents, along with LM-powered value functions and self-reflections for proficient exploration and enhanced decision-making. A key feature of our approach is the incorporation of an environment for external feedback, which offers a more deliberate and adaptive problem-solving mechanism that surpasses the constraints of existing techniques. Our experimental evaluation across diverse domains, including programming, interactive question-answering (QA), web navigation, and math, validates the effectiveness and generality of LATS in decision-making while maintaining competitive or improved reasoning performance. Notably, LATS achieves state-of-the-art pass@1 accuracy (92.7%) for programming on HumanEval with GPT-4 and demonstrates gradient-free performance (average score of 75.9) comparable to gradient-based fine-tuning for web navigation on WebShop with GPT-3.5. Code can be found at https://github.com/lapisrocks/LanguageAgentTreeSearch

📄 PDF Abstract BibTeX arXiv:2310.04406

Code (2)

andyz245/LanguageAgentTreeSearch 공식 구현
lapisrocks/languageagenttreesearch 공식 구현

Tasks

Code GenerationDecision MakingHumanEvalIn-Context LearningMathModel-based Reinforcement LearningQuestion Answering

Methods 이 논문이 사용한 방법론

{Dispute@FaQ-s}How to file a dispute with Expedia? How to file a dispute with Expedia? To file a complaint against Expedia, first try contacting their customer service directly. You can reach them by phone at…
Multi-Head Attention 설명 없음
Attention 설명 없음
Position-Wise Feed-Forward Layer 설명 없음
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…

Similar Papers 제목 키워드 기반

Branch-and-Browse: Efficient and Controllable Web Exploration with Tree-Structured Reasoning and Action Memory

2025-10-18 · Shiqi He, Yue Cui, Xinyu Ma, Yaliang Li 외 arxiv

Autonomous web agents powered by large language models (LLMs) show strong potential for performing goal-oriented tasks such as information retrieval, report generation, and online transactions. These agents mark a key st…

Information Retrieval

Empirical-MCTS: Continuous Agent Evolution via Dual-Experience Monte Carlo Tree Search

2026-02-04 · Hao Lu, Haoyuan Huang, Yulin Zhou, Chen Li 외 arxiv

Inference-time scaling strategies, particularly Monte Carlo Tree Search (MCTS), have significantly enhanced the reasoning capabilities of Large Language Models (LLMs). However, current approaches remain predominantly sta…

Entropy-Tree: Tree-Based Decoding with Entropy-Guided Exploration

2026-01-02 · Longxuan Wei, Yubo Zhang, Zijiao Zhang, Zhihu Wang 외 arxiv

Large language models achieve strong reasoning performance, yet existing decoding strategies either explore blindly (random sampling) or redundantly (independent multi-sampling). We propose Entropy-Tree, a tree-based dec…

ProFocus: Proactive Perception and Focused Reasoning in Vision-and-Language Navigation

2026-03-01 · Wei Xue, Mingcheng Li, Xuecheng Wu, Jingqun Tang 외 arxiv

Vision-and-Language Navigation (VLN) requires agents to accurately perceive complex visual environments and reason over navigation instructions and histories. However, existing methods passively process redundant visual …

Unifying Tree Search Algorithm and Reward Design for LLM Reasoning: A Survey

2025-10-11 · Jiaqi Wei, Xiang Zhang, Yuejin Yang, Wenxuan Huang 외 arxiv

Deliberative tree search is a cornerstone of modern Large Language Model (LLM) research, driving the pivot from brute-force scaling toward algorithmic efficiency. This single paradigm unifies two critical frontiers: \tex…