paper-with-me

Papers

Keyphrase Generation with Correlation Constraints

2018-08-22 · EMNLP 2018 10 · Jun Chen, Xiao-Ming Zhang, Yu Wu, Zhao Yan, Zhoujun Li

In this paper, we study automatic keyphrase generation. Although conventional approaches to this task show promising results, they neglect correlation among keyphrases, resulting in duplication and coverage issues. To solve these problems, we propose a new sequence-to-sequence architecture for keyphrase generation named CorrRNN, which captures correlation among multiple keyphrases in two ways. First, we employ a coverage vector to indicate whether the word in the source document has been summarized by previous phrases to improve the coverage for keyphrases. Second, preceding phrases are taken into account to eliminate duplicate phrases and improve result coherence. Experiment results show that our model significantly outperforms the state-of-the-art method on benchmark datasets in terms of both accuracy and diversity.

📄 PDF Abstract BibTeX arXiv:1808.07185

Code (0)

등록된 구현이 없습니다.

Tasks

DiversityKeyphrase Generation

Similar Papers 제목 키워드 기반

Towards Better Multi-modal Keyphrase Generation via Visual Entity Enhancement and Multi-granularity Image Noise Filtering

2023-09-09 · Yifan Dong, Suhang Wu, Fandong Meng, Jie zhou 외

Multi-modal keyphrase generation aims to produce a set of keyphrases that represent the core points of the input text-image pair. In this regard, dominant methods mainly focus on multi-modal fusion for keyphrase generati…

Image CaptioningImage-text matchingKeyphrase GenerationText Matching

Incorporating Linguistic Constraints into Keyphrase Generation

2019-07-01 · ACL 2019 7 · Jing Zhao, Yuxiang Zhang

Keyphrases, that concisely describe the high-level topics discussed in a document, are very useful for a wide range of natural language processing tasks. Though existing keyphrase generation methods have achieved remarka…

Keyphrase GenerationMulti-Task Learning

Enhancing Keyphrase Generation by BART Finetuning with Splitting and Shuffling

2023-09-13 · Bin Chen, Mizuho Iwaihara

Keyphrase generation is a task of identifying a set of phrases that best repre-sent the main topics or themes of a given text. Keyphrases are dividend int pre-sent and absent keyphrases. Recent approaches utilizing seque…

Keyphrase Generation

SGG: Learning to Select, Guide, and Generate for Keyphrase Generation

2021-05-06 · NAACL 2021 4 · Jing Zhao, Junwei Bao, Yifan Wang, Youzheng Wu 외

Keyphrases, that concisely summarize the high-level topics discussed in a document, can be categorized into present keyphrase which explicitly appears in the source text, and absent keyphrase which does not match any con…

Keyphrase GenerationText Generation

KPDrop: Improving Absent Keyphrase Generation

2021-12-02 · Jishnu Ray Chowdhury, Seoyeon Park, Tuhin Kundu, Cornelia Caragea

Keyphrase generation is the task of generating phrases (keyphrases) that summarize the main topics of a given document. Keyphrases can be either present or absent from the given document. While the extraction of present …

Keyphrase Generation