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/In-Order Transition-based Constituent Parsing

In-Order Transition-based Constituent Parsing

Jiangming Liu, Yue Zhang

2017-07-17TACL 2017 1Reranking
PaperPDFCodeCode(official)

Abstract

Both bottom-up and top-down strategies have been used for neural transition-based constituent parsing. The parsing strategies differ in terms of the order in which they recognize productions in the derivation tree, where bottom-up strategies and top-down strategies take post-order and pre-order traversal over trees, respectively. Bottom-up parsers benefit from rich features from readily built partial parses, but lack lookahead guidance in the parsing process; top-down parsers benefit from non-local guidance for local decisions, but rely on a strong encoder over the input to predict a constituent hierarchy before its construction.To mitigate both issues, we propose a novel parsing system based on in-order traversal over syntactic trees, designing a set of transition actions to find a compromise between bottom-up constituent information and top-down lookahead information. Based on stack-LSTM, our psycholinguistically motivated constituent parsing system achieves 91.8 F1 on WSJ benchmark. Furthermore, the system achieves 93.6 F1 with supervised reranking and 94.2 F1 with semi-supervised reranking, which are the best results on the WSJ benchmark.

Results

TaskDatasetMetricValueModel
Constituency ParsingPenn TreebankF1 score94.2In-order

Related Papers

SARA: Selective and Adaptive Retrieval-augmented Generation with Context Compression2025-07-08Efficiency-Effectiveness Reranking FLOPs for LLM-based Rerankers2025-07-08Mask-aware Text-to-Image Retrieval: Referring Expression Segmentation Meets Cross-modal Retrieval2025-06-28JointRank: Rank Large Set with Single Pass2025-06-27Leveraging LLM-Assisted Query Understanding for Live Retrieval-Augmented Generation2025-06-26AI Assistants to Enhance and Exploit the PETSc Knowledge Base2025-06-25SACL: Understanding and Combating Textual Bias in Code Retrieval with Semantic-Augmented Reranking and Localization2025-06-25Knowledge-Aware Diverse Reranking for Cross-Source Question Answering2025-06-25