arXiv:2410.05770cs.CL2024-10中稿 · the 7th Internatio…被引 6

用融合嵌入提升科学文献多标签少样本分类效果

Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes

  • 通过对比微调两个句子嵌入模型并融合参数,实现无提示少样本分类
  • 在多个数据集上平均提升6.0个F1分数,显著优于基线方法
  • 适合标签稀缺的科学文献分类任务,尤其适用于大规模多标签场景

科学文献分类是关键任务,但类别众多时人工标注成本高,常导致标签稀缺。本文提出FusionSent(基于融合的句子嵌入微调),一种高效且无需提示的少样本多标签分类方法。该方法利用已有训练样本及其标签文本,对两个不同句子嵌入模型进行对比微调;随后融合两者参数,整合互补知识形成单一模型;最后冻结嵌入模型,将训练样本嵌入作为特征输入分类头。实验表明,FusionSent在多个科学文献分类数据集上平均提升6.0个F1分数,显著优于强基线。此外,本文构建了一个新的科学文献多标签分类数据集,包含203,961篇arXiv文章和130个类别。代码与数据已公开于https://github.com/sebischair/FusionSent。

原文摘要 · Abstract (English)

Scientific document classification is a critical task and often involves many classes. However, collecting human-labeled data for many classes is expensive and usually leads to label-scarce scenarios. Moreover, recent work has shown that sentence embedding model fine-tuning for few-shot classification is efficient, robust, and effective. In this work, we propose FusionSent (Fusion-based Sentence Embedding Fine-tuning), an efficient and prompt-free approach for few-shot classification of scientific documents with many classes. FusionSent uses available training examples and their respective label texts to contrastively fine-tune two different sentence embedding models. Afterward, the parameters of both fine-tuned models are fused to combine the complementary knowledge from the separate fine-tuning steps into a single model. Finally, the resulting sentence embedding model is frozen to embed the training instances, which are then used as input features to train a classification head. Our experiments show that FusionSent significantly outperforms strong baselines by an average of $6.0$ $F_{1}$ points across multiple scientific document classification datasets. In addition, we introduce a new dataset for multi-label classification of scientific documents, which contains 203,961 scientific articles and 130 classes from the arXiv category taxonomy. Code and data are available at https://github.com/sebischair/FusionSent.

少样本学习多标签分类句子嵌入科学文献

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