AntNLP at CoNLL 2018 Shared Task: A Graph-Based Parser for Universal Dependency Parsing
We describe the graph-based dependency parser in our system (AntNLP) submitted to the CoNLL 2018 UD Shared Task. We use bidirectional lstm to get the word representation, then a bi-affine pointer networks to compute scores of candidate dependency edges and the MST algorithm to get the final dependency tree. From the official testing results, our system gets 70.90 LAS F1 score (rank 9/26), 55.92 MLAS (10/26) and 60.91 BLEX (8/26).
Code (0)
등록된 구현이 없습니다.
Tasks
Dependency ParsingMethods 이 논문이 사용한 방법론
Similar Papers 제목 키워드 기반
UParse: the Edinburgh system for the CoNLL 2017 UD shared task
This paper presents our submissions for the CoNLL 2017 UD Shared Task. Our parser, called UParse, is based on a neural network graph-based dependency parser. The parser uses features from a bidirectional LSTM to to produ…
Dependency ParsingMachine TranslationQuestion AnsweringSentence+1The CLaC Discourse Parser at CoNLL-2015
This paper describes our submission (kosseim15) to the CoNLL-2015 shared task on shallow discourse parsing. We used the UIMA framework to develop our parser and used ClearTK to add machine learning functionality to the U…
BIG-bench Machine LearningDiscourse ParsingSParse: Ko\cc University Graph-Based Parsing System for the CoNLL 2018 Shared Task
We present SParse, our Graph-Based Parsing model submitted for the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies (Zeman et al., 2018). Our model extends the state-of-the-art biaffin…
Dependency ParsingLanguage ModelingLanguage ModellingMeta-Learning+1Stanford's Graph-based Neural Dependency Parser at the CoNLL 2017 Shared Task
This paper describes the neural dependency parser submitted by Stanford to the CoNLL 2017 Shared Task on parsing Universal Dependencies. Our system uses relatively simple LSTM networks to produce part of speech tags and …
Dependency ParsingThe CLaC Discourse Parser at CoNLL-2016
This paper describes our submission "CLaC" to the CoNLL-2016 shared task on shallow discourse parsing. We used two complementary approaches for the task. A standard machine learning approach for the parsing of explicit r…
BIG-bench Machine LearningDiscourse Parsing