Datasets:
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
Tags:
biomedical-information-retrieval
citation-prediction-retrieval
passage-retrieval
news-retrieval
argument-retrieval
zero-shot-information-retrieval
License:
Keep summary/structure/splits in README
Browse filesPreserve Dataset Summary, Dataset Structure, and Data Splits while removing placeholder sections.
README.md
CHANGED
|
@@ -77,9 +77,9 @@ dataset_info:
|
|
| 77 |
|
| 78 |
### Dataset Summary
|
| 79 |
|
| 80 |
-
BEIR is a heterogeneous benchmark
|
| 81 |
|
| 82 |
-
|
| 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
|
| 97 |
|
| 98 |
-
- `corpus`:
|
| 99 |
-
- `queries`:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 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 |
|