arXiv:2410.03421cs.CLcs.AI2024-10EMNLP被引 6

用生成+筛选框架提升关键词生成准确率与召回率

One2set + Large Language Model: Best Partners for Keyphrase Generation

  • 先用one2set模型生成候选关键词,再用LLM筛选最优项
  • 在多个数据集上显著超越现有模型,尤其擅长发现缺失关键词
  • 通过最优传输分配和序列标注减少冗余,提升筛选效率

关键词生成(KPG)旨在自动提取文档的核心概念短语。当前主流方法包括one2seq和one2set。近期研究尝试将大语言模型(LLM)应用于KPG。初步实验表明,单一模型难以同时兼顾高召回与高精度。深入分析发现:1)one2set范式虽具高召回优势,但训练中监督信号分配不当;2)LLM在关键词选择上能力强,但现有方法常导致冗余选择。为此,我们提出生成-筛选框架,将KPG分为两步:首先使用基于one2set的模型生成候选词,再通过LLM从候选集中筛选关键短语。特别地,我们在生成器和筛选器上分别进行改进:1)设计基于最优传输的分配策略解决监督信号错配问题;2)将关键词选择建模为序列标注任务,缓解冗余现象。在多个基准数据集上的实验结果表明,该框架显著优于现有先进模型,尤其在未见关键词预测方面表现突出。

原文摘要 · Abstract (English)

Keyphrase generation (KPG) aims to automatically generate a collection of phrases representing the core concepts of a given document. The dominant paradigms in KPG include one2seq and one2set. Recently, there has been increasing interest in applying large language models (LLMs) to KPG. Our preliminary experiments reveal that it is challenging for a single model to excel in both recall and precision. Further analysis shows that: 1) the one2set paradigm owns the advantage of high recall, but suffers from improper assignments of supervision signals during training; 2) LLMs are powerful in keyphrase selection, but existing selection methods often make redundant selections. Given these observations, we introduce a generate-then-select framework decomposing KPG into two steps, where we adopt a one2set-based model as generator to produce candidates and then use an LLM as selector to select keyphrases from these candidates. Particularly, we make two important improvements on our generator and selector: 1) we design an Optimal Transport-based assignment strategy to address the above improper assignments; 2) we model the keyphrase selection as a sequence labeling task to alleviate redundant selections. Experimental results on multiple benchmark datasets show that our framework significantly surpasses state-of-the-art models, especially in absent keyphrase prediction.

关键词生成大模型应用序列标注生成筛选

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