Research Papers 论文研究 9h ago Updated 5h ago 更新于 5小时前 49

Schema-Constrained Document-Level Event Argument Extraction with Lightweight LLM Fine-Tuning 基于轻量级LLM微调的模式约束文档级事件论元抽取

The study demonstrates that mid-sized open LLMs, specifically Phi-4 (14B), can effectively handle document-level Event Argument Extraction (EAE) under strict schema constraints. A combined approach of role-set injection in prompts, parameter-efficient LoRA fine-tuning, and deterministic decoding with JSON validation achieves state-of-the-art results on the MAVEN-ARG benchmark. Fine-tuned open models outperform previous GPT baselines across mention, entity-coreference, and event-coreference evalu 研究聚焦于利用中等规模开源大语言模型(LLM)在文档级别执行受模式约束的事件参数提取(EAE)。 提出结合提示词注入角色集、参数高效微调(LoRA)及确定性解码后处理的综合方案。 在MAVEN-ARG基准测试中,微调后的开源模型在提及、实体共指和事件共指指标上均优于此前报告的GPT基线。 最佳模型Phi-4(14B)在事件共指层面达到42.39%的F1分数,且代码已公开。

65
Hot 热度
75
Quality 质量
70
Impact 影响力

Analysis 深度分析

TL;DR

  • The study demonstrates that mid-sized open LLMs, specifically Phi-4 (14B), can effectively handle document-level Event Argument Extraction (EAE) under strict schema constraints.
  • A combined approach of role-set injection in prompts, parameter-efficient LoRA fine-tuning, and deterministic decoding with JSON validation achieves state-of-the-art results on the MAVEN-ARG benchmark.
  • Fine-tuned open models outperform previous GPT baselines across mention, entity-coreference, and event-coreference evaluations, with the best model reaching 42.39% F1 at the event-coreference level.
  • The methodology addresses key challenges in EAE such as long-range dependencies, cross-sentence context, and boundary errors through structured inference and post-processing.

Why It Matters

This research is significant for AI practitioners seeking cost-effective, high-performance alternatives to proprietary large models for complex information extraction tasks. By showing that open-weight models can surpass GPT baselines on rigorous benchmarks like MAVEN-ARG, it validates the viability of lightweight, fine-tuned solutions for production environments requiring strict schema compliance and reproducibility.

Technical Details

  • Task: Document-level Event Argument Extraction (EAE) on the MAVEN-ARG dataset, focusing on identifying argument spans and assigning schema-defined roles.
  • Methodology: Combines three key components: (i) role-set injection in prompts to ensure schema compliance, (ii) parameter-efficient supervised fine-tuning using LoRA with a JSON-only interface, and (iii) deterministic decoding with post-processing steps including JSON validation, invalid role filtering, de-duplication, and span alignment.
  • Model: Utilizes mid-sized open LLMs, with Phi-4 (14B) identified as the best performing model.
  • Results: Achieves 42.39% F1 at the event-coreference level, outperforming previously reported GPT baselines across all evaluation metrics (mention, entity-coreference, event-coreference).
  • Reproducibility: Code to reproduce experiments is publicly available.

Industry Insight

  • Organizations should consider fine-tuning mid-sized open models like Phi-4 for specialized extraction tasks rather than relying solely on API-based proprietary models, potentially reducing costs while improving performance on constrained schemas.
  • The integration of deterministic decoding and robust post-processing pipelines is critical for ensuring reliability in LLM outputs, particularly when strict structural formats (like JSON) and schema constraints are required.
  • This work highlights the growing capability of open-source models to compete with or exceed closed-source giants in specific NLP benchmarks, encouraging further investment in open-model ecosystems and efficient fine-tuning techniques.

TL;DR

  • 研究聚焦于利用中等规模开源大语言模型(LLM)在文档级别执行受模式约束的事件参数提取(EAE)。
  • 提出结合提示词注入角色集、参数高效微调(LoRA)及确定性解码后处理的综合方案。
  • 在MAVEN-ARG基准测试中,微调后的开源模型在提及、实体共指和事件共指指标上均优于此前报告的GPT基线。
  • 最佳模型Phi-4(14B)在事件共指层面达到42.39%的F1分数,且代码已公开。

为什么值得看

本文证明了中等规模的开源模型经过轻量级微调即可在复杂的文档级结构化抽取任务中超越闭源商业模型,打破了“必须使用超大模型”的迷思。对于追求数据隐私、成本控制及可解释性的企业级应用而言,该工作提供了一条高效、可靠的技术路径。

技术解析

  • 核心方法:采用参数高效的监督微调(LoRA),并在训练和推理阶段统一使用JSON接口,确保输入输出格式的一致性。
  • 约束增强:通过在提示词中注入角色集(role-set injection)来强制模型遵循预定义的模式约束,减少角色分配的不确定性。
  • 后处理机制:引入确定性解码与后处理流程,包括JSON有效性验证、无效角色过滤、参数去重以及跨度到文档窗口的对齐,以解决长距离依赖和边界错误问题。
  • 实验结果:在MAVEN-ARG数据集上,Phi-4(14B)模型表现最佳,事件共指F1达42.39%,全面超越了之前的GPT基线模型。

行业启示

  • 开源模型的竞争力:14B级别的开源模型在特定垂直任务上已具备挑战甚至超越顶级闭源模型的能力,企业应重新评估模型选型策略,优先考虑性价比高的中等规模模型。
  • 结构化抽取的工程化:单纯的模型能力不足以解决复杂抽取任务,结合提示工程、轻量微调及严格的后处理管道是提升工业级NLP系统稳定性的关键。
  • 数据隐私与合规:使用本地部署的开源模型进行敏感文档的结构化处理,能有效规避数据外泄风险,满足日益严格的数据合规要求。

Disclaimer: The above content is generated by AI and is for reference only. 免责声明:以上内容由 AI 生成,仅供参考。

LLM 大模型 Fine-tuning 微调 Research 科学研究 Dataset 数据集 Evaluation 评测