SOTAVerified

Constituency Parsing

Constituency parsing aims to extract a constituency-based parse tree from a sentence that represents its syntactic structure according to a phrase structure grammar.

Example:

             Sentence (S)
                 |
   +-------------+------------+
   |                          |
 Noun (N)                Verb Phrase (VP)
   |                          |
 John                 +-------+--------+
                      |                |
                    Verb (V)         Noun (N)
                      |                |
                    sees              Bill

Recent approaches convert the parse tree into a sequence following a depth-first traversal in order to be able to apply sequence-to-sequence models to it. The linearized version of the above parse tree looks as follows: (S (N) (VP V N)).

Papers

Showing 76100 of 204 papers

TitleStatusHype
Construction of an English Dependency Corpus incorporating Compound Function Words0
Entity-Aware Biaffine Attention Model for Improved Constituent Parsing with Reduced Entity Violations0
Genres, Parsers, and BERT: The Interaction Between Parsers and BERT Models in Cross-Genre Constituency Parsing in English and Swedish0
Constituency Parsing of Bulgarian: Word- vs Class-based Parsing0
Coreference Resolution in FreeLing 4.00
Corpus-Based Induction of Syntactic Structure: Models of Dependency and Constituency0
GrammarSHAP: An Efficient Model-Agnostic and Structure-Aware NLP Explainer0
A Minimal Span-Based Neural Constituency Parser0
jp-evalb: Robust Alignment-based PARSEVAL Measures0
Heads-up! Unsupervised Constituency Parsing via Self-Attention Heads0
How much do word embeddings encode about syntax?0
Identifying Cascading Errors using Constraints in Dependency Parsing0
At Which Level Should We Extract? An Empirical Analysis on Extractive Document Summarization0
Cloze-driven Pretraining of Self-attention Networks0
Improving Low-resource RRG Parsing with Cross-lingual Self-training0
A Fast and Accurate Dependency Parser using Neural Networks0
Improving Neural Translation Models with Linguistic Factors0
Efficient Constituency Parsing by Pointing0
Chunking Clinical Text Containing Non-Canonical Language0
Incremental Parsing with Minimal Features Using Bi-Directional LSTM0
Deep Inside-outside Recursive Autoencoder with All-span Objective0
Investigating Non-local Features for Neural Constituency Parsing0
Investigating NP-Chunking with Universal Dependencies for English0
Iterative Transformation of Annotation Guidelines for Constituency Parsing0
A New Version of the Sk Treebank of Polish Harmonised with the Walenty Valency Dictionary0
Show:102550
← PrevPage 4 of 9Next →

Benchmark Results

#ModelMetricClaimedVerifiedStatus
1Hashing + XLNetF1 score96.43Unverified
2SAPar + XLNetF1 score96.4Unverified
3Label Attention Layer + HPSG + XLNetF1 score96.38Unverified
4Attach-Juxtapose Parser + XLNetF1 score96.34Unverified
5Head-Driven Phrase Structure Grammar Parsing (Joint) + XLNetF1 score96.33Unverified
6CRF Parser + RoBERTaF1 score96.32Unverified
7Hashing + BertF1 score96.03Unverified
8N-ary semi-markov + BERT-largeF1 score95.92Unverified
9NFC + BERT-largeF1 score95.92Unverified
10Head-Driven Phrase Structure Grammar Parsing (Joint) + BERTF1 score95.84Unverified
#ModelMetricClaimedVerifiedStatus
1Attach-Juxtapose Parser + BERTF1 score93.52Unverified
2SAPar + BERTF1 score92.66Unverified
3N-ary semi-markov + BERTF1 score92.5Unverified
4Hashing + BertF1 score92.33Unverified
5CRF Parser + BERTF1 score92.27Unverified
6Kitaev etal. 2019F1 score91.75Unverified
7CRF ParserF1 score89.8Unverified
8Zhou etal. 2019F1 score89.4Unverified
9Kitaev etal. 2018F1 score87.43Unverified
#ModelMetricClaimedVerifiedStatus
1CRF Parser + ElectraF1 score91.92Unverified
2CRF Parser + BERTF1 score91.55Unverified
3CRF ParserF1 score88.6Unverified
#ModelMetricClaimedVerifiedStatus
1SAParF183.26Unverified