Greedy Transition-Based Dependency Parsing with Discrete and Continuous Supertag Features
We study the effect of rich supertag features in greedy transition-based dependency parsing. While previous studies have shown that sparse boolean features representing the 1-best supertag of a word can improve parsing accuracy, we show that we can get further improvements by adding a continuous vector representation of the entire supertag distribution for a word. In this way, we achieve the best results for greedy transition-based parsing with supertag features with $88.6\%$ LAS and $90.9\%$ UASon the English Penn Treebank converted to Stanford Dependencies.
Code (0)
등록된 구현이 없습니다.
Tasks
Dependency ParsingTransition-Based Dependency ParsingSimilar Papers 제목 키워드 기반
Combining Discrete and Continuous Features for Deterministic Transition-based Dependency Parsing
Global Greedy Dependency Parsing
Most syntactic dependency parsing models may fall into one of two categories: transition- and graph-based models. The former models enjoy high inference efficiency with linear time complexity, but they rely on the stacki…
ARCDependency ParsingRe-RankingSentenceInitial Explorations of CCG Supertagging for Universal Dependency Parsing
In this paper we describe the system by METU team for universal dependency parsing of multilingual text. We use a neural network-based dependency parser that has a greedy transition approach to dependency parsing. CCG su…
CCG SupertaggingDependency ParsingMachine TranslationDependency Parsing with Backtracking using Deep Reinforcement Learning
Greedy algorithms for NLP such as transition based parsing are prone to error propagation. One way to overcome this problem is to allow the algorithm to backtrack and explore an alternative solution in cases where new ev…
Deep Reinforcement LearningDependency ParsingPOSPOS Tagging+3Span-Based Constituency Parsing with a Structure-Label System and Provably Optimal Dynamic Oracles
Parsing accuracy using efficient greedy transition systems has improved dramatically in recent years thanks to neural networks. Despite striking results in dependency parsing, however, neural models have not surpassed st…
Constituency ParsingDependency ParsingRerankingSentence