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.

Similar Papers

An Empirical Comparison of Unsupervised Constituency Parsing Methods (2020.acl-main)

Copied to clipboard

Challenge: Existing methods for unsupervised constituency parsing are inconsistent due to data preprocessing, lexicalization, and evaluation metrics.
Approach: They propose to standardize experimental settings for better comparability between methods . they compare existing methods with those proposed by decade-old models .
Outcome: The proposed methods perform better than decade-old models on English and Japanese, respectively, compared with decade- old models.
Heads-up! Unsupervised Constituency Parsing via Self-Attention Heads (2020.aacl-main)

Copied to clipboard

Challenge: Existing approaches to analyze syntactic knowledge of pre-trained language models have been limited.
Approach: They propose an unsupervised method that extracts constituency trees from PLM attention heads.
Outcome: The proposed method outperforms existing approaches if no development set is present.
Straight to the Tree: Constituency Parsing with Neural Syntactic Distance (P18-1)

Copied to clipboard

Challenge: Compared to traditional shift-reduce parsing schemes, our approach is free from the potentially disastrous compounding error.
Approach: They propose a model that predicts a scalar for each split position in a sentence and then determines the topology of grammar tree based on syntactic distances.
Outcome: The proposed model achieves the state-of-the-art single model F1 score of 92.1 on PTB and 86.4 on CTB dataset, surpassing the previous single model results by a large margin.
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.
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.
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.
What’s Going On in Neural Constituency Parsers? An Analysis (N18-1)

Copied to clipboard

Challenge: a number of differences have emerged between classical and modern constituency parsing approaches . structural components like grammars and feature-rich lexicons are becoming less central . recurrent neural networks have gained traction as a powerful and general purpose tool for representation .
Approach: They propose a model that implicitly learns to encode much of the same information as grammars and lexicons in the past.
Outcome: The proposed model outperforms state-of-the-art models under similar conditions.
Parsing Headed Constituencies (2024.lrec-main)

Copied to clipboard

Challenge: Using constituency and dependency trees, syntactic representations are preferred for tasks such as nominal phrase extraction and identification of terminology.
Approach: They propose a parsing technique that generates headed constituency trees which combine information typically contained in constituency and dependency trees.
Outcome: The proposed method generates headed constituency trees with discontinuities and can generate constituency tree with discontinuity.
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 Discourse Constituency Parsing Using Viterbi EM (2020.tacl-1)

Copied to clipboard

Challenge: Existing studies on unsupervised discourse parsing have shown that it is expensive, time-consuming, and sometimes highly ambiguous.
Approach: They propose an unsupervised parsing algorithm using Viterbi EM with a margin-based criterion and initialization methods for Viterbia training of discourse constituents based on prior knowledge of text structures.
Outcome: The proposed method outperforms fully supervised parsers in terms of performance and learning of discourse constituents.

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