paper-with-me

홈 › Papers

Open Domain Web Keyphrase Extraction Beyond Language Modeling

2019-11-06 · IJCNLP 2019 11 · Lee Xiong, Chuan Hu, Chenyan Xiong, Daniel Campos, Arnold Overwijk

This paper studies keyphrase extraction in real-world scenarios where documents are from diverse domains and have variant content quality. We curate and release OpenKP, a large scale open domain keyphrase extraction dataset with near one hundred thousand web documents and expert keyphrase annotations. To handle the variations of domain and content quality, we develop BLING-KPE, a neural keyphrase extraction model that goes beyond language understanding using visual presentations of documents and weak supervision from search queries. Experimental results on OpenKP confirm the effectiveness of BLING-KPE and the contributions of its neural architecture, visual features, and search log weak supervision. Zero-shot evaluations on DUC-2001 demonstrate the improved generalization ability of learning from the open domain data compared to a specific domain.

📄 PDF Abstract BibTeX arXiv:1911.02671

Code (2)

microsoft/MSMARCO-OpenKP
microsoft/OpenKP

Tasks

Keyphrase ExtractionLanguage ModelingLanguage Modelling

Similar Papers 제목 키워드 기반

Capturing Global Informativeness in Open Domain Keyphrase Extraction

2020-04-28 · Si Sun, Zhenghao Liu, Chenyan Xiong, Zhiyuan Liu 외

Open-domain KeyPhrase Extraction (KPE) aims to extract keyphrases from documents without domain or quality restrictions, e.g., web pages with variant domains and qualities. Recently, neural methods have shown promising r…

ChunkingInformativenessKeyphrase Extraction

Enhancing Phrase Representation by Information Bottleneck Guided Text Diffusion Process for Keyphrase Extraction

2023-08-17 · Yuanzhen Luo, Qingyu Zhou, Feng Zhou

Keyphrase extraction (KPE) is an important task in Natural Language Processing for many scenarios, which aims to extract keyphrases that are present in a given document. Many existing supervised methods treat KPE as sequ…

Keyphrase Extraction

Keyphrase Extraction with Incomplete Annotated Training Data

2021-11-01 · WNUT (ACL) 2021 11 · Yanfei Lei, Chunming Hu, Guanghui Ma, Richong Zhang

Extracting keyphrases that summarize the main points of a document is a fundamental task in natural language processing. Supervised approaches to keyphrase extraction(KPE) are largely developed based on the assumption th…

Keyphrase Extraction

PatternRank: Leveraging Pretrained Language Models and Part of Speech for Unsupervised Keyphrase Extraction

2022-10-11 · Tim Schopf, Simon Klimek, Florian Matthes

Keyphrase extraction is the process of automatically selecting a small set of most relevant phrases from a given text. Supervised keyphrase extraction approaches need large amounts of labeled training data and perform po…

Keyphrase Extraction

pke: an open source python-based keyphrase extraction toolkit

2016-12-01 · COLING 2016 12 · Florian Boudin

We describe pke, an open source python-based keyphrase extraction toolkit. It provides an end-to-end keyphrase extraction pipeline in which each component can be easily modified or extented to develop new approaches. pke…

BenchmarkingKeyphrase ExtractionText Categorization