paper-with-me

홈 › Papers

Siamese BERT-based Model for Web Search Relevance Ranking Evaluated on a New Czech Dataset

2021-12-03 · Matěj Kocián, Jakub Náplava, Daniel Štancl, Vladimír Kadlec

Web search engines focus on serving highly relevant results within hundreds of milliseconds. Pre-trained language transformer models such as BERT are therefore hard to use in this scenario due to their high computational demands. We present our real-time approach to the document ranking problem leveraging a BERT-based siamese architecture. The model is already deployed in a commercial search engine and it improves production performance by more than 3%. For further research and evaluation, we release DaReCzech, a unique data set of 1.6 million Czech user query-document pairs with manually assigned relevance levels. We also release Small-E-Czech, an Electra-small language model pre-trained on a large Czech corpus. We believe this data will support endeavours both of search relevance and multilingual-focused research communities.

📄 PDF Abstract BibTeX arXiv:2112.01810

Code (1)

seznam/dareczech 공식 구현 pytorch

Tasks

Document RankingLanguage ModelingSmall Language Model

Methods 이 논문이 사용한 방법론

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 &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Weight Decay 설명 없음
Adam 설명 없음
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$…
Residual Connection 설명 없음
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…

Similar Papers 제목 키워드 기반

Semi-Siamese Bi-encoder Neural Ranking Model Using Lightweight Fine-Tuning

2021-10-28 · Euna Jung, Jaekeol Choi, Wonjong Rhee

A BERT-based Neural Ranking Model (NRM) can be either a crossencoder or a bi-encoder. Between the two, bi-encoder is highly efficient because all the documents can be pre-processed before the actual query time. In this w…

Language ModelingLanguage Modelling

Composite Re-Ranking for Efficient Document Search with BERT

2021-03-11 · Yingrui Yang, Yifan Qiao, Jinjin Shao, Mayuresh Anand 외

Although considerable efforts have been devoted to transformer-based ranking models for document search, the relevance-efficiency tradeoff remains a critical problem for ad-hoc ranking. To overcome this challenge, this p…

Re-Ranking

Cross-Lingual Training of Neural Models for Document Ranking

2020-11-01 · Findings of the Association for Computational Linguistics 2020 · Peng Shi, He Bai, Jimmy Lin

We tackle the challenge of cross-lingual training of neural document ranking models for mono-lingual retrieval, specifically leveraging relevance judgments in English to improve search in non-English languages. Our work …

Document RankingRetrieval

On the Calibration and Uncertainty of Neural Learning to Rank Models for Conversational Search

2021-04-01 · EACL 2021 2 · Gustavo Penha, Claudia Hauff

According to the Probability Ranking Principle (PRP), ranking documents in decreasing order of their probability of relevance leads to an optimal document ranking for ad-hoc retrieval. The PRP holds when two conditions a…

Conversational SearchDocument RankingLearning-To-RankRetrieval

Personalized Product Search Ranking: A Multi-Task Learning Approach with Tabular and Non-Tabular Data

2025-08-13 · Lalitesh Morishetti, Abhay Kumar, Jonathan Scott, Kaushiki Nag 외 arxiv

In this paper, we present a novel model architecture for optimizing personalized product search ranking using a multi-task learning (MTL) framework. Our approach uniquely integrates tabular and non-tabular data, leveragi…

Semantic SimilarityMulti-Task Learning