paper-with-me

홈 › Papers

Subspace Representations for Soft Set Operations and Sentence Similarities

2022-10-24 · Yoichi Ishibashi, Sho Yokoi, Katsuhito Sudoh, Satoshi Nakamura

In the field of natural language processing (NLP), continuous vector representations are crucial for capturing the semantic meanings of individual words. Yet, when it comes to the representations of sets of words, the conventional vector-based approaches often struggle with expressiveness and lack the essential set operations such as union, intersection, and complement. Inspired by quantum logic, we realize the representation of word sets and corresponding set operations within pre-trained word embedding spaces. By grounding our approach in the linear subspaces, we enable efficient computation of various set operations and facilitate the soft computation of membership functions within continuous spaces. Moreover, we allow for the computation of the F-score directly within word vectors, thereby establishing a direct link to the assessment of sentence similarity. In experiments with widely-used pre-trained embeddings and benchmarks, we show that our subspace-based set operations consistently outperform vector-based ones in both sentence similarity and set retrieval tasks.

📄 PDF Abstract BibTeX arXiv:2210.13034

Code (1)

yoichi1484/subspace 공식 구현 pytorch

Tasks

RetrievalSemantic Textual SimilaritySentenceSentence Similarity

Similar Papers 제목 키워드 기반

Scalable Attentive Sentence-Pair Modeling via Distilled Sentence Embedding

2019-08-14 · Oren Barkan, Noam Razin, Itzik Malkiel, Ori Katz 외

Recent state-of-the-art natural language understanding models, such as BERT and XLNet, score a pair of sentences (A and B) using multiple cross-attention operations - a process in which each word in sentence A attends to…

Knowledge DistillationNatural Language UnderstandingSemantic SimilaritySentence+4

Native Hierarchical and Compositional Representations with Subspace Embeddings

2025-08-21 · Gabriel Moreira, Zita Marinho, Manuel Marques, João Paulo Costeira 외 arxiv

Traditional embeddings represent datapoints as vectors, which makes similarity easy to compute but limits how well they capture hierarchies and compositionality. We propose a fundamentally different approach: representin…

Natural Language Inference

Representing Sentences as Low-Rank Subspaces

2017-04-18 · ACL 2017 7 · Jiaqi Mu, Suma Bhat, Pramod Viswanath

Sentences are important semantic units of natural language. A generic, distributional representation of sentences that can capture the latent semantics is beneficial to multiple downstream applications. We observe a simp…

Semantic Textual SimilaritySentence

Neural Random Subspace

2019-11-18 · Yun-Hao Cao, Jianxin Wu, Hanchen Wang, Joan Lasenby

The random subspace method, known as the pillar of random forests, is good at making precise and robust predictions. However, there is not a straightforward way yet to combine it with deep learning. In this paper, we the…

Deep LearningRepresentation Learning

Parameter-free Sentence Embedding via Orthogonal Basis

2018-09-30 · IJCNLP 2019 11 · Ziyi Yang, Chenguang Zhu, Weizhu Chen

We propose a simple and robust non-parameterized approach for building sentence representations. Inspired by the Gram-Schmidt Process in geometric theory, we build an orthogonal basis of the subspace spanned by a word an…

SentenceSentence EmbeddingSentence-EmbeddingWord Embeddings