ebrarkiziloglu commited on
Commit
35c8222
·
verified ·
1 Parent(s): 1982627

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +31 -0
README.md CHANGED
@@ -27,3 +27,34 @@ configs:
27
  - split: validation
28
  path: data/validation-*
29
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  - split: validation
28
  path: data/validation-*
29
  ---
30
+
31
+ # Dataset Card for Scifact-TR
32
+
33
+ ## Table of Contents
34
+ - [Dataset Description](#dataset-description)
35
+ - [Dataset Structure](#dataset-structure)
36
+ - [Data Fields](#data-fields)
37
+ - [Source Data](#source-data)
38
+
39
+ ## Dataset Description
40
+
41
+ Scifact-TR is originally [released](https://huggingface.co/datasets/trmteb/scifact-tr_fine_tuning_dataset) by [TR-MTEB](https://huggingface.co/trmteb) group.
42
+
43
+ ### Dataset Structure
44
+
45
+ The original dataset only had `train` and `test` split. We applied the following splitting methodology to obtain the `validation` split:
46
+
47
+ * If a train-val-test split is available, we use the existing divisions as provided.
48
+ * For datasets with a train-test split only, we create a val split from the training set, sized to match the test set, and apply this across all models.
49
+ * In cases with a train-val split, we reassign the val set as the test split, then generate a new val split from the training data following the approach above.
50
+ * In cases with a val-test split, we split validation into train and vad sets in 80\% and 20\% proportions, respectively.
51
+ * When only a single combined split is present, we partition the data into train, val, and test sets in 70\%, 15\%, and 15\% proportions, respectively.
52
+
53
+ ### Data Fields
54
+
55
+ - **anchor** (string): A user query in Turkish.
56
+ - **positive** (string): A factual answer in Turkish related to the anchor.
57
+
58
+ ## Source Dataset
59
+
60
+ [hf.co/trmteb/scifact-tr_fine_tuning_dataset](https://huggingface.co/datasets/trmteb/scifact-tr_fine_tuning_dataset)