paper-with-me

Papers

Is Language Modeling Enough? Evaluating Effective Embedding Combinations

2020-05-01 · LREC 2020 5 · Rudolf Schneider, Tom Oberhauser, Paul Grundmann, Felix Alex Gers, Alex Loeser, er, Steffen Staab

Universal embeddings, such as BERT or ELMo, are useful for a broad set of natural language processing tasks like text classification or sentiment analysis. Moreover, specialized embeddings also exist for tasks like topic modeling or named entity disambiguation. We study if we can complement these universal embeddings with specialized embeddings. We conduct an in-depth evaluation of nine well known natural language understanding tasks with SentEval. Also, we extend SentEval with two additional tasks to the medical domain. We present PubMedSection, a novel topic classification dataset focussed on the biomedical domain. Our comprehensive analysis covers 11 tasks and combinations of six embeddings. We report that combined embeddings outperform state of the art universal embeddings without any embedding fine-tuning. We observe that adding topic model based embeddings helps for most tasks and that differing pre-training tasks encode complementary features. Moreover, we present new state of the art results on the MPQA and SUBJ tasks in SentEval.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Entity DisambiguationGeneral ClassificationLanguage ModelingLanguage ModellingNatural Language UnderstandingSentiment Analysistext-classificationText ClassificationTopic Classification

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Sigmoid Activation 설명 없음
Weight Decay 설명 없음
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Tanh Activation 설명 없음
Adam 설명 없음
LSTM An LSTM is a type of recurrent neural network that addresses the vanishing gradient problem in vanilla…
Multi-Head Attention 설명 없음

Similar Papers 제목 키워드 기반

Expert Concept-Modeling Ground Truth Construction for Word Embeddings Evaluation in Concept-Focused Domains

2020-12-01 · COLING 2020 8 · Arianna Betti, Martin Reynaert, Thijs Ossenkoppele, Yvette Oortwijn 외

We present a novel, domain expert-controlled, replicable procedure for the construction of concept-modeling ground truths with the aim of evaluating the application of word embeddings. In particular, our method is design…

Embeddings EvaluationPhilosophyWord Embeddings

Breaking the Softmax Bottleneck: A High-Rank RNN Language Model

2017-11-10 · ICLR 2018 1 · Zhilin Yang, Zihang Dai, Ruslan Salakhutdinov, William W. Cohen

We formulate language modeling as a matrix factorization problem, and show that the expressiveness of Softmax-based models (including the majority of neural language models) is limited by a Softmax bottleneck. Given that…

Language ModelingLanguage ModellingVocal Bursts Intensity PredictionWord Embeddings

Neural Random Projections for Language Modelling

2018-07-02 · ICLR 2019 5 · Davide Nunes, Luis Antunes

Neural network-based language models deal with data sparsity problems by mapping the large discrete space of words into a smaller continuous space of real-valued vectors. By learning distributed vector representations fo…

Language Modelling

Models In a Spelling Bee: Language Models Implicitly Learn the Character Composition of Tokens

2021-10-16 · ACL ARR October 2021 10 · Anonymous

Standard pretrained language models operate on sequences of subword tokens without direct access to the characters that compose each token’s string representation. We probe the embedding layer of pretrained language mode…

Language ModelingLanguage Modelling

Models In a Spelling Bee: Language Models Implicitly Learn the Character Composition of Tokens

2021-08-25 · NAACL 2022 7 · Itay Itzhak, Omer Levy

Standard pretrained language models operate on sequences of subword tokens without direct access to the characters that compose each token's string representation. We probe the embedding layer of pretrained language mode…

Language ModelingLanguage Modelling