← Search

Saravan Rajmohan

33 accepted papers

2026

A Tale of Two Graphs: Separating Knowledge Exploration from Outline Structure for Open-Ended Deep Research

ICML 2026poster

Open-Ended Deep Research (OEDR) pushes LLM agents beyond short-form QA toward long-horizon workflows that iteratively search, connect, and synthesize evidence into structured reports. However, existing OEDR agents largely follow either linear "search-then-generate" accumulation or outline-centric pl…

Cited by 1SourceScholar
2026

DoVer: Intervention-Driven Auto Debugging for LLM Multi-Agent Systems

ICLR 2026poster

Large language model (LLM)–based multi-agent systems are challenging to debug because failures often arise from long, branching interaction traces. The prevailing practice is to leverage LLMs for log-based failure localization, attributing errors to a specific agent and step. However, this paradigm…

Cited by 0SourceScholar
2026

Pretrain Value, Not Reward: Decoupled Value Policy Optimization

ICLR 2026poster

In this paper, we explore how directly pretraining a value model simplifies and stabilizes reinforcement learning from human feedback (RLHF). In reinforcement learning, value estimation is the key to policy optimization, distinct from reward supervision. The value function predicts the \emph{retur…

Cited by 0SourcecodeScholar
2026

Text2Grad: Reinforcement Learning from Natural Language Feedback

ICLR 2026poster

Traditional RLHF optimizes language models with coarse, scalar rewards that mask the fine-grained reasons behind success or failure, leading to slow, opaque learning. Recent work augments RL with textual critiques through prompting or reflection, improving interpretability but leaving model paramete…

Cited by 0SourcecodeScholar
2025

AMPO: Active Multi Preference Optimization for Self-play Preference Selection

ICML 2025poster

Multi-preference optimization enriches language-model alignment beyond pairwise preferences by contrasting entire sets of helpful and undesired responses, enabling richer training signals for large language models. During self-play alignment, these models often produce numerous candidate answers per…

Cited by 0SourcePDFScholar
2025

AXIS: Efficient Human-Agent-Computer Interaction with API-First LLM-Based Agents

ACL 2025long

Multimodal large language models (MLLMs) have enabled LLM-based agents to directly interact with application user interfaces (UIs), enhancing agents’ performance in complex tasks. However, these agents often suffer from high latency and low reliability due to the extensive sequential UI interactions…

Cited by 0SourcePDFScholar
2025

AdaptFlow: Adaptive Workflow Optimization via Meta-Learning

EMNLP 2025

Recent advances in large language models (LLMs) have sparked growing interest in agentic workflows—structured sequences of LLM invocations designed to solve complex tasks. However, existing approaches often rely on static templates or manually designed workflows, which limit adaptability to diverse

Cited by 0SourcePDFScholar
2025

CARMO: Dynamic Criteria Generation for Context Aware Reward Modelling

ACL 2025finding

Reward modeling in large language models is known to be susceptible to reward hacking, causing models to latch onto superficial features such as the tendency to generate lists or unnecessarily long responses. In RLHF, and more generally during post-training, flawed reward signals often lead to outpu…

Cited by 0SourcePDFScholar
2025

DI-BENCH: Benchmarking Large Language Models on Dependency Inference with Testable Repositories at Scale

ACL 2025finding

Large Language Models have advanced automated software development, however, it remains a challenge to correctly infer dependencies, namely, identifying the internal components and external packages required for a repository to successfully run. Existing studies highlight that dependency-related iss…

2025

ExeCoder: Empowering Large Language Models with Executability Representation for Code Translation

EMNLP 2025

Code translation is a crucial activity in the software development and maintenance process, and researchers have recently begun to focus on using pre-trained large language models (LLMs) for code translation. However, existing LLMs only learn the contextual semantics of code during pre-training, neg

Cited by 0SourcePDFScholar
2025

From Reasoning to Answer: Empirical, Attention-Based and Mechanistic Insights into Distilled DeepSeek R1 Models

EMNLP 2025

Large Reasoning Models (LRMs) generate explicit reasoning traces alongside final answers, yet the extent to which these traces influence answer generation remains unclear. In this work, we conduct a three-stage investigation into the interplay between reasoning and answer generation in three distill

Cited by 0SourcePDFScholar
2025

Minerva: A Programmable Memory Test Benchmark for Language Models

ICML 2025poster

How effectively can LLM-based AI assistants utilize their memory (context) to perform various tasks? Traditional data benchmarks, which are often manually crafted, suffer from several limitations: they are static, susceptible to overfitting, difficult to interpret, and lack actionable insights--fail…

Cited by 0SourcePDFScholar
2025

Privacy in Action: Towards Realistic Privacy Mitigation and Evaluation for LLM-Powered Agents

EMNLP 2025

The increasing autonomy of LLM agents in handling sensitive communications, accelerated by Model Context Protocol (MCP) and Agent-to-Agent (A2A) frameworks, creates urgent privacy challenges. While recent work reveals significant gaps between LLMs’ privacy Q&A performance and their agent behavior, e

Cited by 0SourcePDFScholar
2025

Reason-before-Retrieve: One-Stage Reflective Chain-of-Thoughts for Training-Free Zero-Shot Composed Image Retrieval

CVPR 2025highlight

Composed Image Retrieval (CIR) aims to retrieve target images that closely resemble a reference image while integrating user-specified textual modifications, thereby capturing user intent more accurately. Existing training-free zero-shot CIR (ZS-CIR) methods often employ a two-stage process: they fi…

2025

RuAG: Learned-rule-augmented Generation for Large Language Models

ICLR 2025poster

In-context learning (ICL) and Retrieval-Augmented Generation (RAG) have gained attention for their ability to enhance LLMs' reasoning by incorporating external knowledge but suffer from limited contextual window size, leading to insufficient information injection. To this end, we propose a novel fra…

Cited by 2SourcePDFScholar
2025

Skeleton-Guided-Translation: A Benchmarking Framework for Code Repository Translation with Fine-Grained Quality Evaluation

EMNLP 2025

Code translation benchmarks are essential for evaluating the accuracy and efficiency of LLM-based systems. Existing benchmarks mainly target individual functions, overlooking repository-level challenges like intermodule coherence and dependency management. Recent repository-level efforts exist, but

Cited by 0SourcePDFScholar
2025

Synergistic Weak-Strong Collaboration by Aligning Preferences

ACL 2025long

Current Large Language Models excel in general reasoning yet struggle with specialized tasks requiring proprietary or domain-specific knowledge. Fine-tuning large models for every niche application is often infeasible due to black-box constraints and high computational overhead. To address this, we…

Cited by 0SourcePDFScholar
2025

TACO-RL: Task Aware Prompt Compression Optimization with Reinforcement Learning

ACL 2025finding

The increasing prevalence of large language models (LLMs) such as GPT-4 in various applications has led to a surge in the size of prompts required for optimal performance, leading to challenges in computational efficiency. Prompt compression aims to reduce the inference cost by minimizing input toke…

Cited by 0SourcePDFScholar
2025

Thread: A Logic-Based Data Organization Paradigm for How-To Question Answering with Retrieval Augmented Generation

EMNLP 2025

Recent advances in retrieval-augmented generation (RAG) have substantially improved question-answering systems, particularly for factoid ‘5Ws’ questions. However, significant challenges remain when addressing ‘1H’ questions, specifically how-to questions, which are integral for decision-making and r

Cited by 0SourcePDFScholar
2025

Token-level Proximal Policy Optimization for Query Generation

EMNLP 2025

Query generation is a critical task for web search engines (e.g. Google, Bing) and recommendation systems. Recently, state-of-the-art query generation methods leverage Large Language Models (LLMs) for their strong capabilities in context understanding and text generation. However, they still face ch

Cited by 0SourcePDFScholar
2025

UFO: A UI-Focused Agent for Windows OS Interaction

NAACL 2025long

We introduce UFO, a UI-Fcused agent designed to fulfill user requests tailored to Windows OS applications by observing and analyzing the GUI and control information of these applications. UFO utilizes a hierarchical dual-agent framework that decomposes user requests using a divide-and-conquer approa…

2025

WarriorCoder: Learning from Expert Battles to Augment Code Large Language Models

ACL 2025long

Despite recent progress achieved by code large language models (LLMs), their remarkable abilities are largely dependent on fine-tuning on the high-quality data, posing challenges for data collection and annotation. To address this, current methods often design various data flywheels to collect compl…

2024

AutoRAG-HP: Automatic Online Hyper-Parameter Tuning for Retrieval-Augmented Generation

EMNLP 2024finding

Recent advancements in Large Language Models have transformed ML/AI development, necessitating a reevaluation of AutoML principles for the Retrieval-Augmented Generation (RAG) systems. To address the challenges of hyper-parameter optimization and online adaptation in RAG, we propose the AutoRAG-HP f…

Cited by 2SourcePDFScholar
2024

Call Me When Necessary: LLMs can Efficiently and Faithfully Reason over Structured Environments

ACL 2024findings

Large Language Models (LLMs) have shown potential in reasoning over structured environments, e.g., knowledge graphs and tables. Such tasks typically require multi-hop reasoning, i.e., match natural language utterance with instances in the environment. Previous works adopt LLMs to incrementally build…

2024

EfficientRAG: Efficient Retriever for Multi-Hop Question Answering

EMNLP 2024main

Retrieval-augmented generation (RAG) methods encounter difficulties when addressing complex questions like multi-hop queries.While iterative retrieval methods improve performance by gathering additional information, current approaches often rely on multiple calls of large language models (LLMs).In t…

2024

Everything of Thoughts: Defying the Law of Penrose Triangle for Thought Generation

ACL 2024findings

This paper introduce a novel thought prompting approach called ”Everything of Thoughts” (XoT) for Large Language Models (LLMs) to defy the law of ”Penrose triangle” of existing thought paradigms, to achieve three key perspectives in thought generation simultaneously: performance, efficiency, and fle…

2024

Hybrid-RACA: Hybrid Retrieval-Augmented Composition Assistance for Real-time Text Prediction

EMNLP 2024industry

Large language models (LLMs) enhanced with retrieval augmentation has shown great performance in many applications. However, the computational demands for these models pose a challenge when applying them to real-time tasks, such as composition assistance. To address this, we propose Hybrid Retrieval…

2024

SMuCo: Reinforcement Learning for Visual Control via Sequential Multi-view Total Correlation

UAI 2024poster

The advent of abundant image data has catalyzed the advancement of visual control in reinforcement learning (RL) systems, leveraging multiple view- points to capture the same physical states, which could enhance control performance theoretically. However, integrating multi-view data into representat…

Cited by 0SourcePDFScholar
2023

Conservative State Value Estimation for Offline Reinforcement Learning

NeurIPS 2023poster

Offline reinforcement learning faces a significant challenge of value over-estimation due to the distributional drift between the dataset and the current learned policy, leading to learning failure in practice. The common approach is to incorporate a penalty term to reward or value estimation in the…

2023

Towards Lightweight, Model-Agnostic and Diversity-Aware Active Anomaly Detection

ICLR 2023poster

Active Anomaly Discovery (AAD) is flourishing in the anomaly detection research area, which aims to incorporate analysts’ feedback into unsupervised anomaly detectors. However, existing AAD approaches usually prioritize the samples with the highest anomaly scores for user labeling, which hinders the…

Cited by 1SourcePDFScholar
2022

T-SMOTE: Temporal-oriented Synthetic Minority Oversampling Technique for Imbalanced Time Series Classification

IJCAI 2022poster

Time series classification is a popular and important topic in machine learning, and it suffers from the class imbalance problem in many real-world applications. In this paper, to address the class imbalance problem, we propose a novel and practical oversampling method named T-SMOTE, which can make…

Cited by 26SourcePDFScholar