Benchmarking Models for Low-Resource Nepali Event Extraction with Trigger Phrase Identification and Event Classification
Summary
Researchers introduce Nepali Event Extraction (NepEE), a new manually annotated corpus designed to advance event extraction in low-resource South Asian languages. Comprising 10,226 Devanagari sentences, NepEE includes annotations for trigger spans and event types, developed through a rigorous three-phase protocol with five expert native speakers, achieving high inter-annotator agreement (Fleiss' kappa = 0.812 for trigger identification, kappa = 0.855 for event classification). The study benchmarks various approaches, including classical feature-based models, five fine-tuned Transformer encoders, and instruction-tuned Large Language Models using zero-shot and few-shot prompting. Analysis reveals that Indic-specialized Transformers achieve superior event classification performance, while traditional methods and few-shot prompting face challenges with exact span extraction in morphologically complex Nepali. The findings establish strong baselines and quantify performance differences between sentence-level and span-level tasks, providing a valuable public resource for future research.
Key takeaway
For NLP engineers developing event extraction systems for low-resource South Asian languages like Nepali, you should prioritize fine-tuning Indic-specialized Transformer models. These models demonstrate superior event classification performance compared to traditional methods and few-shot LLM prompting. Utilize the new NepEE dataset as a robust baseline for your research, but be prepared for challenges in exact span extraction due to morphological complexity. Focus your efforts on improving span identification techniques.
Key insights
Nepali Event Extraction (NepEE) dataset and benchmarks advance low-resource language event understanding, highlighting Indic-specialized Transformers' superior classification.
Principles
- High-quality manual annotation is crucial for LRL datasets.
- Morphological complexity challenges exact span extraction.
- Indic-specialized Transformers excel in LRL event classification.
Method
Developed NepEE via a rigorous iterative three-phase annotation protocol involving five expert native speakers to ensure linguistic precision for trigger spans and event types.
In practice
- Utilize NepEE for Nepali event extraction research.
- Prioritize Indic-specialized Transformers for LRL classification.
- Address span extraction challenges in morphologically complex languages.
Topics
- Event Extraction
- Low-Resource Languages
- Nepali NLP
- NepEE Dataset
- Transformer Models
- LLM Benchmarking
Code references
Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.