← Search

Jayanth Srinivasa

19 accepted papers

2026

EXP-Bench: Can AI Conduct AI Research Experiments?

ICLR 2026poster

Automating AI research holds immense potential for accelerating scientific progress, yet current AI agents struggle with the complexities of rigorous, end-to-end experimentation. We introduce EXP-Bench, a novel benchmark designed to systematically evaluate AI agents on complete research experiments…

Cited by 0SourcecodeScholar
2026

PLSemanticsBench: A Formal Semantics Reasoning Benchmark for Code

ICML 2026poster

Recent work asks whether large language models (LLMs) condition their reasoning on explicit rules rather than statistical regularities from pretraining. Program execution provides a canonical instance: formal semantics define behavior through sym- bolic transition rules that can be systematically al…

Cited by 0SourceScholar
2025

AssistedDS: Benchmarking How External Domain Knowledge Assists LLMs in Automated Data Science

EMNLP 2025

Large language models (LLMs) have advanced the automation of data science workflows. Yet it remains unclear whether they can critically leverage external domain knowledge as human data scientists do in practice. To answer this question, we introduce AssistedDS (Assisted Data Science), a benchmark de

2025

How Can Input Reformulation Improve Tool Usage Accuracy in a Complex Dynamic Environment? A Study on tau-bench

EMNLP 2025

Recent advances in reasoning and planning capabilities of large language models (LLMs) have enabled their potential as autonomous agents capable of tool use in dynamic environments. However, in multi-turn conversational environments like 𝜏 ‐bench, these agents often struggle with consistent reasonin

Cited by 0SourcePDFScholar
2025

Investigating the Shortcomings of LLMs in Step-by-Step Legal Reasoning

NAACL 2025findings

Reasoning abilities of LLMs have been a key focus in recent years. One challenging reasoning domain with interesting nuances is legal reasoning, which requires careful application of rules, and precedents while balancing deductive and analogical reasoning, and conflicts between rules. Although there…

2025

On the Vulnerability of Applying Retrieval-Augmented Generation within Knowledge-Intensive Application Domains

ICML 2025poster

Retrieval-Augmented Generation (RAG) has been empirically shown to enhance the performance of large language models (LLMs) in knowledge-intensive domains such as healthcare, finance, and legal contexts. Given a query, RAG retrieves relevant documents from a corpus and integrates them into the LLMs’…

Cited by 5SourcePDFScholar
2025

SafeKey: Amplifying Aha-Moment Insights for Safety Reasoning

EMNLP 2025

Large Reasoning Models (LRMs) introduce a new generation paradigm of explicitly reasoning before answering, leading to remarkable improvements in complex tasks. However, they pose great safety risks against harmful queries and adversarial attacks. While recent mainstream safety efforts on LRMs, supe

2024

Answer is All You Need: Instruction-following Text Embedding via Answering the Question

ACL 2024long

This work aims to build a text embedder that can capture characteristics of texts specified by user instructions clarifying the similarity criterion. While previous methods improve general task awareness by injecting the instruction information into encoding, they fail to be sensitive to clearer cri…

2024

Argument-Aware Approach To Event Linking

ACL 2024findings

Event linking connects event mentions in text with relevant nodes in a knowledge base (KB). Prior research in event linking has mainly borrowed methods from entity linking, overlooking the distinct features of events. Compared to the extensively explored entity linking task, events have more complex…

Cited by 0SourcePDFScholar
2024

Characterizing Truthfulness in Large Language Model Generations with Local Intrinsic Dimension

ICML 2024poster

We study how to characterize and predict the truthfulness of texts generated from large language models (LLMs), which serves as a crucial step in building trust between humans and LLMs. Although several approaches based on entropy or verbalized uncertainty have been proposed to calibrate model predi…

2024

Demystifying Poisoning Backdoor Attacks from a Statistical Perspective

ICLR 2024poster

Backdoor attacks pose a significant security risk to machine learning applications due to their stealthy nature and potentially serious consequences. Such attacks involve embedding triggers within a learning model with the intention of causing malicious behavior when an active trigger is present whi…

2024

Enhancing Large Language Models through Transforming Reasoning Problems into Classification Tasks

COLING 2024main

In this paper, we introduce a novel approach for enhancing the reasoning capabilities of large language models (LLMs) for constraint satisfaction problems (CSPs), by converting reasoning problems into classification tasks. Our method leverages the LLM’s ability to decide when to call a function from…

Cited by 0SourcePDFScholar
2024

Middleware for LLMs: Tools Are Instrumental for Language Agents in Complex Environments

EMNLP 2024main

The applications of large language models (LLMs) have expanded well beyond the confines of text processing, signaling a new era where LLMs are envisioned as generalist agents capable of operating within complex environments. These environments are often highly expansive, making it impossible for the…

Cited by 31SourcePDFScholar
2024

Open-world Multi-label Text Classification with Extremely Weak Supervision

EMNLP 2024main

We study open-world multi-label text classification under extremely weak supervision (XWS), where the user only provides a brief description for classification objectives without any labels or ground-truth label space. Similar single-label XWS settings have been explored recently, however, these met…

2024

RAW: A Robust and Agile Plug-and-Play Watermark Framework for AI-Generated Images with Provable Guarantees

NeurIPS 2024poster

Safeguarding intellectual property and preventing potential misuse of AI-generated images are of paramount importance. This paper introduces a robust and agile plug-and-play watermark detection framework, referred to as RAW. As a departure from existing encoder-decoder methods, which incorporate fix…

2023

A Unified Detection Framework for Inference-Stage Backdoor Defenses

NeurIPS 2023poster

Backdoor attacks involve inserting poisoned samples during training, resulting in a model containing a hidden backdoor that can trigger specific behaviors without impacting performance on normal samples. These attacks are challenging to detect, as the backdoored model appears normal until activated…

Cited by 14SourcePDFScholar
2023

Graph Mixture of Experts: Learning on Large-Scale Graphs with Explicit Diversity Modeling

NeurIPS 2023poster

Graph neural networks (GNNs) have found extensive applications in learning from graph data. However, real-world graphs often possess diverse structures and comprise nodes and edges of varying types. To bolster the generalization capacity of GNNs, it has become customary to augment training graph str…

2023

Text-to-SQL Error Correction with Language Models of Code

ACL 2023short

Despite recent progress in text-to-SQL parsing, current semantic parsers are still not accurate enough for practical use. In this paper, we investigate how to build automatic text-to-SQL error correction models. Noticing that token-level edits are out of context and sometimes ambiguous, we propose b…

2023

Understanding Backdoor Attacks through the Adaptability Hypothesis

ICML 2023poster

A poisoning backdoor attack is a rising security concern for deep learning. This type of attack can result in the backdoored model functioning normally most of the time but exhibiting abnormal behavior when presented with inputs containing the backdoor trigger, making it difficult to detect and prev…

Cited by 14SourcePDFScholar