← Search

Xuanqing Liu

12 accepted papers

2025

Learning LLM Preference over Intra-Dialogue Pairs: A Framework for Utterance-level Understandings

NAACL 2025industry

Large language models (LLMs) have demonstrated remarkable capabilities in handling complex dialogue tasks without requiring use case-specific fine-tuning. However, analyzing live dialogues in real-time necessitates low-latency processing systems, making it impractical to deploy models with billions…

Cited by 0SourcePDFScholar
2024

BPID: A Benchmark for Personal Identity Deduplication

EMNLP 2024industry

Data deduplication is a critical task in data management and mining, focused on consolidating duplicate records that refer to the same entity. Personally Identifiable Information (PII) is a critical class of data for deduplication across various industries. Consumer data, stored and generated throug…

Cited by 0SourcePDFScholar
2021

Evaluations and Methods for Explanation through Robustness Analysis

ICLR 2021poster

Feature based explanations, that provide importance of each feature towards the model prediction, is arguably one of the most intuitive ways to explain a model. In this paper, we establish a novel set of evaluation criteria for such feature based explanations by robustness analysis. In contrast to e…

Cited by 69SourcePDFScholar
2021

Label Disentanglement in Partition-based Extreme Multilabel Classification

NeurIPS 2021poster

Partition-based methods are increasingly-used in extreme multi-label classification (XMC) problems due to their scalability to large output spaces (e.g., millions or more). However, existing methods partition the large label space into mutually exclusive clusters, which is sub-optimal when labels ha…

Cited by 18SourcePDFScholar
2020

How Does Noise Help Robustness? Explanation and Exploration under the Neural SDE Framework

CVPR 2020oral

Neural Ordinary Differential Equation (Neural ODE) has been proposed as a continuous approximation to the ResNet architecture. Some commonly used regularization mechanisms in discrete neural networks (e.g., dropout, Gaussian noise) are missing in current Neural ODE networks. In this paper, we propos…

Cited by 70PDFcodeScholar
2020

Learning to Encode Position for Transformer with Continuous Dynamical Model

ICML 2020poster

We introduce a new way of learning to encode position information for non-recurrent models, such as Transformer models. Unlike RNN and LSTM, which contain inductive bias by loading the input tokens sequentially, non-recurrent models are less sensitive to position. The main reason is that position in…

Cited by 141SourcePDFScholar
2019

A Unified Framework for Data Poisoning Attack to Graph-based Semi-supervised Learning

NeurIPS 2019poster

In this paper, we proposed a general framework for data poisoning attacks to graph-based semi-supervised learning (G-SSL). In this framework, we first unify different tasks, goals and constraints into a single formula for data poisoning attack in G-SSL, then we propose two specialized algorithms to…

Cited by 112SourcePDFScholar
2019

Adv-BNN: Improved Adversarial Defense through Robust Bayesian Neural Network

ICLR 2019poster

We present a new algorithm to train a robust neural network against adversarial attacks. Our algorithm is motivated by the following two ideas. First, although recent work has demonstrated that fusing randomness can improve the robustness of neural networks (Liu 2017), we noticed that adding noise…