paper-with-me

Papers

Comparing Generalization in Learning with Limited Numbers of Exemplars: Transformer vs. RNN in Attractor Dynamics

2023-11-15 · Rui Fukushima, Jun Tani

ChatGPT, a widely-recognized large language model (LLM), has recently gained substantial attention for its performance scaling, attributed to the billions of web-sourced natural language sentences used for training. Its underlying architecture, Transformer, has found applications across diverse fields, including video, audio signals, and robotic movement. %The crucial question this raises concerns the Transformer's generalization-in-learning (GIL) capacity. However, this raises a crucial question about Transformer's generalization in learning (GIL) capacity. Is ChatGPT's success chiefly due to the vast dataset used for training, or is there more to the story? To investigate this, we compared Transformer's GIL capabilities with those of a traditional Recurrent Neural Network (RNN) in tasks involving attractor dynamics learning. For performance evaluation, the Dynamic Time Warping (DTW) method has been employed. Our simulation results suggest that under conditions of limited data availability, Transformer's GIL abilities are markedly inferior to those of RNN.

📄 PDF Abstract BibTeX arXiv:2311.10763

Code (0)

등록된 구현이 없습니다.

Tasks

Dynamic Time WarpingLanguage ModelingLanguage ModellingLarge Language Model

Methods 이 논문이 사용한 방법론

Multi-Head Attention 설명 없음
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…
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$…
Absolute Position Encodings Absolute Position Encodings are a type of position embeddings for [Transformer-based models] where positional encodings are…
Residual Connection 설명 없음

Similar Papers 제목 키워드 기반

The Prospect of Enhancing Large-Scale Heterogeneous Federated Learning with Transformers

2023-08-07 · Yulan Gao, Zhaoxiang Hou, Chengyi Yang, Zengxiang Li 외

Federated learning (FL) addresses data privacy concerns by enabling collaborative training of AI models across distributed data owners. Wide adoption of FL faces the fundamental challenges of data heterogeneity and the l…

Federated Learning

Synapse: Trajectory-as-Exemplar Prompting with Memory for Computer Control

2023-06-13 · Longtao Zheng, Rundong Wang, Xinrun Wang, Bo An

Building agents with large language models (LLMs) for computer control is a burgeoning research area, where the agent receives computer states and performs actions to complete complex tasks. Previous computer agents have…

Decision MakingIn-Context LearningRetrieval

Sharper Generalization Bounds for Transformer

2026-03-23 · Yawen Li, Tao Hu, Zhouhui Lian, Wan Tian 외 arxiv

This paper studies generalization error bounds for Transformer models. Based on the offset Rademacher complexity, we derive sharper generalization bounds for different Transformer architectures, including single-layer si…

Arbitrary-Length Generalization for Addition in a Tiny Transformer

2024-05-31 · Alexandre Galvao Patriota

This paper introduces a novel training methodology that enables a Transformer model to generalize the addition of two-digit numbers to numbers with unseen lengths of digits. The proposed approach employs an autoregressiv…

A Model or 603 Exemplars: Towards Memory-Efficient Class-Incremental Learning

2022-05-26 · Da-Wei Zhou, Qi-Wei Wang, Han-Jia Ye, De-Chuan Zhan

Real-world applications require the classification model to adapt to new classes without forgetting old ones. Correspondingly, Class-Incremental Learning (CIL) aims to train a model with limited memory size to meet this …

class-incremental learningClass Incremental LearningIncremental Learning