yahyaabd commited on
Commit
300e4e5
·
verified ·
1 Parent(s): e58dfc8

Initial upload of triplet-all dataset with train split

Browse files
README.md CHANGED
@@ -1,3 +1,33 @@
 
1
  ---
2
- license: apache-2.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+
2
  ---
3
+ configs:
4
+ - config_name: triplet-all
5
+ data_files:
6
+ - split: train
7
+ path: triplet-all/*
8
+ dataset_info:
9
+ - config_name: triplet-all
10
+ features:
11
+ - name: query
12
+ dtype: string
13
+ - name: pos
14
+ dtype: string
15
+ - name: neg
16
+ dtype: string
17
+ splits:
18
+ - name: train
19
+ num_examples: 967831
20
  ---
21
+
22
+ # BPS Triplet Dataset
23
+
24
+ This dataset contains triplets of queries with positive and negative examples for training information retrieval models.
25
+
26
+ - **Config**: triplet-all
27
+ - **Split**: train
28
+ - **Number of examples**: 967831
29
+
30
+ Each example consists of:
31
+ - `query`: The query text.
32
+ - `pos`: A positive (relevant) document text.
33
+ - `neg`: A negative (irrelevant) document text.
triplet-all/dataset_dict.json ADDED
@@ -0,0 +1 @@
 
 
1
+ {"splits": ["train"]}
triplet-all/train/data-00000-of-00001.arrow ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b8359bc933e2d8e543322d211bfaad12307422646010afc75683044eb1dbeb8d
3
+ size 274007720
triplet-all/train/dataset_info.json ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "builder_name": "csv",
3
+ "citation": "",
4
+ "config_name": "default",
5
+ "dataset_name": "csv",
6
+ "dataset_size": 273622763,
7
+ "description": "",
8
+ "download_checksums": {
9
+ "D:/Skripsi/3data/3dataset - statictable - ir/5-split-dataset/triplet-all/query_pos_neg_triplets.csv": {
10
+ "num_bytes": 270567144,
11
+ "checksum": null
12
+ }
13
+ },
14
+ "download_size": 270567144,
15
+ "features": {
16
+ "query": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "pos": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "neg": {
25
+ "dtype": "string",
26
+ "_type": "Value"
27
+ }
28
+ },
29
+ "homepage": "",
30
+ "license": "",
31
+ "size_in_bytes": 544189907,
32
+ "splits": {
33
+ "train": {
34
+ "name": "train",
35
+ "num_bytes": 273622763,
36
+ "num_examples": 967831,
37
+ "dataset_name": "csv"
38
+ }
39
+ },
40
+ "version": {
41
+ "version_str": "0.0.0",
42
+ "major": 0,
43
+ "minor": 0,
44
+ "patch": 0
45
+ }
46
+ }
triplet-all/train/state.json ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_data_files": [
3
+ {
4
+ "filename": "data-00000-of-00001.arrow"
5
+ }
6
+ ],
7
+ "_fingerprint": "328de888cbd8a189",
8
+ "_format_columns": null,
9
+ "_format_kwargs": {},
10
+ "_format_type": null,
11
+ "_output_all_columns": false,
12
+ "_split": "train"
13
+ }