← smac.pub home

Revealing MonoT5's Learning Mechanisms via Prompt-Token Adaptation

link bibtex 1 citation long conference paper

Authors: Marco Braga, Sean MacAvaney, Craig Macdonald, Gabriella Pasi

Appeared in: 48th European Conference on Information Retrieval (ECIR 2026)

Links/IDs:
DOI 10.1007/978-3-032-21289-4_29 DBLP conf/ecir/BragaMMP26 Google Scholar 7wWfoDgAAAAJ:geHnlv5EZngC Enlighten 374752 smac.pub ecir2026-monot5

Abstract:

Transformer-based cross-encoders, such as MonoT5, achieve state-of-the-art performance in several retrieval tasks. In particular, MonoT5 is based on a sequence-to-sequence architecture and trained on MS MARCO for passage re-ranking, where it predicts the relevance of a passage given an input query. In this paper, to understand what MonoT5 has learned, we analyse the parameter updates during its training process. We observe that the largest shifts occur in a small set of parameters, i.e. less than 1% of the model, while the rest of the model remains relatively unchanged. Motivated by this finding, we propose Light-MonoT5, a parameter-efficient variant of MonoT5 that updates only this small set of parameters during training, and leaves the rest of the network unchanged. Extensive evaluation on both in- and out-domain benchmarks shows that Light-MonoT5 achieves statistically equivalent effectiveness compared to MonoT5. Since relevance can be captured by updating only a subset of T5 parameters, we hypothesise that MonoT5, which updates all the original model's parameters, primarily learns to evaluate passage quality rather than explicitly assessing the relevance of a passage to the query. To test our hypothesis, we employ QT5, a T5-based quality estimation model, to prune low-quality passages before indexing. On the pruned collection, Light-MonoT5 achieves performance on par with MonoT5, indicating that MonoT5's strong performance is largely attributable to quality assessment, with minimal adaptation required once low-quality content is removed.

BibTeX @inproceedings{braga:ecir2026-monot5, author = {Braga, Marco and MacAvaney, Sean and Macdonald, Craig and Pasi, Gabriella}, title = {Revealing MonoT5's Learning Mechanisms via Prompt-Token Adaptation}, booktitle = {48th European Conference on Information Retrieval}, year = {2026}, doi = {10.1007/978-3-032-21289-4_29}, pages = {450--465} }