Create README.md

#2
by nli33 - opened
Files changed (1) hide show
  1. README.md +84 -0
README.md ADDED
@@ -0,0 +1,84 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ pretty_name: MS MARCO Passage Augmented
3
+ language:
4
+ - en
5
+ license: unknown
6
+ task_categories:
7
+ - retrieval
8
+ - text-retrieval
9
+ task_ids:
10
+ - document-retrieval
11
+ - passage-retrieval
12
+ size_categories:
13
+ - 1M<n<10M
14
+
15
+ dataset_info:
16
+ features:
17
+ - name: query_id
18
+ dtype: string
19
+
20
+ - name: query
21
+ dtype: string
22
+
23
+ - name: positive_passages
24
+ sequence:
25
+ - name: docid
26
+ dtype: string
27
+ - name: title
28
+ dtype: string
29
+ - name: text
30
+ dtype: string
31
+
32
+ - name: negative_passages
33
+ sequence:
34
+ - name: docid
35
+ dtype: string
36
+ - name: title
37
+ dtype: string
38
+ - name: text
39
+ dtype: string
40
+
41
+ splits:
42
+ - name: train
43
+ num_bytes: null
44
+ num_examples: null
45
+
46
+ - name: dev
47
+ num_bytes: null
48
+ num_examples: null
49
+
50
+ - name: dl19
51
+ num_bytes: null
52
+ num_examples: null
53
+
54
+ - name: dl20
55
+ num_bytes: null
56
+ num_examples: null
57
+
58
+ download_size: null
59
+ dataset_size: null
60
+
61
+ citation: |
62
+ @misc{bajaj2018ms,
63
+ title={MS MARCO: A Human Generated MAchine Reading COmprehension Dataset},
64
+ author={Payal Bajaj and Daniel Campos and Nick Craswell and Li Deng and Jianfeng Gao and Xiaodong Liu
65
+ and Rangan Majumder and Andrew McNamara and Bhaskar Mitra and Tri Nguyen and Mir Rosenberg and Xia Song
66
+ and Alina Stoica and Saurabh Tiwary and Tong Wang},
67
+ year={2018},
68
+ eprint={1611.09268},
69
+ archivePrefix={arXiv},
70
+ primaryClass={cs.CL}
71
+ }
72
+
73
+ ---
74
+
75
+ # MS MARCO Passage Augmented
76
+
77
+ MS MARCO passage retrieval dataset with positive and negative passages.
78
+
79
+ ## Features
80
+
81
+ - `query_id`: query identifier
82
+ - `query`: search query
83
+ - `positive_passages`: relevant passages
84
+ - `negative_passages`: non-relevant passages