ReLeVAnT: Relevance Lexical Vectors for Accurate Legal Text Classification

arXiv cs.AI / 4/27/2026

💬 OpinionIdeas & Deep AnalysisModels & Research

Key Points

  • The paper addresses accurate classification of legal documents from unstructured text to support downstream tasks like motion drafting, docket summarization, retrieval, and training data curation.
  • It argues that existing approaches often rely heavily on metadata (provided, LLM-extracted, or multimodal) and can require substantial computational power.
  • The authors propose ReLeVAnT, a legal binary classification framework that uses discriminative lexical features via n-gram processing, contrastive score matching, and a shallow neural network.
  • ReLeVAnT performs one-time keyword extraction per corpus and then applies a shallow classifier, achieving 99.3% accuracy and 98.7% F1 on the LexGLUE dataset.
  • The results suggest a compute-efficient, metadata-light alternative for legal text classification with strong performance on a benchmark dataset.

Abstract

The classification of legal documents from an unstructured data corpus has several crucial applications in downstream tasks. Documents relevant to court filings are key in use cases such as drafting motions, memos, and outlines, as well as in tasks like docket summarisation, retrieval systems, and training data curation. Current methods classify based on provided metadata, LLM-extracted metadata, or multimodal methods. These methods depend on structured data, metadata, and extensive computational power. This task is approached from a perspective of leveraging discriminative features in the documents between classes. The authors propose ReLeVAnT, a framework for legal document binary classification. ReLeVAnT utilises n-gram processing, contrastive score matching, and a shallow neural network as the primary drivers for discriminative classification. It leverages one-time keyword extraction per corpus, followed by a shallow classifier to swiftly and reliably classify documents with 99.3% accuracy and 98.7% F1 score on the LexGLUE dataset.