paper-with-me

Papers

An Imitation Learning Approach to Unsupervised Parsing

2019-06-05 · ACL 2019 7 · Bowen Li, Lili Mou, Frank Keller

Recently, there has been an increasing interest in unsupervised parsers that optimize semantically oriented objectives, typically using reinforcement learning. Unfortunately, the learned trees often do not match actual syntax trees well. Shen et al. (2018) propose a structured attention mechanism for language modeling (PRPN), which induces better syntactic structures but relies on ad hoc heuristics. Also, their model lacks interpretability as it is not grounded in parsing actions. In our work, we propose an imitation learning approach to unsupervised parsing, where we transfer the syntactic knowledge induced by the PRPN to a Tree-LSTM model with discrete parsing actions. Its policy is then refined by Gumbel-Softmax training towards a semantically oriented objective. We evaluate our approach on the All Natural Language Inference dataset and show that it achieves a new state of the art in terms of parsing $F$-score, outperforming our base models, including the PRPN.

📄 PDF Abstract BibTeX arXiv:1906.02276

Code (1)

libowen2121/Imitation-Learning-for-Unsup-Parsing 공식 구현 pytorch

Tasks

Imitation LearningLanguage ModelingLanguage ModellingNatural Language InferenceReinforcement Learning

Methods 이 논문이 사용한 방법론

Interpretability 설명 없음

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

On the Role of Supervision in Unsupervised Constituency Parsing

2020-10-06 · EMNLP 2020 11 · Haoyue Shi, Karen Livescu, Kevin Gimpel

We analyze several recent unsupervised constituency parsing models, which are tuned with respect to the parsing $F_1$ score on the Wall Street Journal (WSJ) development set (1,700 sentences). We introduce strong baseline…

Constituency ParsingData AugmentationModel Selection

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 Inference of Data-Driven Discourse Structures using a Tree Auto-Encoder

2022-10-18 · Patrick Huber, Giuseppe Carenini

With a growing need for robust and general discourse structures in many downstream tasks and real-world applications, the current lack of high-quality, high-quantity discourse trees poses a severe shortcoming. In order t…

Discourse Parsing

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