paper-with-me

Papers

Exploring Swedish & English fastText Embeddings for NER with the Transformer

2020-07-23 · Tosin P. Adewumi, Foteini Liwicki, Marcus Liwicki

In this paper, our main contributions are that embeddings from relatively smaller corpora can outperform ones from larger corpora and we make the new Swedish analogy test set publicly available. To achieve a good network performance in natural language processing (NLP) downstream tasks, several factors play important roles: dataset size, the right hyper-parameters, and well-trained embeddings. We show that, with the right set of hyper-parameters, good network performance can be reached even on smaller datasets. We evaluate the embeddings at both the intrinsic and extrinsic levels. The embeddings are deployed with the Transformer in named entity recognition (NER) task and significance tests conducted. This is done for both Swedish and English. We obtain better performance in both languages on the downstream task with smaller training data, compared to recently released, Common Crawl versions; and character n-grams appear useful for Swedish, a morphologically rich language.

📄 PDF Abstract BibTeX arXiv:2007.16007

Code (1)

tosingithub/tdesk 공식 구현 pytorch

Tasks

named-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)NER

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Position-Wise Feed-Forward Layer 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Attention 설명 없음
Label Smoothing Label Smoothing is a regularization technique that introduces noise for the labels. This accounts for the fact that datasets may have mistakes in them, so maximizing the…
Adam 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…

Similar Papers 제목 키워드 기반

Multilingual Culture-Independent Word Analogy Datasets

2019-11-22 · LREC 2020 5 · Matej Ulčar, Kristiina Vaik, Jessica Lindström, Milda Dailidėnaitė 외

In text processing, deep neural networks mostly use word embeddings as an input. Embeddings have to ensure that relations between words are reflected through distances in a high-dimensional numeric space. To compare the …

Cultural Vocal Bursts Intensity PredictionWord Embeddings

ISWARA at WNUT-2020 Task 2: Identification of Informative COVID-19 English Tweets using BERT and FastText Embeddings

2020-11-01 · EMNLP (WNUT) 2020 11 · Wava Carissa Putri, Rani Aulia Hidayat, Isnaini Nurul Khasanah, Rahmad Mahendra

This paper presents Iswara’s participation in the WNUT-2020 Task 2 “Identification of Informative COVID-19 English Tweets using BERT and FastText Embeddings”,which tries to classify whether a certain tweet is considered …

Task 2Word Embeddings

High Quality ELMo Embeddings for Seven Less-Resourced Languages

2019-11-22 · Matej Ulčar, Marko Robnik-Šikonja

Recent results show that deep neural networks using contextual embeddings significantly outperform non-contextual embeddings on a majority of text classification task. We offer precomputed embeddings from popular context…

NERtext-classificationText ClassificationVocal Bursts Intensity Prediction

High Quality ELMo Embeddings for Seven Less-Resourced Languages

2020-05-01 · LREC 2020 5 · Matej Ul{\v{c}}ar, Marko Robnik-{\v{S}}ikonja

Recent results show that deep neural networks using contextual embeddings significantly outperform non-contextual embeddings on a majority of text classification task. We offer precomputed embeddings from popular context…

NERtext-classificationText ClassificationVocal Bursts Intensity Prediction

SuperSim: a test set for word similarity and relatedness in Swedish

2021-04-12 · NoDaLiDa 2021 5 · Simon Hengchen, Nina Tahmasebi

Language models are notoriously difficult to evaluate. We release SuperSim, a large-scale similarity and relatedness test set for Swedish built with expert human judgments. The test set is composed of 1,360 word-pairs in…

Word Similarity