ihalage commited on
Commit
223ee49
1 Parent(s): b644ae3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -14,6 +14,37 @@ pretty_name: >-
14
  size_categories:
15
  - 1K<n<10K
16
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
17
  annotations_creators:
18
  - machine-generated
19
  - manual sifting
 
14
  size_categories:
15
  - 1K<n<10K
16
  ---
17
+
18
+ # Dataset Card for sinhala-finetune-qa-eli5
19
+
20
+ Sinhala question answering (QA) dataset contains a subset of the translated eli5 (explain like I'm 5) English dataset. eli5 is a crowdsourced dataset based on the content from the subreddit r/explainlikeimfive.
21
+ This is forum where users post complex questions and other users provide simplified explanations.
22
+
23
+ A subset of eli5 dataset (10k samples) has been machine translated to Sinhala language using the Google Cloud Translation API.
24
+
25
+ ## Dataset Format
26
+
27
+ `sinhala-finetune-qa-eli5` dataset contains the following columns.
28
+
29
+ - q_id (question ID)
30
+ - subreddit (subreddit where the question was asked)
31
+ - url (URL to the question)
32
+ - sinhala_question (Sinhala translation of the question)
33
+ - sinhala_answer (Sinhala translation of an answer to the question)
34
+ - english_question (Original English question)
35
+ - english_answer (an English answer)
36
+
37
+ ## Applications
38
+
39
+ Many open source LLMs do not perform well on relatively uncommon languages such as Sinhala (as of June 2024). This dataset can be used to finetune open-source LLMs for Sinhala language, allowing the models to learn the
40
+ syntax and semantics of the language and be able to generate coherent and contextually appropriate text in Sinhala. As the dataset contains the original English text too, one may use this dataset to finetune LLMs for
41
+ translation tasks.
42
+
43
+ - Sinhala question answering
44
+ - English-Sinhala translation
45
+
46
+
47
+ ## Dataset Summary
48
  annotations_creators:
49
  - machine-generated
50
  - manual sifting