paper-with-me

홈 › Papers

Does Deep Learning Learn to Abstract? A Systematic Probing Framework

2023-02-23 · Shengnan An, Zeqi Lin, Bei Chen, Qiang Fu, Nanning Zheng, Jian-Guang Lou

Abstraction is a desirable capability for deep learning models, which means to induce abstract concepts from concrete instances and flexibly apply them beyond the learning context. At the same time, there is a lack of clear understanding about both the presence and further characteristics of this capability in deep learning models. In this paper, we introduce a systematic probing framework to explore the abstraction capability of deep learning models from a transferability perspective. A set of controlled experiments are conducted based on this framework, providing strong evidence that two probed pre-trained language models (PLMs), T5 and GPT2, have the abstraction capability. We also conduct in-depth analysis, thus shedding further light: (1) the whole training phase exhibits a "memorize-then-abstract" two-stage process; (2) the learned abstract concepts are gathered in a few middle-layer attention heads, rather than being evenly distributed throughout the model; (3) the probed abstraction capabilities exhibit robustness against concept mutations, and are more robust to low-level/source-side mutations than high-level/target-side ones; (4) generic pre-training is critical to the emergence of abstraction capability, and PLMs exhibit better abstraction with larger model sizes and data scales.

📄 PDF Abstract BibTeX arXiv:2302.11978

Code (1)

microsoft/ContextualSP 공식 구현 pytorch

Tasks

Deep Learning

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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…
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…
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…
Multi-Head Attention 설명 없음
Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…

Similar Papers 제목 키워드 기반

On the Systematicity of Probing Contextualized Word Representations: The Case of Hypernymy in BERT

2020-12-01 · Joint Conference on Lexical and Computational Semantics 2020 · Abhilasha Ravichander, Eduard Hovy, Kaheer Suleman, Adam Trischler 외

Contextualized word representations have become a driving force in NLP, motivating widespread interest in understanding their capabilities and the mechanisms by which they operate. Particularly intriguing is their abilit…

Do Transformers Encode a Foundational Ontology? Probing Abstract Classes in Natural Language

2022-01-25 · Mael Jullien, Marco Valentino, Andre Freitas

With the methodological support of probing (or diagnostic classification), recent studies have demonstrated that Transformers encode syntactic and semantic information to some extent. Following this line of research, thi…

Diagnostic

Probing Across Time: What Does RoBERTa Know and When?

2021-04-16 · Findings (EMNLP) 2021 11 · Leo Z. Liu, Yizhong Wang, Jungo Kasai, Hannaneh Hajishirzi 외

Models of language trained on very large corpora have been demonstrated useful for NLP. As fixed artifacts, they have become the object of intense study, with many researchers "probing" the extent to which linguistic abs…

Language ModelingLanguage Modelling

Benchmarking Abstract and Reasoning Abilities Through A Theoretical Perspective

2025-05-28 · Qingchuan Ma, Yuhang Wu, Xiawu Zheng, Rongrong Ji

In this paper, we aim to establish a simple, effective, and theoretically grounded benchmark for rigorously probing abstract reasoning in Large Language Models (LLMs). To achieve this, we first develop a mathematic frame…

BenchmarkingMemorization

BACH-V: Bridging Abstract and Concrete Human-Values in Large Language Models

2026-01-20 · Junyu Zhang, Yipeng Kang, Jiong Guo, Jiayu Zhan 외 arxiv

Do large language models (LLMs) genuinely understand abstract concepts, or merely manipulate them as statistical patterns? We introduce an abstraction-grounding framework that decomposes conceptual understanding into thr…