English

Transformer-based Models for Long-Form Document Matching: Challenges and Empirical Analysis

Computation and Language 2023-02-09 v1

Abstract

Recent advances in the area of long document matching have primarily focused on using transformer-based models for long document encoding and matching. There are two primary challenges associated with these models. Firstly, the performance gain provided by transformer-based models comes at a steep cost - both in terms of the required training time and the resource (memory and energy) consumption. The second major limitation is their inability to handle more than a pre-defined input token length at a time. In this work, we empirically demonstrate the effectiveness of simple neural models (such as feed-forward networks, and CNNs) and simple embeddings (like GloVe, and Paragraph Vector) over transformer-based models on the task of document matching. We show that simple models outperform the more complex BERT-based models while taking significantly less training time, energy, and memory. The simple models are also more robust to variations in document length and text perturbations.

Keywords

Cite

@article{arxiv.2302.03765,
  title  = {Transformer-based Models for Long-Form Document Matching: Challenges and Empirical Analysis},
  author = {Akshita Jha and Adithya Samavedhi and Vineeth Rakesh and Jaideep Chandrashekar and Chandan K. Reddy},
  journal= {arXiv preprint arXiv:2302.03765},
  year   = {2023}
}
R2 v1 2026-06-28T08:34:37.125Z