CLNov 2, 2022

Processing Long Legal Documents with Pre-trained Transformers: Modding LegalBERT and Longformer

arXiv:2211.00974v2298 citationsh-index: 47
Originality Incremental advance
AI Analysis

This work addresses the challenge of handling lengthy legal texts for NLP applications, offering incremental improvements over existing methods.

The authors tackled the problem of processing long legal documents with pre-trained Transformers by modifying LegalBERT and Longformer to handle up to 8,192 sub-words, achieving state-of-the-art performance on LexGLUE datasets.

Pre-trained Transformers currently dominate most NLP tasks. They impose, however, limits on the maximum input length (512 sub-words in BERT), which are too restrictive in the legal domain. Even sparse-attention models, such as Longformer and BigBird, which increase the maximum input length to 4,096 sub-words, severely truncate texts in three of the six datasets of LexGLUE. Simpler linear classifiers with TF-IDF features can handle texts of any length, require far less resources to train and deploy, but are usually outperformed by pre-trained Transformers. We explore two directions to cope with long legal texts: (i) modifying a Longformer warm-started from LegalBERT to handle even longer texts (up to 8,192 sub-words), and (ii) modifying LegalBERT to use TF-IDF representations. The first approach is the best in terms of performance, surpassing a hierarchical version of LegalBERT, which was the previous state of the art in LexGLUE. The second approach leads to computationally more efficient models at the expense of lower performance, but the resulting models still outperform overall a linear SVM with TF-IDF features in long legal document classification.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes