DGurgurov commited on
Commit
79a8f1a
·
verified ·
1 Parent(s): cdf58af

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +10 -0
README.md CHANGED
@@ -1,3 +1,13 @@
1
  ---
2
  license: mit
3
  ---
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
  ---
4
+
5
+
6
+ ConceptNet Data for the Maltese Language
7
+
8
+ **Dataset Description:**
9
+ This dataset contains data extracted from ConceptNet using the dedicated module for fetching knowledge from the graph, available on [GitHub](https://github.com/d-gurgurov/Conceptnet-Embeddings).
10
+
11
+ **Data Structure:**
12
+ The data is converted from triplets into natural text using a pre-defined relationship mapping and split into training and validation sets. It was used for training language adapters for the project aimed at [injecting external commonsense knowledge into multilingual Large Language Models](https://github.com/d-gurgurov/Injecting-Commonsense-
13
+ Knowledge-into-LLMs).