Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
File size: 1,078 Bytes
c5d7f9a
 
 
 
 
 
 
 
77e6249
4052309
77e6249
4052309
c5d7f9a
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
---
license: apache-2.0
---

# 📂 Dataset for "A Comparative Analysis of Static Word Embeddings for Hungarian"

This repository provides supporting data for the paper:  
**_A Comparative Analysis of Static Word Embeddings for Hungarian_** by *Máté Gedeon*.

The paper can be found here: https://arxiv.org/abs/2505.07809

The corresponding GitHub repository: https://github.com/gedeonmate/hungarian_static_embeddings

## 📄 Contents

This dataset includes:

- `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).
- `final_vocab.pkl`: The restricted vocabulary list used across all evaluated embedding models to ensure fair comparison.

## 🧪 Purpose

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.

They are intended to support reproducibility and further research into Hungarian NLP and embedding methodologies.