hghader1 commited on
Commit
2343443
·
verified ·
1 Parent(s): 27e5280

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +32 -1
README.md CHANGED
@@ -30,7 +30,38 @@ dataset_info:
30
  num_examples: 1014
31
  download_size: 1362720
32
  dataset_size: 4344454
 
 
 
 
 
 
 
 
33
  ---
34
  # Dataset Card for "FarsTail-Instruct-LLM"
35
 
36
- [More Information needed](https://github.com/huggingface/datasets/blob/main/CONTRIBUTING.md#how-to-contribute-to-the-dataset-cards)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  num_examples: 1014
31
  download_size: 1362720
32
  dataset_size: 4344454
33
+ license: apache-2.0
34
+ task_categories:
35
+ - text-generation
36
+ language:
37
+ - fa
38
+ pretty_name: FarsTail dataset in prompt completion format
39
+ size_categories:
40
+ - 10K<n<100K
41
  ---
42
  # Dataset Card for "FarsTail-Instruct-LLM"
43
 
44
+ ## Dataset Description
45
+
46
+ FarsTail Instruct LLM dataset is a Persian (Farsi) dataset aimed to be used for text generation tasks by large language models. The dataset is in prompt/completion (instruction) format.
47
+ The dataset is created from [FarsTail dataset](https://github.com/dml-qom/FarsTail/) by changing the format of "e" (entailment) and "c" (contradiction) cases and adding some command and completion templates.
48
+
49
+ ## Prompt and Completion Templates
50
+
51
+ Here are the templates used for prompt and completion in each datapoint. The templates are assined randomly.
52
+
53
+ ### Templates Used for "e" Cases
54
+
55
+ | Prompt Templates | Completion Templates |
56
+ | ---------------- | -------------------- |
57
+ | <div dir="rtl">از متن زیر چه نتیجه‌ای می‌توان گرفت: </div> | <div dir="rtl"> از متن داده شده می‌توان نتیجه زیر را گرفت:</div> |
58
+ | <div dir="rtl">جمله‌ای بنویس که می‌تواند نتیجه‌ متن زیر باشد: </div> | <div dir="rtl">جمله‌ زیر را می‌توان از متن داده شده نتیجه گرفت:</div> |
59
+ | <div dir="rtl">جمله‌ای بنویس که می‌توان از متن زیر نتیجه گرفت: </div> | <div dir="rtl">با توجه به متن داده شده می‌توان نتیجه زیر را گرفت:</div> |
60
+
61
+ ### Templates Used for "c" Cases
62
+
63
+ | Prompt Templates | Completion Templates |
64
+ | ---------------- | -------------------- |
65
+ | <div dir="rtl">جمله‌ای بنویس که ناقض متن زیر باشد: </div> | <div dir="rtl">جمله زیر متن داده شده را نقض می‌کند: </div> |
66
+ | <div dir="rtl">جمله‌ای بنویس که متن زیر را نقض کند: </div> | <div dir="rtl">جمله زیر با متن داده شده تناقض دارد: </div> |
67
+ | <div dir="rtl">جمله‌ای متناقض با متن زیر بنویس: </div> | <div dir="rtl">جمله زیر ناقض متن داده شده است: </div> |