On Efficient Retrieval of Top Similarity Vectors (D19-1)

Copied to clipboard

Challenge: Existing representation learning methods such as Word2vec represent word embeddings in the semantic space.
Approach: They propose an efficient method for searching vectors via a non-metric matching function: inner product.
Outcome: Experiments on data representations learned for different machine learning tasks show the proposed method outperforms existing methods.

Similar Papers

Deep Metric Learning to Hierarchically Rank - An Application in Product Retrieval (2023.emnlp-industry)

Copied to clipboard

Challenge: e-commerce search engines use customer behavior signals to augment lexical matching and improve search relevance.
Approach: They propose a method to identify duplicate and near-duplicate products across stores . they use Hierarchical Ranked Multi Similarity Loss to learn hierarchical metric space .
Outcome: The proposed model outperforms baselines in terms of catalog coverage and precision of the mappings.
Neural Network based Extreme Classification and Similarity Models for Product Matching (N18-3)

Copied to clipboard

Challenge: Matching a seller listed item to an appropriate product has become a fundamental step for e-commerce platforms.
Approach: They propose to use a shallow neural network to match a seller's item to an appropriate product . they also propose a similarity approach based on deep siamese network to train and infer product information.
Outcome: The proposed models outperform the baseline models by more than 5% in terms of accuracy and are capable of efficient training and inference.
Graph-based Multilingual Product Retrieval in E-Commerce Search (2021.naacl-industry)

Copied to clipboard

Challenge: Modern e-commerce search systems require product retrieval under multilingual scenarios.
Approach: They propose a universal multilingual retrieval system that captures interactions between search queries and items in e-commerce search.
Outcome: The proposed system outperforms state-of-the-art retrieval models on five countries and has been deployed in production for multiple countries.
Efficient Nearest Neighbor Search for Cross-Encoder Models using Matrix Factorization (2022.emnlp-main)

Copied to clipboard

Challenge: Efficient k-nearest neighbor search is a fundamental task, foundational for many problems in NLP.
Approach: They propose an approach that avoids the use of a dual-encoder for retrieval, relying solely on the cross-encoding model.
Outcome: Empirically, for k > 10, our approach provides test-time recall-vs-computational cost trade-offs superior to the current widely-used methods that re-rank items retrieved using a dual-encoder or TF-IDF.
CoRT: Complementary Rankings from Transformers (2021.naacl-main)

Copied to clipboard

Challenge: Recent approaches to information retrieval mitigate computational costs by using a multi-stage ranking pipeline.
Approach: They propose a ranking model that leverages contextual representations from pre-trained language models to complement term-based ranking functions while causing no significant delay at query time.
Outcome: The proposed model significantly increases candidate recall by complementing BM25 with missing candidates while causing no significant delay at query time.
Reasoning Graph Enhanced Exemplars Retrieval for In-Context Learning (2025.coling-main)

Copied to clipboard

Challenge: Existing methods focus on semantic similarity between queries and candidate exemplars, while logical connections between reasoning steps can be beneficial to depict problem-solving process.
Approach: They propose a method to retrieve exemplars with semantic and structural similarity using a graph kernel.
Outcome: The proposed method is superior to state-of-the-art retrieval-based approaches on mathematics and logical reasoning tasks.
COIL: Revisit Exact Lexical Match in Information Retrieval with Contextualized Inverted List (2021.naacl-main)

Copied to clipboard

Challenge: Recent neural IR models shift towards soft matching all query document terms, but they lose the computation efficiency of exact match systems.
Approach: They propose a contextualized exact match retrieval architecture where scoring is based on overlapping query document tokens’ contextualized representations.
Outcome: The proposed architecture outperforms classical lexical retrieval systems and state-of-the-art deep language models with smaller latency.
Proceedings of the Thirteenth Workshop on Graph-Based Methods for Natural Language Processing (TextGraphs-13) (D19-53)

Copied to clipboard

Challenge: TextGraphs is a workshop on graph-based methods for natural language processing . the workshop is being organized in conjunction with the 9th International Joint Conference on Natural Language Processing .
Approach: TextGraphs is the 13th edition of the Workshop on Graph-Based Methods for Natural Language Processing . the workshop promotes synergy between GT and natural language processing .
Outcome: the 2013 edition of TextGraphs is being held in conjunction with the 9th International Joint Conference on Natural Language Processing in Hong Kong.
Centrality-aware Product Retrieval and Ranking (2024.emnlp-industry)

Copied to clipboard

Challenge: Ambiguity and complexity of user queries often lead to mismatch between user’s intent and retrieved product titles or documents.
Approach: They propose a user-intent centrality optimization approach which optimizes for the user intent in semantic product search.
Outcome: The proposed approach improves product ranking efficiency for ambiguous queries and lexical terms with alphanumeric characters.
Proceedings of the 2nd Workshop on Deep Learning Approaches for Low-Resource NLP (DeepLo 2019) (D19-61)

Copied to clipboard

Challenge: EMNLP-IJCNLP 2019 Workshop on Deep Learning Approaches for Low-Resource Natural Language Processing takes place in Hong Kong, China .
Approach: EMNLP-IJCNLP 2019 Workshop on Deep Learning Approaches for Low-Resource Natural Language Processing takes place in Hong Kong, China . call for papers for this second workshop met with a strong response .
Outcome: the EMNLP-IJCNLP 2019 workshop on deep learning approaches for low-resource natural language processing takes place in Hong Kong, China.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations