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/Improving Constituency Parsing with Span Attention

Improving Constituency Parsing with Span Attention

Yuanhe Tian, Yan Song, Fei Xia, Tong Zhang

2020-10-15Findings of the Association for Computational Linguistics 2020Natural Language UnderstandingConstituency Parsing
PaperPDFCode(official)

Abstract

Constituency parsing is a fundamental and important task for natural language understanding, where a good representation of contextual information can help this task. N-grams, which is a conventional type of feature for contextual information, have been demonstrated to be useful in many tasks, and thus could also be beneficial for constituency parsing if they are appropriately modeled. In this paper, we propose span attention for neural chart-based constituency parsing to leverage n-gram information. Considering that current chart-based parsers with Transformer-based encoder represent spans by subtraction of the hidden states at the span boundaries, which may cause information loss especially for long spans, we incorporate n-grams into span representations by weighting them according to their contributions to the parsing process. Moreover, we propose categorical span attention to further enhance the model by weighting n-grams within different length categories, and thus benefit long-sentence parsing. Experimental results on three widely used benchmark datasets demonstrate the effectiveness of our approach in parsing Arabic, Chinese, and English, where state-of-the-art performance is obtained by our approach on all of them.

Results

TaskDatasetMetricValueModel
Constituency ParsingCTB5F1 score92.66SAPar + BERT
Constituency ParsingATBF183.26SAPar
Constituency ParsingPenn TreebankF1 score96.4SAPar + XLNet

Related Papers

Vision Language Action Models in Robotic Manipulation: A Systematic Review2025-07-14A Survey on Vision-Language-Action Models for Autonomous Driving2025-06-30State and Memory is All You Need for Robust and Reliable AI Agents2025-06-30skLEP: A Slovak General Language Understanding Benchmark2025-06-26SV-LLM: An Agentic Approach for SoC Security Verification using Large Language Models2025-06-25Semantic similarity estimation for domain specific data using BERT and other techniques2025-06-23An Interdisciplinary Review of Commonsense Reasoning and Intent Detection2025-06-16Towards Pervasive Distributed Agentic Generative AI -- A State of The Art2025-06-16