paper-with-me

홈 › Papers

Inference-Time Computations for LLM Reasoning and Planning: A Benchmark and Insights

2025-02-18 · Shubham Parashar, Blake Olson, Sambhav Khurana, Eric Li, Hongyi Ling, James Caverlee, Shuiwang Ji

We examine the reasoning and planning capabilities of large language models (LLMs) in solving complex tasks. Recent advances in inference-time techniques demonstrate the potential to enhance LLM reasoning without additional training by exploring intermediate steps during inference. Notably, OpenAI's o1 model shows promising performance through its novel use of multi-step reasoning and verification. Here, we explore how scaling inference-time techniques can improve reasoning and planning, focusing on understanding the tradeoff between computational cost and performance. To this end, we construct a comprehensive benchmark, known as Sys2Bench, and perform extensive experiments evaluating existing inference-time techniques on eleven diverse tasks across five categories, including arithmetic reasoning, logical reasoning, common sense reasoning, algorithmic reasoning, and planning. Our findings indicate that simply scaling inference-time computation has limitations, as no single inference-time technique consistently performs well across all reasoning and planning tasks.

📄 PDF Abstract BibTeX arXiv:2502.12521

Code (0)

등록된 구현이 없습니다.

Tasks

Arithmetic ReasoningCommon Sense ReasoningLogical Reasoning

Similar Papers 제목 키워드 기반

Beyond Chains of Thought: Benchmarking Latent-Space Reasoning Abilities in Large Language Models

2025-04-14 · Thilo Hagendorff, Sarah Fabi

Large language models (LLMs) can perform reasoning computations both internally within their latent space and externally by generating explicit token sequences like chains of thought. Significant progress in enhancing re…

BenchmarkingDescriptive

Complex LLM Planning via Automated Heuristics Discovery

2025-02-26 · Hongyi Ling, Shubham Parashar, Sambhav Khurana, Blake Olson 외

We consider enhancing large language models (LLMs) for complex planning tasks. While existing methods allow LLMs to explore intermediate steps to make plans, they either depend on unreliable self-verification or external…

PlanGEN: A Multi-Agent Framework for Generating Planning and Reasoning Trajectories for Complex Problem Solving

2025-02-22 · Mihir Parmar, Xin Liu, Palash Goyal, Yanfei Chen 외

Recent agent frameworks and inference-time algorithms often struggle with complex planning problems due to limitations in verifying generated plans or reasoning and varying complexity of instances within a single task. M…

Latent Chain-of-Thought as Planning: Decoupling Reasoning from Verbalization

2026-01-29 · Jiecong Wang, Hao Peng, Chunyang Liu arxiv

Chain-of-Thought (CoT) empowers Large Language Models (LLMs) to tackle complex problems, but remains constrained by the computational cost and reasoning path collapse when grounded in discrete token spaces. Recent latent…

VERDI: VLM-Embedded Reasoning for Autonomous Driving

2025-05-21 · Bowen Feng, Zhiting Mei, Baiang Li, Julian Ost 외

While autonomous driving (AD) stacks struggle with decision making under partial observability and real-world complexity, human drivers are capable of commonsense reasoning to make near-optimal decisions with limited inf…

Autonomous DrivingTrajectory Planning