CLAIMay 5, 2023

Low-Resource Multi-Granularity Academic Function Recognition Based on Multiple Prompt Knowledge

arXiv:2305.03287v23 citations
Originality Incremental advance
AI Analysis

This addresses the challenge of expensive data annotation for scientific NLP tasks, offering a generalizable solution for low-resource classification in domains like computer science and biomedicine, though it is incremental as it builds on existing prompt learning techniques.

The paper tackles the problem of low-resource academic function recognition by proposing Mix Prompt Tuning (MPT), a semi-supervised method that combines manual and learned prompts to leverage pre-trained language models with few labeled examples, achieving an average 5% Macro-F1 improvement over fine-tuning and 6% over other semi-supervised methods.

Fine-tuning pre-trained language models (PLMs), e.g., SciBERT, generally requires large numbers of annotated data to achieve state-of-the-art performance on a range of NLP tasks in the scientific domain. However, obtaining the fine-tune data for scientific NLP task is still challenging and expensive. Inspired by recent advancement in prompt learning, in this paper, we propose the Mix Prompt Tuning (MPT), which is a semi-supervised method to alleviate the dependence on annotated data and improve the performance of multi-granularity academic function recognition tasks with a small number of labeled examples. Specifically, the proposed method provides multi-perspective representations by combining manual prompt templates with automatically learned continuous prompt templates to help the given academic function recognition task take full advantage of knowledge in PLMs. Based on these prompt templates and the fine-tuned PLM, a large number of pseudo labels are assigned to the unlabeled examples. Finally, we fine-tune the PLM using the pseudo training set. We evaluate our method on three academic function recognition tasks of different granularity including the citation function, the abstract sentence function, and the keyword function, with datasets from computer science domain and biomedical domain. Extensive experiments demonstrate the effectiveness of our method and statistically significant improvements against strong baselines. In particular, it achieves an average increase of 5% in Macro-F1 score compared with fine-tuning, and 6% in Macro-F1 score compared with other semi-supervised method under low-resource settings. In addition, MPT is a general method that can be easily applied to other low-resource scientific classification tasks.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes