HannaAbiAkl commited on
Commit
4a65e73
1 Parent(s): b2eb6c4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +29 -3
README.md CHANGED
@@ -1,3 +1,29 @@
1
- ---
2
- license: mit
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: mit
3
+ ---
4
+
5
+
6
+ # WordNet Semantic Primes
7
+
8
+ ## Dataset Overview
9
+
10
+ We propose a dataset at the core of our semantic towers methodology which combines vectorized knowledge graph information to augment a Retrieval-and-Generation (RAG) pipeline.
11
+
12
+ ## Dataset Construction
13
+
14
+ The dataset is constructed by deriving and building the semantic tower - an ensemble of primitive semantic information related to a term - of 4 term types (noun, verb, adverb, adjective). These term typed are derived from a data dump from the original [WordNet](https://wordnet.princeton.edu/) dataset.
15
+
16
+ The semantic tower encompasses information gathered from Wikidata, specifically:
17
+
18
+ - label
19
+ - instance of
20
+ - subclass of
21
+ - part of
22
+ - represents
23
+ - description
24
+
25
+ This information forms the smallest subset of knowledge needed to distinguish a term from another.
26
+
27
+ ## Embeddings Generation
28
+
29
+ The vector embeddings are generated using the [General Text Embeddings (GTE)](https://huggingface.co/thenlper/gte-large) large model.