CLDec 23, 2023

Large Language Models as Zero-Shot Keyphrase Extractors: A Preliminary Empirical Study

arXiv:2312.15156v212 citationsHas Code
Originality Synthesis-oriented
AI Analysis

This addresses the problem of reducing data labeling effort for keyphrase extraction, but it is incremental as it builds on prior work with large language models.

The study investigated whether ChatGPT can serve as a zero-shot keyphrase extractor without training, finding that it underperforms compared to existing state-of-the-art models, indicating significant room for improvement.

Zero-shot keyphrase extraction aims to build a keyphrase extractor without training by human-annotated data, which is challenging due to the limited human intervention involved. Challenging but worthwhile, zero-shot setting efficiently reduces the time and effort that data labeling takes. Recent efforts on pre-trained large language models (e.g., ChatGPT and ChatGLM) show promising performance on zero-shot settings, thus inspiring us to explore prompt-based methods. In this paper, we ask whether strong keyphrase extraction models can be constructed by directly prompting the large language model ChatGPT. Through experimental results, it is found that ChatGPT still has a lot of room for improvement in the keyphrase extraction task compared to existing state-of-the-art unsupervised and supervised models.

Code Implementations1 repo
Foundations

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

Your Notes