paper-with-me

홈 › Papers

Pre-trained Language Model based Ranking in Baidu Search

2021-05-24 · Lixin Zou, Shengqiang Zhang, Hengyi Cai, Dehong Ma, Suqi Cheng, Daiting Shi, Zhifan Zhu, Weiyue Su, Shuaiqiang Wang, Zhicong Cheng, Dawei Yin

As the heart of a search engine, the ranking system plays a crucial role in satisfying users' information demands. More recently, neural rankers fine-tuned from pre-trained language models (PLMs) establish state-of-the-art ranking effectiveness. However, it is nontrivial to directly apply these PLM-based rankers to the large-scale web search system due to the following challenging issues:(1) the prohibitively expensive computations of massive neural PLMs, especially for long texts in the web-document, prohibit their deployments in an online ranking system that demands extremely low latency;(2) the discrepancy between existing ranking-agnostic pre-training objectives and the ad-hoc retrieval scenarios that demand comprehensive relevance modeling is another main barrier for improving the online ranking system;(3) a real-world search engine typically involves a committee of ranking components, and thus the compatibility of the individually fine-tuned ranking model is critical for a cooperative ranking system. In this work, we contribute a series of successfully applied techniques in tackling these exposed issues when deploying the state-of-the-art Chinese pre-trained language model, i.e., ERNIE, in the online search engine system. We first articulate a novel practice to cost-efficiently summarize the web document and contextualize the resultant summary content with the query using a cheap yet powerful Pyramid-ERNIE architecture. Then we endow an innovative paradigm to finely exploit the large-scale noisy and biased post-click behavioral data for relevance-oriented pre-training. We also propose a human-anchored fine-tuning strategy tailored for the online ranking system, aiming to stabilize the ranking signals across various online components. Extensive offline and online experimental results show that the proposed techniques significantly boost the search engine's performance.

📄 PDF Abstract BibTeX arXiv:2105.11108

Code (0)

등록된 구현이 없습니다.

Tasks

Language ModelingLanguage ModellingRetrieval

Methods 이 논문이 사용한 방법론

ERNIE ERNIE is a transformer-based model consisting of two stacked modules: 1) textual encoder and 2) knowledgeable encoder, which is responsible to integrate extra token-oriented…

Similar Papers 제목 키워드 기반

A Large Scale Search Dataset for Unbiased Learning to Rank

2022-07-07 · Lixin Zou, Haitao Mao, Xiaokai Chu, Jiliang Tang 외

The unbiased learning to rank (ULTR) problem has been greatly advanced by recent deep learning techniques and well-designed debias algorithms. However, promising results on the existing benchmark datasets may not be exte…

Causal DiscoveryLanguage ModellingLearning-To-RankMeta-Learning+1

Unbiased Learning to Rank Meets Reality: Lessons from Baidu's Large-Scale Search Dataset

2024-04-03 · Philipp Hager, Romain Deffayet, Jean-Michel Renders, Onno Zoeter 외

Unbiased learning-to-rank (ULTR) is a well-established framework for learning from user clicks, which are often biased by the ranker collecting the data. While theoretically justified and extensively tested in simulation…

Learning-To-Rank

Pretraining De-Biased Language Model with Large-scale Click Logs for Document Ranking

2023-02-27 · Xiangsheng Li, Xiaoshu Chen, Kunliang Wei, Bin Hu 외

Pre-trained language models have achieved great success in various large-scale information retrieval tasks. However, most of pretraining tasks are based on counterfeit retrieval data where the query produced by the tailo…

Document RankingInformation RetrievalLanguage ModelingLanguage Modelling+1

Baidu Neural Machine Translation Systems for WMT19

2019-08-01 · WS 2019 8 · Meng Sun, Bojian Jiang, Hao Xiong, Zhongjun He 외

In this paper we introduce the systems Baidu submitted for the WMT19 shared task on Chinese{\textless}-{\textgreater}English news translation. Our systems are based on the Transformer architecture with some effective imp…

Data AugmentationDomain AdaptationKnowledge DistillationMachine Translation+2

PGL at TextGraphs 2020 Shared Task: Explanation Regeneration using Language and Graph Learning Methods

2020-12-01 · COLING (TextGraphs) 2020 12 · Weibin Li, Yuxiang Lu, Zhengjie Huang, Weiyue Su 외

This paper describes the system designed by the Baidu PGL Team which achieved the first place in the TextGraphs 2020 Shared Task. The task focuses on generating explanations for elementary science questions. Given a ques…

Graph LearningLanguage ModelingLanguage ModellingRe-Ranking