CLDec 14, 2019

Long-length Legal Document Classification

arXiv:1912.06905v142 citations
Originality Synthesis-oriented
AI Analysis

This work addresses document classification for the legal domain, but it is incremental as it builds on existing methods with a simpler structure.

The paper tackled the problem of classifying lengthy legal documents by addressing input length limitations in current models, achieving improved results through segmenting text and combining embeddings with a BiLSTM architecture.

One of the principal tasks of machine learning with major applications is text classification. This paper focuses on the legal domain and, in particular, on the classification of lengthy legal documents. The main challenge that this study addresses is the limitation that current models impose on the length of the input text. In addition, the present paper shows that dividing the text into segments and later combining the resulting embeddings with a BiLSTM architecture to form a single document embedding can improve results. These advancements are achieved by utilising a simpler structure, rather than an increasingly complex one, which is often the case in NLP research. The dataset used in this paper is obtained from an online public database containing lengthy legal documents with highly domain-specific vocabulary and thus, the comparison of our results to the ones produced by models implemented on the commonly used datasets would be unjustified. This work provides the foundation for future work in document classification in the legal field.

Foundations

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

Your Notes