davmel commited on
Commit
25235e6
·
verified ·
1 Parent(s): a05f5c2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -15,12 +15,14 @@ For more specific details you can read my <a href="https://github.com/ddamel/Geo
15
  ## Dataset
16
  At this point I've considered only the homonym: "ბარი" and it's different grammatical forms obtaining 7522 sentences.
17
 
18
- The "dataset.csv" includes:
19
 
20
  - 763 sentences using "ბარი" as a "shovel" labaled with 0
21
  - 1846 sentences using "ბარი" as a "lowland" labeld with 1
22
  - 3320 sentences using "ბარი" as a "cafe" labeled with 2
23
  - 1593 sentences where the homonym is used in a different context, labeled with 3 (Although these sentences could be further classified by the definitions of the homonyms, for this project I've ignored other usages).
24
 
 
 
25
  The "full-homonym-sentences-ბარ.txt" includes the sentences which contain the homonym "ბარი" and it's various grammatical forms. These sentences were limited to a
26
  maximum length of 13 words, with the homonym positioned in the middle of each sentence. They are around 28000 and are not labelled.
 
15
  ## Dataset
16
  At this point I've considered only the homonym: "ბარი" and it's different grammatical forms obtaining 7522 sentences.
17
 
18
+ The "dataset.parquet" includes:
19
 
20
  - 763 sentences using "ბარი" as a "shovel" labaled with 0
21
  - 1846 sentences using "ბარი" as a "lowland" labeld with 1
22
  - 3320 sentences using "ბარი" as a "cafe" labeled with 2
23
  - 1593 sentences where the homonym is used in a different context, labeled with 3 (Although these sentences could be further classified by the definitions of the homonyms, for this project I've ignored other usages).
24
 
25
+ the column 'homonym_index' contains the index of the homonym in the sentence, that is, the index of the word which is the homonym.
26
+
27
  The "full-homonym-sentences-ბარ.txt" includes the sentences which contain the homonym "ბარი" and it's various grammatical forms. These sentences were limited to a
28
  maximum length of 13 words, with the homonym positioned in the middle of each sentence. They are around 28000 and are not labelled.