paper-with-me

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 generated by an unsupervised parser, and iteratively improves these trees using the richer probability models used in supervised parsing that are in turn trained on these trees. Our system achieves 1.8% accuracy higher than the state-of-the-part parser of Spitkovsky et al. (2013) on the WSJ corpus.

📄 PDF Abstract BibTeX arXiv:1504.04666

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingRerankingUnsupervised Dependency Parsing

Similar Papers 제목 키워드 기반

Adapting Unsupervised Syntactic Parsing Methodology for Discourse Dependency Parsing

2021-08-01 · ACL 2021 5 · Liwen Zhang, Ge Wang, Wenjuan Han, Kewei Tu

One of the main bottlenecks in developing discourse dependency parsers is the lack of annotated training data. A potential solution is to utilize abundant unlabeled data by using unsupervised techniques, but there is so …

Dependency ParsingDiscourse Parsing

Empirical Analysis for Unsupervised Universal Dependency Parse Tree Aggregation

2024-03-28 · Adithya Kulkarni, Oliver Eulenstein, Qi Li

Dependency parsing is an essential task in NLP, and the quality of dependency parsers is crucial for many downstream tasks. Parsers' quality often varies depending on the domain and the language involved. Therefore, it i…

Dependency Parsing

Second-Order Unsupervised Neural Dependency Parsing

2020-10-28 · COLING 2020 8 · Songlin Yang, Yong Jiang, Wenjuan Han, Kewei Tu

Most of the unsupervised dependency parsers are based on first-order probabilistic generative models that only consider local parent-child information. Inspired by second-order supervised dependency parsing, we proposed …

Dependency Grammar InductionDependency Parsing

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

A Dependency Perspective on RST Discourse Parsing and Evaluation

2018-06-01 · CL 2018 6 · Mathieu Morey, Philippe Muller, Nicholas Asher

Computational text-level discourse analysis mostly happens within Rhetorical Structure Theory (RST), whose structures have classically been presented as constituency trees, and relies on data from the RST Discourse Treeb…

Constituency ParsingDependency ParsingDiscourse Parsing