paper-with-me

Papers

Latent Variable Sentiment Grammar

2019-06-29 · ACL 2019 7 · Liwen Zhang, Kewei Tu, Yue Zhang

Neural models have been investigated for sentiment classification over constituent trees. They learn phrase composition automatically by encoding tree structures but do not explicitly model sentiment composition, which requires to encode sentiment class labels. To this end, we investigate two formalisms with deep sentiment representations that capture sentiment subtype expressions by latent variables and Gaussian mixture vectors, respectively. Experiments on Stanford Sentiment Treebank (SST) show the effectiveness of sentiment grammar over vanilla neural encoders. Using ELMo embeddings, our method gives the best results on this benchmark.

📄 PDF Abstract BibTeX arXiv:1907.00218

Code (1)

Ehaschia/bi-tree-lstm-crf 공식 구현 pytorch

Tasks

General ClassificationSentiment AnalysisSentiment Classification

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
BiLSTM A Bidirectional LSTM, or biLSTM, is a sequence processing model that consists of two LSTMs: one taking the input in a forward direction, and the other in a backwards…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
ELMo Embeddings from Language Models, or ELMo, is a type of deep contextualized word representation that models both (1) complex characteristics of word use (e.g., syntax and…

Similar Papers 제목 키워드 기반

Interpreting Sentiment Composition with Latent Semantic Tree

2023-08-31 · Zhongtao Jiang, Yuanzhe Zhang, Cao Liu, Jiansong Chen 외

As the key to sentiment analysis, sentiment composition considers the classification of a constituent via classifications of its contained sub-constituents and rules operated on them. Such compositionality has been widel…

ClassificationDomain AdaptationSentiment Analysis

Compound Probabilistic Context-Free Grammars for Grammar Induction

2019-06-24 · ACL 2019 7 · Yoon Kim, Chris Dyer, Alexander M. Rush

We study a formalization of the grammar induction problem that models sentences as being generated by a compound probabilistic context-free grammar. In contrast to traditional formulations which learn a single stochastic…

Constituency Grammar InductionSentenceVariational Inference

Gaussian Mixture Latent Vector Grammars

2018-05-12 · ACL 2018 7 · Yanpeng Zhao, Liwen Zhang, Kewei Tu

We introduce Latent Vector Grammars (LVeGs), a new framework that extends latent variable grammars such that each nonterminal symbol is associated with a continuous vector space representing the set of (infinitely many) …

Constituency ParsingPart-Of-Speech Tagging

Latent Variable Grammars for Discontinuous Parsing

2019-09-01 · WS 2019 9 · Kilian Gebhardt

Growing Better Graphs With Latent-Variable Probabilistic Graph Grammars

2018-06-11 · Wang Xinyi, Aguinaga Salvador, Weninger Tim, Chiang David

Recent work in graph models has found that probabilistic hyperedge replacement grammars (HRGs) can be extracted from graphs and used to generate new random graphs with graph properties and substructures close to the orig…