Linguistic Feature Tagging for Automatic Classification of 27 Closely-Related Quechua Varieties
Summary
Claire Post and Alexis Palmer's 2026 paper introduces a multi-dialect text classifier designed for 27 closely-related Quechua varieties. This system enhances neural models with rule-based linguistic features to tackle challenges inherent in low-resource, morphologically complex languages. The methodology leverages a carefully curated dataset, encompassing various genres like annotated parallel bible corpora, and explicitly encodes manually annotated lexical variation and polypersonal verbal agreement as features within a transformer-based classifier. Experimental results demonstrate that these neural models substantially outperform statistical baselines, achieving high accuracy in multi-class classification across the 27 Quechua dialects. The impact of linguistic augmentation is context-dependent, showing minimal gains in high-resource scenarios but more pronounced benefits in low-resource and cross-domain conditions. This research contributes to developing dialect-sensitive NLP methods for Quechua and other similar languages.
Key takeaway
For NLP Engineers developing solutions for low-resource, morphologically rich languages like Quechua, you should consider augmenting transformer-based models with explicit linguistic features. This approach significantly improves multi-class classification accuracy, especially in low-resource and cross-domain scenarios, outperforming statistical baselines. Prioritize manually annotating lexical variation and verbal agreement to enhance model performance.
Key insights
Augmenting neural models with linguistic features improves low-resource, morphologically complex language classification.
Principles
- Linguistic augmentation benefits low-resource NLP more than high-resource.
- Explicitly encoding morphological features aids dialect classification.
Method
A transformer-based classifier is augmented with rule-based linguistic features, specifically manually annotated lexical variation and polypersonal verbal agreement, trained on a multi-genre dataset including parallel bible corpora.
In practice
- Integrate rule-based linguistic features into neural models for low-resource NLP.
- Curate diverse datasets, including parallel corpora, for dialect classification.
Topics
- Quechua dialects
- Low-resource NLP
- Linguistic feature tagging
- Transformer models
- Dialect classification
- Morphological complexity
Best for: Research Scientist, AI Scientist, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.