Back to publications

Schema-Constrained Document-Level Event Argument Extraction with Lightweight LLM Fine-Tuning

Roberto Pietrantuono, Antonio Guerriero, Pouya Sattari

ECML PKDD 2026 · Sep 7 - 11 · Naples, Italy 🇮🇹

European Conference on Machine Learning and Principles and Practice of Knowledge Discovery in Databases

Abstract

Event Argument Extraction (EAE) converts documents into structured event records by identifying argument spans and assigning them schema-defined roles. Document-level EAE is challenging due to long-range dependencies between triggers and arguments, cross-sentence context, and strict role constraints, which often lead to boundary errors, uncertainty in roles, and inconsistencies with restricted schemas. In this paper, we study whether mid-sized open LLMs can perform schema-constrained EAE reliably at the document level on MAVEN-ARG. Our approach combines (i) role-set injection in prompts for schema compliance, (ii) parameter-efficient supervised fine-tuning (LoRA) using the same JSON-only interface used at inference, and (iii) deterministic decoding with post-processing that validates JSON, filters invalid roles, de-duplicates arguments, and aligns spans to the document window. Under the official MAVEN-ARG evaluator, fine-tuned mid-sized open models outperform previously reported GPT baselines across mention, entity-coreference, and event-coreference evaluations; our best model (Phi-4, 14B) reaches 42.39% F1 at the event-coreference level.

Event Argument ExtractionDocument-Level Information ExtractionLarge Language ModelsLoRA Fine-TuningSchema-Constrained ExtractionMAVEN-ARGNatural Language Processing
Cite this paper

Roberto Pietrantuono, Antonio Guerriero, & Pouya Sattari (2026). Schema-Constrained Document-Level Event Argument Extraction with Lightweight LLM Fine-Tuning. arXiv:2607.16808. https://arxiv.org/abs/2607.16808

@misc{pietrantuono2026schemaconstraineddocumentleveleventargument,
      title={Schema-Constrained Document-Level Event Argument Extraction with Lightweight LLM Fine-Tuning},
      author={Roberto Pietrantuono and Antonio Guerriero and Pouya Sattari},
      year={2026},
      eprint={2607.16808},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2607.16808},
}
LinkedIn
GitHub
Medium