Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -1,8 +1,12 @@
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
language:
|
| 3 |
- eng
|
| 4 |
license: cc-by-sa-4.0
|
| 5 |
multilinguality: monolingual
|
|
|
|
|
|
|
| 6 |
task_categories:
|
| 7 |
- text-retrieval
|
| 8 |
task_ids: []
|
|
@@ -68,13 +72,16 @@ configs:
|
|
| 68 |
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
|
| 69 |
</div>
|
| 70 |
|
| 71 |
-
|
| 72 |
|
| 73 |
| | |
|
| 74 |
|---------------|---------------------------------------------|
|
| 75 |
-
| Task category |
|
| 76 |
-
| Domains |
|
| 77 |
-
| Reference | http://argumentation.bplaced.net/arguana/data |
|
|
|
|
|
|
|
|
|
|
| 78 |
|
| 79 |
|
| 80 |
## How to evaluate on this task
|
|
@@ -84,15 +91,15 @@ You can evaluate an embedding model on this dataset using the following code:
|
|
| 84 |
```python
|
| 85 |
import mteb
|
| 86 |
|
| 87 |
-
task = mteb.
|
| 88 |
-
evaluator = mteb.MTEB(task)
|
| 89 |
|
| 90 |
model = mteb.get_model(YOUR_MODEL)
|
| 91 |
evaluator.run(model)
|
| 92 |
```
|
| 93 |
|
| 94 |
<!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
|
| 95 |
-
To learn more about how to run models on `mteb` task check out the [GitHub
|
| 96 |
|
| 97 |
## Citation
|
| 98 |
|
|
@@ -100,15 +107,11 @@ If you use this dataset, please cite the dataset as well as [mteb](https://githu
|
|
| 100 |
|
| 101 |
```bibtex
|
| 102 |
|
| 103 |
-
@inproceedings{
|
| 104 |
-
author = {
|
| 105 |
-
|
| 106 |
-
|
| 107 |
-
|
| 108 |
-
journal-abbrev = {ECIR},
|
| 109 |
-
title = {A Full-Text Learning to Rank Dataset for Medical Information Retrieval},
|
| 110 |
-
url = {http://www.cl.uni-heidelberg.de/~riezler/publications/papers/ECIR2016.pdf},
|
| 111 |
-
year = {2016},
|
| 112 |
}
|
| 113 |
|
| 114 |
|
|
@@ -123,7 +126,7 @@ If you use this dataset, please cite the dataset as well as [mteb](https://githu
|
|
| 123 |
}
|
| 124 |
|
| 125 |
@article{muennighoff2022mteb,
|
| 126 |
-
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne,
|
| 127 |
title = {MTEB: Massive Text Embedding Benchmark},
|
| 128 |
publisher = {arXiv},
|
| 129 |
journal={arXiv preprint arXiv:2210.07316},
|
|
@@ -151,32 +154,31 @@ desc_stats = task.metadata.descriptive_stats
|
|
| 151 |
{
|
| 152 |
"test": {
|
| 153 |
"num_samples": 10080,
|
| 154 |
-
"number_of_characters":
|
| 155 |
-
"
|
| 156 |
-
|
| 157 |
-
|
| 158 |
-
|
| 159 |
-
|
| 160 |
-
|
| 161 |
-
|
| 162 |
-
"
|
| 163 |
-
"
|
| 164 |
-
|
| 165 |
-
|
| 166 |
-
|
| 167 |
-
|
| 168 |
-
|
| 169 |
-
|
| 170 |
-
"
|
| 171 |
-
"
|
| 172 |
-
|
| 173 |
-
|
| 174 |
-
|
| 175 |
-
|
| 176 |
-
|
| 177 |
-
|
| 178 |
-
"
|
| 179 |
-
"max_top_ranked_per_query": null
|
| 180 |
}
|
| 181 |
}
|
| 182 |
```
|
|
|
|
| 1 |
---
|
| 2 |
+
annotations_creators:
|
| 3 |
+
- derived
|
| 4 |
language:
|
| 5 |
- eng
|
| 6 |
license: cc-by-sa-4.0
|
| 7 |
multilinguality: monolingual
|
| 8 |
+
source_datasets:
|
| 9 |
+
- mteb/arguana
|
| 10 |
task_categories:
|
| 11 |
- text-retrieval
|
| 12 |
task_ids: []
|
|
|
|
| 72 |
<div style="font-size: 0.9rem; color: #2c5282; margin-top: 10px;">Massive Text Embedding Benchmark</div>
|
| 73 |
</div>
|
| 74 |
|
| 75 |
+
ArguAna: Retrieval of the Best Counterargument without Prior Topic Knowledge
|
| 76 |
|
| 77 |
| | |
|
| 78 |
|---------------|---------------------------------------------|
|
| 79 |
+
| Task category | Retrieval (text-to-text) |
|
| 80 |
+
| Domains | Social, Web, Written |
|
| 81 |
+
| Reference | [ACL](http://argumentation.bplaced.net/arguana/data) |
|
| 82 |
+
|
| 83 |
+
Source datasets:
|
| 84 |
+
- [mteb/arguana](https://huggingface.co/datasets/mteb/arguana)
|
| 85 |
|
| 86 |
|
| 87 |
## How to evaluate on this task
|
|
|
|
| 91 |
```python
|
| 92 |
import mteb
|
| 93 |
|
| 94 |
+
task = mteb.get_task("ArguAna")
|
| 95 |
+
evaluator = mteb.MTEB([task])
|
| 96 |
|
| 97 |
model = mteb.get_model(YOUR_MODEL)
|
| 98 |
evaluator.run(model)
|
| 99 |
```
|
| 100 |
|
| 101 |
<!-- Datasets want link to arxiv in readme to autolink dataset with paper -->
|
| 102 |
+
To learn more about how to run models on `mteb` task check out the [GitHub repository](https://github.com/embeddings-benchmark/mteb).
|
| 103 |
|
| 104 |
## Citation
|
| 105 |
|
|
|
|
| 107 |
|
| 108 |
```bibtex
|
| 109 |
|
| 110 |
+
@inproceedings{wachsmuth2018retrieval,
|
| 111 |
+
author = {Wachsmuth, Henning and Syed, Shahbaz and Stein, Benno},
|
| 112 |
+
booktitle = {ACL},
|
| 113 |
+
title = {Retrieval of the Best Counterargument without Prior Topic Knowledge},
|
| 114 |
+
year = {2018},
|
|
|
|
|
|
|
|
|
|
|
|
|
| 115 |
}
|
| 116 |
|
| 117 |
|
|
|
|
| 126 |
}
|
| 127 |
|
| 128 |
@article{muennighoff2022mteb,
|
| 129 |
+
author = {Muennighoff, Niklas and Tazi, Nouamane and Magne, Loïc and Reimers, Nils},
|
| 130 |
title = {MTEB: Massive Text Embedding Benchmark},
|
| 131 |
publisher = {arXiv},
|
| 132 |
journal={arXiv preprint arXiv:2210.07316},
|
|
|
|
| 154 |
{
|
| 155 |
"test": {
|
| 156 |
"num_samples": 10080,
|
| 157 |
+
"number_of_characters": 10607229,
|
| 158 |
+
"documents_text_statistics": {
|
| 159 |
+
"total_text_length": 8930264,
|
| 160 |
+
"min_text_length": 2,
|
| 161 |
+
"average_text_length": 1029.5439243716855,
|
| 162 |
+
"max_text_length": 6673,
|
| 163 |
+
"unique_texts": 8626
|
| 164 |
+
},
|
| 165 |
+
"documents_image_statistics": null,
|
| 166 |
+
"queries_text_statistics": {
|
| 167 |
+
"total_text_length": 1676965,
|
| 168 |
+
"min_text_length": 251,
|
| 169 |
+
"average_text_length": 1192.7204836415362,
|
| 170 |
+
"max_text_length": 5500,
|
| 171 |
+
"unique_texts": 1298
|
| 172 |
+
},
|
| 173 |
+
"queries_image_statistics": null,
|
| 174 |
+
"relevant_docs_statistics": {
|
| 175 |
+
"num_relevant_docs": 1406,
|
| 176 |
+
"min_relevant_docs_per_query": 1,
|
| 177 |
+
"average_relevant_docs_per_query": 1.0,
|
| 178 |
+
"max_relevant_docs_per_query": 1,
|
| 179 |
+
"unique_relevant_docs": 1406
|
| 180 |
+
},
|
| 181 |
+
"top_ranked_statistics": null
|
|
|
|
| 182 |
}
|
| 183 |
}
|
| 184 |
```
|