kevinmichaelchen/deep-planning

📚 Curated collection of papers related to DeepPlanning: Benchmarking Long-Horizon Agentic Planning with Verifiable Constraints (2026)

Astro

1

3 commits

updated Feb 25, 2026

See the code

README

DeepPlanning: Related Papers Collection

A curated collection of papers related to DeepPlanning: Benchmarking Long-Horizon Agentic Planning with Verifiable Constraints (2026).

Table of Contents

Primary Paper

FileTitleYearArXivDescription
DeepPlanning_2601.18137.pdfDeepPlanning: Benchmarking Long-Horizon Agentic Planning with Verifiable Constraints20262601.18137Benchmark for practical long-horizon agent planning with multi-day travel and multi-product shopping tasks requiring global constrained optimization.

Planning Benchmarks

FileTitleYearArXivDescription
ProgOverThinking_2601.09097.pdfProgramming over Thinking: Efficient and Robust Multi-Constraint Planning20262601.09097Proposes code generation over chain-of-thought for multi-constraint planning problems.
DeepPlanner_2510.12979.pdfDeepPlanner: Scaling Planning Capability for Deep Research Agents via Advantage Shaping20252510.12979Scales planning capabilities in deep research agents using advantage shaping in reinforcement learning.
TCP_2505.19927.pdfTCP: A Benchmark for Temporal Constraint-Based Planning20252505.19927Benchmark focused on planning under temporal constraints, published at EMNLP 2025.
TimeArena_2402.05733.pdfTimeArena: Shaping Efficient Multitasking Language Agents in a Time-Aware Simulation20242402.05733Time-aware simulation for evaluating multitasking efficiency in language agents (ACL 2024).
PlanBench_2206.10498.pdfPlanBench: An Extensible Benchmark for Evaluating Large Language Models on Planning and Reasoning about Change20222206.10498Extensible benchmark evaluating LLMs on classical planning and reasoning about state changes.

Travel Planning

FileTitleYearArXivDescription
TourPlanner_2601.04698.pdfTourPlanner: A Competitive Consensus Framework with Constraint-Gated Reinforcement Learning for Travel Planning20262601.04698Uses constraint-gated RL and multi-agent competition for travel planning.
TravelBench_2512.22673.pdfTravelBench: A Broader Real-World Benchmark for Multi-Turn and Tool-Using Travel Planning20252512.22673Multi-turn travel planning with 10 real-world tools, infeasible request handling, and sandbox evaluation.
TriFlow_2512.11271.pdfTriFlow: A Progressive Multi-Agent Framework for Intelligent Trip Planning20252512.11271Multi-agent framework with progressive refinement for trip planning.
TripScore_2510.09011.pdfTripScore: Benchmarking and Rewarding Real-World Travel Planning with Fine-Grained Evaluation20252510.09011Unified scoring metric for travel plan quality with RL integration via GRPO.
TripTailor_2508.01432.pdfTripTailor: A Real-World Benchmark for Personalized Travel Planning20252508.01432Evaluates personalization and reasonableness of itineraries (ACL 2025 Findings).
ChinaTravel_2412.13682.pdfChinaTravel: An Open-Ended Benchmark for Language Agents in Chinese Travel Planning20242412.13682Chinese travel planning benchmark with stricter constraints and DSL-based evaluation.
PersonalLLMAgents_2410.13766.pdfPersonal Large Language Model Agents: A Case Study on Tailored Travel Planning20242410.13766Case study on personalized travel planning with LLM agents (EMNLP 2024 Industry).
TravelPlanner_2402.01622.pdfTravelPlanner: A Benchmark for Real-World Planning with Language Agents20242402.01622First travel planning benchmark for LLM agents, featuring multi-day itinerary construction (ICML 2024).

Shopping and Search Agents

FileTitleYearArXivDescription
LocalSearchBench_2512.07436.pdfLocalSearchBench: Benchmarking Agentic Search in Real-World Local Life Services20252512.07436Evaluates agentic search for local services like restaurants and businesses.
DeepShop_2506.02839.pdfDeepShop: A Benchmark for Deep Research Shopping Agents20252506.02839Benchmark for shopping agents that must deeply research products before purchasing.
WebShop_2207.01206.pdfWebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents20222207.01206Simulated e-commerce environment for grounded web interaction (NeurIPS 2022).

Web Agent Benchmarks

FileTitleYearArXivDescription
BrowseComp_2504.12516.pdfBrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents20252504.12516Challenging benchmark from OpenAI testing browsing agent capabilities.
WebVoyager_2401.13919.pdfWebVoyager: Building an End-to-End Web Agent with Large Multimodal Models20242401.13919End-to-end web agent using multimodal models for real-world web tasks (ACL 2024).
WebArena_2307.13854.pdfWebArena: A Realistic Web Environment for Building Autonomous Agents20232307.13854Self-hosted realistic web environment for end-to-end agent evaluation (ICLR 2024).
Mind2Web_2306.06070.pdfMind2Web: Towards a Generalist Agent for the Web20232306.06070Large-scale dataset for building generalist web agents across diverse websites (NeurIPS 2023).

Tool Use and APIs

FileTitleYearArXivDescription
ToolGym_2601.06328.pdfToolGym: An Open-World Tool-Using Environment for Scalable Agent Testing and Data Curation20262601.06328Open-world environment for testing tool-using agents at scale.
ToolLLM_2307.16789.pdfToolLLM: Facilitating Large Language Models to Master 16000+ Real-World APIs20232307.16789Framework for training LLMs to use 16,000+ real-world APIs (ICLR 2024).
APIBank_2304.08244.pdfAPI-Bank: A Comprehensive Benchmark for Tool-Augmented LLMs20232304.08244Benchmark for evaluating LLMs on API/tool usage (EMNLP 2023).

Foundation Models

FileTitleYearArXivDescription
DeepSeekV3_2512.02556.pdfDeepSeek-v3.2: Pushing the Frontier of Open Large Language Models20252512.02556DeepSeek's frontier open LLM.
GLM45_2508.06471.pdfGLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models20252508.06471MoE model (355B params) strong on agentic benchmarks including TAU-Bench.
KimiK2_2507.20534.pdfKimi K2: Open Agentic Intelligence20252507.20534Open-weight model focused on agentic intelligence from Moonshot AI.
Gemini25_2507.06261.pdfGemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, and Agentic Capabilities20252507.06261Google's frontier model with next-generation agentic capabilities.
Qwen3_2505.09388.pdfQwen3 Technical Report20252505.09388Technical report for the Qwen3 model family from Alibaba.
Seed15Thinking_2504.13914.pdfSeed1.5-Thinking: Advancing Superb Reasoning Models with Reinforcement Learning20252504.13914ByteDance's reasoning model trained with RL for advanced reasoning tasks.

Agent Evaluation Frameworks

FileTitleYearArXivDescription
LimitAwareness_2601.22027.pdfEvaluating the Consistency and Limit-Awareness of LLM Agents20262601.22027Studies whether LLM agents know and respect their own limitations.
AgencyBench_2601.11044.pdfAgencyBench: Benchmarking the Frontiers of Autonomous Agents in 1M-Token Real-World Contexts20262601.11044Evaluates autonomous agents handling million-token real-world contexts.
VitaBench_2509.26490.pdfVitaBench: Benchmarking LLM Agents with Versatile Interactive Tasks in Real-World Applications20252509.26490Versatile interactive task benchmark for LLM agents in real applications.
ARE_2509.17158.pdfARE: Scaling Up Agent Environments and Evaluations20252509.17158Meta's framework for scaling agent environments and evaluation.
UserBench_2507.22034.pdfUserBench: An Interactive Gym Environment for User-Centric Agents20252507.22034Interactive environment for evaluating user-centric agent behaviors.
Pi2Bench_2506.07982.pdfpi2-Bench: Evaluating Conversational Agents in a Dual-Control Environment20252506.07982Benchmark for conversational agents under dual-control conditions.
TauBench_2406.12045.pdftau-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains20242406.12045Dynamic policy-guided benchmark for tool-agent-user interaction.

LLM Reasoning and Verification

FileTitleYearArXivDescription
SelfVerification_2402.08115.pdfOn the Self-Verification Limitations of Large Language Models on Reasoning and Planning Tasks20242402.08115Demonstrates that LLMs struggle to verify their own reasoning and planning outputs (ICLR 2025).

Contributors

kevinmichaelchen/deep-planning

📚 Curated collection of papers related to DeepPlanning: Benchmarking Long-Horizon Agentic Planning with Verifiable Constraints (2026)

Astro

1

3 commits

updated Feb 25, 2026

See the code

README

DeepPlanning: Related Papers Collection

A curated collection of papers related to DeepPlanning: Benchmarking Long-Horizon Agentic Planning with Verifiable Constraints (2026).

Table of Contents

Primary Paper

FileTitleYearArXivDescription
DeepPlanning_2601.18137.pdfDeepPlanning: Benchmarking Long-Horizon Agentic Planning with Verifiable Constraints20262601.18137Benchmark for practical long-horizon agent planning with multi-day travel and multi-product shopping tasks requiring global constrained optimization.

Planning Benchmarks

FileTitleYearArXivDescription
ProgOverThinking_2601.09097.pdfProgramming over Thinking: Efficient and Robust Multi-Constraint Planning20262601.09097Proposes code generation over chain-of-thought for multi-constraint planning problems.
DeepPlanner_2510.12979.pdfDeepPlanner: Scaling Planning Capability for Deep Research Agents via Advantage Shaping20252510.12979Scales planning capabilities in deep research agents using advantage shaping in reinforcement learning.
TCP_2505.19927.pdfTCP: A Benchmark for Temporal Constraint-Based Planning20252505.19927Benchmark focused on planning under temporal constraints, published at EMNLP 2025.
TimeArena_2402.05733.pdfTimeArena: Shaping Efficient Multitasking Language Agents in a Time-Aware Simulation20242402.05733Time-aware simulation for evaluating multitasking efficiency in language agents (ACL 2024).
PlanBench_2206.10498.pdfPlanBench: An Extensible Benchmark for Evaluating Large Language Models on Planning and Reasoning about Change20222206.10498Extensible benchmark evaluating LLMs on classical planning and reasoning about state changes.

Travel Planning

FileTitleYearArXivDescription
TourPlanner_2601.04698.pdfTourPlanner: A Competitive Consensus Framework with Constraint-Gated Reinforcement Learning for Travel Planning20262601.04698Uses constraint-gated RL and multi-agent competition for travel planning.
TravelBench_2512.22673.pdfTravelBench: A Broader Real-World Benchmark for Multi-Turn and Tool-Using Travel Planning20252512.22673Multi-turn travel planning with 10 real-world tools, infeasible request handling, and sandbox evaluation.
TriFlow_2512.11271.pdfTriFlow: A Progressive Multi-Agent Framework for Intelligent Trip Planning20252512.11271Multi-agent framework with progressive refinement for trip planning.
TripScore_2510.09011.pdfTripScore: Benchmarking and Rewarding Real-World Travel Planning with Fine-Grained Evaluation20252510.09011Unified scoring metric for travel plan quality with RL integration via GRPO.
TripTailor_2508.01432.pdfTripTailor: A Real-World Benchmark for Personalized Travel Planning20252508.01432Evaluates personalization and reasonableness of itineraries (ACL 2025 Findings).
ChinaTravel_2412.13682.pdfChinaTravel: An Open-Ended Benchmark for Language Agents in Chinese Travel Planning20242412.13682Chinese travel planning benchmark with stricter constraints and DSL-based evaluation.
PersonalLLMAgents_2410.13766.pdfPersonal Large Language Model Agents: A Case Study on Tailored Travel Planning20242410.13766Case study on personalized travel planning with LLM agents (EMNLP 2024 Industry).
TravelPlanner_2402.01622.pdfTravelPlanner: A Benchmark for Real-World Planning with Language Agents20242402.01622First travel planning benchmark for LLM agents, featuring multi-day itinerary construction (ICML 2024).

Shopping and Search Agents

FileTitleYearArXivDescription
LocalSearchBench_2512.07436.pdfLocalSearchBench: Benchmarking Agentic Search in Real-World Local Life Services20252512.07436Evaluates agentic search for local services like restaurants and businesses.
DeepShop_2506.02839.pdfDeepShop: A Benchmark for Deep Research Shopping Agents20252506.02839Benchmark for shopping agents that must deeply research products before purchasing.
WebShop_2207.01206.pdfWebShop: Towards Scalable Real-World Web Interaction with Grounded Language Agents20222207.01206Simulated e-commerce environment for grounded web interaction (NeurIPS 2022).

Web Agent Benchmarks

FileTitleYearArXivDescription
BrowseComp_2504.12516.pdfBrowseComp: A Simple Yet Challenging Benchmark for Browsing Agents20252504.12516Challenging benchmark from OpenAI testing browsing agent capabilities.
WebVoyager_2401.13919.pdfWebVoyager: Building an End-to-End Web Agent with Large Multimodal Models20242401.13919End-to-end web agent using multimodal models for real-world web tasks (ACL 2024).
WebArena_2307.13854.pdfWebArena: A Realistic Web Environment for Building Autonomous Agents20232307.13854Self-hosted realistic web environment for end-to-end agent evaluation (ICLR 2024).
Mind2Web_2306.06070.pdfMind2Web: Towards a Generalist Agent for the Web20232306.06070Large-scale dataset for building generalist web agents across diverse websites (NeurIPS 2023).

Tool Use and APIs

FileTitleYearArXivDescription
ToolGym_2601.06328.pdfToolGym: An Open-World Tool-Using Environment for Scalable Agent Testing and Data Curation20262601.06328Open-world environment for testing tool-using agents at scale.
ToolLLM_2307.16789.pdfToolLLM: Facilitating Large Language Models to Master 16000+ Real-World APIs20232307.16789Framework for training LLMs to use 16,000+ real-world APIs (ICLR 2024).
APIBank_2304.08244.pdfAPI-Bank: A Comprehensive Benchmark for Tool-Augmented LLMs20232304.08244Benchmark for evaluating LLMs on API/tool usage (EMNLP 2023).

Foundation Models

FileTitleYearArXivDescription
DeepSeekV3_2512.02556.pdfDeepSeek-v3.2: Pushing the Frontier of Open Large Language Models20252512.02556DeepSeek's frontier open LLM.
GLM45_2508.06471.pdfGLM-4.5: Agentic, Reasoning, and Coding (ARC) Foundation Models20252508.06471MoE model (355B params) strong on agentic benchmarks including TAU-Bench.
KimiK2_2507.20534.pdfKimi K2: Open Agentic Intelligence20252507.20534Open-weight model focused on agentic intelligence from Moonshot AI.
Gemini25_2507.06261.pdfGemini 2.5: Pushing the Frontier with Advanced Reasoning, Multimodality, and Agentic Capabilities20252507.06261Google's frontier model with next-generation agentic capabilities.
Qwen3_2505.09388.pdfQwen3 Technical Report20252505.09388Technical report for the Qwen3 model family from Alibaba.
Seed15Thinking_2504.13914.pdfSeed1.5-Thinking: Advancing Superb Reasoning Models with Reinforcement Learning20252504.13914ByteDance's reasoning model trained with RL for advanced reasoning tasks.

Agent Evaluation Frameworks

FileTitleYearArXivDescription
LimitAwareness_2601.22027.pdfEvaluating the Consistency and Limit-Awareness of LLM Agents20262601.22027Studies whether LLM agents know and respect their own limitations.
AgencyBench_2601.11044.pdfAgencyBench: Benchmarking the Frontiers of Autonomous Agents in 1M-Token Real-World Contexts20262601.11044Evaluates autonomous agents handling million-token real-world contexts.
VitaBench_2509.26490.pdfVitaBench: Benchmarking LLM Agents with Versatile Interactive Tasks in Real-World Applications20252509.26490Versatile interactive task benchmark for LLM agents in real applications.
ARE_2509.17158.pdfARE: Scaling Up Agent Environments and Evaluations20252509.17158Meta's framework for scaling agent environments and evaluation.
UserBench_2507.22034.pdfUserBench: An Interactive Gym Environment for User-Centric Agents20252507.22034Interactive environment for evaluating user-centric agent behaviors.
Pi2Bench_2506.07982.pdfpi2-Bench: Evaluating Conversational Agents in a Dual-Control Environment20252506.07982Benchmark for conversational agents under dual-control conditions.
TauBench_2406.12045.pdftau-bench: A Benchmark for Tool-Agent-User Interaction in Real-World Domains20242406.12045Dynamic policy-guided benchmark for tool-agent-user interaction.

LLM Reasoning and Verification

FileTitleYearArXivDescription
SelfVerification_2402.08115.pdfOn the Self-Verification Limitations of Large Language Models on Reasoning and Planning Tasks20242402.08115Demonstrates that LLMs struggle to verify their own reasoning and planning outputs (ICLR 2025).

Contributors

Languages

Astro

85.9%

CSS

9.7%

TypeScript

3.3%

JavaScript

1.1%