TasksSotADatasetsPapersMethodsSubmitAbout
Papers With Code 2

A community resource for machine learning research: papers, code, benchmarks, and state-of-the-art results.

Explore

Notable BenchmarksAll SotADatasetsPapersMethods

Community

Submit ResultsAbout

Data sourced from the PWC Archive (CC-BY-SA 4.0). Built by the community, for the community.

Papers/Strongly Incremental Constituency Parsing with Graph Neura...

Strongly Incremental Constituency Parsing with Graph Neural Networks

Kaiyu Yang, Jia Deng

2020-10-27NeurIPS 2020 12Constituency Parsing
PaperPDFCodeCode(official)Code

Abstract

Parsing sentences into syntax trees can benefit downstream applications in NLP. Transition-based parsers build trees by executing actions in a state transition system. They are computationally efficient, and can leverage machine learning to predict actions based on partial trees. However, existing transition-based parsers are predominantly based on the shift-reduce transition system, which does not align with how humans are known to parse sentences. Psycholinguistic research suggests that human parsing is strongly incremental: humans grow a single parse tree by adding exactly one token at each step. In this paper, we propose a novel transition system called attach-juxtapose. It is strongly incremental; it represents a partial sentence using a single tree; each action adds exactly one token into the partial tree. Based on our transition system, we develop a strongly incremental parser. At each step, it encodes the partial tree using a graph neural network and predicts an action. We evaluate our parser on Penn Treebank (PTB) and Chinese Treebank (CTB). On PTB, it outperforms existing parsers trained with only constituency trees; and it performs on par with state-of-the-art parsers that use dependency trees as additional training data. On CTB, our parser establishes a new state of the art. Code is available at https://github.com/princeton-vl/attach-juxtapose-parser.

Results

TaskDatasetMetricValueModel
Constituency ParsingCTB5F1 score93.52Attach-Juxtapose Parser + BERT
Constituency ParsingPenn TreebankF1 score96.34Attach-Juxtapose Parser + XLNet

Related Papers

Automatic Extraction of Clausal Embedding Based on Large-Scale English Text Data2025-06-16Revisiting Absence withSymptoms that *T* Show up Decades Later to Recover Empty Categories2024-12-02An Attempt to Develop a Neural Parser based on Simplified Head-Driven Phrase Structure Grammar on Vietnamese2024-11-26Improving Unsupervised Constituency Parsing via Maximizing Semantic Information2024-10-03Entity-Aware Biaffine Attention Model for Improved Constituent Parsing with Reduced Entity Violations2024-09-01Structural Optimization Ambiguity and Simplicity Bias in Unsupervised Neural Grammar Induction2024-07-23To be Continuous, or to be Discrete, Those are Bits of Questions2024-06-12jp-evalb: Robust Alignment-based PARSEVAL Measures2024-05-23