ACL 2024short3 citations

Dwell in the Beginning: How Language Models Embed Long Documents for Dense Retrieval

João Coelho, Bruno Martins, Joao Magalhaes, Jamie Callan, Chenyan Xiong

Abstract

This study investigates the existence of positional biases in Transformer-based language models for text representation learning, particularly in the context of web document retrieval. We build on previous research that demonstrated loss of information in the middle of input sequences for causal language models, extending it to the domain of embedding learning. We examine positional biases at multiple stages of the training pipeline for an encoder-decoder neural retrieval model, namely language model pre-training, contrastive pre-training, and contrastive fine-tuning. Experiments with the MS-MARCO document collection reveal that after contrastive pre-training the model already generates embeddings that better capture the beginning of the input content, with fine-tuning further aggravating this effect.

BibTeX
@inproceedings{coelho-etal-2024-dwell,
    title = "Dwell in the Beginning: How Language Models Embed Long Documents for Dense Retrieval",
    author = "Coelho, Jo{\~a}o  and
      Martins, Bruno  and
      Magalhaes, Joao  and
      Callan, Jamie  and
      Xiong, Chenyan",
    editor = "Ku, Lun-Wei  and
      Martins, Andre  and
      Srikumar, Vivek",
    booktitle = "Proceedings of the 62nd Annual Meeting of the Association for Computational Linguistics (Volume 2: Short Papers)",
    month = aug,
    year = "2024",
    address = "Bangkok, Thailand",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2024.acl-short.35/",
    doi = "10.18653/v1/2024.acl-short.35",
    pages = "370--377"
}