paper-with-me

Papers

Co-BERT: A Context-Aware BERT Retrieval Model Incorporating Local and Query-specific Context

2021-04-17 · Xiaoyang Chen, Kai Hui, Ben He, Xianpei Han, Le Sun, Zheng Ye

BERT-based text ranking models have dramatically advanced the state-of-the-art in ad-hoc retrieval, wherein most models tend to consider individual query-document pairs independently. In the mean time, the importance and usefulness to consider the cross-documents interactions and the query-specific characteristics in a ranking model have been repeatedly confirmed, mostly in the context of learning to rank. The BERT-based ranking model, however, has not been able to fully incorporate these two types of ranking context, thereby ignoring the inter-document relationships from the ranking and the differences among queries. To mitigate this gap, in this work, an end-to-end transformer-based ranking model, named Co-BERT, has been proposed to exploit several BERT architectures to calibrate the query-document representations using pseudo relevance feedback before modeling the relevance of a group of documents jointly. Extensive experiments on two standard test collections confirm the effectiveness of the proposed model in improving the performance of text re-ranking over strong fine-tuned BERT-Base baselines. We plan to make our implementation open source to enable further comparisons.

📄 PDF Abstract BibTeX arXiv:2104.08523

Code (0)

등록된 구현이 없습니다.

Tasks

Learning-To-RankRe-RankingRetrieval

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
Adam 설명 없음
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…

Similar Papers 제목 키워드 기반

Semantics-aware BERT for Language Understanding

2019-09-05 · Zhuosheng Zhang, Yuwei Wu, Hai Zhao, Zuchao Li 외

The latest work on language representations carefully integrates contextualized features into language model training, which enables a series of success especially in various machine reading comprehension and natural lan…

Language ModelingLanguage ModellingMachine Reading ComprehensionNatural Language Inference+5

StruBERT: Structure-aware BERT for Table Search and Matching

2022-03-27 · Mohamed Trabelsi, Zhiyu Chen, Shuo Zhang, Brian D. Davison 외

A large amount of information is stored in data tables. Users can search for data tables using a keyword-based query. A table is composed primarily of data values that are organized in rows and columns providing implicit…

RetrievalTable RetrievalTable Search

Speaker-Aware BERT for Multi-Turn Response Selection in Retrieval-Based Chatbots

2020-04-07 · Jia-Chen Gu, Tianda Li, Quan Liu, Zhen-Hua Ling 외

In this paper, we study the problem of employing pre-trained language models for multi-turn response selection in retrieval-based chatbots. A new model, named Speaker-Aware BERT (SA-BERT), is proposed in order to make th…

Conversational Response SelectionDisentanglementDomain AdaptationRetrieval

Dealing with Typos for BERT-based Passage Retrieval and Ranking

2021-08-27 · EMNLP 2021 11 · Shengyao Zhuang, Guido Zuccon

Passage retrieval and ranking is a key task in open-domain question answering and information retrieval. Current effective approaches mostly rely on pre-trained deep language model-based retrievers and rankers. These met…

Information RetrievalLanguage ModelingLanguage ModellingOpen-Domain Question Answering+6

Structure-aware Sentence Encoder in Bert-Based Siamese Network

2021-08-01 · ACL (RepL4NLP) 2021 8 · Qiwei Peng, David Weir, Julie Weeds

Recently, impressive performance on various natural language understanding tasks has been achieved by explicitly incorporating syntax and semantic information into pre-trained models, such as BERT and RoBERTa. However, t…

Natural Language UnderstandingSemantic Textual SimilaritySentenceSentence Embedding+2