paper-with-me

Papers

Exploring Strategies for Generalizable Commonsense Reasoning with Pre-trained Models

2021-09-07 · EMNLP 2021 11 · Kaixin Ma, Filip Ilievski, Jonathan Francis, Satoru Ozaki, Eric Nyberg, Alessandro Oltramari

Commonsense reasoning benchmarks have been largely solved by fine-tuning language models. The downside is that fine-tuning may cause models to overfit to task-specific data and thereby forget their knowledge gained during pre-training. Recent works only propose lightweight model updates as models may already possess useful knowledge from past experience, but a challenge remains in understanding what parts and to what extent models should be refined for a given task. In this paper, we investigate what models learn from commonsense reasoning datasets. We measure the impact of three different adaptation methods on the generalization and accuracy of models. Our experiments with two models show that fine-tuning performs best, by learning both the content and the structure of the task, but suffers from overfitting and limited generalization to novel answers. We observe that alternative adaptation methods like prefix-tuning have comparable accuracy, but generalize better to unseen answers and are more robust to adversarial splits.

📄 PDF Abstract BibTeX arXiv:2109.02837

Code (1)

mayer123/cs_model_adaptation 공식 구현 pytorch

Similar Papers 제목 키워드 기반

Towards Zero-shot Commonsense Reasoning with Self-supervised Refinement of Language Models

2021-09-10 · EMNLP 2021 11 · Tassilo Klein, Moin Nabi

Can we get existing language models and refine them for zero-shot commonsense reasoning? This paper presents an initial study exploring the feasibility of zero-shot commonsense reasoning for the Winograd Schema Challenge…

Language ModelingLanguage ModellingSelf-Supervised Learning

Specializing Pre-trained Language Models for Better Relational Reasoning via Network Pruning

2022-07-01 · Findings (NAACL) 2022 7 · Siyu Ren, Kenny Zhu

Pretrained masked language models (PLMs) were shown to be inheriting a considerable amount of relational knowledge from the source corpora. In this paper, we present an in-depth and comprehensive study concerning special…

Network PruningRelational Reasoning

Things not Written in Text: Exploring Spatial Commonsense from Visual Signals

2022-03-15 · ACL 2022 5 · Xiao Liu, Da Yin, Yansong Feng, Dongyan Zhao

Spatial commonsense, the knowledge about spatial position and relationship between objects (like the relative size of a lion and a girl, and the position of a boy relative to a bicycle when cycling), is an important part…

Image GenerationNatural Language UnderstandingPosition

Things not Written in Text: Exploring Spatial Commonsense from Visual Signals

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Spatial commonsense, the knowledge about spatial position and relationship between objects (like the relative size of a lion and a girl, and the position of a boy relative to a bicycle when cycling), is an important part…

Image GenerationNatural Language UnderstandingPosition

CSKG: The CommonSense Knowledge Graph

2020-12-21 · Filip Ilievski, Pedro Szekely, Bin Zhang

Sources of commonsense knowledge support applications in natural language understanding, computer vision, and knowledge graphs. Given their complementarity, their integration is desired. Yet, their different foci, modeli…

Knowledge GraphsNatural Language Understanding