Challenge: Distant supervision is not a practical way to perform unsupervised syntactic parsing.
Approach: They propose a technique that uses distant supervision to improve unsupervised constituency parsing by using phrase bracketing.
Outcome: The proposed method improves constituency parsing on English WSJ Penn Treebank by more than 5 F1 compared with full parse tree annotations.

Similar Papers

Co-training an Unsupervised Constituency Parser with Weak Supervision (2022.findings-acl)

Copied to clipboard

Challenge: Existing methods for unsupervised parsing that use bootstrapping classifiers to identify if a node dominates a span are lacking.
Approach: They propose a method for unsupervised parsing that relies on bootstrapping classifiers to identify if a node dominates a specific span.
Outcome: The proposed method achieves 63.1 F1 on the English test set and new state-of-the-art on treebanks for Chinese and Japanese.
Unsupervised Parsing via Constituency Tests (2020.emnlp-main)

Copied to clipboard

Challenge: Existing methods for unsupervised parsing rely on constituency tests . linguists can judge a sentence's grammatical validity by modifying it via some transformation .
Approach: They propose a method for unsupervised parsing based on a constituency test . they specify a set of transformations and use an unsupervised neural acceptability model to make grammaticality decisions.
Outcome: The proposed method achieves 62.8 F1 on the Penn Treebank test set, an improvement of 7.6 points over the previous best results.
A Span-based Linearization for Constituent Trees (2020.acl-main)

Copied to clipboard

Challenge: Existing local models have been used to parse constituent trees, but local models can be faster and more efficient.
Approach: They propose a linearization of a constituent tree and a locally normalized model which computes the normalizer on all spans ending with that split point.
Outcome: The proposed model outperforms existing local models and achieves competitive results with global models.
Span-based discontinuous constituency parsing: a family of exact chart-based algorithms with time complexities from O(nˆ6) down to O(nˆ3) (2020.emnlp-main)

Copied to clipboard

Challenge: a novel chart-based parser for discontinuous constituency trees is proposed for span-based span parsing . it can process discontinuous constituent trees of block degree two, including ill-nested structures .
Approach: They propose a chart-based algorithm for span-based parsing of discontinuous constituency trees . they build variants with smaller search spaces and time complexities ranging from O(n6) down to O(N3) .
Outcome: The proposed algorithm can process 98% of constituents in linguistic treebanks while having the same complexity as continuous constituency parsers.
Rule Augmented Unsupervised Constituency Parsing (2021.findings-acl)

Copied to clipboard

Challenge: Recent studies have shown that unsupervised parsing methods do not learn meaningful semantics (not even simple grammar)
Approach: They propose an approach that utilizes very generic linguistic knowledge of the language present in the form of syntactic grammar rules and is independent of the base system.
Outcome: The proposed model is independent of the base system and takes advantage of syntactic grammar rules.
Efficient Constituency Parsing by Pointing (2020.acl-main)

Copied to clipboard

Challenge: Constituency parsing is a core task in natural language processing (NLP) Existing methods for constituency paring are greedy transition-based or globally optimized.
Approach: They propose a constituency parsing model that casts the problem into a series of pointing tasks.
Outcome: The proposed model achieves 92.78 F1 without pre-trained models, which is faster than existing models.
StructFormer: Joint Unsupervised Induction of Dependency and Constituency Structure from Masked Language Modeling (2021.acl-long)

Copied to clipboard

Challenge: Existing models that induce grammar structures from data focus on constituency or dependency structures alone.
Approach: They propose a model that can induce dependency and constituency structure at the same time.
Outcome: The proposed model can induce both constituency and dependency structures at the same time.
Don’t Parse, Choose Spans! Continuous and Discontinuous Constituency Parsing via Autoregressive Span Selection (2023.acl-long)

Copied to clipboard

Challenge: Constituency parsing is a fundamental task in natural language processing, having many applications in downstream tasks such as language modeling.
Approach: They propose a simple and unified approach for both continuous and discontinuous constituency parsing via autoregressive span selection.
Outcome: The proposed model can predict all possible continuous and discontinuous constituency trees without sacrificing data coverage and without expensive chart-based parsing algorithms.
Unsupervised Latent Tree Induction with Deep Inside-Outside Recursive Auto-Encoders (N19-1)

Copied to clipboard

Challenge: Using the deep inside-outside recursive autoencoder, we can extract both shallow parses and full syntactic trees from any domain or language automatically.
Approach: They propose a fully-unsupervised method for discovering syntax that simultaneously learns representations for constituents within the induced tree.
Outcome: The proposed method outperforms previous methods on the WSJ dataset.
Dynamic Head Selection for Neural Lexicalized Constituency Parsing (2025.acl-long)

Copied to clipboard

Challenge: Lexicalized parsing has traditionally been neglected in favor of unlexicalized, span-based methods.
Approach: They propose a latent lexicalization framework that dynamically infers lexicals from data without relying on predefined head-finding rules.
Outcome: The proposed model learns lexical dependencies directly from data, offering greater adaptability across languages and datasets.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations