paper-with-me

홈 › Papers

Locality Preserving Sentence Encoding

2021-11-01 · Findings (EMNLP) 2021 11 · Changrong Min, Yonghe Chu, Liang Yang, Bo Xu, Hongfei Lin

Although researches on word embeddings have made great progress in recent years, many tasks in natural language processing are on the sentence level. Thus, it is essential to learn sentence embeddings. Recently, Sentence BERT (SBERT) is proposed to learn embeddings on the sentence level, and it uses the inner product (or, cosine similarity) to compute semantic similarity between sentences. However, this measurement cannot well describe the semantic structures among sentences. The reason is that sentences may lie on a manifold in the ambient space rather than distribute in an Euclidean space. Thus, cosine similarity cannot approximate distances on the manifold. To tackle the severe problem, we propose a novel sentence embedding method called Sentence BERT with Locality Preserving (SBERT-LP), which discovers the sentence submanifold from a high-dimensional space and yields a compact sentence representation subspace by locally preserving geometric structures of sentences. We compare the SBERT-LP with several existing sentence embedding approaches from three perspectives: sentence similarity, sentence classification and sentence clustering. Experimental results and case studies demonstrate that our method encodes sentences better in the sense of semantic structures.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilaritySemantic Textual SimilaritySentenceSentence ClassificationSentence EmbeddingSentence-EmbeddingSentence EmbeddingsSentence SimilarityWord Embeddings

Similar Papers 제목 키워드 기반

The Locality and Symmetry of Positional Encodings

2023-10-19 · Lihu Chen, Gaël Varoquaux, Fabian M. Suchanek

Positional Encodings (PEs) are used to inject word-order information into transformer-based language models. While they can significantly enhance the quality of sentence representations, their specific contribution to la…

Sentence

Leveraging Locality in Abstractive Text Summarization

2022-05-25 · Yixin Liu, Ansong Ni, Linyong Nan, Budhaditya Deb 외

Neural attention models have achieved significant improvements on many natural language processing tasks. However, the quadratic memory complexity of the self-attention module with respect to the input length hinders the…

Abstractive Text SummarizationText GenerationText Summarization

A Graph Encoder-Decoder Network for Unsupervised Anomaly Detection

2023-08-15 · Mahsa Mesgaran, A. Ben Hamza

A key component of many graph neural networks (GNNs) is the pooling operation, which seeks to reduce the size of a graph while preserving important structural information. However, most existing graph pooling strategies …

Anomaly DetectionDecoderUnsupervised Anomaly Detection

How Distributed are Distributed Representations? An Observation on the Locality of Syntactic Information in Verb Agreement Tasks

2021-11-16 · ACL ARR November 2021 11 · Anonymous

This work addresses the question of the localization of the syntactic information encoding in the Transformers representations. We tackle this question from two perspectives, considering the object-past participle agreem…

feature selectionSentence

SemStamp: A Semantic Watermark with Paraphrastic Robustness for Text Generation

2023-10-06 · Abe Bohan Hou, Jingyu Zhang, Tianxing He, Yichen Wang 외

Existing watermarking algorithms are vulnerable to paraphrase attacks because of their token-level design. To address this issue, we propose SemStamp, a robust sentence-level semantic watermarking algorithm based on loca…

SentenceText Generation