Datasets:

Modalities:
Text
Formats:
json
Languages:
English
ArXiv:
License:
Samoed commited on
Commit
6c1bcf7
·
verified ·
1 Parent(s): 1093d9c

Add dataset card

Browse files
Files changed (1) hide show
  1. README.md +45 -43
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
- NFCorpus: A Full-Text Learning to Rank Dataset for Medical Information Retrieval
72
 
73
  | | |
74
  |---------------|---------------------------------------------|
75
- | Task category | t2t |
76
- | Domains | Medical, Written |
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.get_tasks(["ArguAna"])
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 repitory](https://github.com/embeddings-benchmark/mteb).
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{boteva2016,
104
- author = {Boteva, Vera and Gholipour, Demian and Sokolov, Artem and Riezler, Stefan},
105
- city = {Padova},
106
- country = {Italy},
107
- journal = {Proceedings of the 38th European Conference on Information Retrieval},
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, Lo{\"\i}c and Reimers, Nils},
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": 10613204,
155
- "num_documents": 8674,
156
- "min_document_length": 3,
157
- "average_document_length": 1030.2327645838136,
158
- "max_document_length": 6674,
159
- "unique_documents": 8674,
160
- "num_queries": 1406,
161
- "min_query_length": 251,
162
- "average_query_length": 1192.7204836415362,
163
- "max_query_length": 5500,
164
- "unique_queries": 1406,
165
- "none_queries": 0,
166
- "num_relevant_docs": 1406,
167
- "min_relevant_docs_per_query": 1,
168
- "average_relevant_docs_per_query": 1.0,
169
- "max_relevant_docs_per_query": 1,
170
- "unique_relevant_docs": 1406,
171
- "num_instructions": null,
172
- "min_instruction_length": null,
173
- "average_instruction_length": null,
174
- "max_instruction_length": null,
175
- "unique_instructions": null,
176
- "num_top_ranked": null,
177
- "min_top_ranked_per_query": null,
178
- "average_top_ranked_per_query": null,
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
  ```