arXiv:2504.14633cs.CL2025-04被引 1

用大模型生成结构化结果,提升金融事件实体抽取准确率

Harnessing Generative LLMs for Enhanced Financial Event Entity Extraction Performance

  • 将实体抽取转为文本生成任务,直接输出带位置的结构化数据
  • 在CCKS 2019数据集上达到新最优F1分数,显著优于传统方法
  • 特别擅长处理重叠实体和复杂句式,适合金融领域研究者使用

金融事件实体抽取对分析市场动态和构建金融知识图谱至关重要,但受限于专业语言与复杂结构。传统序列标注模型难以捕捉长距离依赖关系,且在抽取多重重叠实体时表现不佳。本文提出一种新方法,将金融事件实体抽取重构为文本到结构化输出的生成任务,利用参数高效微调(PEFT)对预训练大模型进行微调,直接生成包含实体及其精确字符跨度的JSON结构化结果。在具有挑战性的CCKS 2019金融事件实体抽取数据集上,该方法显著超越SEBERTNets和sebertNets等强基线模型,取得新的状态最先进水平。通过跨事件类型、实体类型及实例复杂度的定量分析,以及人工评估,验证了该方法在处理金融文本细微差异和提取高质量实体方面的优势。本工作证实了生成式大模型在需要结构化输出的复杂领域信息抽取任务中的潜力。

原文摘要 · Abstract (English)

Financial event entity extraction is a crucial task for analyzing market dynamics and building financial knowledge graphs, yet it presents significant challenges due to the specialized language and complex structures in financial texts. Traditional approaches often rely on sequence labeling models, which can struggle with long-range dependencies and the inherent complexity of extracting multiple, potentially overlapping entities. Motivated by the advanced language understanding and generative capabilities of Large Language Models (LLMs), we propose a novel method that reframes financial event entity extraction as a text-to-structured-output generation task. Our approach involves fine-tuning a pre-trained LLM using Parameter-Efficient Fine-Tuning (PEFT) to directly generate a structured representation, such as a JSON object, containing the extracted entities and their precise character spans from the input text. We evaluate our method on the challenging CCKS 2019 Financial Event Entity Extraction dataset, comparing its performance against strong sequence labeling baselines, including SEBERTNets and sebertNets. Experimental results demonstrate that our generative LLM method achieves a new state-of-the-art F1 score on this benchmark, significantly outperforming previous methods. Through detailed quantitative analysis across event types, entity types, and instance complexity, as well as human evaluation, we show that our approach is more effective at handling the nuances of financial text and extracting high-quality entities. This work validates the potential of applying generative LLMs directly to complex, domain-specific information extraction tasks requiring structured output.

金融信息抽取大模型应用结构化生成

Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。