Benchmarking Models for Low-Resource Nepali Event Extraction with Trigger Phrase Identification and Event Classification

· Source: Paper Index on ACL Anthology · Field: Technology & Digital — Artificial Intelligence & Machine Learning, Data Science & Analytics · Depth: Expert, quick

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

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

Topics

Code references

Best for: Research Scientist, AI Scientist, Machine Learning Engineer, NLP Engineer

Related on AIssential

Open in AIssential →

Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.