paper-with-me

홈 › Papers

Unsupervised Dependency Graph Network

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Recent work has identified properties of pretrained self-attention models that mirror those of dependency parse structures. In particular, some self-attention heads correspond well to individual dependency types. Inspired by these developments, we propose a new competitive mechanism that encourages these attention heads to model different dependency relations. We introduce a new model, the Unsupervised Dependency Graph Network (UDGN), that can induce dependency structures from raw corpora and the masked language modeling task. Experiment results show that UDGN achieves very strong unsupervised dependency parsing performance without gold POS tags and any other external information. The competitive gated heads show a strong correlation with human-annotated dependency types. Furthermore, the UDGN can also achieve competitive performance on masked language modeling and sentence textual similarity tasks.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingLanguage ModelingLanguage ModellingMasked Language ModelingPOSSentenceUnsupervised Dependency Parsing

Similar Papers 제목 키워드 기반

Unsupervised Dependency Graph Network

2022-05-01 · ACL 2022 5 · Yikang Shen, Shawn Tan, Alessandro Sordoni, Peng Li 외

Recent work has identified properties of pretrained self-attention models that mirror those of dependency parse structures. In particular, some self-attention heads correspond well to individual dependency types. Inspire…

Dependency ParsingLanguage ModelingLanguage ModellingMasked Language Modeling+3

StructFormer: Joint Unsupervised Induction of Dependency and Constituency Structure from Masked Language Modeling

2020-12-01 · ACL 2021 5 · Yikang Shen, Yi Tay, Che Zheng, Dara Bahri 외

There are two major classes of natural language grammar -- the dependency grammar that models one-to-one correspondences between words and the constituency grammar that models the assembly of one or several corresponded …

Constituency ParsingDependency ParsingLanguage ModelingLanguage Modelling+2

Fill it up: Exploiting partial dependency annotations in a minimum spanning tree parser

2016-11-26 · Liang Sun, Jason Mielens, Jason Baldridge

Unsupervised models of dependency parsing typically require large amounts of clean, unlabeled data plus gold-standard part-of-speech tags. Adding indirect supervision (e.g. language universals and rules) can help, but we…

Dependency Parsing

Unsupervised Topic-Specific Domain Dependency Graphs for Aspect Identification in Sentiment Analysis

2015-09-01 · RANLP 2015 9 · Sarah Kohail
Aspect-Based Sentiment Analysis (ABSA)Information RetrievalOpinion MiningSentiment Analysis+1

Dependency Grammar Induction with a Neural Variational Transition-based Parser

2018-11-14 · Bowen Li, Jianpeng Cheng, Yang Liu, Frank Keller

Dependency grammar induction is the task of learning dependency syntax without annotated training data. Traditional graph-based models with global inference achieve state-of-the-art results on this task but they require …

Dependency Grammar InductionVariational Inference