paper-with-me

Papers

How Low is Too Low? A Computational Perspective on Extremely Low-Resource Languages

2021-05-30 · ACL 2021 5 · Rachit Bansal, Himanshu Choudhary, Ravneet Punia, Niko Schenk, Jacob L Dahl, Émilie Pagé-Perron

Despite the recent advancements of attention-based deep learning architectures across a majority of Natural Language Processing tasks, their application remains limited in a low-resource setting because of a lack of pre-trained models for such languages. In this study, we make the first attempt to investigate the challenges of adapting these techniques for an extremely low-resource language -- Sumerian cuneiform -- one of the world's oldest written languages attested from at least the beginning of the 3rd millennium BC. Specifically, we introduce the first cross-lingual information extraction pipeline for Sumerian, which includes part-of-speech tagging, named entity recognition, and machine translation. We further curate InterpretLR, an interpretability toolkit for low-resource NLP, and use it alongside human attributions to make sense of the models. We emphasize on human evaluations to gauge all our techniques. Notably, most components of our pipeline can be generalised to any other language to obtain an interpretable execution of the techniques, especially in a low-resource setting. We publicly release all software, model checkpoints, and a novel dataset with domain-specific pre-processing to promote further research.

📄 PDF Abstract BibTeX arXiv:2105.14515

Code (2)

cdli-gh/Semi-Supervised-NMT-for-Sumerian-English 공식 구현 pytorch
cdli-gh/Sumerian-Translation-Pipeline 공식 구현 pytorch

Tasks

Machine Translationnamed-entity-recognitionNamed Entity RecognitionNamed Entity Recognition (NER)Part-Of-Speech TaggingTranslation

Similar Papers 제목 키워드 기반

It's All About In-Context Learning! Teaching Extremely Low-Resource Languages to LLMs

2025-08-26 · Yue Li, Zhixue Zhao, Carolina Scarton arxiv

Extremely low-resource languages, especially those written in rare scripts, as shown in Figure 1, remain largely unsupported by large language models (LLMs). This is due in part to compounding factors such as the lack of…

parameter-efficient fine-tuning

Multilingual Encoder Knows more than You Realize: Shared Weights Pretraining for Extremely Low-Resource Languages

2025-02-15 · Zeli Su, Ziyin Zhang, Guixian Xu, Jianing Liu 외

While multilingual language models like XLM-R have advanced multilingualism in NLP, they still perform poorly in extremely low-resource languages. This situation is exacerbated by the fact that modern LLMs such as LLaMA …

DecoderText GenerationXLM-R

What are the limits of cross-lingual dense passage retrieval for low-resource languages?

2024-08-21 · Jie Wu, Zhaochun Ren, Suzan Verberne

In this paper, we analyze the capabilities of the multi-lingual Dense Passage Retriever (mDPR) for extremely low-resource languages. In the Cross-lingual Open-Retrieval Answer Generation (CORA) pipeline, mDPR achieves su…

Answer GenerationLanguage ModelingLanguage ModellingPassage Retrieval+2

LRSpeech: Extremely Low-Resource Speech Synthesis and Recognition

2020-08-09 · Jin Xu, Xu Tan, Yi Ren, Tao Qin 외

Speech synthesis (text to speech, TTS) and recognition (automatic speech recognition, ASR) are important speech tasks, and require a large amount of text and speech pairs for model training. However, there are more than …

Automatic Speech RecognitionAutomatic Speech Recognition (ASR)Knowledge Distillationspeech-recognition+4

MetaXLR -- Mixed Language Meta Representation Transformation for Low-resource Cross-lingual Learning based on Multi-Armed Bandit

2023-05-31 · Liat Bezalel, Eyal Orgad

Transfer learning for extremely low resource languages is a challenging task as there is no large scale monolingual corpora for pre training or sufficient annotated data for fine tuning. We follow the work of MetaXL whic…

Meta-LearningNERTransfer Learning