paper-with-me

Papers

Supervised Contrastive Learning for Interpretable Long-Form Document Matching

2021-08-20 · Akshita Jha, Vineeth Rakesh, Jaideep Chandrashekar, Adithya Samavedhi, Chandan K. Reddy

Recent advancements in deep learning techniques have transformed the area of semantic text matching. However, most state-of-the-art models are designed to operate with short documents such as tweets, user reviews, comments, etc. These models have fundamental limitations when applied to long-form documents such as scientific papers, legal documents, and patents. When handling such long documents, there are three primary challenges: (i) the presence of different contexts for the same word throughout the document, (ii) small sections of contextually similar text between two documents, but dissimilar text in the remaining parts (this defies the basic understanding of "similarity"), and (iii) the coarse nature of a single global similarity measure which fails to capture the heterogeneity of the document content. In this paper, we describe CoLDE: Contrastive Long Document Encoder - a transformer-based framework that addresses these challenges and allows for interpretable comparisons of long documents. CoLDE uses unique positional embeddings and a multi-headed chunkwise attention layer in conjunction with a supervised contrastive learning framework to capture similarity at three different levels: (i) high-level similarity scores between a pair of documents, (ii) similarity scores between different sections within and across documents, and (iii) similarity scores between different chunks in the same document and across other documents. These fine-grained similarity scores aid in better interpretability. We evaluate CoLDE on three long document datasets namely, ACL Anthology publications, Wikipedia articles, and USPTO patents. Besides outperforming the state-of-the-art methods on the document matching task, CoLDE is also robust to changes in document length and text perturbations and provides interpretable results.

📄 PDF Abstract BibTeX arXiv:2108.09190

Code (1)

interdigitalinc/colde 공식 구현 pytorch

Tasks

ArticlesContrastive LearningFormSemantic Text MatchingText Matching

Methods 이 논문이 사용한 방법론

Contrastive Learning 설명 없음

Similar Papers 제목 키워드 기반

Shuffle & Divide: Contrastive Learning for Long Text

2023-04-19 · Joonseok Lee, Seongho Joe, Kyoungwon Park, Bogun Kim 외

We propose a self-supervised learning method for long text documents based on contrastive learning. A key to our method is Shuffle and Divide (SaD), a simple text augmentation algorithm that sets up a pretext task requir…

Contrastive LearningDocument EmbeddingSelf-Supervised LearningText Augmentation+3

Efficient Document Embeddings via Self-Contrastive Bregman Divergence Learning

2023-05-25 · Daniel Saggau, Mina Rezaei, Bernd Bischl, Ilias Chalkidis

Learning quality document embeddings is a fundamental problem in natural language processing (NLP), information retrieval (IR), recommendation systems, and search engines. Despite recent advances in the development of tr…

Contrastive LearningInformation RetrievalRecommendation SystemsRetrieval+3

Metadata-Induced Contrastive Learning for Zero-Shot Multi-Label Text Classification

2022-02-11 · Yu Zhang, Zhihong Shen, Chieh-Han Wu, Boya Xie 외

Large-scale multi-label text classification (LMTC) aims to associate a document with its relevant labels from a large candidate set. Most existing LMTC approaches rely on massive human-annotated training data, which are …

Contrastive LearningMulti Label Text ClassificationMulti-Label Text Classificationtext-classification+2

Skim-Aware Contrastive Learning for Efficient Document Representation

2025-12-30 · Waheed Ahmed Abro, Zied Bouraoui arxiv

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 …

Natural Language InferenceContrastive Learning

Unsupervised Document Embedding via Contrastive Augmentation

2021-03-26 · Dongsheng Luo, Wei Cheng, Jingchao Ni, Wenchao Yu 외

We present a contrasting learning approach with data augmentation techniques to learn document representations in an unsupervised manner. Inspired by recent contrastive self-supervised learning algorithms used for image …

Contrastive LearningData AugmentationDocument ClassificationDocument Embedding+3