paper-with-me

홈 › Papers

Learning Universal Sentence Representations with Mean-Max Attention Autoencoder

2018-09-18 · EMNLP 2018 10 · Minghua Zhang, Yunfang Wu, Weikang Li, Wei Li

In order to learn universal sentence representations, previous methods focus on complex recurrent neural networks or supervised learning. In this paper, we propose a mean-max attention autoencoder (mean-max AAE) within the encoder-decoder framework. Our autoencoder rely entirely on the MultiHead self-attention mechanism to reconstruct the input sequence. In the encoding we propose a mean-max strategy that applies both mean and max pooling operations over the hidden vectors to capture diverse information of the input. To enable the information to steer the reconstruction process dynamically, the decoder performs attention over the mean-max representation. By training our model on a large collection of unlabelled data, we obtain high-quality representations of sentences. Experimental results on a broad range of 10 transfer tasks demonstrate that our model outperforms the state-of-the-art unsupervised single methods, including the classical skip-thoughts and the advanced skip-thoughts+LN model. Furthermore, compared with the traditional recurrent neural network, our mean-max AAE greatly reduce the training time.

📄 PDF Abstract BibTeX arXiv:1809.06590

Code (1)

Zminghua/SentEncoding 공식 구현 tf

Tasks

DecoderSentence

Methods 이 논문이 사용한 방법론

Solana Customer Service Number +1-833-534-1729 설명 없음
Max Pooling Max Pooling is a pooling operation that calculates the maximum value for patches of a feature map, and uses it to create a downsampled (pooled) feature map. It is usually…

Similar Papers 제목 키워드 기반

(Self-Attentive) Autoencoder-based Universal Language Representation for Machine Translation

2018-10-15 · Carlos Escolano, Marta R. Costa-jussà, José A. R. Fonollosa

Universal language representation is the holy grail in machine translation (MT). Thanks to the new neural MT approach, it seems that there are good perspectives towards this goal. In this paper, we propose a new architec…

Machine TranslationSentenceTranslation

JBNU at MRP 2019: Multi-level Biaffine Attention for Semantic Dependency Parsing

2019-11-01 · CONLL 2019 11 · Seung-Hoon Na, Jinwoon Min, Kwanghyeon Park, Jong-Hun Shin 외

This paper describes Jeonbuk National University (JBNU){'}s system for the 2019 shared task on Cross-Framework Meaning Representation Parsing (MRP 2019) at the Conference on Computational Natural Language Learning. Of th…

DecoderDependency ParsingSemantic Dependency ParsingSentence

Educating Text Autoencoders: Latent Representation Guidance via Denoising

2019-05-29 · ICML 2020 1 · Tianxiao Shen, Jonas Mueller, Regina Barzilay, Tommi Jaakkola

Generative autoencoders offer a promising approach for controllable text generation by leveraging their latent sentence representations. However, current models struggle to maintain coherent latent spaces required to per…

DenoisingSentenceStyle TransferText Generation+1

A text autoencoder from transformer for fast encoding language representation

2021-11-04 · Tan Huang

In recent years BERT shows apparent advantages and great potential in natural language processing tasks. However, both training and applying BERT requires intensive time and resources for computing contextual language re…

CPULanguage ModelingLanguage ModellingSemantic Similarity+2

SentEval: An Evaluation Toolkit for Universal Sentence Representations

2018-03-14 · LREC 2018 5 · Alexis Conneau, Douwe Kiela

We introduce SentEval, a toolkit for evaluating the quality of universal sentence representations. SentEval encompasses a variety of tasks, including binary and multi-class classification, natural language inference and …

General ClassificationMulti-class ClassificationNatural Language InferenceSentence+1