← Search

Lajanugen Logeswaran

26 accepted papers

2026

Process Reward Models That Think

ICML 2026poster

Step-by-step verifiers—also known as process reward models (PRMs)—are a key ingredient for test-time scaling, but training them requires expensive step-level supervision. This work aims to build data-efficient PRMs as verbalized step-wise reward models that verify every step in the solution by gener…

Cited by 0SourcecodeScholar
2026

SPRIG: Improving Large Language Model Performance by System Prompt Optimization

ICLR 2026poster

Large Language Models (LLMs) have shown impressive capabilities in many scenarios, but their performance depends, in part, on the choice of prompt. Past research has focused on optimizing prompts specific to a task. However, much less attention has been given to optimizing the general instructions i…

Cited by 0SourcecodeScholar
2025

MLRC-Bench: Can Language Agents Solve Machine Learning Research Challenges?

NeurIPS 2025poster

We introduce **MLRC-Bench**, a benchmark designed to quantify how effectively language agents can tackle challenging **M**achine **L**earning (ML) **R**esearch **C**ompetitions, with a focus on open research problems that demand novel methodologies. Unlike prior work, e.g., AI Scientist, which evalu…

Cited by 0SourceScholar
2025

Revisiting LLM Value Probing Strategies: Are They Robust and Expressive?

EMNLP 2025

The value orientation of Large Language Models (LLMs) has been extensively studied, as it can shape user experiences across demographic groups.However, two key challenges remain: (1) the lack of systematic comparison across value probing strategies, despite the Multiple Choice Question (MCQ) setting

Cited by 0SourcePDFScholar
2025

Scalable Video-to-Dataset Generation for Cross-Platform Mobile Agents

CVPR 2025poster

Recent advancements in Large Language Models (LLMs) and Vision-Language Models (VLMs) have sparked significant interest in developing GUI visual agents. We introduce MONDAY (Mobile OS Navigation Task Dataset for Agents from YouTube), a large-scale dataset of 313K annotated frames from 20K instructio…

2025

Visual Test-time Scaling for GUI Agent Grounding

ICCV 2025poster

We introduce RegionFocus, a visual test-time scaling approach for Vision Language Model Agents. Understanding webpages is challenging due to the visual complexity of GUI images and the large number of interface elements, making accurate action selection difficult. Our approach dynamically zooms in o…

2024

Auto-Intent: Automated Intent Discovery and Self-Exploration for Large Language Model Web Agents

EMNLP 2024finding

In this paper, we introduce Auto-Intent, a method to adapt a pre-trained large language model (LLM) as an agent for a target domain without direct fine-tuning, where we empirically focus on web navigation tasks. Our approach first discovers the underlying intents from target domain demonstrations un…

Cited by 7SourcePDFScholar
2024

AutoGuide: Automated Generation and Selection of Context-Aware Guidelines for Large Language Model Agents

NeurIPS 2024poster

Recent advances in large language models (LLMs) have empowered AI agents capable of performing various sequential decision-making tasks. However, effectively guiding LLMs to perform well in unfamiliar domains like web navigation, where they lack sufficient knowledge, has proven to be difficult with…

Cited by 7SourcePDFScholar
2024

Code Models are Zero-shot Precondition Reasoners

NAACL 2024long

One of the fundamental skills required for an agent acting in an environment to complete tasks is the ability to understand what actions are plausible at any given point. This work explores a novel use of code representations to reason about action preconditions for sequential decision making tasks.…

Cited by 2SourcePDFScholar
2024

Prospector: Improving LLM Agents with Self-Asking and Trajectory Ranking

EMNLP 2024finding

Large language models (LLMs) have shown the ability to solve complex decision-making tasks beyond natural language processing tasks. LLM agents based on few-shot in-context learning (ICL) achieve surprisingly high performance without training. Despite their simplicity and generalizability, ICL-based…

Cited by 8SourcePDFScholar
2024

Small Language Models Need Strong Verifiers to Self-Correct Reasoning

ACL 2024findings

Self-correction has emerged as a promising solution to boost the reasoning performance of large language models (LLMs), where LLMs refine their solutions using self-generated critiques that pinpoint the errors. This work explores whether small (≤ 13B) language models (LMs) have the ability of self-c…

2024

Understanding the Capabilities and Limitations of Large Language Models for Cultural Commonsense

NAACL 2024long

Large language models (LLMs) have demonstrated substantial commonsense understanding through numerous benchmark evaluations. However, their understanding of cultural commonsense remains largely unexamined. In this paper, we conduct a comprehensive examination of the capabilities and limitations of s…

Cited by 33SourcePDFScholar
2024

When ”A Helpful Assistant” Is Not Really Helpful: Personas in System Prompts Do Not Improve Performances of Large Language Models

EMNLP 2024finding

Prompting serves as the major way humans interact with Large Language Models (LLM). Commercial AI systems commonly define the role of the LLM in system prompts. For example, ChatGPT uses ”You are a helpful assistant” as part of its default system prompt. Despite current practices of adding personas…

2024

You don’t need a personality test to know these models are unreliable: Assessing the Reliability of Large Language Models on Psychometric Instruments

NAACL 2024long

The versatility of Large Language Models (LLMs) on natural language understanding tasks has made them popular for research in social sciences. To properly understand the properties and innate personas of LLMs, researchers have performed studies that involve using prompts in the form of questions tha…

2023

Exploring the Benefits of Training Expert Language Models over Instruction Tuning

ICML 2023poster

Recently, Language Models (LMs) instruction-tuned on multiple tasks, also known as multitask-prompted fine-tuning (MT), have shown capabilities to generalize to unseen tasks. Previous work has shown that scaling the number of finetuning datasets and instructions is the key component in making strong…

2023

Few-shot Reranking for Multi-hop QA via Language Model Prompting

ACL 2023long

We study few-shot reranking for multi-hop QA (MQA) with open-domain questions. To alleviate the need for a large number of labeled question-document pairs for retriever training, we propose PromptRank, which relies on language model prompting for multi-hop path reranking. PromptRank first constructs…

Cited by 17SourcePDFScholar
2023

GRACE: Discriminator-Guided Chain-of-Thought Reasoning

EMNLP 2023long findings

In the context of multi-step reasoning, e.g., with chain-of-thought, language models (LMs) can easily assign a high likelihood to incorrect steps. As a result, decoding strategies that optimize for solution likelihood often yield incorrect solutions. To address this issue, we propose Guiding chain-o…

Cited by 0SourcecodeScholar
2023

Knowledge Unlearning for Mitigating Privacy Risks in Language Models

ACL 2023long

Pretrained Language Models (LMs) memorize a vast amount of knowledge during initial pretraining, including information that may violate the privacy of personal lives and identities. Previous work addressing privacy issues for LMs has mostly focused on data preprocessing and differential privacy meth…

2023

Merging Generated and Retrieved Knowledge for Open-Domain QA

EMNLP 2023long main

Open-domain question answering (QA) systems are often built with retrieval modules. However, retrieving passages from a given source is known to suffer from insufficient knowledge coverage. Alternatively, prompting large language models (LLMs) to generate contextual passages based on their parametri…

Cited by 0SourcecodeScholar
2023

TOD-Flow: Modeling the Structure of Task-Oriented Dialogues

EMNLP 2023long main

Task-Oriented Dialogue (TOD) systems have become crucial components in interactive artificial intelligence applications. While recent advances have capitalized on pre-trained language models (PLMs), they exhibit limitations regarding transparency and controllability. To address these challenges, we…

Cited by 0SourcecodeScholar
2023

Unsupervised Task Graph Generation from Instructional Video Transcripts

ACL 2023findings

This work explores the problem of generating task graphs of real-world activities. Different from prior formulations, we consider a setting where text transcripts of instructional videos performing a real-world activity (e.g., making coffee) are provided and the goal is to identify the key steps rel…

Cited by 12SourcePDFScholar
2016

Generative Adversarial Text to Image Synthesis

ICML 2016poster

Automatic synthesis of realistic images from text would be interesting and useful, but current AI systems are still far from this goal. However, in recent years generic and powerful recurrent neural network architectures have been developed to learn discriminative text feature representations. Meanw…