← Search

Tarun Suresh

10 accepted papers

2026

SWERank: Software Issue Localization with Code Ranking

ICLR 2026poster

Software issue localization, the task of identifying the precise code locations (files, classes, or functions) relevant to a natural language issue description (e.g., bug report, feature request), is a critical yet time-consuming aspect of software development. While recent LLM-based agentic approac…

Cited by 0SourcecodeScholar
2025

CRANE: Reasoning with constrained LLM generation

ICML 2025poster

Code generation, symbolic math reasoning, and other tasks require LLMs to produce outputs that are both syntactically and semantically correct. Constrained LLM generation is a promising direction to enforce adherence to formal grammar, but prior works have empirically observed that strict enforcemen…

Cited by 0SourcePDFScholar
2025

CoRNStack: High-Quality Contrastive Data for Better Code Retrieval and Reranking

ICLR 2025poster

Effective code retrieval plays a crucial role in advancing code generation, bug fixing, and software maintenance, particularly as software systems increase in complexity. While current code embedding models have demonstrated promise in retrieving code snippets for small-scale, well-defined tasks, th…

2025

DINGO: Constrained Inference for Diffusion LLMs

NeurIPS 2025poster

Diffusion LLMs have emerged as a promising alternative to conventional autoregressive LLMs, offering substantial potential for improving runtime efficiency. However, existing diffusion models fail to provably enforce user-specified formal constraints, such as regular expressions, which makes them un…

Cited by 0SourcecodeScholar
2025

IterGen: Iterative Semantic-aware Structured LLM Generation with Backtracking

ICLR 2025poster

Large Language Models (LLMs) are widely used for tasks such as natural language and code generation, but their outputs often suffer from issues like hallucination, toxicity, and incorrect results. Current libraries for structured LLM generation rely on left-to-right decoding without support for back…

2025

SATBench: Benchmarking LLMs’ Logical Reasoning via Automated Puzzle Generation from SAT Formulas

EMNLP 2025

We introduce SATBench, a benchmark for evaluating the logical reasoning capabilities of large language models (LLMs) through logical puzzles derived from Boolean satisfiability (SAT) problems.Unlike prior work that focuses on inference rule-based reasoning, which often involves deducing conclusions

2025

Tamper-Resistant Safeguards for Open-Weight LLMs

ICLR 2025poster

Rapid advances in the capabilities of large language models (LLMs) have raised widespread concerns regarding their potential for malicious use. Open-weight LLMs present unique challenges, as existing safeguards lack robustness to tampering attacks that modify model weights. For example, recent works…

2024

Incremental Randomized Smoothing Certification

ICLR 2024poster

Randomized smoothing-based certification is an effective approach for obtaining robustness certificates of deep neural networks (DNNs) against adversarial attacks. This method constructs a smoothed DNN model and certifies its robustness through statistical sampling, but it is computationally expensi…