arXiv:2506.13841cs.AI2025-06被引 3

测试大模型在真实选址任务中的推理能力,发现顶尖模型仍有30%失败率。

LocationReasoner: Evaluating LLMs on Real-World Site Selection Reasoning

  • 构建真实选址推理基准,融合空间与物流约束
  • 顶尖模型在真实场景中仍错30%,非线性推理能力不足
  • 揭示代理策略易过度推理,直接提示更有效

近期大型语言模型(LLMs)在强化后训练后展现出强大的推理能力,如OpenAI o1和DeepSeek-R1。然而,这些能力主要在数学求解和代码生成等领域评估,其是否能泛化到复杂现实场景尚不明确。本文提出LocationReasoner基准,用于评估LLMs在真实世界选址任务中的推理能力,要求模型在多元且复杂的地理、环境与物流约束下识别可行位置。该基准包含多难度级别的精心设计查询,并配备自研沙盒环境与基于约束的位置搜索工具,自动化验证保障可扩展性,支持任意数量查询添加。对波士顿、纽约和坦帕的真实选址数据进行的广泛评估显示,当前最先进的推理模型在真实情境中仅比非推理模型略有提升,即使最新版OpenAI o4模型也有30%的任务失败。此外,ReAct和Reflexion等代理策略常因过度推理导致效果更差,远不如直接提示。本文揭示了LLMs在整体性与非线性推理上的关键局限,公开发布LocationReasoner以推动具备稳健、具身推理能力的LLMs与智能体发展。代码与数据见https://github.com/miho-koda/LocationReasoner。

原文摘要 · Abstract (English)

Recent advances in large language models (LLMs), particularly those enhanced through reinforced post-training, have demonstrated impressive reasoning capabilities, as exemplified by models such as OpenAI o1 and DeepSeek-R1. However, these capabilities are predominantly benchmarked on domains like mathematical problem solving and code generation, leaving open the question of whether such reasoning skills generalize to complex real-world scenarios. In this paper, we introduce LocationReasoner, a benchmark designed to evaluate LLMs' reasoning abilities in the context of real-world site selection, where models must identify feasible locations by reasoning over diverse and complicated spatial, environmental, and logistic constraints. The benchmark covers carefully crafted queries of varying difficulty levels and is supported by a sandbox environment with in-house tools for constraint-based location search. Automated verification further guarantees the scalability of the benchmark, enabling the addition of arbitrary number of queries. Extensive evaluations on real-world site selection data from Boston, New York, and Tampa reveal that state-of-the-art reasoning models offer limited improvement over their non-reasoning predecessors in real-world contexts, with even the latest OpenAI o4 model failing on 30% of site selection tasks. Moreover, agentic strategies such as ReAct and Reflexion often suffer from over-reasoning, leading to worse outcomes than direct prompting. With key limitations of LLMs in holistic and non-linear reasoning highlighted, we release LocationReasoner to foster the development of LLMs and agents capable of robust, grounded reasoning in real-world decision-making tasks. Codes and data for our benchmark are available at https://github.com/miho-koda/LocationReasoner.

大模型推理真实世界任务选址分析基准测试

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