ACL 2025long0 citations

Less Mature is More Adaptable for Sentence-level Language Modeling

Abhilasha Sancheti, David Dale, Artyom Kozhevnikov, Maha Elbayad

Abstract

This work investigates sentence-level models (i.e., models that operate at the sentence-level) to study how sentence representations from various encoders influence downstream task performance, and which syntactic, semantic, and discourse-level properties are essential for strong performance. Our experiments encompass encoders with diverse training regimes and pretraining domains, as well as various pooling strategies applied to multi-sentence input tasks (including sentence ordering, sentiment classification, and natural language inference) requiring coarse-to-fine-grained reasoning. We find that ”less mature” representations (e.g., mean-pooled representations from BERT’s first or last layer, or representations from encoders with limited fine-tuning) exhibit greater generalizability and adaptability to downstream tasks compared to representations from extensively fine-tuned models (e.g., SBERT or SimCSE). These findings are consistent across different pretraining seed initializations for BERT. Our probing analysis reveals that syntactic and discourse-level properties are stronger indicators of downstream performance than MTEB scores or decodability. Furthermore, the data and time efficiency of sentence-level models, often outperforming token-level models, underscores their potential for future research.

BibTeX
@inproceedings{sancheti-etal-2025-less,
    title = "Less Mature is More Adaptable for Sentence-level Language Modeling",
    author = "Sancheti, Abhilasha  and
      Dale, David  and
      Kozhevnikov, Artyom  and
      Elbayad, Maha",
    editor = "Che, Wanxiang  and
      Nabende, Joyce  and
      Shutova, Ekaterina  and
      Pilehvar, Mohammad Taher",
    booktitle = "Proceedings of the 63rd Annual Meeting of the Association for Computational Linguistics (Volume 1: Long Papers)",
    month = jul,
    year = "2025",
    address = "Vienna, Austria",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/2025.acl-long.573/",
    doi = "10.18653/v1/2025.acl-long.573",
    pages = "11680--11695",
    ISBN = "979-8-89176-251-0"
}