Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,21 @@
|
|
1 |
-
---
|
2 |
-
license: apache-2.0
|
3 |
-
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: apache-2.0
|
3 |
+
---
|
4 |
+
|
5 |
+
# 📂 Dataset for "A Comparative Analysis of Static Word Embeddings for Hungarian"
|
6 |
+
|
7 |
+
This repository provides supporting data for the paper:
|
8 |
+
**_A Comparative Analysis of Static Word Embeddings for Hungarian_** by *Máté Gedeon*.
|
9 |
+
|
10 |
+
## 📄 Contents
|
11 |
+
|
12 |
+
This dataset includes:
|
13 |
+
|
14 |
+
- `train_sentences.txt`: The raw text corpus used to train **X2Static** embeddings derived from **huBERT** and **XLM-RoBERTa** (it contains one sentence in each line).
|
15 |
+
- `final_vocab.pkl`: The restricted vocabulary list used across all evaluated embedding models to ensure fair comparison.
|
16 |
+
|
17 |
+
## 🧪 Purpose
|
18 |
+
|
19 |
+
These resources were used to train and evaluate various static word embeddings in both intrinsic (e.g., word analogies) and extrinsic (e.g., POS tagging, NER) tasks for the Hungarian language.
|
20 |
+
|
21 |
+
They are intended to support reproducibility and further research into Hungarian NLP and embedding methodologies.
|