Transformer Based Language Models for Similar Text Retrieval and Ranking
Most approaches for similar text retrieval and ranking with long natural language queries rely at some level on queries and responses having words in common with each other. Recent applications of transformer-based neural language models to text retrieval and ranking problems have been very promising, but still involve a two-step process in which result candidates are first obtained through bag-of-words-based approaches, and then reranked by a neural transformer. In this paper, we introduce novel approaches for effectively applying neural transformer models to similar text retrieval and ranking without an initial bag-of-words-based step. By eliminating the bag-of-words-based step, our approach is able to accurately retrieve and rank results even when they have no non-stopwords in common with the query. We accomplish this by using bidirectional encoder representations from transformers (BERT) to create vectorized representations of sentence-length texts, along with a vector nearest neighbor search index. We demonstrate both supervised and unsupervised means of using BERT to accomplish this task.
Code (0)
등록된 구현이 없습니다.
Tasks
Natural Language QueriesRetrievalSentenceText RetrievalMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
HLATR: Enhance Multi-stage Text Retrieval with Hybrid List Aware Transformer Reranking
Deep pre-trained language models (e,g. BERT) are effective at large-scale text retrieval task. Existing text retrieval systems with state-of-the-art performance usually adopt a retrieve-then-reranking architecture due to…
Passage RankingPassage Re-RankingRerankingRetrieval+1Contextual Similarity Aggregation with Self-attention for Visual Re-ranking
In content-based image retrieval, the first-round retrieval result by simple visual feature comparison may be unsatisfactory, which can be refined by visual re-ranking techniques. In image retrieval, it is observed that …
Content-Based Image RetrievalData AugmentationImage RetrievalRe-Ranking+1Pretrained Transformers for Text Ranking: BERT and Beyond
The goal of text ranking is to generate an ordered list of texts retrieved from a corpus in response to a query. Although the most common formulation of text ranking is search, instances of the task can also be found in …
Information RetrievalRerankingRetrievalSentence+1Text Retrieval with Multi-Stage Re-Ranking Models
The text retrieval is the task of retrieving similar documents to a search query, and it is important to improve retrieval accuracy while maintaining a certain level of retrieval speed. Existing studies have reported acc…
Language ModelingLanguage ModellingRe-RankingRetrieval+1Brown University at TREC Deep Learning 2019
This paper describes Brown University's submission to the TREC 2019 Deep Learning track. We followed a 2-phase method for producing a ranking of passages for a given input query: In the the first phase, the user's query …
Deep LearningInformation RetrievalLanguage ModelingLanguage Modelling+3