CLApr 21, 2022

An Attention-Based Model for Predicting Contextual Informativeness and Curriculum Learning Applications

arXiv:2204.09885v21 citationsh-index: 42
Originality Incremental advance
AI Analysis

This work addresses the challenge of optimizing language learning for both students and AI systems, though it is incremental as it builds on existing attention and embedding methods.

The paper tackles the problem of identifying which contexts are most helpful for learning unknown words by introducing an attention-based model to estimate contextual informativeness, achieving state-of-the-art performance on datasets. It also applies this model to improve training curricula for word embedding models in batch and few-shot learning settings.

Both humans and machines learn the meaning of unknown words through contextual information in a sentence, but not all contexts are equally helpful for learning. We introduce an effective method for capturing the level of contextual informativeness with respect to a given target word. Our study makes three main contributions. First, we develop models for estimating contextual informativeness, focusing on the instructional aspect of sentences. Our attention-based approach using pre-trained embeddings demonstrates state-of-the-art performance on our single-context dataset and an existing multi-sentence context dataset. Second, we show how our model identifies key contextual elements in a sentence that are likely to contribute most to a reader's understanding of the target word. Third, we examine how our contextual informativeness model, originally developed for vocabulary learning applications for students, can be used for developing better training curricula for word embedding models in batch learning and few-shot machine learning settings. We believe our results open new possibilities for applications that support language learning for both human and machine learners.

Code Implementations1 repo
Foundations

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

Your Notes