paper-with-me

Papers

GiBERT: Introducing Linguistic Knowledge into BERT through a Lightweight Gated Injection Method

2020-10-23 · Nicole Peinelt, Marek Rei, Maria Liakata

Large pre-trained language models such as BERT have been the driving force behind recent improvements across many NLP tasks. However, BERT is only trained to predict missing words - either behind masks or in the next sentence - and has no knowledge of lexical, syntactic or semantic information beyond what it picks up through unsupervised pre-training. We propose a novel method to explicitly inject linguistic knowledge in the form of word embeddings into any layer of a pre-trained BERT. Our performance improvements on multiple semantic similarity datasets when injecting dependency-based and counter-fitted embeddings indicate that such information is beneficial and currently missing from the original model. Our qualitative analysis shows that counter-fitted embedding injection particularly helps with cases involving synonym pairs.

📄 PDF Abstract BibTeX arXiv:2010.12532

Code (0)

등록된 구현이 없습니다.

Tasks

Semantic SimilaritySemantic Textual SimilaritySentenceUnsupervised Pre-trainingWord Embeddings

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Multi-Head Attention 설명 없음
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…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…

Similar Papers 제목 키워드 기반

GiBERT: Enhancing BERT with Linguistic Information using a Lightweight Gated Injection Method

2021-11-01 · Findings (EMNLP) 2021 11 · Nicole Peinelt, Marek Rei, Maria Liakata

Large pre-trained language models such as BERT have been the driving force behind recent improvements across many NLP tasks. However, BERT is only trained to predict missing words – either through masking or next sentenc…

Semantic SimilaritySemantic Textual SimilaritySentenceUnsupervised Pre-training+1

History to Myths: Social Network Analysis for Comparison of Stories over Time

2020-12-01 · COLING (LaTeCHCLfL, CLFL, LaTeCH) 2020 12 · Clément Besnier

We discuss on how related stories can be compared by their characters. We investigate character graphs, or social networks, in order to measure evolution of character importance over time. To illustrate this, we chose th…

Perturbed Masking: Parameter-free Probing for Analyzing and Interpreting BERT

2020-04-30 · ACL 2020 6 · Zhiyong Wu, Yun Chen, Ben Kao, Qun Liu

By introducing a small set of additional parameters, a probe learns to solve specific linguistic tasks (e.g., dependency parsing) in a supervised manner using feature representations (e.g., contextualized embeddings). Th…

Dependency ParsingLanguage ModelingLanguage ModellingSentiment Analysis+1

KVL-BERT: Knowledge Enhanced Visual-and-Linguistic BERT for Visual Commonsense Reasoning

2020-12-13 · Dandan song, Siyi Ma, Zhanchen Sun, Sicheng Yang 외

Reasoning is a critical ability towards complete visual understanding. To develop machine with cognition-level visual understanding and reasoning abilities, the visual commonsense reasoning (VCR) task has been introduced…

SentenceVisual Commonsense ReasoningVisual Question Answering (VQA)

Revisiting and Advancing Chinese Natural Language Understanding with Accelerated Heterogeneous Knowledge Pre-training

2022-10-11 · Taolin Zhang, Junwei DOng, Jianing Wang, Chengyu Wang 외

Recently, knowledge-enhanced pre-trained language models (KEPLMs) improve context-aware representations via learning from structured relations in knowledge graphs, and/or linguistic knowledge from syntactic or dependency…

GPUKnowledge GraphsLanguage ModelingLanguage Modelling+2