paper-with-me

홈 › Papers

Passage Ranking with Weak Supervision

2019-05-15 · ICLR Workshop LLD 2019 · Peng Xu, Xiaofei Ma, Ramesh Nallapati, Bing Xiang

In this paper, we propose a \textit{weak supervision} framework for neural ranking tasks based on the data programming paradigm \citep{Ratner2016}, which enables us to leverage multiple weak supervision signals from different sources. Empirically, we consider two sources of weak supervision signals, unsupervised ranking functions and semantic feature similarities. We train a BERT-based passage-ranking model (which achieves new state-of-the-art performances on two benchmark datasets with full supervision) in our weak supervision framework. Without using ground-truth training labels, BERT-PR models outperform BM25 baseline by a large margin on all three datasets and even beat the previous state-of-the-art results with full supervision on two of the datasets.

📄 PDF Abstract BibTeX arXiv:1905.05910

Code (0)

등록된 구현이 없습니다.

Tasks

Passage Ranking

Similar Papers 제목 키워드 기반

Generalized Weak Supervision for Neural Information Retrieval

2023-04-18 · Yen-Chieh Lien, Hamed Zamani, W. Bruce Croft

Neural ranking models (NRMs) have demonstrated effective performance in several information retrieval (IR) tasks. However, training NRMs often requires large-scale training data, which is difficult and expensive to obtai…

Information RetrievalPassage RetrievalRetrieval

Making Information Seeking Easier: An Improved Pipeline for Conversational Search

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Vaibhav Kumar, Jamie Callan

This paper presents a highly effective pipeline for passage retrieval in a conversational search setting. The pipeline comprises of two components: Conversational Term Selection (CTS) and Multi-View Reranking (MVR). CTS …

Conversational SearchPassage RankingPassage RerankingPassage Retrieval+2

An In-depth Analysis of Passage-Level Label Transfer for Contextual Document Ranking

2021-03-30 · Koustav Rudra, Zeon Trevor Fernando, Avishek Anand

Pre-trained contextual language models such as BERT, GPT, and XLnet work quite well for document retrieval tasks. Such models are fine-tuned based on the query-document/query-passage level relevance labels to capture the…

Document RankingRetrieval

Weakly-Supervised Open-Retrieval Conversational Question Answering

2021-03-03 · Chen Qu, Liu Yang, Cen Chen, W. Bruce Croft 외

Recent studies on Question Answering (QA) and Conversational QA (ConvQA) emphasize the role of retrieval: a system first retrieves evidence from a large collection and then extracts answers. This open-retrieval ConvQA se…

Conversational Question AnsweringQuestion AnsweringRetrieval

PReGAN: Answer Oriented Passage Ranking with Weakly Supervised GAN

2022-07-05 · Pan Du, Jian-Yun Nie, Yutao Zhu, Hao Jiang 외

Beyond topical relevance, passage ranking for open-domain factoid question answering also requires a passage to contain an answer (answerability). While a few recent studies have incorporated some reading capability into…

Passage RankingPassage RerankingQuestion AnsweringReranking