← Search

Haike Xu

9 accepted papers

2025

Contradiction Retrieval via Contrastive Learning with Sparsity

ICML 2025poster

Contradiction retrieval refers to identifying and extracting documents that explicitly disagree with or refute the content of a query, which is important to many downstream applications like fact checking and data cleaning. To retrieve contradiction argument to the query from large document corpora,…

Cited by 0SourcePDFScholar
2025

Graph-Based Algorithms for Diverse Similarity Search

ICML 2025poster

Nearest neighbor search is a fundamental data structure problem with many applications. Although the main objective of the data structure is to quickly report data points that are closest to a given query, it has long been noted that without additional constraints the reported answers can be redunda…

Cited by 0SourcePDFScholar
2024

Statistical-Computational Trade-offs for Density Estimation

NeurIPS 2024poster

We study the density estimation problem defined as follows: given $k$ distributions $p_1, \ldots, p_k$ over a discrete domain $[n]$, as well as a collection of samples chosen from a "query" distribution $q$ over $[n]$, output $p_i$ that is "close" to $q$. Recently Aamand et al. gave the first and o…

Cited by 0SourcePDFScholar
2023

A Universal Discriminator for Zero-Shot Generalization

ACL 2023long

Generative modeling has been the dominant approach for large-scale pretraining and zero-shot generalization. In this work, we challenge this convention by showing that discriminative approaches perform substantially better than generative ones on a large number of NLP tasks. Technically, we train a…

2023

Worst-case Performance of Popular Approximate Nearest Neighbor Search Implementations: Guarantees and Limitations

NeurIPS 2023poster

Graph-based approaches to nearest neighbor search are popular and powerful tools for handling large datasets in practice, but they have limited theoretical guarantees. We study the worst-case performance of recent graph-based approximate nearest neighbor search algorithms, such as HNSW, NSG and Dis…