← Search

Aswin Rrv

6 accepted papers

2026

GuidedSampling: Steering LLMs Towards Diverse Candidate Solutions at Inference-Time

ICLR 2026poster

Repeated Sampling (RS) is a simple inference-time algorithm that has been shown to improve model performance on complex tasks. Although it is an effective way of scaling inference time, it often struggles to generate diverse solution candidates, frequently relying on the same underlying approach to…

Cited by 0SourcecodeScholar
2025

QA‐LIGN: Aligning LLMs through Constitutionally Decomposed QA

EMNLP 2025

Alignment of large language models (LLMs) with principles like helpfulness, honesty, and harmlessness typically relies on scalar rewards that obscure which objectives drive the training signal. We introduce QA-LIGN, which decomposes monolithic rewards into interpretable principle-specific evaluation

Cited by 0SourcePDFScholar
2025

ThinkTuning: Instilling Cognitive Reflections without Distillation

EMNLP 2025

Recent advances in test-time scaling have led to the emergence of thinking LLMs that exhibit self-reflective behaviors and multi-step reasoning. While RL drives this self-improvement paradigm, recent studies show that solely RL does not truly instill these new reasoning abilities - it merely draws o

Cited by 0SourcePDFScholar
2025

ToW: Thoughts of Words Improve Reasoning in Large Language Models

NAACL 2025long

We introduce thoughts of words (ToW), a novel training-time data-augmentation method for next-word prediction. ToW views next-word prediction as a core reasoning task and injects fine-grained thoughts explaining what the next word should be and how it is related to the previous contexts in pre-train…

2024

Chaos with Keywords: Exposing Large Language Models Sycophancy to Misleading Keywords and Evaluating Defense Strategies

ACL 2024findings

This study explores the sycophantic tendencies of Large Language Models (LLMs), where these models tend to provide answers that match what users want to hear, even if they are not entirely correct. The motivation behind this exploration stems from the common behavior observed in individuals searchin…

Cited by 6SourcePDFScholar
2024

Step-by-Step Reasoning to Solve Grid Puzzles: Where do LLMs Falter?

EMNLP 2024main

Solving grid puzzles involves a significant amount of logical reasoning. Hence, it is a good domain to evaluate reasoning capability of a model which can then guide us to improve the reasoning ability of models. However, most existing works evaluate only the final predicted answer of a puzzle, witho…