HannaAbiAkl commited on
Commit
576a478
1 Parent(s): 848332b

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
+ # Geonames 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 660 category classes related to geographical locations. These locations are themselves classified into 9 higher-level categories, e.g. H for stream, lake, and sea, and R for road and railroad.
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.