paper-with-me

홈 › Papers

LuxemBERT: Simple and Practical Data Augmentation in Language Model Pre-Training for Luxembourgish

2022-06-01 · LREC 2022 6 · Cedric Lothritz, Bertrand Lebichot, Kevin Allix, Lisa Veiber, Tegawende Bissyande, Jacques Klein, Andrey Boytsov, Clément Lefebvre, Anne Goujon

Pre-trained Language Models such as BERT have become ubiquitous in NLP where they have achieved state-of-the-art performance in most NLP tasks. While these models are readily available for English and other widely spoken languages, they remain scarce for low-resource languages such as Luxembourgish. In this paper, we present LuxemBERT, a BERT model for the Luxembourgish language that we create using the following approach: we augment the pre-training dataset by considering text data from a closely related language that we partially translate using a simple and straightforward method. We are then able to produce the LuxemBERT model, which we show to be effective for various NLP tasks: it outperforms a simple baseline built with the available Luxembourgish text data as well the multilingual mBERT model, which is currently the only option for transformer-based language models in Luxembourgish. Furthermore, we present datasets for various downstream NLP tasks that we created for this study and will make available to researchers on request.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Data AugmentationLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

MulDA: A Multilingual Data Augmentation Framework for Low-Resource Cross-Lingual NER

2021-08-01 · ACL 2021 5 · Linlin Liu, Bosheng Ding, Lidong Bing, Shafiq Joty 외

Named Entity Recognition (NER) for low-resource languages is a both practical and challenging research problem. This paper addresses zero-shot transfer for cross-lingual NER, especially when the amount of source-language…

Cross-Lingual NERCross-Lingual TransferData AugmentationDiversity+7

An Analysis of Simple Data Augmentation for Named Entity Recognition

2020-10-22 · COLING 2020 8 · Xiang Dai, Heike Adel

Simple yet effective data augmentation techniques have been proposed for sentence-level and sentence-pair natural language processing tasks. Inspired by these efforts, we design and compare data augmentation for named en…

Data Augmentationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)+1

From Language Models to Practical Self-Improving Computer Agents

2024-04-18 · Alex Sheng

We develop a simple and straightforward methodology to create AI computer agents that can carry out diverse computer tasks and self-improve by developing tools and augmentations to enable themselves to solve increasingly…

Prompt EngineeringRetrieval

LidarAugment: Searching for Scalable 3D LiDAR Data Augmentations

2022-10-24 · Zhaoqi Leng, Guowang Li, Chenxi Liu, Ekin Dogus Cubuk 외

Data augmentations are important in training high-performance 3D object detectors for point clouds. Despite recent efforts on designing new data augmentations, perhaps surprisingly, most state-of-the-art 3D detectors onl…

3D Object DetectionData Augmentationobject-detectionObject Detection

Cheap and Good? Simple and Effective Data Augmentation for Low Resource Machine Reading

2021-06-08 · Hoang Van, Vikas Yadav, Mihai Surdeanu

We propose a simple and effective strategy for data augmentation for low-resource machine reading comprehension (MRC). Our approach first pretrains the answer extraction components of a MRC system on the augmented data t…

Data AugmentationMachine Reading ComprehensionReading ComprehensionRetrieval