← Search

Archiki Prasad

15 accepted papers

2026

Effective Reasoning Chains Reduce Intrinsic Dimensionality

ICML 2026spotlight

Chain-of-thought (CoT) reasoning and its variants have substantially improved the performance of language models on complex reasoning tasks, yet the precise mechanisms by which different strategies facilitate generalization remain poorly understood. While current explanations often point to increase…

Cited by 0SourceScholar
2026

One Life to Learn: Inferring Symbolic World Models for Stochastic Environments from Unguided Exploration

ICLR 2026poster

Symbolic world modeling is the task of inferring and representing the transitional dynamics of an environment as an executable program. Previous research on symbolic world modeling has focused on simple, deterministic environments with abundant data and human-provided guidance. We address the more r…

Cited by 0SourcecodeScholar
2025

AdaCAD: Adaptively Decoding to Balance Conflicts between Contextual and Parametric Knowledge

NAACL 2025long

Knowledge conflict arises from discrepancies between information in the context of a large language model (LLM) and the knowledge stored in its parameters. This can hurt performance when using standard decoding techniques, which tend to ignore the context. Existing test-time contrastive methods seek…

2025

LASeR: Learning to Adaptively Select Reward Models with Multi-Arm Bandits

NeurIPS 2025poster

Reward Models (RMs) are crucial to aligning large language models (LLMs), but the degree to which an RM specialized to one task (e.g. writing) generalizes to new tasks (e.g. math) is often not known a priori, often making using only one fixed RM to train LLMs suboptimal. However, optimizing LLMs wit…

Cited by 0SourceScholar
2025

MAgICoRe: Multi-Agent, Iterative, Coarse-to-Fine Refinement for Reasoning

EMNLP 2025

Large language model (LLM) reasoning can be improved by scaling test-time compute with aggregation, i.e., generating multiple samples and aggregating over them. While improving performance, this strategy often reaches a saturation point beyond which additional compute provides no return. Refinement

2025

Multi-Attribute Steering of Language Models via Targeted Intervention

ACL 2025long

Inference-time intervention (ITI) has emerged as a promising method for steering large language model (LLM) behavior in a particular direction (e.g., improving helpfulness) by intervening on token representations without costly updates to the LLM’s parameters. However, existing ITI approaches fail t…

Cited by 0SourcePDFScholar
2025

Self-Consistency Preference Optimization

ICML 2025poster

Self-alignment, whereby models learn to improve themselves without human annotation, is a rapidly growing research area. However, existing techniques often fail to improve complex reasoning tasks due to the difficulty of assigning correct rewards. An orthogonal approach that is known to improve corr…

Cited by 9SourcePDFScholar
2025

System 1.x: Learning to Balance Fast and Slow Planning with Language Models

ICLR 2025poster

Language models can be used to solve long-horizon planning problems in two distinct modes. In a fast 'System-1' mode, models directly generate plans without any explicit search or backtracking, and in a slow 'System-2' mode, they plan step-by-step by explicitly searching over possible actions. Syste…

2024

ADaPT: As-Needed Decomposition and Planning with Language Models

NAACL 2024findings

Large Language Models (LLMs) are increasingly being used for interactive decision-making tasks requiring planning and adapting to the environment. Recent works employ LLMs-as-agents in broadly two ways: iteratively determining the next action (iterative executors) or generating plans and executing s…

Cited by 92SourcePDFScholar
2024

ReGAL: Refactoring Programs to Discover Generalizable Abstractions

ICML 2024poster

While large language models (LLMs) are increasingly being used for program synthesis, they lack the global view needed to develop useful abstractions; they generally predict programs one at a time, often repeating the same functionality. Generating redundant code from scratch is both inefficient and…

2024

Rephrase, Augment, Reason: Visual Grounding of Questions for Vision-Language Models

ICLR 2024poster

An increasing number of vision-language tasks can be handled with little to no training, i.e., in a zero and few-shot manner, by marrying large language models (LLMs) to vision encoders, resulting in large vision-language models (LVLMs). While this has huge upsides, such as not requiring training da…

2024

Soft Self-Consistency Improves Language Models Agents

ACL 2024short

Generations from large language models (LLMs) can be improved by sampling and scoring multiple solutions to select a final answer. Current “sample and select” methods such as self-consistency (SC) rely on majority voting to score answers. However, when tasks have many distinct and valid answers, sel…

Cited by 13SourcePDFScholar
2023

MeetingQA: Extractive Question-Answering on Meeting Transcripts

ACL 2023long

With the ubiquitous use of online meeting platforms and robust automatic speech recognition systems, meeting transcripts have emerged as a promising domain for natural language tasks. Most recent works on meeting transcripts primarily focus on summarization and extraction of action items. However, m…

Cited by 10SourcePDFScholar
2023

ReCEval: Evaluating Reasoning Chains via Correctness and Informativeness

EMNLP 2023long main

Multi-step reasoning ability is fundamental to many natural language tasks, yet it is unclear what constitutes a good reasoning chain and how to evaluate them. Most existing methods focus solely on whether the reasoning chain leads to the correct conclusion, but this answer-oriented view may confoun…

Cited by 0SourcecodeScholar
2021

An Investigation of End-to-End Models for Robust Speech Recognition

ICASSP 2021accepted

End-to-end models for robust automatic speech recognition (ASR) have not been sufficiently well-explored in prior work. With end-to-end models, one could choose to preprocess the input speech using speech enhancement techniques and train the model using enhanced speech. Another alternative is to pas…

Cited by 0SourceScholar