paper-with-me

Papers

C-STS: Conditional Semantic Textual Similarity

2023-05-24 · Ameet Deshpande, Carlos E. Jimenez, Howard Chen, Vishvak Murahari, Victoria Graf, Tanmay Rajpurohit, Ashwin Kalyan, Danqi Chen, Karthik Narasimhan

Semantic textual similarity (STS), a cornerstone task in NLP, measures the degree of similarity between a pair of sentences, and has broad application in fields such as information retrieval and natural language understanding. However, sentence similarity can be inherently ambiguous, depending on the specific aspect of interest. We resolve this ambiguity by proposing a novel task called Conditional STS (C-STS) which measures sentences' similarity conditioned on an feature described in natural language (hereon, condition). As an example, the similarity between the sentences "The NBA player shoots a three-pointer." and "A man throws a tennis ball into the air to serve." is higher for the condition "The motion of the ball" (both upward) and lower for "The size of the ball" (one large and one small). C-STS's advantages are two-fold: (1) it reduces the subjectivity and ambiguity of STS and (2) enables fine-grained language model evaluation through diverse natural language conditions. We put several state-of-the-art models to the test, and even those performing well on STS (e.g. SimCSE, Flan-T5, and GPT-4) find C-STS challenging; all with Spearman correlation scores below 50. To encourage a more comprehensive evaluation of semantic similarity and natural language understanding, we make nearly 19K C-STS examples and code available for others to train and test their models.

📄 PDF Abstract BibTeX arXiv:2305.15093

Code (1)

princeton-nlp/c-sts 공식 구현 pytorch

Tasks

Information RetrievalLanguage Model EvaluationLanguage ModellingNatural Language UnderstandingQuestion AnsweringRetrievalSemantic SimilaritySemantic Textual SimilaritySentenceSentence SimilaritySTS

Methods 이 논문이 사용한 방법론

Flan-T5 Flan-T5 is the instruction fine-tuned version of T5 or Text-to-Text Transfer Transformer Language Model.
SimCSE SimCSE is a contrastive learning framework for generating sentence embeddings. It utilizes an unsupervised approach, which takes an input sentence and predicts itself in…

Similar Papers 제목 키워드 기반

Annotating Training Data for Conditional Semantic Textual Similarity Measurement using Large Language Models

2025-09-17 · Gaifan Zhang, Yi Zhou, Danushka Bollegala arxiv

Semantic similarity between two sentences depends on the aspects considered between those sentences. To study this phenomenon, Deshpande et al. (2023) proposed the Conditional Semantic Textual Similarity (C-STS) task and…

Semantic Textual SimilaritySemantic Similarity

Linguistically Conditioned Semantic Textual Similarity

2024-06-06 · Jingxuan Tu, Keer Xu, Liulu Yue, Bingyang Ye 외

Semantic textual similarity (STS) is a fundamental NLP task that measures the semantic similarity between a pair of sentences. In order to reduce the inherent ambiguity posed from the sentences, a recent work called Cond…

Semantic SimilaritySemantic Textual SimilaritySTS

Non-parametric Contextual Relationship Learning for Semantic Video Object Segmentation

2024-07-08 · Tinghuai Wang, Huiling Wang

We propose a novel approach for modeling semantic contextual relationships in videos. This graph-based model enables the learning and propagation of higher-level spatial-temporal contexts to facilitate the semantic label…

Semantic SegmentationVideo Object SegmentationVideo Semantic Segmentation

CMLM-CSE: Based on Conditional MLM Contrastive Learning for Sentence Embeddings

2023-06-16 · Wei zhang, Xu Chen

Traditional comparative learning sentence embedding directly uses the encoder to extract sentence features, and then passes in the comparative loss function for learning. However, this method pays too much attention to t…

Contrastive LearningLanguage ModelingLanguage ModellingSentence+3

CASE -- Condition-Aware Sentence Embeddings for Conditional Semantic Textual Similarity Measurement

2025-03-21 · Gaifan Zhang, Yi Zhou, Danushka Bollegala

The meaning conveyed by a sentence often depends on the context in which it appears. Despite the progress of sentence embedding methods, it remains unclear how to best modify a sentence embedding conditioned on its conte…

Dimensionality ReductionLanguage ModelingLanguage ModellingLarge Language Model+7