paper-with-me

Papers

Evaluating Commonsense in Pre-trained Language Models

2019-11-27 · Xuhui Zhou, Yue Zhang, Leyang Cui, Dandan Huang

Contextualized representations trained over large raw text data have given remarkable improvements for NLP tasks including question answering and reading comprehension. There have been works showing that syntactic, semantic and word sense knowledge are contained in such representations, which explains why they benefit such tasks. However, relatively little work has been done investigating commonsense knowledge contained in contextualized representations, which is crucial for human question answering and reading comprehension. We study the commonsense ability of GPT, BERT, XLNet, and RoBERTa by testing them on seven challenging benchmarks, finding that language modeling and its variants are effective objectives for promoting models' commonsense ability while bi-directional context and larger training set are bonuses. We additionally find that current models do poorly on tasks require more necessary inference steps. Finally, we test the robustness of models by making dual test cases, which are correlated so that the correct prediction of one sample should lead to correct prediction of the other. Interestingly, the models show confusion on these test cases, which suggests that they learn commonsense at the surface rather than the deep level. We release a test set, named CATs publicly, for future research.

📄 PDF Abstract BibTeX arXiv:1911.11931

Code (1)

XuhuiZhou/CATS 공식 구현 pytorch

Tasks

Language ModelingLanguage ModellingQuestion AnsweringReading Comprehension

Methods 이 논문이 사용한 방법론

Test 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Cosine Annealing Cosine Annealing is a type of learning rate schedule that has the effect of starting with a large learning rate that is relatively rapidly decreased to a minimum value before…
Discriminative Fine-Tuning Discriminative Fine-Tuning is a fine-tuning strategy that is used for ULMFiT type models. Instead of using the same learning rate…
Linear Warmup With Cosine Annealing Linear Warmup With Cosine Annealing is a learning rate schedule where we increase the learning rate linearly for $n$ updates and then anneal according to a cosine schedule…
SentencePiece 설명 없음
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…
GPT GPT is a Transformer-based architecture and training procedure for natural language processing tasks. Training follows a…

Similar Papers 제목 키워드 기반

DiscoSense: Commonsense Reasoning with Discourse Connectives

2022-10-22 · Prajjwal Bhargava, Vincent Ng

We present DiscoSense, a benchmark for commonsense reasoning via understanding a wide variety of discourse connectives. We generate compelling distractors in DiscoSense using Conditional Adversarial Filtering, an extensi…

Sentence Completion

Commonsense Reasoning for Conversational AI: A Survey of the State of the Art

2023-02-15 · Christopher Richardson, Larry Heck

Large, transformer-based pretrained language models like BERT, GPT, and T5 have demonstrated a deep understanding of contextual semantics and language syntax. Their success has enabled significant advances in conversatio…

RICA: Evaluating Robust Inference Capabilities Based on Commonsense Axioms

2020-05-02 · EMNLP 2021 11 · Pei Zhou, Rahul Khanna, Seyeon Lee, Bill Yuchen Lin 외

Pre-trained language models (PTLMs) have achieved impressive performance on commonsense inference benchmarks, but their ability to employ commonsense to make robust inferences, which is crucial for effective communicatio…

Common Sense Beyond English: Evaluating and Improving Multilingual Language Models for Commonsense Reasoning

2021-06-13 · ACL 2021 5 · Bill Yuchen Lin, Seyeon Lee, Xiaoyang Qiao, Xiang Ren

Commonsense reasoning research has so far been limited to English. We aim to evaluate and improve popular multilingual language models (ML-LMs) to help advance commonsense reasoning (CSR) beyond English. We collect the M…

Common Sense ReasoningSentence

ROME: Evaluating Pre-trained Vision-Language Models on Reasoning beyond Visual Common Sense

2023-10-30 · Kankan Zhou, Eason Lai, Wei Bin Au Yeong, Kyriakos Mouratidis 외

Humans possess a strong capability for reasoning beyond common sense. For example, given an unconventional image of a goldfish laying on the table next to an empty fishbowl, a human would effortlessly determine that the …

Common Sense ReasoningLanguage ModelingLanguage Modelling