paper-with-me

홈 › Papers

IBM Research at the CoNLL 2018 Shared Task on Multilingual Parsing

2018-10-01 · CONLL 2018 10 · Hui Wan, Tahira Naseem, Young-suk Lee, Vittorio Castelli, Miguel Ballesteros

This paper presents the IBM Research AI submission to the CoNLL 2018 Shared Task on Parsing Universal Dependencies. Our system implements a new joint transition-based parser, based on the Stack-LSTM framework and the Arc-Standard algorithm, that handles tokenization, part-of-speech tagging, morphological tagging and dependency parsing in one single model. By leveraging a combination of character-based modeling of words and recursive composition of partially built linguistic structures we qualified 13th overall and 7th in low resource. We also present a new sentence segmentation neural architecture based on Stack-LSTMs that was the 4th best overall.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

ARCDependency ParsingMorphological TaggingPart-Of-Speech TaggingSentenceSentence segmentation

Similar Papers 제목 키워드 기반

CLCL (Geneva) DINN Parser: a Neural Network Dependency Parser Ten Years Later

2017-08-01 · CONLL 2017 8 · Christophe Moor, Paola Merlo, James Henderson, Haozhou Wang

This paper describes the University of Geneva{'}s submission to the CoNLL 2017 shared task Multilingual Parsing from Raw Text to Universal Dependencies (listed as the CLCL (Geneva) entry). Our submitted parsing system is…

Dependency ParsingFeature EngineeringWord Embeddings

CoNLL 2016 Shared Task on Multilingual Shallow Discourse Parsing

2016-08-01 · CONLL 2016 8 · Nianwen Xue, Hwee Tou Ng, Sameer Pradhan, Attapol Rutherford 외
Discourse Parsing

Proceedings of the CoNLL 2018 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies

2018-10-01 · CONLL 2018 10 ·

Proceedings of the CoNLL 2017 Shared Task: Multilingual Parsing from Raw Text to Universal Dependencies

2017-08-01 · CONLL 2017 8 ·

Turku Neural Parser Pipeline: An End-to-End System for the CoNLL 2018 Shared Task

2018-10-01 · CONLL 2018 10 · Jenna Kanerva, Filip Ginter, Niko Miekka, Akseli Leino 외

In this paper we describe the TurkuNLP entry at the CoNLL 2018 Shared Task on Multilingual Parsing from Raw Text to Universal Dependencies. Compared to the last year, this year the shared task includes two new main metri…

Dependency ParsingLemmatizationMachine TranslationMorphological Tagging+1