paper-with-me

Papers

Query-Based Keyphrase Extraction from Long Documents

2022-05-11 · Martin Docekal, Pavel Smrz

Transformer-based architectures in natural language processing force input size limits that can be problematic when long documents need to be processed. This paper overcomes this issue for keyphrase extraction by chunking the long documents while keeping a global context as a query defining the topic for which relevant keyphrases should be extracted. The developed system employs a pre-trained BERT model and adapts it to estimate the probability that a given text span forms a keyphrase. We experimented using various context sizes on two popular datasets, Inspec and SemEval, and a large novel dataset. The presented results show that a shorter context with a query overcomes a longer one without the query on long documents.

📄 PDF Abstract BibTeX arXiv:2205.05391

Code (1)

KNOT-FIT-BUT/QBEK 공식 구현 pytorch

Tasks

ChunkingKeyphrase Extraction

Methods 이 논문이 사용한 방법론

Attention 설명 없음
Linear Layer A Linear Layer is a projection $\mathbf{XW + b}$.
Dense Connections Dense Connections, or Fully Connected Connections, are a type of layer in a deep neural network that use a linear operation where every input is connected to every output…
Weight Decay 설명 없음
Dropout Dropout is a regularization technique for neural networks that drops a unit (along with connections) at training time with a specified probability $p$ (a common value is…
WordPiece 설명 없음
Layer Normalization Unlike batch normalization, Layer Normalization directly estimates the normalization statistics from the summed inputs…
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$…

Similar Papers 제목 키워드 기반

LongKey: Keyphrase Extraction for Long Documents

2024-11-26 · Jeovane Honorio Alves, Radu State, Cinthia Obladen de Almendra Freitas, Jean Paul Barddal

In an era of information overload, manually annotating the vast and growing corpus of documents and scholarly papers is increasingly impractical. Automated keyphrase extraction addresses this challenge by identifying rep…

Keyphrase ExtractionLanguage ModelingLanguage Modelling

Enhancing Keyphrase Extraction from Long Scientific Documents using Graph Embeddings

2023-05-16 · Roberto Martínez-Cruz, Debanjan Mahata, Alvaro J. López-López, José Portela

In this study, we investigate using graph neural network (GNN) representations to enhance contextualized representations of pre-trained language models (PLMs) for keyphrase extraction from lengthy documents. We show that…

Graph Neural NetworkKeyphrase Extraction

Keyphrase Extraction from Scientific Articles via Extractive Summarization

2021-06-01 · NAACL (sdp) 2021 6 · Chrysovalantis Giorgos Kontoulis, Eirini Papagiannopoulou, Grigorios Tsoumakas

Automatically extracting keyphrases from scholarly documents leads to a valuable concise representation that humans can understand and machines can process for tasks, such as information retrieval, article clustering and…

ArticlesExtractive SummarizationInformation RetrievalKeyphrase Extraction+1

TermITH-Eval: a French Standard-Based Resource for Keyphrase Extraction Evaluation

2016-05-01 · LREC 2016 5 · Adrien Bougouin, Sabine Barreaux, Laurent Romary, Florian Boudin 외

Keyphrase extraction is the task of finding phrases that represent the important content of a document. The main aim of keyphrase extraction is to propose textual units that represent the most important topics developed …

Keyphrase Extraction

LDKP: A Dataset for Identifying Keyphrases from Long Scientific Documents

2022-03-29 · Debanjan Mahata, Navneet Agarwal, Dibya Gautam, Amardeep Kumar 외

Identifying keyphrases (KPs) from text documents is a fundamental task in natural language processing and information retrieval. Vast majority of the benchmark datasets for this task are from the scientific domain contai…

ArticlesInformation RetrievalKeyphrase ExtractionKeyphrase Generation+1