Subspace Approximation for Approximate Nearest Neighbor Search in NLP
Jing Wang

TL;DR
This paper introduces a subspace approximation framework for approximate nearest neighbor search in NLP, reducing search complexity and improving accuracy by spectral analysis and dataset partitioning, with proven theoretical guarantees and strong empirical results.
Contribution
The paper presents a novel subspace-based nearest neighbor search method that reduces search space from O(n) to O(log n) and guarantees retrieval accuracy, addressing noise and scalability issues.
Findings
Reduced search space from O(n) to O(log n)
Proven equivalence of nearest neighbors in projected and original spaces
Demonstrated superior performance on NLP tasks
Abstract
Most natural language processing tasks can be formulated as the approximated nearest neighbor search problem, such as word analogy, document similarity, machine translation. Take the question-answering task as an example, given a question as the query, the goal is to search its nearest neighbor in the training dataset as the answer. However, existing methods for approximate nearest neighbor search problem may not perform well owing to the following practical challenges: 1) there are noise in the data; 2) the large scale dataset yields a huge retrieval space and high search time complexity. In order to solve these problems, we propose a novel approximate nearest neighbor search framework which i) projects the data to a subspace based spectral analysis which eliminates the influence of noise; ii) partitions the training dataset to different groups in order to reduce the search space.…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsMultimodal Machine Learning Applications · Advanced Image and Video Retrieval Techniques · Text and Document Classification Technologies
