← Search

Ryan A. Rossi

55 accepted papers

2026

Charts Are Not Images: On the Challenges of Scientific Chart Editing

ICLR 2026poster

Generative models, such as diffusion and autoregressive approaches, have demonstrated impressive capabilities in editing natural images. However, applying these tools to scientific charts rests on a flawed assumption: a chart is not merely an arrangement of pixels but a visual representation of stru…

Cited by 0SourcecodeScholar
2026

RADAR: Reasoning–Ability and Difficulty-Aware Routing in Language Models

ICLR 2026poster

Reasoning language models have demonstrated remarkable performance on many challenging tasks in math, science, and coding. Choosing the right reasoning model for practical deployment involves a performance and cost tradeoff at two key levels: model size and reasoning budget, where larger models and…

Cited by 0SourceScholar
2026

SliderEdit: Continuous Image Editing with Fine-Grained Instruction Control

CVPR 2026

Instruction-based image editing models have recently achieved impressive performance, enabling complex edits to an input image from a multi-instruction prompt. However, these models apply each instruction in the prompt with a fixed strength, limiting the user's ability to precisely and continuously

Cited by 0SourcecodeScholar
2026

Spinning Straw into Gold: Relabeling LLM Agent Trajectories in Hindsight for Successful Demonstrations

ICLR 2026poster

Large language model agents operate in partially observable, long-horizon settings where obtaining supervision remains a major bottleneck. We address this by leveraging a source of supervision overlooked in existing post-training methods: ``unintended yet successful'' goals embedded within agent rol…

Cited by 0SourceScholar
2026

Steering MoE LLMs via Expert (De)Activation

ICLR 2026poster

Mixture-of-Experts (MoE) in Large Language Models (LLMs) routes each token through a subset of specialized Feed-Forward Networks (FFN), known as experts. We present SteerMoE, a framework to steer MoE models by detecting and controlling behavior-associated experts. We detect key experts by comparing…

Cited by 0SourcecodeScholar
2026

VipAct: Visual-Perception Enhancement via Specialized VLM Agent Collaboration and Tool-use

AAAI 2026technical

While vision-language models (VLMs) have demonstrated remarkable performance across various tasks combining textual and visual information, they continue to struggle with fine-grained visual perception tasks that require detailed pixel-level analysis. Effectively eliciting comprehensive reasoning fr

Cited by 0SourcePDFScholar
2026

``Someone Hid It!'': Query-Agnostic Black-Box Attacks on LLM-Based Retrieval

ICML 2026poster

Large language models (LLMs) have been serving as effective backbones for retrieval systems, including Retrieval-Augmentation-Generation (RAG), Dense Information Retriever (IR), and Agent Memory Retrieval. Recent studies have demonstrated that such LLM-based Retrieval (LLMR) is vulnerable to adversa…

Cited by 0SourceScholar
2025

A Large-scale Training Paradigm for Graph Generative Models

ICLR 2025poster

Large Generative Models (LGMs) such as GPT, Stable Diffusion, Sora, and Suno are trained on a huge amount of texts, images, videos, and audio that are extremely diverse from numerous domains. This large-scale training paradigm on diverse well-curated data enhances the creativity and diversity of the…

2025

AD-LLM: Benchmarking Large Language Models for Anomaly Detection

ACL 2025finding

Anomaly detection (AD) is an important machine learning task with many real-world uses, including fraud detection, medical diagnosis, and industrial monitoring. Within natural language processing (NLP), AD helps detect issues like spam, misinformation, and unusual user activity. Although large langu…

2025

Augment before You Try: Knowledge-Enhanced Table Question Answering via Table Expansion

EMNLP 2025

Table question answering is a popular task that assesses a model’s ability to understand and interact with structured data. However, the given table often does not contain sufficient information to answer the question, necessitating the integration of external knowledge. Existing methods either conv

2025

Causal Discovery-Driven Change Point Detection in Time Series

AISTATS 2025poster

Change point detection in time series aims to identify moments when the probability distribution of time series changes. It is widely applied in many areas, such as human activity sensing and medical science. In the context of multivariate time series, this typically involves examining the joint dis…

Cited by 0SourceScholar
2025

ChartLens: Fine-grained Visual Attribution in Charts

ACL 2025long

The growing capabilities of multimodal large language models (MLLMs) have advanced tasks like chart understanding. However, these models often suffer from hallucinations, where generated text sequences conflict with the provided visual data. To address this, we introduce Post-Hoc Visual Attribution…

Cited by 0SourcePDFScholar
2025

Demystifying the Power of Large Language Models in Graph Generation

NAACL 2025findings

Despite the unprecedented success of applying Large Language Models (LLMs) to graph discriminative tasks such as node classification and link prediction, its potential for graph structure generation remains largely unexplored. To fill this crucial gap, this paper presents a systematic investigation…

2025

Disambiguation in Conversational Question Answering in the Era of LLMs and Agents: A Survey

EMNLP 2025

Ambiguity remains a fundamental challenge in Natural Language Processing (NLP) due to the inherent complexity and flexibility of human language. With the advent of Large Language Models (LLMs), addressing ambiguity has become even more critical due to their expanded capabilities and applications. In

2025

Diversify-verify-adapt: Efficient and Robust Retrieval-Augmented Ambiguous Question Answering

NAACL 2025long

The retrieval augmented generation (RAG) framework addresses an ambiguity in user queries in QA systems by retrieving passages that cover all plausible interpretations and generating comprehensive responses based on the passages. However, our preliminary studies reveal that a single retrieval proces…

Cited by 2SourcePDFScholar
2025

Doc-React: Multi-page Heterogeneous Document Question-answering

ACL 2025short

Answering questions over multi-page, multimodal documents, including text and figures, is a critical challenge for applications that require answers to integrate information across multiple modalities and contextual dependencies. Existing methods, such as single-turn retrieval-augmented generation (…

Cited by 0SourcePDFScholar
2025

Follow the Flow: Fine-grained Flowchart Attribution with Neurosymbolic Agents

EMNLP 2025

Flowcharts are a critical tool for visualizing decision-making processes. However, their non-linear structure and complex visual-textual relationships make it challenging to interpret them using LLMs, as vision-language models frequently hallucinate nonexistent connections and decision paths when an

2025

From Selection to Generation: A Survey of LLM-based Active Learning

ACL 2025long

Active Learning (AL) has been a powerful paradigm for improving model efficiency and performance by selecting the most informative data points for labeling and training. In recent active learning frameworks, Large Language Models (LLMs) have been employed not only for selection but also for generati…

Cited by 0SourcePDFScholar
2025

Fully Dynamic Embedding into $\ell_p$ Spaces

ICML 2025poster

Metric embeddings are fundamental in machine learning, enabling similarity search, dimensionality reduction, and representation learning. They underpin modern architectures like transformers and large language models, facilitating scalable training and improved generalization. Theoretically, the cla…

Cited by 0SourcePDFScholar
2025

Knowledge-Aware Query Expansion with Large Language Models for Textual and Relational Retrieval

NAACL 2025long

Large language models (LLMs) have been used to generate query expansions augmenting original queries for improving information search. Recent studies also explore providing LLMs with initial retrieval results to generate query expansions more grounded to document corpus. However, these methods mostl…

Cited by 5SourcePDFScholar
2025

LaMP-Cap: Personalized Figure Caption Generation With Multimodal Figure Profiles

EMNLP 2025

Figure captions are crucial for helping readers understand and remember a figure’s key message. Many models have been developed to generate these captions, helping authors compose better quality captions more easily. Yet, authors almost always need to revise generic AI-generated captions to match th

2025

Mitigating Visual Knowledge Forgetting in MLLM Instruction-tuning via Modality-decoupled Gradient Descent

EMNLP 2025

Recent MLLMs have demonstrated strong visual understanding and reasoning after large-scale multimodal pre-training. However, instruction-tuning is typically text-driven with limited visual supervision, leading to significant visual forgetting and degradation of pre-trained visual knowledge. Existing

Cited by 12SourcePDFScholar
2025

Mixture of Structural-and-Textual Retrieval over Text-rich Graph Knowledge Bases

ACL 2025finding

Text-rich Graph Knowledge Bases (TG-KBs) have become increasingly crucial for answering queries by providing textual and structural knowledge. However, current retrieval methods often retrieve these two types of knowledge in isolation without considering their mutual reinforcement and existing hybri…

2025

NoLiMa: Long-Context Evaluation Beyond Literal Matching

ICML 2025poster

Recent large language models (LLMs) support long contexts ranging from 128K to 1M tokens. A popular method for evaluating these capabilities is the needle-in-a-haystack (NIAH) test, which involves retrieving a "needle" (relevant information) from a "haystack" (long irrelevant context). Extensions of…

2025

Numerical Pruning for Efficient Autoregressive Models

AAAI 2025technical

Transformers have emerged as the leading architecture in deep learning, proving to be versatile and highly effective across diverse domains beyond language and image processing. However, their impressive performance often incurs high computational costs due to their substantial model size. This pape…

Cited by 10SourcePDFScholar
2025

Offline RL by Reward-Weighted Fine-Tuning for Conversation Optimization

NeurIPS 2025poster

Offline reinforcement learning (RL) is a variant of RL where the policy is learned from a previously collected dataset of trajectories and rewards. In our work, we propose a practical approach to offline RL with large language models (LLMs). We recast the problem as reward-weighted fine-tuning, whic…

Cited by 0SourceScholar
2025

Persona-SQ: A Personalized Suggested Question Generation Framework For Real-world Documents

NAACL 2025system demonstrations

Suggested questions (SQs) provide an effective initial interface for users to engage with their documents in AI-powered reading applications. In practical reading sessions, users have diverse backgrounds and reading goals, yet current SQ features typically ignore such user information, resulting in…

2025

SAND: Boosting LLM Agents with Self-Taught Action Deliberation

EMNLP 2025

Large Language Model (LLM) agents are commonly tuned with supervised finetuning on ReAct-style expert trajectories or preference optimization over pairwise rollouts. Most of these methods focus on imitating specific expert behaviors or promoting chosen reasoning thoughts and actions over rejected on

Cited by 0SourcePDFScholar
2025

SV-RAG: LoRA-Contextualizing Adaptation of MLLMs for Long Document Understanding

ICLR 2025poster

Multimodal large language models (MLLMs) have recently shown great progress in text-rich image understanding, yet they still struggle with complex, multi-page visually-rich documents. Traditional methods using document parsers for retrieval-augmented generation suffer from performance and efficiency…

Cited by 0SourcePDFScholar
2025

Self-Debiasing Large Language Models: Zero-Shot Recognition and Reduction of Stereotypes

NAACL 2025short

Large language models (LLMs) have shown remarkable advances in language generation and understanding but are also prone to exhibiting harmful social biases. While recognition of these behaviors has generated an abundance of bias mitigation techniques, most require modifications to the training data,…

2025

Towards Optimal Multi-draft Speculative Decoding

ICLR 2025poster

Large Language Models (LLMs) have become an indispensable part of natural language processing tasks. However, autoregressive sampling has become an efficiency bottleneck. Multi-Draft Speculative Decoding (MDSD) is a recent approach where, when generating each token, a small draft model generates mul…

Cited by 2SourcePDFScholar
2025

VisDoM: Multi-Document QA with Visually Rich Elements Using Multimodal Retrieval-Augmented Generation

NAACL 2025long

Understanding information from a collection of multiple documents, particularly those with visually rich elements, is important for document-grounded question answering. This paper introduces VisDoMBench, the first comprehensive benchmark designed to evaluate QA systems in multi-document settings wi…

2024

Continuous Treatment Effects with Surrogate Outcomes

ICML 2024poster

In many real-world causal inference applications, the primary outcomes (labels) are often partially missing, especially if they are expensive or difficult to collect. If the missingness depends on covariates (i.e., missingness is not completely at random), analyses based on fully observed samples al…

Cited by 3SourcePDFScholar
2024

CulturaX: A Cleaned, Enormous, and Multilingual Dataset for Large Language Models in 167 Languages

COLING 2024main

Extensive training datasets represent one of the important factors for the impressive learning capabilities of large language models (LLMs). However, these training datasets for current LLMs, especially the recent state-of-the-art models, are often not fully disclosed. Creating training data for hig…

2024

Editing Partially Observable Networks via Graph Diffusion Models

ICML 2024poster

Most real-world networks are noisy and incomplete samples from an unknown target distribution. Refining them by correcting corruptions or inferring unobserved regions typically improves downstream performance. Inspired by the impressive generative capabilities that have been used to correct corrupti…

Cited by 1SourcePDFScholar
2024

Forward Learning of Graph Neural Networks

ICLR 2024poster

Graph neural networks (GNNs) have achieved remarkable success across a wide range of applications, such as recommendation, drug discovery, and question answering. Behind the success of GNNs lies the backpropagation (BP) algorithm, which is the de facto standard for training deep neural networks (NNs…

2024

Knowledge Graph Prompting for Multi-Document Question Answering

AAAI 2024technical

The `pre-train, prompt, predict' paradigm of large language models (LLMs) has achieved remarkable success in open-domain question answering (OD-QA). However, few works explore this paradigm in multi-document question answering (MD-QA), a task demanding a thorough understanding of the logical associa…

2024

On Mechanistic Knowledge Localization in Text-to-Image Generative Models

ICML 2024poster

Identifying layers within text-to-image models which control visual attributes can facilitate efficient model editing through closed-form updates. Recent work, leveraging causal tracing show that early Stable-Diffusion variants confine knowledge primarily to the first layer of the CLIP text-encoder,…

2024

PDFTriage: Question Answering over Long, Structured Documents

EMNLP 2024industry

Large Language Models (LLMs) have issues with document question answering (QA) in situations where the document is unable to fit in the small context length of an LLM. To overcome this issue, most existing works focus on retrieving the relevant context from the document, representing them as plain t…

Cited by 28SourcePDFScholar
2024

ToolChain*: Efficient Action Space Navigation in Large Language Models with A* Search

ICLR 2024poster

Large language models (LLMs) have demonstrated powerful decision-making and planning capabilities in solving complicated real-world problems. LLM-based autonomous agents can interact with diverse tools (e.g., functional APIs) and generate solution plans that execute a series of API function calls in…

Cited by 52SourcePDFScholar
2024

Towards Enhancing Coherence in Extractive Summarization: Dataset and Experiments with LLMs

EMNLP 2024main

Extractive summarization plays a pivotal role in natural language processing due to its wide-range applications in summarizing diverse content efficiently, while also being faithful to the original content. Despite significant advancement achieved in extractive summarization by Large Language Models…

2023

Causal Discovery in Semi-Stationary Time Series

NeurIPS 2023poster

Discovering causal relations from observational time series without making the stationary assumption is a significant challenge. In practice, this challenge is common in many areas, such as retail sales, transportation systems, and medical science. Here, we consider this problem for a class of non-s…

2023

Direct Embedding of Temporal Network Edges via Time-Decayed Line Graphs

ICLR 2023poster

Temporal networks model a variety of important phenomena involving timed interactions between entities. Existing methods for machine learning on temporal networks generally exhibit at least one of two limitations. First, many methods assume time to be discretized, so if the time data is continuous,…

Cited by 9SourcePDFScholar
2023

Exact Representation of Sparse Networks with Symmetric Nonnegative Embeddings

NeurIPS 2023poster

Graph models based on factorization of the adjacency matrix often fail to capture network structures related to links between dissimilar nodes (heterophily). We introduce a novel graph factorization model that leverages two nonnegative vectors per node to interpretably account for links between both…

Cited by 5SourcePDFScholar
2023

GLEMOS: Benchmark for Instantaneous Graph Learning Model Selection

NeurIPS 2023poster

The choice of a graph learning (GL) model (i.e., a GL algorithm and its hyperparameter settings) has a significant impact on the performance of downstream tasks. However, selecting the right GL model becomes increasingly difficult and time consuming as more and more GL models are developed. Accordin…

2023

GPT-4 as an Effective Zero-Shot Evaluator for Scientific Figure Captions

EMNLP 2023short findings

There is growing interest in systems that generate captions for scientific figures. However, assessing these systems' output poses a significant challenge. Human evaluation requires academic expertise and is costly, while automatic evaluation depends on often low-quality author-written captions. Thi…

Cited by 0SourceScholar
2023

Learning the Visualness of Text Using Large Vision-Language Models

EMNLP 2023long main

Visual text evokes an image in a person's mind, while non-visual text fails to do so. A method to automatically detect visualness in text will enable text-to-image retrieval and generation models to augment text with relevant images. This is particularly challenging with long-form text as text-to-im…

Cited by 0SourceScholar
2023

MetaGL: Evaluation-Free Selection of Graph Learning Models via Meta-Learning

ICLR 2023poster

Given a graph learning task, such as link prediction, on a new graph, how can we select the best method as well as its hyperparameters (collectively called a model) without having to train or evaluate any model on the new graph? Model selection for graph learning has been largely ad hoc. A typical a…

2022

CyCLIP: Cyclic Contrastive Language-Image Pretraining

NeurIPS 2022accept

Recent advances in contrastive representation learning over paired image-text data have led to models such as CLIP that achieve state-of-the-art performance for zero-shot classification and distributional robustness. Such models typically require joint reasoning in the image and text representation…

2022

One-Pass Algorithms for MAP Inference of Nonsymmetric Determinantal Point Processes

ICML 2022spotlight

In this paper, we initiate the study of one-pass algorithms for solving the maximum-a-posteriori (MAP) inference problem for Non-symmetric Determinantal Point Processes (NDPPs). In particular, we formulate streaming and online versions of the problem and provide one-pass algorithms for solving these…

Cited by 4SourcePDFScholar
2021

Asymptotics of Ridge Regression in Convolutional Models

ICML 2021spotlight

Understanding generalization and estimation error of estimators for simple models such as linear and generalized linear models has attracted a lot of attention recently. This is in part due to an interesting observation made in machine learning community that highly over-parameterized neural network…

Cited by 5SourcePDFScholar
2021

Fundamental Tradeoffs in Distributionally Adversarial Training

ICML 2021spotlight

Adversarial training is among the most effective techniques to improve robustness of models against adversarial perturbations. However, the full effect of this approach on models is not well understood. For example, while adversarial training can reduce the adversarial risk (prediction error against…

Cited by 29SourcePDFScholar
2021

Graph Neural Networks with Heterophily

AAAI 2021technical

Graph Neural Networks (GNNs) have proven to be useful for many different practical applications. However, many existing GNN models have implicitly assumed homophily among the nodes connected in the graph, and therefore have largely overlooked the important setting of heterophily, where most connecte…