CLAILGDec 22, 2022

Efficient Induction of Language Models Via Probabilistic Concept Formation

Georgia Tech
arXiv:2212.11937v110 citationsh-index: 61
Originality Incremental advance
AI Analysis

This work addresses the challenge of incremental language learning for natural language processing, but it appears incremental as it builds on an existing framework with specific extensions.

The paper tackles the problem of acquiring language models from corpora by extending the Cobweb system to handle sequential input, resulting in three new variants that process training cases incrementally and online, differing from most statistical language learning methods.

This paper presents a novel approach to the acquisition of language models from corpora. The framework builds on Cobweb, an early system for constructing taxonomic hierarchies of probabilistic concepts that used a tabular, attribute-value encoding of training cases and concepts, making it unsuitable for sequential input like language. In response, we explore three new extensions to Cobweb -- the Word, Leaf, and Path variants. These systems encode each training case as an anchor word and surrounding context words, and they store probabilistic descriptions of concepts as distributions over anchor and context information. As in the original Cobweb, a performance element sorts a new instance downward through the hierarchy and uses the final node to predict missing features. Learning is interleaved with performance, updating concept probabilities and hierarchy structure as classification occurs. Thus, the new approaches process training cases in an incremental, online manner that it very different from most methods for statistical language learning. We examine how well the three variants place synonyms together and keep homonyms apart, their ability to recall synonyms as a function of training set size, and their training efficiency. Finally, we discuss related work on incremental learning and directions for further research.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes