Transition-based Parsing with Context Enhancement and Future Reward Reranking
Fugen Zhou, Fuxiang Wu, Zhengchen Zhang, Minghui Dong

TL;DR
This paper introduces a future reward reranking model and context enhancement techniques for transition-based dependency parsing, significantly improving accuracy and achieving state-of-the-art results for English and Chinese.
Contribution
It proposes a novel global reranking approach with a bidirectional LSTM scorer and applies context enhancement to transition-based parsers, advancing parsing accuracy.
Findings
UAS increased by up to 1.66% for Chinese
LAS increased by up to 1.63% for Chinese
Achieved state-of-the-art LAS scores for both languages
Abstract
This paper presents a novel reranking model, future reward reranking, to re-score the actions in a transition-based parser by using a global scorer. Different to conventional reranking parsing, the model searches for the best dependency tree in all feasible trees constraining by a sequence of actions to get the future reward of the sequence. The scorer is based on a first-order graph-based parser with bidirectional LSTM, which catches different parsing view compared with the transition-based parser. Besides, since context enhancement has shown substantial improvement in the arc-stand transition-based parsing over the parsing accuracy, we implement context enhancement on an arc-eager transition-base parser with stack LSTMs, the dynamic oracle and dropout supporting and achieve further improvement. With the global scorer and context enhancement, the results show that UAS of the parser…
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
TopicsSpeech and dialogue systems · Natural Language Processing Techniques · Topic Modeling
MethodsSigmoid Activation · Tanh Activation · Long Short-Term Memory
