paper-with-me

홈 › Papers

One-Shot Learning for Language Modelling

2020-07-19 · Talip Ucar, Adrian Gonzalez-Martin, Matthew Lee, Adrian Daniel Szwarc

Humans can infer a great deal about the meaning of a word, using the syntax and semantics of surrounding words even if it is their first time reading or hearing it. We can also generalise the learned concept of the word to new tasks. Despite great progress in achieving human-level performance in certain tasks (Silver et al., 2016), learning from one or few examples remains a key challenge in machine learning, and has not thoroughly been explored in Natural Language Processing (NLP). In this work we tackle the problem of oneshot learning for an NLP task by employing ideas from recent developments in machine learning: embeddings, attention mechanisms (softmax) and similarity measures (cosine, Euclidean, Poincare, and Minkowski). We adapt the framework suggested in matching networks (Vinyals et al., 2016), and explore the effectiveness of the aforementioned methods in one, two and three-shot learning problems on the task of predicting missing word explored in (Vinyals et al., 2016) by using the WikiText-2 dataset. Our work contributes in two ways: Our first contribution is that we explore the effectiveness of different distance metrics on k-shot learning, and show that there is no single best distance metric for k-shot learning, which challenges common belief. We found that the performance of a distance metric depends on the number of shots used during training. The second contribution of our work is that we establish a benchmark for one, two, and three-shot learning on a language task with a publicly available dataset that can be used to benchmark against in future research.

📄 PDF Abstract BibTeX arXiv:2007.09679

Code (1)

adriangonz/statistical-nlp-17 공식 구현 pytorch

Tasks

BIG-bench Machine LearningLanguage ModellingOne-Shot Learning

Similar Papers 제목 키워드 기반

Investigating the Robustness of Modelling Decisions for Few-Shot Cross-Topic Stance Detection: A Preregistered Study

2024-04-05 · Myrthe Reuver, Suzan Verberne, Antske Fokkens

For a viewpoint-diverse news recommender, identifying whether two news articles express the same viewpoint is essential. One way to determine "same or different" viewpoint is stance detection. In this paper, we investiga…

ArticlesFew-Shot Stance DetectionNatural Language InferenceStance Detection

A Preliminary Case Study of Planning With Complex Transitions: Plotting

2021-10-27 · Jordi Coll, Joan Espasa, Ian Miguel, Mateu Villaret

Plotting is a tile-matching puzzle video game published by Taito in 1989. Its objective is to reduce a given grid of coloured blocks down to a goal number or fewer. This is achieved by the avatar character repeatedly sho…

Across-Game Engagement Modelling via Few-Shot Learning

2024-09-19 · Kosmas Pinitas, Konstantinos Makantasis, Georgios N. Yannakakis

Domain generalisation involves learning artificial intelligence (AI) models that can maintain high performance across diverse domains within a specific task. In video games, for instance, such AI models can supposedly le…

Few-Shot Learning

Addressing Topic Granularity and Hallucination in Large Language Models for Topic Modelling

2024-05-01 · Yida Mu, Peizhen Bai, Kalina Bontcheva, Xingyi Song

Large language models (LLMs) with their strong zero-shot topic extraction capabilities offer an alternative to probabilistic topic modelling and closed-set topic classification approaches. As zero-shot topic extractors, …

HallucinationTopic Classification

Modelling Latent Skills for Multitask Language Generation

2020-02-21 · Kris Cao, Dani Yogatama

We present a generative model for multitask conditional language generation. Our guiding hypothesis is that a shared set of latent skills underlies many disparate language generation tasks, and that explicitly modelling …

Few-Shot LearningText Generation