Constructing a Silver Corpus for Weakly Supervised Vietnamese Event Extraction using Cross-Document N-ary Relation Filtering
Summary
A weakly supervised framework addresses the scarcity of annotated data for Vietnamese event extraction, a significant challenge for low-resource languages. This approach constructs a silver corpus through pseudo-labeling, incorporating a cross-document n-ary relation filtering strategy to minimize noise by leveraging consistency across multiple articles describing the same event. It further enhances data diversity using schema-based augmentation. Experiments on the BKEE benchmark demonstrated consistent improvements, validating the framework's effectiveness. The data is publicly available at https://github.com/Larken1612/VietEE2.
Key takeaway
For NLP Engineers building event extraction systems in low-resource languages, this framework offers a practical solution to data scarcity. You should consider implementing cross-document n-ary relation filtering to improve pseudo-label quality and integrate schema-based augmentation to diversify your training data, as demonstrated by its effectiveness on the BKEE benchmark. This can significantly enhance system performance.
Key insights
Cross-document consistency and schema-based augmentation improve weakly supervised event extraction for low-resource languages.
Principles
- Cross-document consistency reduces pseudo-label noise.
- Schema-based augmentation enhances data diversity.
Method
Construct a silver corpus via pseudo-labeling, apply cross-document n-ary relation filtering for noise reduction, and use schema-based augmentation for diversity.
In practice
- Implement cross-document checks for noisy labels.
- Apply schema-based augmentation for data diversity.
Topics
- Vietnamese Event Extraction
- Weakly Supervised Learning
- Silver Corpus
- Pseudo-labeling
- Cross-Document Filtering
- Data Augmentation
- Low-Resource Languages
Code references
Best for: Research Scientist, AI Scientist, NLP Engineer, Machine Learning Engineer
Related on AIssential
Editorial summary, takeaway, and curation by AIssential. Original article published by Paper Index on ACL Anthology.