CLAIDec 30, 2025

Skim-Aware Contrastive Learning for Efficient Document Representation

arXiv:2512.24373v1h-index: 12
Originality Highly original
AI Analysis

This addresses the challenge of efficient and effective long document representation for domains such as law and medicine, offering a novel method that improves over existing approaches.

The paper tackles the problem of representing long documents in fields like law and medicine by introducing a self-supervised contrastive learning framework that mimics human skimming, resulting in significant gains in accuracy and efficiency as confirmed by experiments on legal and biomedical texts.

Although transformer-based models have shown strong performance in word- and sentence-level tasks, effectively representing long documents, especially in fields like law and medicine, remains difficult. Sparse attention mechanisms can handle longer inputs, but are resource-intensive and often fail to capture full-document context. Hierarchical transformer models offer better efficiency but do not clearly explain how they relate different sections of a document. In contrast, humans often skim texts, focusing on important sections to understand the overall message. Drawing from this human strategy, we introduce a new self-supervised contrastive learning framework that enhances long document representation. Our method randomly masks a section of the document and uses a natural language inference (NLI)-based contrastive objective to align it with relevant parts while distancing it from unrelated ones. This mimics how humans synthesize information, resulting in representations that are both richer and more computationally efficient. Experiments on legal and biomedical texts confirm significant gains in both accuracy and efficiency.

Foundations

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

Your Notes