nthakur commited on
Commit
b4ff99e
·
verified ·
1 Parent(s): f00d732

Keep summary/structure/splits in README

Browse files

Preserve Dataset Summary, Dataset Structure, and Data Splits while removing placeholder sections.

Files changed (1) hide show
  1. README.md +18 -5
README.md CHANGED
@@ -77,9 +77,9 @@ dataset_info:
77
 
78
  ### Dataset Summary
79
 
80
- BEIR is a heterogeneous benchmark that has been built from 18 diverse datasets representing 9 information retrieval tasks.
81
 
82
- All these datasets have been preprocessed and can be used for experiments.
83
 
84
  ### Supported Tasks and Leaderboards
85
 
@@ -93,10 +93,23 @@ All tasks are in English (`en`).
93
 
94
  ## Dataset Structure
95
 
96
- This dataset includes `corpus` and `queries` in Parquet format.
97
 
98
- - `corpus`: records with `_id`, `title`, and `text`.
99
- - `queries`: records with `_id`, `title`, and `text`.
 
 
 
 
 
 
 
 
 
 
 
 
 
100
 
101
  ## Citation Information
102
 
 
77
 
78
  ### Dataset Summary
79
 
80
+ BEIR is a heterogeneous benchmark built from 18 diverse datasets representing 9 information retrieval tasks.
81
 
82
+ This `arguana` subset is the Argument Retrieval task within BEIR.
83
 
84
  ### Supported Tasks and Leaderboards
85
 
 
93
 
94
  ## Dataset Structure
95
 
96
+ This dataset uses the standard BEIR retrieval layout and includes:
97
 
98
+ - `corpus`: one row per document with `_id`, `title`, `text`
99
+ - `queries`: one row per query with `_id`, `title`, `text`
100
+
101
+ ### Data Fields
102
+
103
+ - `_id` (`string`): unique identifier
104
+ - `title` (`string`): title (empty string when unavailable)
105
+ - `text` (`string`): document/query text
106
+
107
+ ### Data Splits
108
+
109
+ | Subset | Split | Rows |
110
+ | --- | --- | ---: |
111
+ | corpus | corpus | 8,674 |
112
+ | queries | queries | 1,406 |
113
 
114
  ## Citation Information
115