paper-with-me

Papers

Hyperlink-induced Pre-training for Passage Retrieval in Open-domain Question Answering

2022-03-14 · ACL 2022 5 · Jiawei Zhou, Xiaoguang Li, Lifeng Shang, Lan Luo, Ke Zhan, Enrui Hu, Xinyu Zhang, Hao Jiang, Zhao Cao, Fan Yu, Xin Jiang, Qun Liu, Lei Chen

To alleviate the data scarcity problem in training question answering systems, recent works propose additional intermediate pre-training for dense passage retrieval (DPR). However, there still remains a large discrepancy between the provided upstream signals and the downstream question-passage relevance, which leads to less improvement. To bridge this gap, we propose the HyperLink-induced Pre-training (HLP), a method to pre-train the dense retriever with the text relevance induced by hyperlink-based topology within Web documents. We demonstrate that the hyperlink-based structures of dual-link and co-mention can provide effective relevance signals for large-scale pre-training that better facilitate downstream passage retrieval. We investigate the effectiveness of our approach across a wide range of open-domain QA datasets under zero-shot, few-shot, multi-hop, and out-of-domain scenarios. The experiments show our HLP outperforms the BM25 by up to 7 points as well as other pre-training methods by more than 10 points in terms of top-20 retrieval accuracy under the zero-shot scenario. Furthermore, HLP significantly outperforms other pre-training methods under the other scenarios.

📄 PDF Abstract BibTeX arXiv:2203.06942

Code (1)

jzhoubu/hlp 공식 구현 pytorch

Tasks

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

Similar Papers 제목 키워드 기반

Hyperlink-induced Pre-training for Passage Retrieval of Open-domain Question Answering

2021-11-16 · ACL ARR November 2021 11 · Anonymous

To alleviate the data scarcity problem in training question answering systems, recent works propose additional intermediate pre-training for dense passage retrieval (DPR). However, there still remains a large discrepancy…

Open-Domain Question AnsweringPassage RetrievalQuestion AnsweringRetrieval

LARAG: Link-Aware Retrieval Strategy for RAG Systems in Hyperlinked Technical Documentation

2026-05-08 · Giorgia Bolognesi, Claudio Estatico, Ulderico Fugacci, Isabella Mastroianni 외 arxiv

Retrieval-Augmented Generation (RAG) enhances the factual grounding of Large Language Models by conditioning their outputs on external documents. However, standard embedding-based retrievers treat naturally structured co…

A Graph-guided Multi-round Retrieval Method for Conversational Open-domain Question Answering

2021-04-17 · Yongqi Li, Wenjie Li, Liqiang Nie

In recent years, conversational agents have provided a natural and convenient access to useful information in people's daily life, along with a broad and new research topic, conversational question answering (QA). Among …

Conversational Question AnsweringOpen-Domain Question AnsweringQuestion AnsweringRetrieval

Deep Research Pretraining via Predictive Navigation

2026-08-01 · Jiang Zhou, Zhiyuan Fan, Xing Wu, Tinghao Yu 외 arxiv

Deep research agents are often trained on expensive, environment-grounded tool-use trajectories that require repeated retrieval, document inspection, and report evaluation. We introduce Deep Research Pretraining (DRP), a…

Pre-training for Information Retrieval: Are Hyperlinks Fully Explored?

2022-09-14 · Jiawen Wu, Xinyu Zhang, Yutao Zhu, Zheng Liu 외

Recent years have witnessed great progress on applying pre-trained language models, e.g., BERT, to information retrieval (IR) tasks. Hyperlinks, which are commonly used in Web pages, have been leveraged for designing pre…

Information RetrievalQuestion AnsweringRetrieval