paper-with-me

Papers

Assessing BERT's Syntactic Abilities

2019-01-16 · Yoav Goldberg

I assess the extent to which the recently introduced BERT model captures English syntactic phenomena, using (1) naturally-occurring subject-verb agreement stimuli; (2) "coloreless green ideas" subject-verb agreement stimuli, in which content words in natural sentences are randomly replaced with words sharing the same part-of-speech and inflection; and (3) manually crafted stimuli for subject-verb agreement and reflexive anaphora phenomena. The BERT model performs remarkably well on all cases.

📄 PDF Abstract BibTeX arXiv:1901.05287

Code (3)

yoavg/bert-syntax 공식 구현
woailaosang/repo_treasure
yidinghao/causal-conjugation pytorch

Methods 이 논문이 사용한 방법론

Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Residual Connection 설명 없음
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
Linear Warmup With Linear Decay Linear Warmup With Linear Decay is a learning rate schedule in which we increase the learning rate linearly for $n$ updates and then linearly decay afterwards.
Weight Decay 설명 없음
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 &…
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…
Adam 설명 없음

Similar Papers 제목 키워드 기반

Assessing the Syntactic Capabilities of Transformer-based Multilingual Language Models

2021-05-10 · Findings (ACL) 2021 8 · Laura Pérez-Mayos, Alba Táboas García, Simon Mille, Leo Wanner

Multilingual Transformer-based language models, usually pretrained on more than 100 languages, have been shown to achieve outstanding results in a wide range of cross-lingual transfer tasks. However, it remains unknown w…

Cross-Lingual Transfer

How Does Adversarial Fine-Tuning Benefit BERT?

2021-08-31 · Javid Ebrahimi, Hao Yang, Wei zhang

Adversarial training (AT) is one of the most reliable methods for defending against adversarial attacks in machine learning. Variants of this method have been used as regularization mechanisms to achieve SOTA results on …

Continual LearningDependency ParsingDiversityLanguage Modeling+3

Assessing Grammatical Correctness in Language Learning

2021-04-01 · EACL (BEA) 2021 4 · Anisia Katinskaia, Roman Yangarber

We present experiments on assessing the grammatical correctness of learners’ answers in a language-learning System (references to the System, and the links to the released data and code are withheld for anonymity). In pa…

Grammatical Error DetectionLEMMA

Does BERT really agree ? Fine-grained Analysis of Lexical Dependence on a Syntactic Task

2022-04-14 · Findings (ACL) 2022 5 · Karim Lasri, Alessandro Lenci, Thierry Poibeau

Although transformer-based Neural Language Models demonstrate impressive performance on a variety of tasks, their generalization abilities are not well understood. They have been shown to perform strongly on subject-verb…

Incorporating Lexical and Syntactic Knowledge for Unsupervised Cross-Lingual Transfer

2024-04-25 · Jianyu Zheng, Fengfei Fan, Jianquan Li

Unsupervised cross-lingual transfer involves transferring knowledge between languages without explicit supervision. Although numerous studies have been conducted to improve performance in such tasks by focusing on cross-…

Cross-Lingual TransferGraph Attentionnamed-entity-recognitionNamed Entity Recognition+6