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:
Update README.md
Browse files
README.md
CHANGED
|
@@ -67,6 +67,9 @@ dataset_info:
|
|
| 67 |
|
| 68 |
# Dataset Card for BEIR Benchmark
|
| 69 |
|
|
|
|
|
|
|
|
|
|
| 70 |
## Dataset Description
|
| 71 |
|
| 72 |
- **Homepage:** https://beir.ai
|
|
@@ -89,8 +92,6 @@ BEIR is a heterogeneous benchmark built from 18 diverse datasets representing 9
|
|
| 89 |
- Tweet Retrieval: [Signal-1M](https://research.signal-ai.com/datasets/signal1m-tweetir.html)
|
| 90 |
- Entity Retrieval: [DBPedia](https://github.com/iai-group/DBpedia-Entity/)
|
| 91 |
|
| 92 |
-
> **This `arguana` subset is the Argument Retrieval task within BEIR.**
|
| 93 |
-
|
| 94 |
### Languages
|
| 95 |
|
| 96 |
All tasks are in English (`en`).
|
|
@@ -142,7 +143,7 @@ qrels = {
|
|
| 142 |
}
|
| 143 |
```
|
| 144 |
|
| 145 |
-
###
|
| 146 |
|
| 147 |
| Subset | Split | Rows |
|
| 148 |
| --- | --- | ---: |
|
|
|
|
| 67 |
|
| 68 |
# Dataset Card for BEIR Benchmark
|
| 69 |
|
| 70 |
+
> **`arguana` is one of the datasets from the Argument Retrieval task within BEIR, evaluating retrieving counterarguments for a given argument as query.**
|
| 71 |
+
> **NOTE: ArguAna has queries also incorporated within the corpus, so you should remove the same query_id if present within corpus during inference (implemented in BEIR)**
|
| 72 |
+
|
| 73 |
## Dataset Description
|
| 74 |
|
| 75 |
- **Homepage:** https://beir.ai
|
|
|
|
| 92 |
- Tweet Retrieval: [Signal-1M](https://research.signal-ai.com/datasets/signal1m-tweetir.html)
|
| 93 |
- Entity Retrieval: [DBPedia](https://github.com/iai-group/DBpedia-Entity/)
|
| 94 |
|
|
|
|
|
|
|
| 95 |
### Languages
|
| 96 |
|
| 97 |
All tasks are in English (`en`).
|
|
|
|
| 143 |
}
|
| 144 |
```
|
| 145 |
|
| 146 |
+
### ArguAna Data Splits
|
| 147 |
|
| 148 |
| Subset | Split | Rows |
|
| 149 |
| --- | --- | ---: |
|