Carlos Gómez-Rodríguez, Daniel Fernández-González
We lifted 1 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| danifg/DiscoPointer | — | 1 of 1 |
| Function | Status | Where it lives |
|---|---|---|
| decode_MST | Ran | danifg/DiscoPointer/neuronlp2/tasks/parser.py pointer only (licence: GPL-3.0) · get_code("1f972ed01ad726b5") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
One of the most complex syntactic representations used in computational linguistics and NLP are discontinuous constituent trees, crucial for representing all grammatical phenomena of languages such as German. Recent advances in dependency parsing have shown that Pointer Networks excel in efficiently parsing syntactic relations between words in a sentence. This kind of sequence-to-sequence models achieve outstanding accuracies in building non-projective dependency trees, but its potential has not been proved yet on a more difficult task. We propose a novel neural network architecture that, by means of Pointer Networks, is able to generate the most accurate discontinuous constituent representations to date, even without the need of Part-of-Speech tagging information. To do so, we internally model discontinuous constituent structures as augmented non-projective dependency structures. The proposed approach achieves state-of-the-art results on the two widely-used NEGRA and TIGER benchmarks, outperforming previous work by a wide margin.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2002.01824")
get_code_for_paper("2002.01824")
have("2002.01824")
Connect an agent — have() is free.