arXiv:2509.21842cs.AI2025-09KDD被引 19

用强化学习让旅行规划智能体自主决策,准确率达82%

DeepTravel: An End-to-End Agentic Reinforcement Learning Framework for Autonomous Travel Planning Agents

  • 构建端到端代理框架,实现自主规划、执行与反思
  • 在真实应用中达82%生成准确率,小模型超越大模型
  • 适合需要自主决策的智能体开发人员参考

旅行规划(TP)代理作为新兴组件,可与外部工具协同生成行程,提升用户体验。然而现有方法依赖手工提示和固定流程,缺乏灵活性。本文提出DeepTravel,一种端到端的代理强化学习框架,使旅行规划代理能自主完成多步推理中的规划、工具调用与结果验证。通过缓存交通、住宿及景点数据构建稳定训练环境,规避真实API不一致输出问题;设计分层奖励机制,先由轨迹级验证器检查时空可行性,再由回合级验证器校验细节一致性,实现高效精准奖励;提出回复增强型强化学习方法,定期从失败经验缓冲区重播,提升代理能力。在滴滴企业解决方案应用中进行三个月在线测试,行程生成准确率达82%。离线评估显示,该框架使小型LLM(如Qwen3-32B)显著优于前沿大模型(如OpenAI o1/o3、DeepSeek-R1)及现有框架。

原文摘要 · Abstract (English)

Travel planning (TP) agent has recently worked as an emerging building block to interact with external tools/resources for travel itinerary generation, ensuring an enjoyable user experience. Despite its benefits, existing studies rely on hand-craft prompt and fixed agent workflow, hindering more flexible and autonomous TP agents. This paper proposes DeepTravel, an end-to-end agentic reinforcement learning framework for building an autonomous travel planning agent, capable of autonomously planning, executing tools, and reflecting on tool responses to explore, verify, and refine intermediate actions in multi-step reasoning. To achieve this, we first construct a robust travel sandbox by caching transportation, accommodation and POI data, facilitating TP agent training without being constrained by real-world APIs limitations (e.g., inconsistent outputs). Moreover, we develop a hierarchical reward modeling system, where a trajectory-level verifier first checks spatiotemporal feasibility and filters unsatisfied travel itinerary, and then the turn-level verifier further validate itinerary's detail consistency with tool responses, enabling efficient and precise reward service. Finally, we propose the reply-augmented reinforcement learning method that enables TP agent to periodically replay from a failure experience buffer, emerging notable agentic capacity. We deploy the trained TP agent in the DiDi Enterprise Solutions application. A three-month online test shows that it achieves 82% accuracy in travel itinerary generation. Comprehensive offline evaluations further demonstrate that DeepTravel enables small-sized LLMs (e.g., Qwen3-32B) to significantly outperform frontier LLMs (e.g., OpenAI o1/o3 and DeepSeek-R1) and existing TP agent frameworks.

旅行规划强化学习智能体端到端

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。