paper-with-me

Papers

Testing the limits of unsupervised learning for semantic similarity

2017-10-23 · Richa Sharma, Muktabh Mayank Srivastava

Semantic Similarity between two sentences can be defined as a way to determine how related or unrelated two sentences are. The task of Semantic Similarity in terms of distributed representations can be thought to be generating sentence embeddings (dense vectors) which take both context and meaning of sentence in account. Such embeddings can be produced by multiple methods, in this paper we try to evaluate LSTM auto encoders for generating these embeddings. Unsupervised algorithms (auto encoders to be specific) just try to recreate their inputs, but they can be forced to learn order (and some inherent meaning to some extent) by creating proper bottlenecks. We try to evaluate how properly can algorithms trained just on plain English Sentences learn to figure out Semantic Similarity, without giving them any sense of what meaning of a sentence is.

📄 PDF Abstract BibTeX arXiv:1710.08246

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilaritySemantic Textual SimilaritySentenceSentence Embeddings

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

Reasoning before Comparison: LLM-Enhanced Semantic Similarity Metrics for Domain Specialized Text Analysis

2024-02-17 · Shaochen Xu, Zihao Wu, Huaqin Zhao, Peng Shu 외

In this study, we leverage LLM to enhance the semantic analysis and develop similarity metrics for texts, addressing the limitations of traditional unsupervised NLP metrics like ROUGE and BLEU. We develop a framework whe…

Semantic SimilaritySemantic Textual Similaritytext similarity

An Unsupervised Sentence Embedding Method by Mutual Information Maximization

2020-09-25 · EMNLP 2020 11 · Yan Zhang, Ruidan He, Zuozhu Liu, Kwan Hui Lim 외

BERT is inefficient for sentence-pair tasks such as clustering or semantic search as it needs to evaluate combinatorially many sentence pairs which is very time-consuming. Sentence BERT (SBERT) attempted to solve this ch…

ClusteringSelf-Supervised LearningSemantic Textual SimilaritySentence+4

More Than Meets The Eye: Semi-supervised Learning Under Non-IID Data

2021-04-20 · Saul Calderon-Ramirez, Luis Oala

A common heuristic in semi-supervised deep learning (SSDL) is to select unlabelled data based on a notion of semantic similarity to the labelled data. For example, labelled images of numbers should be paired with unlabel…

Semantic SimilaritySemantic Textual Similarityset matching

Soft Seeded SSL Graphs for Unsupervised Semantic Similarity-based Retrieval

2017-12-15 · Srivastava Avikalp, Datt Madhav

Semantic similarity based retrieval is playing an increasingly important role in many IR systems such as modern web search, question-answering, similar document retrieval etc. Improvements in retrieval of semantically si…

Question AnsweringRetrievalSemantic SimilaritySemantic Textual Similarity

Self-Supervised Document Similarity Ranking via Contextualized Language Models and Hierarchical Inference

2021-06-02 · Findings (ACL) 2021 8 · Dvir Ginzburg, Itzik Malkiel, Oren Barkan, Avi Caciularu 외

We present a novel model for the problem of ranking a collection of documents according to their semantic similarity to a source (query) document. While the problem of document-to-document similarity ranking has been stu…

Semantic SimilaritySemantic Textual Similarity