File size: 1,005 Bytes
1cc68ce
acb6f2e
 
 
 
 
 
1cc68ce
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
acb6f2e
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
26
27
28
29
30
31
32
33
34
---
license: mit
language:
- mt
tags:
- embeddings
- maltese
---

### Dataset Summary

This repository contains three distinct datasets focusing on Maltese word embeddings:

1. **GloVe Maltese Word Embeddings**
   Embeddings generated using GloVe on the "korpus_malti" dataset, the largest Maltese corpus available.

2. **Word2Vec Maltese Word Embeddings**
   Word embeddings for Maltese obtained using Word2Vec trained on the "korpus_malti" dataset.

3. **PPMI Maltese Word Embeddings**
   Pointwise Mutual Information (PPMI) based word embeddings generated from ConceptNet data via SVD on the co-occurrence matrix.

### Languages

- Maltese

## Dataset Creation
- GloVe and Word2Vec embeddings were trained using the largest Maltese dataset, "korpus_malti".
- Details of the training parameters for both GloVe and Word2Vec models can be found in the provided scripts.
- PPMI embeddings were trained using ConceptNet data and applying SVD on the co-occurrence matrix.

### Contributors

- Daniil Gurgurov