paper-with-me

Papers

Word Representations, Tree Models and Syntactic Functions

2015-08-31 · Simon Šuster, Gertjan van Noord, Ivan Titov

Word representations induced from models with discrete latent variables (e.g.\ HMMs) have been shown to be beneficial in many NLP applications. In this work, we exploit labeled syntactic dependency trees and formalize the induction problem as unsupervised learning of tree-structured hidden Markov models. Syntactic functions are used as additional observed variables in the model, influencing both transition and emission components. Such syntactic information can potentially lead to capturing more fine-grain and functional distinctions between words, which, in turn, may be desirable in many NLP applications. We evaluate the word representations on two tasks -- named entity recognition and semantic frame identification. We observe improvements from exploiting syntactic function information in both cases, and the results rivaling those of state-of-the-art representation learning methods. Additionally, we revisit the relationship between sequential and unlabeled-tree models and find that the advantage of the latter is not self-evident.

📄 PDF Abstract BibTeX arXiv:1508.07709

Code (1)

rug-compling/hmm-reps 공식 구현

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Representation Learning

Similar Papers 제목 키워드 기반

Multiplicative Tree-Structured Long Short-Term Memory Networks for Semantic Representations

2018-06-01 · SEMEVAL 2018 6 · Nam Khanh Tran, Weiwei Cheng

Tree-structured LSTMs have shown advantages in learning semantic representations by exploiting syntactic information. Most existing methods model tree structures by bottom-up combinations of constituent nodes using the s…

Abstract Meaning RepresentationLearning Semantic RepresentationsMachine TranslationRelation Extraction+3

Event Detection with Multi-Order Graph Convolution and Aggregated Attention

2019-11-01 · IJCNLP 2019 11 · Haoran Yan, Xiaolong Jin, Xiangbin Meng, Jiafeng Guo 외

Syntactic relations are broadly used in many NLP tasks. For event detection, syntactic relation representations based on dependency tree can better capture the interrelations between candidate trigger words and related e…

Event DetectionSentence

Learned Incremental Representations for Parsing

2022-05-01 · ACL 2022 5 · Nikita Kitaev, Thomas Lu, Dan Klein

We present an incremental syntactic representation that consists of assigning a single discrete label to each word in a sentence, where the label is predicted using strictly incremental processing of a prefix of the sent…

Constituency ParsingSentence

Dynamic Compositionality in Recursive Neural Networks with Structure-aware Tag Representations

2018-09-07 · Taeuk Kim, Jihun Choi, Daniel Edmiston, Sanghwan Bae 외

Most existing recursive neural network (RvNN) architectures utilize only the structure of parse trees, ignoring syntactic tags which are provided as by-products of parsing. We present a novel RvNN architecture that can p…

Natural Language InferenceSentenceSentiment AnalysisTAG

Inducing Syntactic Trees from BERT Representations

2019-06-27 · Rudolf Rosa, David Mareček

We use the English model of BERT and explore how a deletion of one word in a sentence changes representations of other words. Our hypothesis is that removing a reducible word (e.g. an adjective) does not affect the repre…

Language ModelingLanguage ModellingSentence