arXiv:2606.29130cs.CL2026-06被引 1

用知识蒸馏让小模型高效准确提取多语种历史文章中人物地点关系

DistilledGemma: Balanced Efficiency-Accuracy for Person-Place Relation Extraction from Multilingual Historical Articles

论文配图:DistilledGemma: Balanced Efficiency-Accuracy for Person-Place Relation Extraction from Multilingual Historical Articles
图 1 · 摘自论文原文
  • 三阶段蒸馏:提示工程选最优架构,大模型生成思维链,小模型学习推理模式
  • 260亿参数大模型蒸馏至23亿参数小模型,推理精度仍达0.688(标准集)和0.8156(二分类集)
  • 适合需要低资源部署但保持高精度的历史文献分析任务

我们提出DistilledGemma,用于处理多语种历史报纸文章中的人物-地点关系抽取任务。该方法采用三阶段知识蒸馏流程,在保证分类准确率的同时提升计算效率。第一阶段在八种大语言模型上系统探索提示工程策略,确定最佳推理架构;第二阶段通过QLoRA对Gemma 4 26B A4B教师模型进行监督微调,利用其强大的多语言能力生成训练语料中的银标级思维链;第三阶段执行响应级别蒸馏,将推理模式迁移至紧凑的Gemma 4 E2B学生模型。在官方评测中,我们的团队WHEREAMI在标准测试集上取得0.688的平均准确率,排名第三;在二分类测试集上得分0.8156,排名第二。通过将260亿参数教师模型的知识蒸馏至23亿参数学生模型,我们实现了约2.3亿有效参数的轻量化部署,且训练时的LoRA适配器已合并至学生模型用于推理。该配置在标准与二分类测试集上均位列均衡效率-精度表现第二。结果表明,知识蒸馏为历史文档处理提供了可扩展且高效的解决方案,实现高性能而无需高昂算力。

原文摘要 · Abstract (English)

We present DistilledGemma, an efficient and accurate system for the HIPE-2026 shared task on person-place relation extraction from multilingual historical newspaper articles in English, German, and French. Our approach adopts a three-stage knowledge distillation pipeline designed to balance classification accuracy with computational efficiency. In the first stage, we systematically explored prompt engineering strategies across eight large language models to identify the most effective reasoning architecture for this challenging task. In the second stage, we applied supervised fine-tuning (SFT) via QLoRA to a Gemma 4 26B A4B teacher model, leveraging its strong multilingual capabilities to generate silver-standard chain-of-thought traces across the training corpus. In the final stage, we performed response-level distillation to transfer these learned reasoning patterns into a compact Gemma 4 E2B student model. In the official evaluation, our team WHEREAMI ranked 3rd on the standard test set with an accuracy profile mean score of 0.688, and 2nd on the binary test set with a mean score of 0.8156. Notably, by distilling knowledge from the 26B teacher to the 2.3B student, we preserved strong reasoning capabilities while reducing the deployed model size to approximately 2.3B effective parameters; the LoRA adapters used during training were merged into the student for inference. This configuration ranked 2nd in the balanced efficiency-accuracy profile across both the standard and binary test sets. These results demonstrate that knowledge distillation provides a practical and scalable solution for historical document processing, achieving competitive performance without excessive computational cost.

知识蒸馏历史文本多语言关系抽取

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