CLAug 16, 2018

Paraphrase Thought: Sentence Embedding Module Imitating Human Language Recognition

arXiv:1808.05505v37 citations
Originality Incremental advance
AI Analysis

This addresses the need for more semantically coherent sentence embeddings in NLP tasks, though it appears incremental as it builds on existing embedding concepts.

The paper tackles the problem of generating sentence embeddings that fully reflect semantic meaning by proposing the Paraphrase-Thought model, which outperforms benchmark methods on paraphrase identification datasets like MS COCO and STS benchmark.

Sentence embedding is an important research topic in natural language processing. It is essential to generate a good embedding vector that fully reflects the semantic meaning of a sentence in order to achieve an enhanced performance for various natural language processing tasks, such as machine translation and document classification. Thus far, various sentence embedding models have been proposed, and their feasibility has been demonstrated through good performances on tasks following embedding, such as sentiment analysis and sentence classification. However, because the performances of sentence classification and sentiment analysis can be enhanced by using a simple sentence representation method, it is not sufficient to claim that these models fully reflect the meanings of sentences based on good performances for such tasks. In this paper, inspired by human language recognition, we propose the following concept of semantic coherence, which should be satisfied for a good sentence embedding method: similar sentences should be located close to each other in the embedding space. Then, we propose the Paraphrase-Thought (P-thought) model to pursue semantic coherence as much as possible. Experimental results on two paraphrase identification datasets (MS COCO and STS benchmark) show that the P-thought models outperform the benchmarked sentence embedding methods.

Code Implementations1 repo
Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes