Papers by Simon Tannert
Fast and Accurate Non-Projective Dependency Tree Linearization (2020.acl-main)
Copied to clipboard
| Challenge: | Existing methods for decoding dependency trees are 10 times faster than current ones. |
| Approach: | They propose a graph-based method to tackle a dependency tree linearization task . they propose to solve a Traveling Salesman Problem and combine the solution into a projective tree . |
| Outcome: | The proposed method outperforms the state-of-the-art linearizer while being 10 times faster in training and decoding. |