← Search

Ruoxi Sun

25 accepted papers

2026

Multi-Agent Design: Optimizing Agents with Better Prompts and Topologies

ICLR 2026poster

Large language models, employed as multiple agents that interact and collaborate with each other, have excelled at solving complex tasks. The agents are programmed with prompts that declare their functionality, along with the topologies that orchestrate interactions across agents. Designing prompts…

Cited by 0SourceScholar
2025

Astute RAG: Overcoming Imperfect Retrieval Augmentation and Knowledge Conflicts for Large Language Models

ACL 2025long

Retrieval augmented generation (RAG), while effectively integrating external knowledge to address the inherent limitations of large language models (LLMs), can be hindered by imperfect retrieval that contain irrelevant, misleading, or even malicious information. Previous studies have rarely connecte…

Cited by 0SourcePDFScholar
2025

BRIGHT: A Realistic and Challenging Benchmark for Reasoning-Intensive Retrieval

ICLR 2025spotlight

Existing retrieval benchmarks primarily consist of information-seeking queries (e.g., aggregated questions from search engines) where keyword or semantic-based retrieval is usually sufficient. However, many complex real-world queries require in-depth reasoning to identify relevant documents that go…

Cited by 24SourcePDFScholar
2025

CHASE-SQL: Multi-Path Reasoning and Preference Optimized Candidate Selection in Text-to-SQL

ICLR 2025poster

We present CHASE-SQL, a novel framework addressing large language model (LLM) performance challenges for Text-to-SQL tasks by leveraging multi-agent modeling and test-time compute for improved candidate generation and selection. CHASE-SQL uses LLMs to generate diverse SQL candidates with: (1) a divi…

Cited by 36SourcePDFScholar
2025

Data-Centric Improvements for Enhancing Multi-Modal Understanding in Spoken Conversation Modeling

ACL 2025finding

Conversational assistants are increasingly popular across diverse real-world applications, highlighting the need for advanced multimodal speech modeling. Speech, as a natural mode of communication, encodes rich user-specific characteristics such as speaking rate and pitch, making it critical for eff…

Cited by 0SourcePDFScholar
2025

From Few to Many: Self-Improving Many-Shot Reasoners Through Iterative Optimization and Generation

ICLR 2025poster

Recent advances in long-context large language models (LLMs) have led to the emerging paradigm of many-shot in-context learning (ICL), where it is observed that scaling many more demonstrating examples beyond the conventional few-shot setup in the context can lead to performance benefits. However, d…

Cited by 2SourcePDFScholar
2025

Learn-by-interact: A Data-Centric Framework For Self-Adaptive Agents in Realistic Environments

ICLR 2025poster

Autonomous agents powered by large language models (LLMs) have the potential to enhance human capabilities, assisting with digital tasks from sending emails to performing data analysis. The abilities of existing LLMs at such tasks are often hindered by the lack of high-quality agent data from the…

Cited by 8SourcePDFScholar
2025

Learning to Clarify: Multi-turn Conversations with Action-Based Contrastive Self-Training

ICLR 2025poster

Large language models (LLMs), optimized through human feedback, have rapidly emerged as a leading paradigm for developing intelligent conversational assistants. However, despite their strong performance across many benchmarks, LLM-based agents might still lack conversational skills such as disambigu…

Cited by 8SourcePDFScholar
2025

Spider 2.0: Evaluating Language Models on Real-World Enterprise Text-to-SQL Workflows

ICLR 2025oral

Real-world enterprise text-to-SQL workflows often involve complex cloud or local data across various database systems, multiple SQL queries in various dialects, and diverse operations from data transformation to analytics. We introduce Spider 2.0, an evaluation framework comprising $632$ real-world…

2024

Chain of Agents: Large Language Models Collaborating on Long-Context Tasks

NeurIPS 2024poster

Addressing the challenge of effectively processing long contexts has become a critical issue for Large Language Models (LLMs). Two common strategies have emerged: 1) reducing the input length, such as retrieving relevant chunks by Retrieval-Augmented Generation (RAG), and 2) expanding the context wi…

Cited by 31SourcePDFScholar
2024

Effective Large Language Model Adaptation for Improved Grounding and Citation Generation

NAACL 2024long

Large language models (LLMs) have achieved remarkable advancements in natural language understanding and generation. However, one major issue towards their widespread deployment in the real world is that they can generate “hallucinated” answers that are not factual.Towards this end, this paper focus…

Cited by 32SourcePDFScholar
2024

Spider2-V: How Far Are Multimodal Agents From Automating Data Science and Engineering Workflows?

NeurIPS 2024spotlight

Data science and engineering workflows often span multiple stages, from warehousing to orchestration, using tools like BigQuery, dbt, and Airbyte. As vision language models (VLMs) advance in multimodal understanding and code generation, VLM-based agents could potentially automate these workflows by…

2024

Teach Better or Show Smarter? On Instructions and Exemplars in Automatic Prompt Optimization

NeurIPS 2024poster

Large language models have demonstrated remarkable capabilities but their performance is heavily reliant on effective prompt engineering. Automatic prompt optimization (APO) methods are designed to automate this and can be broadly categorized into those targeting instructions (instruction optimizati…

Cited by 13SourcePDFScholar
2023

Better Zero-Shot Reasoning with Self-Adaptive Prompting

ACL 2023findings

Modern large language models (LLMs) have demonstrated impressive capabilities at sophisticated tasks, often through step-by-step reasoning similar to humans. This is made possible by their strong few- and zero-shot abilities – they can effectively learn from a handful of handcrafted, completed respo…

2023

Neural Spline Search for Quantile Probabilistic Modeling

AAAI 2023technical

Accurate estimation of output quantiles is crucial in many use cases, where it is desired to model the range of possibility. Modeling target distribution at arbitrary quantile levels and at arbitrary input attribute levels are important to offer a comprehensive picture of the data, and requires the…

Cited by 5SourcePDFScholar
2023

Universal Self-Adaptive Prompting

EMNLP 2023long main

A hallmark of modern large language models (LLMs) is their impressive general zero-shot and few-shot abilities, often elicited through in-context learning (ICL) via prompting. However, while highly coveted and being the most general, zero-shot performances in LLMs are still typically weaker due to t…

Cited by 0SourceScholar
2022

DualPrompt: Complementary Prompting for Rehearsal-Free Continual Learning

ECCV 2022poster

"Continual learning aims at enabling a single model to learn a sequence of tasks without catastrophic forgetting. Top-performing methods usually require a rehearsal buffer to store past pristine examples for experience replay, which, however, limits their practical values due to privacy and memory c…

2022

Learning To Prompt for Continual Learning

CVPR 2022poster

The mainstream paradigm behind continual learning has been to adapt the model parameters to non-stationary data distributions, where catastrophic forgetting is the central challenge. Typical methods rely on a rehearsal buffer or known task identity at test time to retrieve learned knowledge and addr…

Cited by 979PDFcodeScholar
2022

M$^4$I: Multi-modal Models Membership Inference

NeurIPS 2022accept

With the development of machine learning techniques, the attention of research has been moved from single-modal learning to multi-modal learning, as real-world data exist in the form of different modalities. However, multi-modal models often carry more information than single-modal models and they a…

2021

Reverse engineering learned optimizers reveals known and novel mechanisms

NeurIPS 2021poster

Learned optimizers are parametric algorithms that can themselves be trained to solve optimization problems. In contrast to baseline optimizers (such as momentum or Adam) that use simple update rules derived from theoretical principles, learned optimizers use flexible, high-dimensional, nonlinear par…

Cited by 20SourcePDFScholar
2021

Towards understanding retrosynthesis by energy-based models

NeurIPS 2021poster

Retrosynthesis is the process of identifying a set of reactants to synthesize a target molecule. It is of vital importance to material design and drug discovery. Existing machine learning approaches based on language models and graph neural networks have achieved encouraging results. However, the in…

Cited by 47SourcePDFScholar
2019

Scalable Bayesian inference of dendritic voltage via spatiotemporal recurrent state space models

NeurIPS 2019oral

Recent advances in optical voltage sensors have brought us closer to a critical goal in cellular neuroscience: imaging the full spatiotemporal voltage on a dendritic tree. However, current sensors and imaging approaches still face significant limitations in SNR and sampling frequency; therefore sta…