Keyphrase Generation with Fine-Grained Evaluation-Guided Reinforcement Learning
Yichao Luo, Yige Xu, Jiacheng Ye, Xipeng Qiu, Qi Zhang

TL;DR
This paper introduces a fine-grained evaluation metric for keyphrase generation that considers semantic similarities and multiple granularities, improving reinforcement learning models' ability to generate higher quality keyphrases.
Contribution
It proposes a novel fine-grained evaluation metric and reinforcement learning framework that enhances keyphrase generation by capturing partial matches and semantic similarities.
Findings
Outperforms previous RL frameworks on benchmark datasets.
Eases the synonym problem in keyphrase generation.
Produces higher quality and more accurate keyphrases.
Abstract
Aiming to generate a set of keyphrases, Keyphrase Generation (KG) is a classical task for capturing the central idea from a given document. Based on Seq2Seq models, the previous reinforcement learning framework on KG tasks utilizes the evaluation metrics to further improve the well-trained neural models. However, these KG evaluation metrics such as and are only aware of the exact correctness of predictions on phrase-level and ignore the semantic similarities between similar predictions and targets, which inhibits the model from learning deep linguistic patterns. In response to this problem, we propose a new fine-grained evaluation metric to improve the RL framework, which considers different granularities: token-level score, edit distance, duplication, and prediction quantities. On the whole, the new framework includes two reward functions: the fine-grained…
Peer Reviews
No public reviews on file for this paper yet. If you reviewed it on a platform where reviews are public (OpenReview, ICLR, NeurIPS, ICML), you can paste yours below so the community can read it here.
Code & Models
Videos
No videos yet. Explain this paper in a talk, walkthrough, or lecture? Add one.
Taxonomy
TopicsAdvanced Text Analysis Techniques · Topic Modeling · Information Retrieval and Search Behavior
MethodsAttentive Walk-Aggregating Graph Neural Network · Sigmoid Activation · Tanh Activation · Long Short-Term Memory · Sequence to Sequence
