用大模型当裁判评估生物医学关系抽取,效果不佳但可改进。
Improving Automatic Evaluation of Large Language Models (LLMs) in Biomedical Relation Extraction via LLMs-as-the-Judge
- 让大模型当裁判,自动评估其他模型的关系抽取结果。
- 原始输出格式混乱导致裁判准确率不足50%,优化后提升15%。
- 适合需要低成本高效评估的生物医学文本分析研究者。
大语言模型(LLMs)在生物医学关系抽取任务中表现优异,甚至在零样本场景下也有效。然而,由于其生成的文本常使用同义词或缩写,传统自动评估指标难以可靠衡量性能。人工评估虽准确但成本高、耗时长,不适用于实际应用。本文探索以大模型作为裁判(LLM-as-the-Judge)的替代评估方法。我们测试了8个大模型作为裁判,评估另外5个模型在3个生物医学关系抽取数据集上的输出。发现大模型裁判在此任务中表现较差,准确率通常低于50%,主要原因是模型输出缺乏标准格式。为此,我们提出结构化输出格式,使裁判性能平均提升约15%;还引入领域自适应技术,通过跨数据集知识迁移进一步提升裁判表现。我们公开了36,000条人工与大模型标注的评判数据,供社区使用:https://github.com/tahmedge/llm_judge_biomedical_re。
原文摘要 · Abstract (English)
Large Language Models (LLMs) have demonstrated impressive performance in biomedical relation extraction, even in zero-shot scenarios. However, evaluating LLMs in this task remains challenging due to their ability to generate human-like text, often producing synonyms or abbreviations of gold-standard answers, making traditional automatic evaluation metrics unreliable. On the other hand, while human evaluation is more reliable, it is costly and time-consuming, making it impractical for real-world applications. This paper investigates the use of LLMs-as-the-Judge as an alternative evaluation method for biomedical relation extraction. We benchmark 8 LLMs as judges to evaluate the responses generated by 5 other LLMs across 3 biomedical relation extraction datasets. Unlike other text-generation tasks, we observe that LLM-based judges perform quite poorly (usually below 50% accuracy) in the biomedical relation extraction task. Our findings reveal that it happens mainly because relations extracted by LLMs do not adhere to any standard format. To address this, we propose structured output formatting for LLM-generated responses that helps LLM-Judges to improve their performance by about 15% (on average). We also introduce a domain adaptation technique to further enhance LLM-Judge performance by effectively transferring knowledge between datasets. We release both our human-annotated and LLM-annotated judgment data (36k samples in total) for public use here: https://github.com/tahmedge/llm_judge_biomedical_re.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。