← Search

Ji Xin

9 accepted papers

2026

Textual Bayes: Quantifying Uncertainty in LLM-Based Systems

ICLR 2026poster

Although large language models (LLMs) are becoming increasingly capable of solving challenging real-world tasks, accurately quantifying their uncertainty remains a critical open problem—one that limits their applicability in high-stakes domains. This challenge is further compounded by the closed-sou…

Cited by 0SourcecodeScholar
2023

Operator Selection and Ordering in a Pipeline Approach to Efficiency Optimizations for Transformers

ACL 2023findings

There exists a wide variety of efficiency methods for natural language processing (NLP) tasks, such as pruning, distillation, dynamic inference, quantization, etc. From a different perspective, we can consider an efficiency method as an operator applied on a model. Naturally, we may construct a pipe…

Cited by 0SourcePDFScholar
2022

Certified Error Control of Candidate Set Pruning for Two-Stage Relevance Ranking

EMNLP 2022main

In information retrieval (IR), candidate set pruning has been commonly used to speed up two-stage relevance ranking. However, such an approach lacks accurate error control and often trades accuracy against computational efficiency in an empirical fashion, missing theoretical guarantees. In this pape…

2022

Few-Shot Non-Parametric Learning with Deep Latent Variable Model

NeurIPS 2022accept

Most real-world problems that machine learning algorithms are expected to solve face the situation with (1) unknown data distribution; (2) little domain-specific knowledge; and (3) datasets with limited annotation. We propose Non-Parametric learning by Compression with Latent Variables (NPC-LV), a l…

Cited by 14SourcePDFScholar
2022

Temporal Early Exiting for Streaming Speech Commands Recognition

ICASSP 2022accepted

Limited-vocabulary speech commands recognition is the task of classifying a short utterance as one of several speech commands, for which neural networks obtain state-of-the-art results. In particular, recurrent neural networks represent a common approach for streaming commands recognition systems. I…

Cited by 0SourceScholar
2022

Zero-Shot Dense Retrieval with Momentum Adversarial Domain Invariant Representations

ACL 2022findings

Dense retrieval (DR) methods conduct text retrieval by first encoding texts in the embedding space and then matching them by nearest neighbor search. This requires strong locality properties from the representation space, e.g., close allocations of each small group of relevant texts, which are hard…

2021

Simple and Effective Unsupervised Redundancy Elimination to Compress Dense Vectors for Passage Retrieval

EMNLP 2021main

Recent work has shown that dense passage retrieval techniques achieve better ranking accuracy in open-domain question answering compared to sparse retrieval techniques such as BM25, but at the cost of large space and memory requirements. In this paper, we analyze the redundancy present in encoded de…

Cited by 29SourcePDFScholar
2021

The Art of Abstention: Selective Prediction and Error Regularization for Natural Language Processing

ACL 2021long

In selective prediction, a classifier is allowed to abstain from making predictions on low-confidence examples. Though this setting is interesting and important, selective prediction has rarely been examined in natural language processing (NLP) tasks. To fill this void in the literature, we study in…