← Search

Karthik Valmeekam

8 accepted papers

2026

Position: Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Traces!

ICML 2026poster

Intermediate token generation (ITG), where a model produces output before the solution, has become a standard method to improve the performance of language models on reasoning tasks. These intermediate tokens have been called \say{reasoning traces} or even \say{thoughts} -- implicitly anthropomorphi…

Cited by 39SourceScholar
2025

On the self-verification limitations of large language models on reasoning and planning tasks

ICLR 2025poster

There has been considerable divergence of opinion on the reasoning abilities of Large Language Models (LLMs). While the initial optimism that reasoning might emerge automatically with scale has been tempered thanks to a slew of counterexamples--ranging from multiplication to simple planning--there p…

Cited by 57SourcePDFScholar
2024

Chain of Thoughtlessness? An Analysis of CoT in Planning

NeurIPS 2024poster

Large language model (LLM) performance on reasoning problems typically does not generalize out of distribution. Previous work has claimed that this can be mitigated with chain of thought prompting--a method of demonstrating solution procedures--with the intuition that it is possible to in-context te…

Cited by 47SourcePDFScholar
2024

Position: LLMs Can’t Plan, But Can Help Planning in LLM-Modulo Frameworks

ICML 2024spotlight

We argue that auto-regressive LLMs cannot, by themselves, do planning or self-verification (which is after all a form of reasoning), and shed some light on the reasons for misunderstandings in the literature. We will also argue that LLMs should be viewed as universal approximate knowledge sources th…

Cited by 192SourcePDFScholar
2023

Leveraging Pre-trained Large Language Models to Construct and Utilize World Models for Model-based Task Planning

NeurIPS 2023poster

There is a growing interest in applying pre-trained large language models (LLMs) to planning problems. However, methods that use LLMs directly as planners are currently impractical due to several factors, including limited correctness of plans, strong reliance on feedback from interactions with simu…

2023

On the Planning Abilities of Large Language Models - A Critical Investigation

NeurIPS 2023spotlight

Intrigued by the claims of emergent reasoning capabilities in LLMs trained on general web corpora, in this paper, we set out to investigate their planning capabilities. We aim to evaluate (1) the effectiveness of LLMs in generating plans autonomously in commonsense planning tasks and (2) the potenti…

Cited by 280SourcePDFScholar
2023

PlanBench: An Extensible Benchmark for Evaluating Large Language Models on Planning and Reasoning about Change

NeurIPS 2023poster

Generating plans of action, and reasoning about change have long been considered a core competence of intelligent agents. It is thus no surprise that evaluating the planning and reasoning capabilities of large language models (LLMs) has become a hot topic of research. Most claims about LLM planning…

2023

Relative Behavioral Attributes: Filling the Gap between Symbolic Goal Specification and Reward Learning from Human Preferences

ICLR 2023poster

Generating complex behaviors that satisfy the preferences of non-expert users is a crucial requirement for AI agents. Interactive reward learning from trajectory comparisons (a.k.a. RLHF) is one way to allow non-expert users to convey complex objectives by expressing preferences over short clips of…