Faster Shift-Reduce Constituent Parsing with a Non-Binary, Bottom-Up Strategy
Daniel Fern\'andez-Gonz\'alez, Carlos G\'omez-Rodr\'iguez

TL;DR
This paper introduces a fast, non-binary shift-reduce constituent parser that simplifies tree construction, achieves state-of-the-art accuracy, and improves speed for natural language processing tasks.
Contribution
It proposes a novel non-binary bottom-up parsing algorithm that reduces transitions and enhances speed without sacrificing accuracy, outperforming existing greedy parsers.
Findings
Faster parsing speed than existing systems
Achieves state-of-the-art accuracy on WSJ and Chinese Treebank
Simplifies tree construction by avoiding binarization
Abstract
An increasingly wide range of artificial intelligence applications rely on syntactic information to process and extract meaning from natural language text or speech, with constituent trees being one of the most widely used syntactic formalisms. To produce these phrase-structure representations from sentences in natural language, shift-reduce constituent parsers have become one of the most efficient approaches. Increasing their accuracy and speed is still one of the main objectives pursued by the research community so that artificial intelligence applications that make use of parsing outputs, such as machine translation or voice assistant services, can improve their performance. With this goal in mind, we propose in this article a novel non-binary shift-reduce algorithm for constituent parsing. Our parser follows a classical bottom-up strategy but, unlike others, it straightforwardly…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
MethodsSPEED: Separable Pyramidal Pooling EncodEr-Decoder for Real-Time Monocular Depth Estimation on Low-Resource Settings
