paper-with-me

홈 › Papers

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, Tapio Salakoski

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 metrics to measure the morphological tagging and lemmatization accuracies in addition to syntactic trees. Basing our motivation into these new metrics, we developed an end-to-end parsing pipeline especially focusing on developing a novel and state-of-the-art component for lemmatization. Our system reached the highest aggregate ranking on three main metrics out of 26 teams by achieving 1st place on metric involving lemmatization, and 2nd on both morphological tagging and parsing.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingLemmatizationMachine TranslationMorphological TaggingWord Embeddings

Similar Papers 제목 키워드 기반

TurkuNLP: Delexicalized Pre-training of Word Embeddings for Dependency Parsing

2017-08-01 · CONLL 2017 8 · Jenna Kanerva, Juhani Luotolahti, Filip Ginter

We present the TurkuNLP entry in the CoNLL 2017 Shared Task on Multilingual Parsing from Raw Text to Universal Dependencies. The system is based on the UDPipe parser with our focus being in exploring various techniques t…

Dependency ParsingWord Embeddings

Neural Dependency Parsing of Biomedical Text: TurkuNLP entry in the CRAFT Structural Annotation Task

2019-11-01 · WS 2019 11 · Thang Minh Ngo, Jenna Kanerva, Filip Ginter, Sampo Pyysalo

We present the approach taken by the TurkuNLP group in the CRAFT Structural Annotation task, a shared task on dependency parsing. Our approach builds primarily on the Turku neural parser, a native dependency parser that …

Dependency Parsingnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

Turku Enhanced Parser Pipeline: From Raw Text to Enhanced Graphs in the IWPT 2020 Shared Task

2020-07-01 · WS 2020 7 · Jenna Kanerva, Filip Ginter, Sampo Pyysalo

We present the approach of the TurkuNLP group to the IWPT 2020 shared task on Multilingual Parsing into Enhanced Universal Dependencies. The task involves 28 treebanks in 17 different languages and requires parsers to ge…

Lemmatization

UDPipe 2.0 Prototype at CoNLL 2018 UD Shared Task

2018-10-01 · CONLL 2018 10 · Milan Straka

UDPipe is a trainable pipeline which performs sentence segmentation, tokenization, POS tagging, lemmatization and dependency parsing. We present a prototype for UDPipe 2.0 and evaluate it in the CoNLL 2018 UD Shared Task…

Dependency ParsingLemmatizationPOSPOS Tagging+3

A Semi-universal Pipelined Approach to the CoNLL 2017 UD Shared Task

2017-08-01 · CONLL 2017 8 · Hiroshi Kanayama, Masayasu Muraoka, Katsumasa Yoshikawa

This paper presents our system submitted for the CoNLL 2017 Shared Task, {``}Multilingual Parsing from Raw Text to Universal Dependencies.{''} We ran the system for all languages with our own fully pipelined components w…

Cross-Lingual TransferLanguage ModelingLanguage ModellingWord Embeddings