paper-with-me

홈 › Papers

Treebank Embedding Vectors for Out-of-domain Dependency Parsing

2020-05-02 · ACL 2020 6 · Joachim Wagner, James Barry, Jennifer Foster

A recent advance in monolingual dependency parsing is the idea of a treebank embedding vector, which allows all treebanks for a particular language to be used as training data while at the same time allowing the model to prefer training data from one treebank over others and to select the preferred treebank at test time. We build on this idea by 1) introducing a method to predict a treebank vector for sentences that do not come from a treebank used in training, and 2) exploring what happens when we move away from predefined treebank embedding vectors during test time and instead devise tailored interpolations. We show that 1) there are interpolated vectors that are superior to the predefined ones, and 2) treebank vectors can be predicted with sufficient accuracy, for nine out of ten test languages, to match the performance of an oracle approach that knows the most suitable predefined treebank embedding for the test set.

📄 PDF Abstract BibTeX arXiv:2005.00800

Code (1)

jowagner/tbev-prediction 공식 구현

Tasks

Dependency Parsing

Similar Papers 제목 키워드 기반

An Arabic Dependency Treebank in the Travel Domain

2019-01-29 · Dima Taji, Jamila El Gizuli, Nizar Habash

In this paper we present a dependency treebank of travel domain sentences in Modern Standard Arabic. The text comes from a translation of the English equivalent sentences in the Basic Traveling Expressions Corpus. The tr…

Translation

Cross-Lingual Dependency Parsing Using Code-Mixed TreeBank

2019-09-05 · IJCNLP 2019 11 · Zhang Meishan, Zhang Yue, Fu Guohong

Treebank translation is a promising method for cross-lingual transfer of syntactic dependency knowledge. The basic idea is to map dependency arcs from a source treebank to its target translation according to word alignme…

Cross-Lingual TransferCross-Lingual Word EmbeddingsDependency ParsingTranslation+1

Assessment of Pre-Trained Models Across Languages and Grammars

2023-09-20 · Alberto Muñoz-Ortiz, David Vilares, Carlos Gómez-Rodríguez

We present an approach for assessing how multilingual large language models (LLMs) learn syntax in terms of multi-formalism syntactic structures. We aim to recover constituent and dependency structures by casting parsing…

Dependency Parsing

LSTM Easy-first Dependency Parsing with Pre-trained Word Embeddings and Character-level Word Embeddings in Vietnamese

2019-10-30 · Binh Duc Nguyen, Kiet Van Nguyen, Ngan Luu-Thuy Nguyen

In Vietnamese dependency parsing, several methods have been proposed. Dependency parser which uses deep neural network model has been reported that achieved state-of-the-art results. In this paper, we proposed a new meth…

Dependency ParsingWord Embeddings

Sprucing up the trees -- Error detection in treebanks

2018-08-01 · COLING 2018 8 · Ines Rehbein, Josef Ruppenhofer

We present a method for detecting annotation errors in manually and automatically annotated dependency parse trees, based on ensemble parsing in combination with Bayesian inference, guided by active learning. We evaluate…

Active LearningBayesian InferenceDomain AdaptationNamed Entity Recognition (NER)