paper-with-me

홈 › Papers

Neural Keyphrase Generation: Analysis and Evaluation

2023-04-27 · Tuhin Kundu, Jishnu Ray Chowdhury, Cornelia Caragea

Keyphrase generation aims at generating topical phrases from a given text either by copying from the original text (present keyphrases) or by producing new keyphrases (absent keyphrases) that capture the semantic meaning of the text. Encoder-decoder models are most widely used for this task because of their capabilities for absent keyphrase generation. However, there has been little to no analysis on the performance and behavior of such models for keyphrase generation. In this paper, we study various tendencies exhibited by three strong models: T5 (based on a pre-trained transformer), CatSeq-Transformer (a non-pretrained Transformer), and ExHiRD (based on a recurrent neural network). We analyze prediction confidence scores, model calibration, and the effect of token position on keyphrases generation. Moreover, we motivate and propose a novel metric framework, SoftKeyScore, to evaluate the similarity between two sets of keyphrases by using softscores to account for partial matching and semantic similarity. We find that SoftKeyScore is more suitable than the standard F1 metric for evaluating two sets of given keyphrases.

📄 PDF Abstract BibTeX arXiv:2304.13883

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderKeyphrase GenerationSemantic SimilaritySemantic Textual Similarity

Methods 이 논문이 사용한 방법론

Gated Linear Unit A Gated Linear Unit, or GLU computes: $$ \mathrm{GLU}(a, b) = a \otimes \sigma(b) $$ It is used in natural language processing architectures, for example the Gated CNN,…
Refunds@Expedia|||How do I get a full refund from Expedia? “How do I get a full refund from Expedia? How do I get a full refund from Expedia? – Call ☎️ +1-(888) 829 (0881) or +1-805-330-4056 or +1-805-330-4056 for Quick Help &…
Attention 설명 없음
Adafactor Adafactor is a stochastic optimization method based on Adam that reduces memory usage while retaining the empirical benefits of…
Softmax The Softmax output function transforms a previous layer's output into a vector of probabilities. It is commonly used for multiclass classification. Given an input vector $x$…
Inverse Square Root Schedule Inverse Square Root is a learning rate schedule 1 / $\sqrt{\max\left(n, k\right)}$ where $n$ is the current training iteration and $k$ is the number of warm-up steps. This…
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
BPE Byte Pair Encoding, or BPE, is a subword segmentation algorithm that encodes rare and unknown words as sequences of subword units. The intuition is that various word…

Similar Papers 제목 키워드 기반

Neural Keyphrase Generation: Analysis and Evaluation

2021-11-16 · ACL ARR November 2021 11 · Anonymous

Keyphrase generation aims at generating topical phrases from a given text either by copying from the original text (present keyphrases) or by producing new keyphrases (absent keyphrases) that capture the semantic meaning…

DecoderKeyphrase GenerationSemantic SimilaritySemantic Textual Similarity

An Analysis of Datasets, Metrics and Models in Keyphrase Generation

2025-06-12 · Florian Boudin, Akiko Aizawa

Keyphrase generation refers to the task of producing a set of words or phrases that summarises the content of a document. Continuous efforts have been dedicated to this task over the past few years, spreading across mult…

Keyphrase Generation

One Size Does Not Fit All: Generating and Evaluating Variable Number of Keyphrases

2018-10-11 · ACL 2020 6 · Xingdi Yuan, Tong Wang, Rui Meng, Khushboo Thaker 외

Different texts shall by nature correspond to different number of keyphrases. This desideratum is largely missing from existing neural keyphrase generation models. In this study, we address this problem from both modelin…

AllDecoderDiversityKeyphrase Generation

Is ChatGPT A Good Keyphrase Generator? A Preliminary Study

2023-03-23 · Mingyang Song, Haiyun Jiang, Shuming Shi, Songfang Yao 외

The emergence of ChatGPT has recently garnered significant attention from the computational linguistics community. To demonstrate its capabilities as a keyphrase generator, we conduct a preliminary evaluation of ChatGPT …

Diversitydocument understandingKeyphrase Generation

Neural Keyphrase Generation via Reinforcement Learning with Adaptive Rewards

2019-06-10 · ACL 2019 7 · Hou Pong Chan, Wang Chen, Lu Wang, Irwin King

Generating keyphrases that summarize the main points of a document is a fundamental task in natural language processing. Although existing generative models are capable of predicting multiple keyphrases for an input docu…

Keyphrase Generationreinforcement-learningReinforcement LearningReinforcement Learning (RL)