Semi-Siamese Bi-encoder Neural Ranking Model Using Lightweight Fine-Tuning
Euna Jung, Jaekeol Choi, Wonjong Rhee

TL;DR
This paper introduces a semi-Siamese bi-encoder neural ranking model that employs lightweight fine-tuning techniques to enhance BERT-based bi-encoders' performance efficiently across multiple datasets.
Contribution
It proposes a novel semi-Siamese architecture combined with lightweight fine-tuning methods, improving BERT-based bi-encoder ranking models' effectiveness and efficiency.
Findings
Lightweight fine-tuning improves bi-encoder performance.
Semi-Siamese models outperform traditional bi-encoders.
Methods are effective across multiple datasets.
Abstract
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 work, we show two approaches for improving the performance of BERT-based bi-encoders. The first approach is to replace the full fine-tuning step with a lightweight fine-tuning. We examine lightweight fine-tuning methods that are adapter-based, prompt-based, and hybrid of the two. The second approach is to develop semi-Siamese models where queries and documents are handled with a limited amount of difference. The limited difference is realized by learning two lightweight fine-tuning modules, where the main language model of BERT is kept common for both query and document. We provide extensive experiment results for monoBERT, TwinBERT, and ColBERT where three performance…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsTopic Modeling · Information Retrieval and Search Behavior · Natural Language Processing Techniques
MethodsMulti-Head Attention · Attention Is All You Need · Linear Layer · Layer Normalization · Softmax · Dense Connections · Residual Connection · WordPiece · Linear Warmup With Linear Decay · Weight Decay
