← Search

Monishwaran Maheswaran

4 accepted papers

2026

Residual Context Diffusion Language Models

ICML 2026poster

Diffusion Large Language Models (dLLMs) have emerged as a promising alternative to purely autoregressive language models because they can decode multiple tokens in parallel. However, state-of-the-art block-wise dLLMs rely on a ``remasking" mechanism that decodes only the most confident tokens and di…

Cited by 0SourceScholar
2026

Reward Under Attack: Analyzing the Robustness and Hackability of Process Reward Models

ICML 2026poster

Process Reward Models (PRMs) are rapidly becoming the backbone of LLM reasoning pipelines, yet we demonstrate that state-of-the-art PRMs are systematically exploitable under optimization pressure. We introduce a three-tiered diagnostic framework that applies increasing adversarial pressure to quanti…

Cited by 0SourceScholar
2026

V1: Unifying Generation and Self-Verification for Parallel Reasoners

ICML 2026poster

Test-time scaling for complex reasoning tasks shows that leveraging inference-time compute, for example by independently sampling and aggregating multiple solutions, results in significantly better task outcomes. However, a critical bottleneck is _verification_: sampling is only effective if correct…

Cited by 0SourceScholar
2025

Squeezed Attention: Accelerating Long Context Length LLM Inference

ACL 2025long

Emerging Large Language Model (LLM) applications require long input context in order to perform complex tasks like document analysis and code generation.For these long context length applications, the length of the input prompt poses a significant challenge in terms of inference efficiency since the…