paper-with-me

Papers

Sub-Sentence Encoder: Contrastive Learning of Propositional Semantic Representations

2023-11-07 · Sihao Chen, Hongming Zhang, Tong Chen, Ben Zhou, Wenhao Yu, Dian Yu, Baolin Peng, Hongwei Wang, Dan Roth, Dong Yu

We introduce sub-sentence encoder, a contrastively-learned contextual embedding model for fine-grained semantic representation of text. In contrast to the standard practice with sentence embeddings, where the meaning of an entire sequence of text is encoded into a fixed-length vector, the sub-sentence encoder learns to produce distinct contextual embeddings corresponding to different atomic propositions, i.e. atomic units of meaning expressed within a text sequence. The sub-sentence embeddings are contrastively learned to recognize (inferred) semantic equivalence between propositions across different text sequences. Our experiments show the effectiveness of sub-sentence encoders in applications, such as retrieving supporting facts for fine-grained text attribution or recognizing the conditional semantic similarity between texts. In practice, we demonstrate that sub-sentence encoders keep the same level of inference cost and space complexity compared to sentence encoders.

📄 PDF Abstract BibTeX arXiv:2311.04335

Code (1)

schen149/sub-sentence-encoder 공식 구현 pytorch

Tasks

Contrastive LearningSemantic SimilaritySemantic Textual SimilaritySentenceSentence Embeddings

Similar Papers 제목 키워드 기반

Learning Visual-Semantic Subspace Representations for Propositional Reasoning

2024-05-25 · Gabriel Moreira, Alexander Hauptmann, Manuel Marques, João Paulo Costeira

Learning representations that capture rich semantic relationships and accommodate propositional calculus poses a significant challenge. Existing approaches are either contrastive, lacking theoretical guarantees, or fall …

Contrastive Learning of Sentence Representations

2021-12-01 · ICON 2021 12 · Hefei Qiu, Wei Ding, Ping Chen

Learning sentence representations which capture rich semantic meanings has been crucial for many NLP tasks. Pre-trained language models such as BERT have achieved great success in NLP, but sentence embeddings extracted d…

Contrastive LearningSemantic SimilaritySemantic Textual SimilaritySentence+1

Self-Adaptive Reconstruction with Contrastive Learning for Unsupervised Sentence Embeddings

2024-02-23 · Junlong Liu, Xichen Shang, Huawen Feng, Junhao Zheng 외

Unsupervised sentence embeddings task aims to convert sentences to semantic vector representations. Most previous works directly use the sentence representations derived from pretrained language models. However, due to t…

Contrastive LearningSentenceSentence EmbeddingsSTS

Multilingual Representation Distillation with Contrastive Learning

2022-10-10 · Weiting Tan, Kevin Heffernan, Holger Schwenk, Philipp Koehn

Multilingual sentence representations from large models encode semantic information from two or more languages and can be used for different cross-lingual information retrieval and matching tasks. In this paper, we integ…

Contrastive LearningCross-Lingual Information RetrievalInformation RetrievalRetrieval+1

CERT: Contrastive Self-supervised Learning for Language Understanding

2020-05-16 · Hongchao Fang, Sicheng Wang, Meng Zhou, Jiayuan Ding 외

Pretrained language models such as BERT, GPT have shown great effectiveness in language understanding. The auxiliary predictive tasks in existing pretraining approaches are mostly defined on tokens, thus may not be able …

Natural Language UnderstandingSelf-Supervised LearningSentenceTranslation