← Search

Swarnadeep Saha

17 accepted papers

2026

Hybrid Reinforcement: when reward is sparse, better to be dense

ICLR 2026poster

Post-training for reasoning in large language models has increasingly relied on verifiable rewards: deterministic checkers that provide $0$–$1$ correctness signals. While reliable, such binary feedback is brittle—many tasks admit partially correct or alternative answers that verifiers under-credit,…

Cited by 0SourceScholar
2026

J1: Incentivizing Thinking in LLM-as-a-Judge via Reinforcement Learning

ICLR 2026poster

The progress of AI is bottlenecked by the quality of evaluation, making powerful LLM-as-a-Judge models a core solution. The efficacy of these judges depends on their chain-of-thought reasoning, creating a critical need for methods that can effectively optimize this reasoning process. In this work, w…

Cited by 0SourceScholar
2026

OptimalThinkingBench: Evaluating Over and Underthinking in LLMs

ICLR 2026poster

Thinking LLMs solve complex tasks at the expense of increased compute and overthinking on simpler problems, while non-thinking LLMs are faster and cheaper but underthink on harder reasoning problems. This has led to the development of separate thinking and non-thinking LLM variants, leaving the onus…

Cited by 0SourcecodeScholar
2025

Learning to Plan & Reason for Evaluation with Thinking-LLM-as-a-Judge

ICML 2025poster

LLM-as-a-Judge models generate chain-of-thought (CoT) sequences intended to capture the step-by-step reasoning process that underlies the final evaluation of a response. However, due to the lack of human-annotated CoTs for evaluation, the required components and structure of effective reasoning trac…

Cited by 13SourcePDFScholar
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

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

Branch-Solve-Merge Improves Large Language Model Evaluation and Generation

NAACL 2024long

Large Language Models (LLMs) are frequently used for multi-faceted language generation and evaluation tasks that involve satisfying intricate user constraints or taking into account multiple aspects and criteria. However, their performance can fall short, due to the model’s lack of coherence and ina…

2024

MAGDi: Structured Distillation of Multi-Agent Interaction Graphs Improves Reasoning in Smaller Language Models

ICML 2024poster

Multi-agent interactions between Large Language Model (LLM) agents have shown major improvements on diverse reasoning tasks. However, these involve long generations from multiple models across several rounds, making them expensive. Moreover, these multi-agent approaches fail to provide a final, sing…

2024

ReConcile: Round-Table Conference Improves Reasoning via Consensus among Diverse LLMs

ACL 2024long

Large Language Models (LLMs) still struggle with natural language reasoning tasks. Motivated by the society of minds (Minsky, 1988), we propose ReConcile, a multi-model multi-agent framework designed as a round table conference among diverse LLM agents. ReConcile enhances collaborative reasoning bet…

2023

Can Language Models Teach? Teacher Explanations Improve Student Performance via Personalization

NeurIPS 2023poster

A hallmark property of explainable AI models is the ability to teach other agents, communicating knowledge of how to perform a task. While Large Language Models (LLMs) perform complex reasoning by generating explanations for their predictions, it is unclear whether they also make good teachers for w…

2023

MURMUR: Modular Multi-Step Reasoning for Semi-Structured Data-to-Text Generation

ACL 2023findings

Prompting large language models has enabled significant recent progress in multi-step reasoning over text. However, when applied to text generation from semi-structured data (e.g., graphs or tables), these methods typically suffer from low semantic coverage, hallucination, and logical inconsistency.…

Cited by 8SourcePDFScholar
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
2023

Summarization Programs: Interpretable Abstractive Summarization with Neural Modular Trees

ICLR 2023poster

Current abstractive summarization models either suffer from a lack of clear interpretability or provide incomplete rationales by only highlighting parts of the source document. To this end, we propose the Summarization Program (SP), an interpretable modular framework consisting of an (ordered) list…

2022

Are Hard Examples also Harder to Explain? A Study with Human and Model-Generated Explanations

EMNLP 2022main

Recent work on explainable NLP has shown that few-shot prompting can enable large pre-trained language models (LLMs) to generate grammatical and factual natural language explanations for data labels. In this work, we study the connection between explainability and sample hardness by investigating th…

2022

Explanation Graph Generation via Pre-trained Language Models: An Empirical Study with Contrastive Learning

ACL 2022long

Pre-trained sequence-to-sequence language models have led to widespread success in many natural language generation tasks. However, there has been relatively less work on analyzing their ability to generate structured outputs such as graphs. Unlike natural language, graphs have distinct structural a…

2021

ExplaGraphs: An Explanation Graph Generation Task for Structured Commonsense Reasoning

EMNLP 2021main

Recent commonsense-reasoning tasks are typically discriminative in nature, where a model answers a multiple-choice question for a certain context. Discriminative tasks are limiting because they fail to adequately evaluate the model’s ability to reason and explain predictions with underlying commonse…

2021

multiPRover: Generating Multiple Proofs for Improved Interpretability in Rule Reasoning

NAACL 2021long

We focus on a type of linguistic formal reasoning where the goal is to reason over explicit knowledge in the form of natural language facts and rules (Clark et al., 2020). A recent work, named PRover (Saha et al., 2020), performs such reasoning by answering a question and also generating a proof gra…