paper-with-me

Papers

Not Enough Data? Deep Learning to the Rescue!

2019-11-08 · Ateret Anaby-Tavor, Boaz Carmeli, Esther Goldbraich, Amir Kantor, George Kour, Segev Shlomov, Naama Tepper, Naama Zwerdling

Based on recent advances in natural language modeling and those in text generation capabilities, we propose a novel data augmentation method for text classification tasks. We use a powerful pre-trained neural network model to artificially synthesize new labeled data for supervised learning. We mainly focus on cases with scarce labeled data. Our method, referred to as language-model-based data augmentation (LAMBADA), involves fine-tuning a state-of-the-art language generator to a specific task through an initial training phase on the existing (usually small) labeled data. Using the fine-tuned model and given a class label, new sentences for the class are generated. Our process then filters these new sentences by using a classifier trained on the original data. In a series of experiments, we show that LAMBADA improves classifiers' performance on a variety of datasets. Moreover, LAMBADA significantly improves upon the state-of-the-art techniques for data augmentation, specifically those applicable to text classification tasks with little data.

📄 PDF Abstract BibTeX arXiv:1911.03118

Code (1)

makcedward/nlpaug tf

Tasks

Data AugmentationDeep LearningGeneral ClassificationLAMBADALanguage ModelingLanguage Modellingtext-classificationText ClassificationText Generation

Similar Papers 제목 키워드 기반

On the Difficulties of using NLP for Language Revitalization

2021-11-16 · ACL ARR November 2021 11 · Anonymous

This paper is dedicated to discussing the general difficulty of using emerging Natural Language Processing (NLP) technologies to the revitalization of languages. Previous literature had described the social causes of lan…

A resource-constrained stochastic scheduling algorithm for homeless street outreach and gleaning edible food

2024-03-15 · Conor M. Artman, Aditya Mate, Ezinne Nwankwo, Aliza Heching 외

We developed a common algorithmic solution addressing the problem of resource-constrained outreach encountered by social change organizations with different missions and operations: Breaking Ground -- an organization tha…

SchedulingThompson Sampling

RescueLens: LLM-Powered Triage and Action on Volunteer Feedback for Food Rescue

2025-11-19 · Naveen Raman, Jingwu Tang, Zhiyu Chen, Zheyuan Ryan Shi 외 arxiv

Food rescue organizations simultaneously tackle food insecurity and waste by working with volunteers to redistribute food from donors who have excess to recipients who need it. Volunteer feedback allows food rescue organ…

Predicting Human Strategies in Simulated Search and Rescue Task

2020-11-15 · Vidhi Jain, Rohit Jena, Huao Li, Tejus Gupta 외

In a search and rescue scenario, rescuers may have different knowledge of the environment and strategies for exploration. Understanding what is inside a rescuer's mind will enable an observer agent to proactively assist …

Minecraft

RepoRescue: An Empirical Study of LLM Agents on Whole-Repository Compatibility Rescue

2026-07-01 · Zhihao Lin, Mingyi Zhou, Zhensu Sun, Yizhuo Yang 외 hf

Open-source libraries and tools are widely reused, but compatibility maintenance is expensive. Once maintainers leave, useful repositories can stop working as runtimes and dependencies evolve. We study whether LLM agents…