paper-with-me

홈 › Papers

Incremental and Data-Efficient Concept Formation to Support Masked Word Prediction

2024-09-19 · Xin Lian, Nishant Baglodi, Christopher J. MacLellan

This paper introduces Cobweb4L, a novel approach for efficient language model learning that supports masked word prediction. The approach builds on Cobweb, an incremental system that learns a hierarchy of probabilistic concepts. Each concept stores the frequencies of words that appear in instances tagged with that concept label. The system utilizes an attribute value representation to encode words and their surrounding context into instances. Cobweb4L uses the information theoretic variant of category utility and a new performance mechanism that leverages multiple concepts to generate predictions. We demonstrate that with these extensions it significantly outperforms prior Cobweb performance mechanisms that use only a single node to generate predictions. Further, we demonstrate that Cobweb4L learns rapidly and achieves performance comparable to and even superior to Word2Vec. Next, we show that Cobweb4L and Word2Vec outperform BERT in the same task with less training data. Finally, we discuss future work to make our conclusions more robust and inclusive.

📄 PDF Abstract BibTeX arXiv:2409.12440

Code (0)

등록된 구현이 없습니다.

Tasks

AttributeLanguage ModelingLanguage Modelling

Methods 이 논문이 사용한 방법론

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 &…
Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
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$…
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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…
Attention Dropout Attention Dropout is a type of dropout used in attention-based architectures, where elements are randomly dropped out of the…
WordPiece 설명 없음

Similar Papers 제목 키워드 기반

Convolutional Cobweb: A Model of Incremental Learning from 2D Images

2022-01-18 · Christopher J. MacLellan, Harshil Thakur

This paper presents a new concept formation approach that supports the ability to incrementally learn and predict labels for visual images. This work integrates the idea of convolutional image processing, from computer v…

Incremental Learning

TRESTLE: A Model of Concept Formation in Structured Domains

2024-10-14 · Christopher J. MacLellan, Erik Harpstead, Vincent Aleven, Kenneth R. Koedinger

The literature on concept formation has demonstrated that humans are capable of learning concepts incrementally, with a variety of attribute types, and in both supervised and unsupervised settings. Many models of concept…

Attribute

Adaptive Masked Weight Imprinting for Few-Shot Segmentation

2019-02-25 · ICLR Workshop LLD 2019 · Mennatullah Siam, Boris Oreshkin

Deep learning has mainly thrived by training on large-scale datasets. However, for continual learning in applications such as robotics, it is critical to incrementally update its model in a sample efficient manner. We pr…

Continual LearningSemantic Segmentation

Pre-training Text-to-Text Transformers for Concept-centric Common Sense

2020-10-24 · Wangchunshu Zhou, Dong-Ho Lee, Ravi Kiran Selvam, Seyeon Lee 외

Pre-trained language models (PTLM) have achieved impressive results in a range of natural language understanding (NLU) and generation (NLG) tasks. However, current pre-training objectives such as masked token prediction …

Common Sense ReasoningKnowledge GraphsLanguage ModellingNatural Language Understanding+1

Continual Diffusion with STAMINA: STack-And-Mask INcremental Adapters

2023-11-30 · James Seale Smith, Yen-Chang Hsu, Zsolt Kira, Yilin Shen 외

Recent work has demonstrated a remarkable ability to customize text-to-image diffusion models to multiple, fine-grained concepts in a sequential (i.e., continual) manner while only providing a few example images for each…

Continual LearningHard Attentionimage-classificationImage Classification