Hierarchical Pointer Net Parsing
Linlin Liu, Xiang Lin, Shafiq Joty, Simeng Han, Lidong Bing

TL;DR
This paper introduces hierarchical pointer network parsers that improve tree-structured parsing tasks by providing a better inductive bias, achieving state-of-the-art results on dependency and discourse parsing benchmarks.
Contribution
The paper proposes hierarchical pointer network parsers that enhance tree structure derivation, outperforming existing sequential decoder models in parsing tasks.
Findings
Outperforms existing methods on standard benchmarks
Sets new state-of-the-art in dependency parsing
Effective for sentence-level discourse parsing
Abstract
Transition-based top-down parsing with pointer networks has achieved state-of-the-art results in multiple parsing tasks, while having a linear time complexity. However, the decoder of these parsers has a sequential structure, which does not yield the most appropriate inductive bias for deriving tree structures. In this paper, we propose hierarchical pointer network parsers, and apply them to dependency and sentence-level discourse parsing tasks. Our results on standard benchmark datasets demonstrate the effectiveness of our approach, outperforming existing methods and setting a new state-of-the-art.
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.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsNatural Language Processing Techniques · Topic Modeling · Multimodal Machine Learning Applications
MethodsSigmoid Activation · Tanh Activation · [LivE@PeRson]How do I talk to a real person at Expedia? · Softmax · Long Short-Term Memory · Pointer Network
