← Search

Anqi Liu

41 accepted papers

2026

Configurable Reward Model for Balanced Safety Alignment

ICML 2026poster

Aligning large language models (LLMs) to heterogeneous and rapidly evolving safety requirements remains a critical challenge. Existing instruction-tuned LLMs and standalone safety classifiers often fail to generalize to new safety configurations, motivating the need for Reward Models (RMs) that are …

Cited by 0SourceScholar
2026

Controlling the Risk of Corrupted Contexts for Language Models via Early-Exiting

ICML 2026poster

Large language models (LLMs) can be influenced by harmful or irrelevant context, which can significantly harm model performance on downstream tasks. This motivates principled designs in which LLM systems include built-in mechanisms to guard against such "garbage in, garbage out" scenarios. We propos…

Cited by 0SourceScholar
2026

CorrectionPlanner: Self-Correction Planner with Reinforcement Learning in Autonomous Driving

ICML 2026poster

Autonomous driving requires safe planning, but most learning-based planners lack explicit self-correction ability: once an unsafe action is proposed, there is no mechanism to correct it. Thus, we propose CorrectionPlanner, an autoregressive planner with self-correction that models planning as motion…

Cited by 0SourceScholar
2026

Efficient and Uncertainty-Aware Diffusion Framework for Offline-to-Online Reinforcement Learning

ICML 2026poster

Offline-to-Online Reinforcement Learning (O2O-RL) leverages an offline, pre-trained policy to minimize costly online interactions. Although data-efficient, O2O-RL is susceptible to shifts between offline and online distributions. Existing work aims to mitigate the harm of this shift by finetuning th…

Cited by 0SourceScholar
2026

OIDA-QA: A Multimodal Benchmark for Analyzing the Opioid Industry Documents Archive

AAAI 2026technical

The opioid crisis represents a significant moment in public health that reveals systemic shortcomings across regulatory systems, healthcare practices, corporate governance, and public policy. Analyzing how these interconnected systems simultaneously failed to protect public health requires innovativ

Cited by 0SourcePDFScholar
2026

Toward Calibrated Mixture-of-Experts Under Distribution Shift

ICML 2026poster

Calibration aligns a model's predictive uncertainty with the frequencies of its empirical outcomes and is important toward understanding and trusting reported probabilities. Recent work shows that enforcing calibration at the level of individual predictors can substantially improve ensemble performa…

Cited by 0SourceScholar
2025

Conformal Linguistic Calibration: Trading-off between Factuality and Specificity

NeurIPS 2025poster

Language model outputs are not always reliable, thus prompting research into how to adapt model responses based on uncertainty. Common approaches include: abstention, where models refrain from generating responses when uncertain; and linguistic calibration, where models hedge their statements using…

Cited by 0SourceScholar
2025

Core: Robust Factual Precision with Informative Sub-Claim Identification

ACL 2025finding

Hallucinations pose a challenge to the application of large language models (LLMs) thereby motivating the development of metrics to evaluate factual precision. We observe that popular metrics using the Decompose-Then-Verify framework, such as FActScore, can be manipulated by adding obvious or repeti…

2025

ICL CIPHERS: Quantifying ”Learning” in In-Context Learning via Substitution Ciphers

EMNLP 2025

Recent works have suggested that In-Context Learning (ICL) operates in dual modes, i.e. task retrieval (remember learned patterns from pre-training) and task learning (inference-time ”learning” from demonstrations). However, disentangling these the two modes remains a challenging goal. We introduce

Cited by 0SourcePDFScholar
2025

Interruption Handling for Conversational Robots

RSS 2025poster

Interruptions, a fundamental component of human communication, can enhance the dynamics and effectiveness of conversations, but only when effectively managed by all parties involved. Despite advancements in robotic systems, state-of-the-art systems still have limited capabilities in handling user-in…

Cited by 1PDFcodeScholar
2025

Variance-Aware Linear UCB with Deep Representation for Neural Contextual Bandits

AISTATS 2025poster

By leveraging the representation power of deep neural networks, neural upper confidence bound (UCB) algorithms have shown success in contextual bandits. To further balance the exploration and exploitation, we propose Neural-$\sigma^2$-LinearUCB, a variance-aware algorithm that utilizes $\sigma^2_t$,…

Cited by 0SourcecodeScholar
2025

WATCH: Adaptive Monitoring for AI Deployments via Weighted-Conformal Martingales

ICML 2025poster

Responsibly deploying artificial intelligence (AI) / machine learning (ML) systems in high-stakes settings arguably requires not only proof of system reliability, but also continual, post-deployment monitoring to quickly detect and address any unsafe behavior. Methods for nonparametric sequential te…

2024

ADOPD: A Large-Scale Document Page Decomposition Dataset

ICLR 2024poster

Research in document image understanding is hindered by limited high-quality document data. To address this, we introduce ADOPD, a comprehensive dataset for document page decomposition. ADOPD stands out with its data-driven approach for document taxonomy discovery during data collection, complemente…

Cited by 5SourcePDFScholar
2024

Conformal Validity Guarantees Exist for Any Data Distribution (and How to Find Them)

ICML 2024poster

As artificial intelligence (AI) / machine learning (ML) gain widespread adoption, practitioners are increasingly seeking means to quantify and control the risk these systems incur. This challenge is especially salient when such systems have autonomy to collect their own data, such as in black-box op…

2024

Density-Regression: Efficient and Distance-aware Deep Regressor for Uncertainty Estimation under Distribution Shifts

AISTATS 2024poster

Morden deep ensembles technique achieves strong uncertainty estimation performance by going through multiple forward passes with different models. This is at the price of a high storage space and a slow speed in the inference (test) time. To address this issue, we propose Density-Regression, a metho…

2024

Density-Softmax: Efficient Test-time Model for Uncertainty Estimation and Robustness under Distribution Shifts

ICML 2024poster

Sampling-based methods, e.g., Deep Ensembles and Bayesian Neural Nets have become promising approaches to improve the quality of uncertainty estimation and robust generalization. However, they suffer from a large model size and high latency at test time, which limits the scalability needed for low-r…

2024

Off-Dynamics Reinforcement Learning via Domain Adaptation and Reward Augmented Imitation

NeurIPS 2024poster

Training a policy in a source domain for deployment in the target domain under a dynamics shift can be challenging, often resulting in performance degradation. Previous work tackles this challenge by training on the source domain with modified rewards derived by matching distributions between the so…

2024

RORA: Robust Free-Text Rationale Evaluation

ACL 2024long

Free-text rationales play a pivotal role in explainable NLP, bridging the knowledge and reasoning gaps behind a model’s decision-making. However, due to the diversity of potential reasoning paths and a corresponding lack of definitive ground truth, their evaluation remains a challenge. Existing metr…

2024

SurgicAI: A Hierarchical Platform for Fine-Grained Surgical Policy Learning and Benchmarking

NeurIPS 2024poster

Despite advancements in robotic-assisted surgery, automating complex tasks like suturing remains challenging due to the need for adaptability and precision. Learning-based approaches, particularly reinforcement learning (RL) and imitation learning (IL), require realistic simulation environments for…

Cited by 0SourcecodeScholar
2023

A Critical Analysis of Document Out-of-Distribution Detection

EMNLP 2023long findings

Large-scale pre-training is widely used in recent document understanding tasks. During deployment, one may expect that models should trigger a conservative fallback policy when encountering out-of-distribution (OOD) samples, which highlights the importance of OOD detection. However, most existing OO…

Cited by 0SourceScholar
2023

Distributionally Robust Policy Gradient for Offline Contextual Bandits

AISTATS 2023poster

Learning an optimal policy from offline data is notoriously challenging, which requires the evaluation of the learning policy using data pre-collected from a static logging policy. We study the policy optimization problem in offline contextual bandits using policy gradient methods. We employ a distr…

2023

Guiding Dialogue Agents to Complex Semantic Targets by Dynamically Completing Knowledge Graph

ACL 2023findings

In the target-oriented dialogue, the representation and achievement of targets are two interrelated essential issues. In current approaches, the target is typically supposed to be a single object represented as a word, which makes it relatively easy to achieve the target through dialogue with the he…

2023

JAWS-X: Addressing Efficiency Bottlenecks of Conformal Prediction Under Standard and Feedback Covariate Shift

ICML 2023oral

We study the efficient estimation of predictive confidence intervals for black-box predictors when the common data exchangeability (e.g., i.i.d.) assumption is violated due to potentially feedback-induced shifts in the input data distribution. That is, we focus on standard and feedback covariate shi…

Cited by 7SourcePDFScholar
2023

Learning Calibrated Uncertainties for Domain Shift: A Distributionally Robust Learning Approach

IJCAI 2023poster

We propose a framework for learning calibrated uncertainties under domain shifts, considering the case where the source (training) distribution differs from the target (test) distribution. We detect such domain shifts through the use of a differentiable density ratio estimator and train it together…

2023

MTGP: Multi-turn Target-oriented Dialogue Guided by Generative Global Path with Flexible Turns

ACL 2023findings

Target-oriented dialogue guides the dialogue to a target quickly and smoothly. The latest approaches focus on global planning, which plans toward the target before the conversation instead of adopting a greedy strategy during the conversation. However, the global plan in existing works is fixed to c…

2022

Ambiguous Images With Human Judgments for Robust Visual Event Classification

NeurIPS 2022accept

Contemporary vision benchmarks predominantly consider tasks on which humans can achieve near-perfect performance. However, humans are frequently presented with visual data that they cannot classify with 100% certainty, and models trained on standard vision benchmarks achieve low performance when eva…

Cited by 12SourcePDFScholar
2021

Chance-Constrained Trajectory Optimization for Safe Exploration and Learning of Nonlinear Systems

RA-L 2021

Learning-based control algorithms require data collection with abundant supervision for training. Safe exploration algorithms ensure the safety of this data collection process even when only partial knowledge is available. We present a new approach for optimal motion planning with safe exploration t

Cited by 55SourceScholar
2019

Active Learning for Probabilistic Structured Prediction of Cuts and Matchings

ICML 2019oral

Active learning methods, like uncertainty sampling, combined with probabilistic prediction techniques have achieved success in various problems like image classification and text classification. For more complex multivariate prediction tasks, the relationships between labels play an important role i…

Cited by 8SourcePDFScholar
2019

Regularized Learning for Domain Adaptation under Label Shifts

ICLR 2019poster

We propose Regularized Learning under Label shifts (RLLS), a principled and a practical domain-adaptation algorithm to correct for shifts in the label distribution between a source and a target domain. We first estimate importance weights using labeled source data and unlabeled target data, and then…

Cited by 263SourcePDFScholar
2016

Adversarial Multiclass Classification: A Risk Minimization Perspective

NeurIPS 2016poster

Recently proposed adversarial classification methods have shown promising results for cost sensitive and multivariate losses. In contrast with empirical risk minimization (ERM) methods, which use convex surrogate losses to approximate the desired non-convex target loss function, adversarial methods…

Cited by 45SourcePDFScholar