paper-with-me

Papers

An Investigation of the Interactions Between Pre-Trained Word Embeddings, Character Models and POS Tags in Dependency Parsing

2018-08-27 · EMNLP 2018 10 · Aaron Smith, Miryam de Lhoneux, Sara Stymne, Joakim Nivre

We provide a comprehensive analysis of the interactions between pre-trained word embeddings, character models and POS tags in a transition-based dependency parser. While previous studies have shown POS information to be less important in the presence of character models, we show that in fact there are complex interactions between all three techniques. In isolation each produces large improvements over a baseline system using randomly initialised word embeddings only, but combining them quickly leads to diminishing returns. We categorise words by frequency, POS tag and language in order to systematically investigate how each of the techniques affects parsing quality. For many word categories, applying any two of the three techniques is almost as good as the full combined system. Character models tend to be more important for low-frequency open-class words, especially in morphologically rich languages, while POS tags can help disambiguate high-frequency function words. We also show that large character embedding sizes help even for languages with small character sets, especially in morphologically rich languages.

📄 PDF Abstract BibTeX arXiv:1808.09060

Code (0)

등록된 구현이 없습니다.

Tasks

Dependency ParsingPOSTAGWord Embeddings

Similar Papers 제목 키워드 기반

Word-Emoji Embeddings from large scale Messaging Data reflect real-world Semantic Associations of Expressive Icons

2020-05-19 · Jens Helge Reelfs, Oliver Hohlfeld, Markus Strohmaier, Niklas Henckell

We train word-emoji embeddings on large scale messaging data obtained from the Jodel online social network. Our data set contains more than 40 million sentences, of which 11 million sentences are annotated with a subset …

The Unreasonable Effectiveness of Random Target Embeddings for Continuous-Output Neural Machine Translation

2023-10-31 · Evgeniia Tokarchuk, Vlad Niculae

Continuous-output neural machine translation (CoNMT) replaces the discrete next-word prediction problem with an embedding prediction. The semantic structure of the target embedding space (i.e., closeness of related words…

Machine TranslationPredictionTranslation

Word Embeddings to Enhance Twitter Gang Member Profile Identification

2016-10-27 · Sanjaya Wijeratne, Lakshika Balasuriya, Derek Doran, Amit Sheth

Gang affiliates have joined the masses who use social media to share thoughts and actions publicly. Interestingly, they use this public medium to express recent illegal actions, to intimidate others, and to share outrage…

General ClassificationWord Embeddings

Semantic Relatedness and Taxonomic Word Embeddings

2020-02-14 · Magdalena Kacmajor, John D. Kelleher, Filip Klubicka, Alfredo Maldonado

This paper connects a series of papers dealing with taxonomic word embeddings. It begins by noting that there are different types of semantic relatedness and that different lexical representations encode different forms …

Word Embeddings

Cross-Align: Modeling Deep Cross-lingual Interactions for Word Alignment

2022-10-09 · Siyu Lai, Zhen Yang, Fandong Meng, Yufeng Chen 외

Word alignment which aims to extract lexicon translation equivalents between source and target sentences, serves as a fundamental tool for natural language processing. Recent studies in this area have yielded substantial…

Language ModelingLanguage ModellingSentenceTranslation+1