Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
parquet
Languages:
English
Size:
10K - 100K
ArXiv:
License:
Add dataset card
Browse files
README.md
CHANGED
|
@@ -86,7 +86,8 @@ Measuring the ability to retrieve the groundtruth answers to reasoning task quer
|
|
| 86 |
| Domains | Encyclopaedic, Written |
|
| 87 |
| Reference | https://github.com/DAMO-NLP-SG/TempReason |
|
| 88 |
|
| 89 |
-
|
|
|
|
| 90 |
|
| 91 |
|
| 92 |
## How to evaluate on this task
|
|
@@ -163,7 +164,36 @@ desc_stats = task.metadata.descriptive_stats
|
|
| 163 |
```
|
| 164 |
|
| 165 |
```json
|
| 166 |
-
{
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 167 |
```
|
| 168 |
|
| 169 |
</details>
|
|
|
|
| 86 |
| Domains | Encyclopaedic, Written |
|
| 87 |
| Reference | https://github.com/DAMO-NLP-SG/TempReason |
|
| 88 |
|
| 89 |
+
Source datasets:
|
| 90 |
+
- [RAR-b/TempReason-l1](https://huggingface.co/datasets/RAR-b/TempReason-l1)
|
| 91 |
|
| 92 |
|
| 93 |
## How to evaluate on this task
|
|
|
|
| 164 |
```
|
| 165 |
|
| 166 |
```json
|
| 167 |
+
{
|
| 168 |
+
"test": {
|
| 169 |
+
"num_samples": 16504,
|
| 170 |
+
"number_of_characters": 313304,
|
| 171 |
+
"documents_text_statistics": {
|
| 172 |
+
"total_text_length": 112409,
|
| 173 |
+
"min_text_length": 8,
|
| 174 |
+
"average_text_length": 8.989843250159948,
|
| 175 |
+
"max_text_length": 9,
|
| 176 |
+
"unique_texts": 12504
|
| 177 |
+
},
|
| 178 |
+
"documents_image_statistics": null,
|
| 179 |
+
"queries_text_statistics": {
|
| 180 |
+
"total_text_length": 200895,
|
| 181 |
+
"min_text_length": 39,
|
| 182 |
+
"average_text_length": 50.22375,
|
| 183 |
+
"max_text_length": 54,
|
| 184 |
+
"unique_texts": 4000
|
| 185 |
+
},
|
| 186 |
+
"queries_image_statistics": null,
|
| 187 |
+
"relevant_docs_statistics": {
|
| 188 |
+
"num_relevant_docs": 4000,
|
| 189 |
+
"min_relevant_docs_per_query": 1,
|
| 190 |
+
"average_relevant_docs_per_query": 1.0,
|
| 191 |
+
"max_relevant_docs_per_query": 1,
|
| 192 |
+
"unique_relevant_docs": 3397
|
| 193 |
+
},
|
| 194 |
+
"top_ranked_statistics": null
|
| 195 |
+
}
|
| 196 |
+
}
|
| 197 |
```
|
| 198 |
|
| 199 |
</details>
|