paper-with-me

홈 › Papers

Contrast Is All You Need

2023-07-06 · Burak Kilic, Florix Bex, Albert Gatt

In this study, we analyze data-scarce classification scenarios, where available labeled legal data is small and imbalanced, potentially hurting the quality of the results. We focused on two finetuning objectives; SetFit (Sentence Transformer Finetuning), a contrastive learning setup, and a vanilla finetuning setup on a legal provision classification task. Additionally, we compare the features that are extracted with LIME (Local Interpretable Model-agnostic Explanations) to see which particular features contributed to the model's classification decisions. The results show that a contrastive setup with SetFit performed better than vanilla finetuning while using a fraction of the training samples. LIME results show that the contrastive learning approach helps boost both positive and negative features which are legally informative and contribute to the classification results. Thus a model finetuned with a contrastive objective seems to base its decisions more confidently on legally informative features.

📄 PDF Abstract BibTeX arXiv:2307.02882

Code (0)

등록된 구현이 없습니다.

Tasks

AllClassificationContrastive LearningSentence

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Substituting Gadolinium in Brain MRI Using DeepContrast

2020-01-15 · Haoran Sun, Xueqing Liu, Xinyang Feng, Chen Liu 외

Cerebral blood volume (CBV) is a hemodynamic correlate of oxygen metabolism and reflects brain activity and function. High-resolution CBV maps can be generated using the steady-state gadolinium-enhanced MRI technique. Su…

Deep Learning

Accelerating Quantitative MRI using Subspace Multiscale Energy Model (SS-MuSE)

2025-02-14 · Yan Chen, Jyothi Rikhab Chand, Steven R. Kecskemeti, James H. Holmes 외

Multi-contrast MRI methods acquire multiple images with different contrast weightings, which are used for the differentiation of the tissue types or quantitative mapping. However, the scan time needed to acquire multiple…

Quantitative MRI

Non-contrastive sentence representations via self-supervision

2023-10-26 · Marco Farina, Duccio Pappadopulo

Sample contrastive methods, typically referred to simply as contrastive are the foundation of most unsupervised methods to learn text and sentence embeddings. On the other hand, a different class of self-supervised loss …

SentenceSentence Embeddings

Representation Learning via Non-Contrastive Mutual Information

2025-04-23 · Zhaohan Daniel Guo, Bernardo Avila Pires, Khimya Khetarpal, Dale Schuurmans 외

Labeling data is often very time consuming and expensive, leaving us with a majority of unlabeled data. Self-supervised representation learning methods such as SimCLR (Chen et al., 2020) or BYOL (Grill et al., 2020) have…

Representation Learning

A Note on Connecting Barlow Twins with Negative-Sample-Free Contrastive Learning

2021-04-28 · Yao-Hung Hubert Tsai, Shaojie Bai, Louis-Philippe Morency, Ruslan Salakhutdinov

In this report, we relate the algorithmic design of Barlow Twins' method to the Hilbert-Schmidt Independence Criterion (HSIC), thus establishing it as a contrastive learning approach that is free of negative samples. Thr…

Contrastive LearningSelf-Supervised Learning