paper-with-me

홈 › Papers

Unsupervised AMR-Dependency Parse Alignment

2017-04-01 · EACL 2017 4 · Wei-Te Chen, Martha Palmer

In this paper, we introduce an Abstract Meaning Representation (AMR) to Dependency Parse aligner. Alignment is a preliminary step for AMR parsing, and our aligner improves current AMR parser performance. Our aligner involves several different features, including named entity tags and semantic role labels, and uses Expectation-Maximization training. Results show that our aligner reaches an 87.1{\%} F-Score score with the experimental data, and enhances AMR parsing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Abstract Meaning RepresentationAMR Parsing

Similar Papers 제목 키워드 기반

Unsupervised Dependency Parsing: Let's Use Supervised Parsers

2015-04-18 · HLT 2015 5 · Phong Le, Willem Zuidema

We present a self-training approach to unsupervised dependency parsing that reuses existing supervised and unsupervised parsing algorithms. Our approach, called `iterated reranking' (IR), starts with dependency trees gen…

Dependency ParsingRerankingUnsupervised Dependency Parsing

A Survey of Unsupervised Dependency Parsing

2020-10-04 · COLING 2020 8 · Wenjuan Han, Yong Jiang, Hwee Tou Ng, Kewei Tu

Syntactic dependency parsing is an important task in natural language processing. Unsupervised dependency parsing aims to learn a dependency parser from sentences that have no annotation of their correct parse trees. Des…

Dependency ParsingSurveyUnsupervised Dependency Parsing

Unsupervised Domain Adaptation Method with Semantic-Structural Alignment for Dependency Parsing

2021-11-01 · Findings (EMNLP) 2021 11 · Boda Lin, Mingzheng Li, Si Li, Yong Luo

Unsupervised cross-domain dependency parsing is to accomplish domain adaptation for dependency parsing without using labeled data in target domain. Existing methods are often of the pseudo-annotation type, which generate…

Dependency ParsingDomain AdaptationUnsupervised Domain Adaptation

Enhancing Unsupervised Generative Dependency Parser with Contextual Information

2019-07-01 · ACL 2019 7 · Wenjuan Han, Yong Jiang, Kewei Tu

Most of the unsupervised dependency parsers are based on probabilistic generative models that learn the joint distribution of the given sentence and its parse. Probabilistic generative models usually explicit decompose t…

Constituency Grammar InductionDependency Grammar InductionSentenceUnsupervised Dependency Parsing

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