arXiv:2607.15552cs.LGcs.AI2026-07

让手机本地生成既可行又合心意的旅行计划。

From Feasibility to Desirability: Plan, Learn, Adapt (PLA) Framework for Personalized On-Device Itinerary Generation

  • 分三步:先生成多种可行方案,再学偏好,最后优化细节
  • 人类对比中胜率67.8%,比最强单模型高11.2个百分点
  • 适合想在手机上做个性化行程规划的用户

生成个性化旅行行程是一项复杂任务,需平衡严格的组合可行性与主观的偏好满意度。传统优化方法虽保证可行性,但难以捕捉旅行者偏好;学习方法能建模偏好,却无法保证可行性。移动端部署还带来资源限制。为此,我们提出计划-学习-适应(PLA)框架,用于本地化个性化行程生成。第一阶段构建轻量级异构规划器集合,生成结构多样且可行的候选方案。第二阶段通过成对行程比较,拟合紧凑的Bradley-Terry奖励模型,捕捉如节奏、地理连贯性、每日平衡等隐含行程特性,这些是单一景点信号无法体现的。第三阶段在设备计算预算内进行保持可行性的局部精炼,每个中间状态均保证可行。在超过100个美国城市的2519组成对人类评估中,该奖励引导的集成方案取得67.8%胜率,比最佳单个规划器高出11.2个百分点,且100%可行性。三个前沿大模型GPT-5、Claude Opus 4.5和Gemini 3 Pro在相同约束下可行性为0%。奖励模型在留一城市验证中平均准确率达67.6%。在实际应用中,FlyEnJoy系统采用PLA后行程完成率提升91%,平均本地延迟仅109.9毫秒。

原文摘要 · Abstract (English)

Generating personalized trip itineraries is a complex planning task and involves a tension between hard combinatorial feasibility and soft latent desirability. Classical optimization enforces constraints but fails to capture subjective traveler preferences. While learning-based approaches model preferences, they cannot guarantee feasibility. Mobile deployment imposes additional resource constraints on both. To address this, we propose Plan, Learn, Adapt (PLA), a three-stage framework for personalized on-device itinerary generation. The Plan stage builds a heterogeneous ensemble of lightweight planners that produces structurally diverse feasible candidates. From pairwise itinerary comparisons, Learn fits a compact Bradley-Terry reward model that captures emergent schedule properties such as pacing, geographic coherence, and day balance, which per-POI signals miss. Finally, Adapt applies feasibility-preserving local refinement within a device-aware compute budget; every intermediate state is feasible by construction. On 2,519 pairwise human comparisons across more than 100 U.S. cities, the reward-guided ensemble achieves a 67.8% win rate, 11.2 percentage points above the best single planner, with 100% feasibility. Three frontier LLMs, GPT-5, Claude Opus 4.5, and Gemini 3 Pro, achieve 0% feasibility under the same constraints. The reward model generalizes across held-out cities, with a 67.6% mean leave-one-city-out accuracy. In production deployment within FlyEnJoy, PLA increased itinerary completion rates by 91%, with 109.9 ms average on-device latency.

行程生成本地推理偏好建模

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