← Search

Ayyoob Imani

7 accepted papers

2025

Taxi1500: A Dataset for Multilingual Text Classification in 1500 Languages

NAACL 2025short

While broad-coverage multilingual natural language processing tools have been developed, a significant portion of the world’s over 7000 languages are still neglected. One reason is the lack of evaluation datasets that cover a diverse range of languages, particularly those that are low-resource or en…

2023

$\Lambda$-DARTS: Mitigating Performance Collapse by Harmonizing Operation Selection among Cells

ICLR 2023poster

Differentiable neural architecture search (DARTS) is a popular method for neural architecture search (NAS), which performs cell-search and utilizes continuous relaxation to improve the search efficiency via gradient-based optimization. The main shortcoming of DARTS is performance collapse, where the…

Cited by 22SourcePDFScholar
2023

Glot500: Scaling Multilingual Corpora and Language Models to 500 Languages

ACL 2023long

The NLP community has mainly focused on scaling Large Language Models (LLMs) vertically, i.e., making them better for about 100 languages. We instead scale LLMs horizontally: we create, through continued pretraining, Glot500-m, an LLM that covers 511 predominantly low-resource languages. An importan…

2023

GlotLID: Language Identification for Low-Resource Languages

EMNLP 2023long findings

Several recent papers have published good solutions for language identification (LID) for about 300 high-resource and medium-resource languages. However, there is no LID available that (i) covers a wide range of low-resource languages, (ii) is rigorously evaluated and reliable and (iii) efficient an…

Cited by 0SourcecodeScholar
2022

Graph Neural Networks for Multiparallel Word Alignment

ACL 2022findings

After a period of decrease, interest in word alignments is increasing again for their usefulness in domains such as typological research, cross-lingual annotation projection and machine translation. Generally, alignment algorithms only use bitext and do not make use of the fact that many parallel co…

2022

Graph-Based Multilingual Label Propagation for Low-Resource Part-of-Speech Tagging

EMNLP 2022main

Part-of-Speech (POS) tagging is an important component of the NLP pipeline, but many low-resource languages lack labeled data for training. An established method for training a POS tagger in such a scenario is to create a labeled training set by transferring from high-resource languages. In this pap…

2021

Graph Algorithms for Multiparallel Word Alignment

EMNLP 2021main

With the advent of end-to-end deep learning approaches in machine translation, interest in word alignments initially decreased; however, they have again become a focus of research more recently. Alignments are useful for typological research, transferring formatting like markup to translated texts,…