paper-with-me

홈 › Papers

Unsupervised Learning of Word-Sequence Representations from Scratch via Convolutional Tensor Decomposition

2016-06-10 · Furong Huang, Animashree Anandkumar

Unsupervised text embeddings extraction is crucial for text understanding in machine learning. Word2Vec and its variants have received substantial success in mapping words with similar syntactic or semantic meaning to vectors close to each other. However, extracting context-aware word-sequence embedding remains a challenging task. Training over large corpus is difficult as labels are difficult to get. More importantly, it is challenging for pre-trained models to obtain word-sequence embeddings that are universally good for all downstream tasks or for any new datasets. We propose a two-phased ConvDic+DeconvDec framework to solve the problem by combining a word-sequence dictionary learning model with a word-sequence embedding decode model. We propose a convolutional tensor decomposition mechanism to learn good word-sequence phrase dictionary in the learning phase. It is proved to be more accurate and much more efficient than the popular alternating minimization method. In the decode phase, we introduce a deconvolution framework that is immune to the problem of varying sentence lengths. The word-sequence embeddings we extracted using ConvDic+DeconvDec are universally good for a few downstream tasks we test on. The framework requires neither pre-training nor prior/outside information.

📄 PDF Abstract BibTeX arXiv:1606.03153

Code (0)

등록된 구현이 없습니다.

Tasks

Dictionary LearningSentenceTensor Decomposition

Similar Papers 제목 키워드 기반

Audio Word2Vec: Unsupervised Learning of Audio Segment Representations using Sequence-to-sequence Autoencoder

2016-03-03 · Yu-An Chung, Chao-Chung Wu, Chia-Hao Shen, Hung-Yi Lee 외

The vector representations of fixed dimensionality for words (in text) offered by Word2Vec have been shown to be very useful in many application scenarios, in particular due to the semantic information they carry. This p…

DecoderDenoisingDynamic Time Warping

Unsupervised Cross-Lingual Representation Learning

2019-07-01 · ACL 2019 7 · Sebastian Ruder, Anders S{\o}gaard, Ivan Vuli{\'c}

In this tutorial, we provide a comprehensive survey of the exciting recent work on cutting-edge weakly-supervised and unsupervised cross-lingual word representations. After providing a brief history of supervised cross-l…

Representation LearningStructured Prediction

Unsupervised Learning of Sentence Embeddings using Compositional n-Gram Features

2017-03-07 · NAACL 2018 6 · Matteo Pagliardini, Prakhar Gupta, Martin Jaggi

The recent tremendous success of unsupervised word embeddings in a multitude of applications raises the obvious question if similar methods could be derived to improve embeddings (i.e. semantic representations) of word s…

SentenceSentence EmbeddingsWord Embeddings

Unsupervised Transfer Learning for Spoken Language Understanding in Intelligent Agents

2018-11-13 · Aditya Siddhant, Anuj Goyal, Angeliki Metallinou

User interaction with voice-powered agents generates large amounts of unlabeled utterances. In this paper, we explore techniques to efficiently transfer the knowledge from these unlabeled utterances to improve model perf…

Language ModelingLanguage ModellingSpoken Language UnderstandingTransfer Learning+1

Unsupervised Multimodal Language Representations using Convolutional Autoencoders

2021-10-06 · Panagiotis Koromilas, Theodoros Giannakopoulos

Multimodal Language Analysis is a demanding area of research, since it is associated with two requirements: combining different modalities and capturing temporal information. During the last years, several works have bee…

Emotion RecognitionMultimodal Sentiment AnalysisSentiment Analysis