paper-with-me

Papers

AntNLP at CoNLL 2018 Shared Task: A Graph-Based Parser for Universal Dependency Parsing

2018-10-01 · CONLL 2018 10 · Tao Ji, Yufang Liu, Yijun Wang, Yuanbin Wu, Man Lan

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).

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency Parsing

Methods 이 논문이 사용한 방법론

Sigmoid Activation 설명 없음
Tanh Activation 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…

Similar Papers 제목 키워드 기반

UParse: the Edinburgh system for the CoNLL 2017 UD shared task

2017-08-01 · CONLL 2017 8 · Clara Vania, Xingxing Zhang, Adam Lopez

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+1

The CLaC Discourse Parser at CoNLL-2015

2017-08-19 · CONLL 2015 7 · Majid Laali, Elnaz Davoodi, Leila Kosseim

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 Parsing

SParse: Ko\cc University Graph-Based Parsing System for the CoNLL 2018 Shared Task

2018-10-01 · CONLL 2018 10 · Berkay {\"O}nder, Can G{\"u}meli, Deniz Yuret

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+1

Stanford's Graph-based Neural Dependency Parser at the CoNLL 2017 Shared Task

2017-08-01 · CONLL 2017 8 · Timothy Dozat, Peng Qi, Christopher D. Manning

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 Parsing

The CLaC Discourse Parser at CoNLL-2016

2017-08-19 · CONLL 2016 8 · Majid Laali, Andre Cianflone, Leila Kosseim

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