nielsr HF Staff commited on
Commit
e425bf0
·
verified ·
1 Parent(s): 83a424a

Update dataset card with paper link, code link and metadata

Browse files

Hi, I'm Niels from the community science team at Hugging Face.

This PR aims to improve the dataset card for SlovKE. I've added:
- Relevant metadata including `task_categories`, `language`, and `size_categories`.
- Links to the paper and the GitHub repository.
- A descriptive summary of the dataset based on the paper abstract.

Files changed (1) hide show
  1. README.md +23 -3
README.md CHANGED
@@ -1,3 +1,23 @@
1
- ---
2
- license: cc-by-nc-4.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-nc-4.0
3
+ task_categories:
4
+ - other
5
+ language:
6
+ - sk
7
+ tags:
8
+ - keyphrase-extraction
9
+ size_categories:
10
+ - 100K<n<1M
11
+ ---
12
+
13
+ # SlovKE: A Large-Scale Dataset and LLM Evaluation for Slovak Keyphrase Extraction
14
+
15
+ This repository contains the SlovKE dataset, as presented in the paper [SlovKE: A Large-Scale Dataset and LLM Evaluation for Slovak Keyphrase Extraction](https://huggingface.co/papers/2603.15523).
16
+
17
+ - **Code:** [https://github.com/NaiveNeuron/SlovKE](https://github.com/NaiveNeuron/SlovKE)
18
+
19
+ ## Dataset Description
20
+
21
+ SlovKE is a large-scale dataset for Slovak keyphrase extraction, consisting of 227,432 scientific abstracts with author-assigned keyphrases. The data was scraped and cleaned from the Slovak Central Register of Theses. It represents a significant resource for low-resource, morphologically rich language processing, representing a 25-fold increase over prior Slovak resources and approaching the scale of established English benchmarks like KP20K.
22
+
23
+ The dataset is designed to benchmark both unsupervised baselines (such as YAKE, TextRank, and KeyBERT) and LLM-based extraction methods (like KeyLLM). It highlights the challenges of morphological mismatch in inflected languages where surface forms in the text must be matched to canonical author-assigned keyphrases.