Constructing a Silver Corpus for Weakly Supervised Vietnamese Event Extraction using Cross-Document N-ary Relation Filtering

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

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

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

Topics

Code references

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

Related on AIssential

Open in AIssential →

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