paper-with-me

Papers

Unsupervised Parsing via Constituency Tests

2020-10-07 · EMNLP 2020 11 · Steven Cao, Nikita Kitaev, Dan Klein

We propose a method for unsupervised parsing based on the linguistic notion of a constituency test. One type of constituency test involves modifying the sentence via some transformation (e.g. replacing the span with a pronoun) and then judging the result (e.g. checking if it is grammatical). Motivated by this idea, we design an unsupervised parser by specifying a set of transformations and using an unsupervised neural acceptability model to make grammaticality decisions. To produce a tree given a sentence, we score each span by aggregating its constituency test judgments, and we choose the binary tree with the highest total score. While this approach already achieves performance in the range of current methods, we further improve accuracy by fine-tuning the grammaticality model through a refinement procedure, where we alternate between improving the estimated trees and improving the grammaticality model. The refined model achieves 62.8 F1 on the Penn Treebank test set, an absolute improvement of 7.6 points over the previous best published result.

📄 PDF Abstract BibTeX arXiv:2010.03146

Code (0)

등록된 구현이 없습니다.

Tasks

Sentence

Similar Papers 제목 키워드 기반

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

Unsupervised Full Constituency Parsing with Neighboring Distribution Divergence

2021-10-29 · Letian Peng, Zuchao Li, Hai Zhao

Unsupervised constituency parsing has been explored much but is still far from being solved. Conventional unsupervised constituency parser is only able to capture the unlabeled structure of sentences. Towards unsupervise…

Constituency ParsingPOSSemantic SimilaritySemantic Textual Similarity

Corpus-Based Induction of Syntactic Structure: Models of Dependency and Constituency

2004-07-01 · Dan Klein, Christopher Manning

We present a generative model for the unsupervised learning of dependency structures. We also describe the multiplicative combination of this dependency model with a model of linear constituency. The product model outper…

Constituency ParsingDependency ParsingUnsupervised Dependency Parsing

Unsupervised Full Constituency Parsing with Neighboring Distribution Divergence

2022-01-16 · ACL ARR January 2022 1 · Anonymous

Unsupervised constituency parsing has been explored much but is still far from being solved as currently mainstream unsupervised constituency parser only captures the unlabeled structure of sentences. Properties in the s…

Constituency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

An Empirical Comparison of Unsupervised Constituency Parsing Methods

2020-07-01 · ACL 2020 6 · Jun Li, Yifan Cao, Jiong Cai, Yong Jiang 외

Unsupervised constituency parsing aims to learn a constituency parser from a training corpus without parse tree annotations. While many methods have been proposed to tackle the problem, including statistical and neural m…

Constituency Parsing