paper-with-me

Papers

Probing for Multilingual Numerical Understanding in Transformer-Based Language Models

2020-10-13 · EMNLP (BlackboxNLP) 2020 11 · Devin Johnson, Denise Mak, Drew Barker, Lexi Loessberg-Zahl

Natural language numbers are an example of compositional structures, where larger numbers are composed of operations on smaller numbers. Given that compositional reasoning is a key to natural language understanding, we propose novel multilingual probing tasks tested on DistilBERT, XLM, and BERT to investigate for evidence of compositional reasoning over numerical data in various natural language number systems. By using both grammaticality judgment and value comparison classification tasks in English, Japanese, Danish, and French, we find evidence that the information encoded in these pretrained models' embeddings is sufficient for grammaticality judgments but generally not for value comparisons. We analyze possible reasons for this and discuss how our tasks could be extended in further studies.

📄 PDF Abstract BibTeX arXiv:2010.06666

Code (1)

dj1121/tlm_num_probe 공식 구현 pytorch

Tasks

Natural Language Understanding

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Adam 설명 없음
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…
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 설명 없음
XLM XLM is a Transformer based architecture that is pre-trained using one of three language modelling objectives: 1. Causal…

Similar Papers 제목 키워드 기반

RuSentEval: Linguistic Source, Encoder Force!

2021-02-28 · EACL (BSNLP) 2021 4 · Vladislav Mikhailov, Ekaterina Taktasheva, Elina Sigdel, Ekaterina Artemova

The success of pre-trained transformer language models has brought a great deal of interest on how these models work, and what they learn about language. However, prior research in the field is mainly devoted to English,…

Morph Call: Probing Morphosyntactic Content of Multilingual Transformers

2021-04-26 · NAACL (SIGTYP) 2021 6 · Vladislav Mikhailov, Oleg Serikov, Ekaterina Artemova

The outstanding performance of transformer-based language models on a great variety of NLP and NLU tasks has stimulated interest in exploring their inner workings. Recent research has focused primarily on higher-level an…

Common Sense ReasoningMORPHPOSPOS Tagging+2

Multilingual Probing of Deep Pre-Trained Contextual Encoders

2019-09-01 · WS 2019 9 · Vinit Ravishankar, Memduh G{\"o}k{\i}rmak, Lilja {\O}vrelid, Erik Velldal

Encoders that generate representations based on context have, in recent years, benefited from adaptations that allow for pre-training on large text corpora. Earlier work on evaluating fixed-length sentence representation…

DiagnosticSentence

IndicSentEval: How Effectively do Multilingual Transformer Models encode Linguistic Properties for Indic Languages?

2024-10-03 · Akhilesh Aravapalli, Mounika Marreddy, Subba Reddy Oota, Radhika Mamidi 외

Transformer-based models have revolutionized the field of natural language processing. To understand why they perform so well and to assess their reliability, several studies have focused on questions such as: Which ling…

Morphosyntactic probing of multilingual BERT models

2023-06-09 · Judit Acs, Endre Hamerlik, Roy Schwartz, Noah A. Smith 외

We introduce an extensive dataset for multilingual probing of morphological information in language models (247 tasks across 42 languages from 10 families), each consisting of a sentence with a target word and a morpholo…

SentenceTAG