Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Sub-tasks:
document-retrieval
Size:
1M - 10M
License:
Update README.md
Browse files
README.md
CHANGED
|
@@ -2,29 +2,128 @@
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-retrieval
|
|
|
|
|
|
|
| 5 |
language:
|
| 6 |
- ar
|
| 7 |
- en
|
| 8 |
- ru
|
| 9 |
- zh
|
|
|
|
|
|
|
| 10 |
tags:
|
| 11 |
- multilingual
|
| 12 |
- RAG
|
| 13 |
- News
|
|
|
|
|
|
|
|
|
|
|
|
|
| 14 |
size_categories:
|
| 15 |
- 1M<n<10M
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
---
|
| 17 |
|
| 18 |
# RAGTIME1 Collection
|
| 19 |
|
| 20 |
-
This dataset contains the documents for [TREC RAGTIME Track](https://trec-ragtime.github.io/
|
| 21 |
Please refer to the website for the details of the task.
|
| 22 |
|
| 23 |
RAGTIME is a multilingual RAG task, which expects the participating system to retrieve relevant documents from all four languages and synthesize a response with citation to the report request.
|
| 24 |
For convenience, we separate the documents by their languages into four `.jsonl` files. However, they are intended to be used as a whole set.
|
| 25 |
|
| 26 |
The documents are extracted from Common Crawl News and sampled between August 1, 2021, and July 31, 2024, with an even number of documents every day.
|
| 27 |
-
Each language has 1,000,095 documents.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
## Citation and Attribution
|
| 30 |
|
|
|
|
| 2 |
license: apache-2.0
|
| 3 |
task_categories:
|
| 4 |
- text-retrieval
|
| 5 |
+
task_ids:
|
| 6 |
+
- document-retrieval
|
| 7 |
language:
|
| 8 |
- ar
|
| 9 |
- en
|
| 10 |
- ru
|
| 11 |
- zh
|
| 12 |
+
multilinguality:
|
| 13 |
+
- multilingual
|
| 14 |
tags:
|
| 15 |
- multilingual
|
| 16 |
- RAG
|
| 17 |
- News
|
| 18 |
+
source_datasets:
|
| 19 |
+
- extended|c4
|
| 20 |
+
annotations_creators:
|
| 21 |
+
- no-annotation
|
| 22 |
size_categories:
|
| 23 |
- 1M<n<10M
|
| 24 |
+
pretty_name: RAGTIME1
|
| 25 |
+
configs:
|
| 26 |
+
- config_name: default
|
| 27 |
+
data_files:
|
| 28 |
+
- split: arb
|
| 29 |
+
path: data/fas-docs.jsonl
|
| 30 |
+
- split: rus
|
| 31 |
+
path: data/rus-docs.jsonl
|
| 32 |
+
- split: zho
|
| 33 |
+
path: data/zho-docs.jsonl
|
| 34 |
+
- split: eng
|
| 35 |
+
path: data/zho-docs.jsonl
|
| 36 |
+
- config_name: mt_docs
|
| 37 |
+
data_files:
|
| 38 |
+
- split: arb.mt.eng
|
| 39 |
+
path: data/arb.trans.jsonl
|
| 40 |
+
- split: rus.mt.eng
|
| 41 |
+
path: data/rus.trans.jsonl
|
| 42 |
+
- split: zho.mt.eng
|
| 43 |
+
path: data/zho.trans.jsonl
|
| 44 |
+
dataset_info:
|
| 45 |
+
splits:
|
| 46 |
+
- name: arb
|
| 47 |
+
num_bytes: 3480001855
|
| 48 |
+
num_examples: 1000095
|
| 49 |
+
- name: arb.mt.eng
|
| 50 |
+
num_bytes: 3382078786
|
| 51 |
+
num_examples: 1000095
|
| 52 |
+
- name: rus
|
| 53 |
+
num_bytes: 3196832604
|
| 54 |
+
num_examples: 1000095
|
| 55 |
+
- name: rus.mt.eng
|
| 56 |
+
num_bytes: 2640657225
|
| 57 |
+
num_examples: 1000095
|
| 58 |
+
- name: zho
|
| 59 |
+
num_bytes: 2541033536
|
| 60 |
+
num_examples: 1000095
|
| 61 |
+
- name: zho.mt.eng
|
| 62 |
+
num_bytes: 3787303609
|
| 63 |
+
num_examples: 1000095
|
| 64 |
+
- name: eng
|
| 65 |
+
num_bytes: 3399011290
|
| 66 |
+
num_examples: 1000095
|
| 67 |
---
|
| 68 |
|
| 69 |
# RAGTIME1 Collection
|
| 70 |
|
| 71 |
+
This dataset contains the documents for [TREC RAGTIME Track](https://trec-ragtime.github.io/).
|
| 72 |
Please refer to the website for the details of the task.
|
| 73 |
|
| 74 |
RAGTIME is a multilingual RAG task, which expects the participating system to retrieve relevant documents from all four languages and synthesize a response with citation to the report request.
|
| 75 |
For convenience, we separate the documents by their languages into four `.jsonl` files. However, they are intended to be used as a whole set.
|
| 76 |
|
| 77 |
The documents are extracted from Common Crawl News and sampled between August 1, 2021, and July 31, 2024, with an even number of documents every day.
|
| 78 |
+
Each language has 1,000,095 documents. Machine translation using a Sockeye model trained by HLTCOE are also released.
|
| 79 |
+
|
| 80 |
+
## TREC RAGTIME Track 2025 Timeline
|
| 81 |
+
|
| 82 |
+
Please consider participating in our task! Our dry run topics are released.
|
| 83 |
+
You need to register at [TREC](https://trec.nist.gov/) to access it. It's a simple process that takes less than 2 minutes to sign up!
|
| 84 |
+
|
| 85 |
+
<ul class="steps steps-vertical mb-4">
|
| 86 |
+
<li class="step-item">
|
| 87 |
+
<div class="h3 m-0">March 2025</div>
|
| 88 |
+
<div class="h3 m-0">Evaluation document collection released</div>
|
| 89 |
+
</li>
|
| 90 |
+
<li class="step-item">
|
| 91 |
+
<div class="h3 m-0">April 2025</div>
|
| 92 |
+
<div class="h3 m-0">Track Guidelines Released</div>
|
| 93 |
+
</li>
|
| 94 |
+
<li class="step-item active">
|
| 95 |
+
<div class="h3 m-0">May 2025</div>
|
| 96 |
+
<div class="h3 m-0">(Optional) Dry run Topics Released (<a href="https://trec.nist.gov/act_part/tracks/ragtime/topic_file_dry.jsonl">Download for TREC</a>)</div>
|
| 97 |
+
</li>
|
| 98 |
+
<li class="step-item">
|
| 99 |
+
<div class="h3 m-0">Late June 2025</div>
|
| 100 |
+
<div class="h3 m-0">Final Topics Released</div>
|
| 101 |
+
</li>
|
| 102 |
+
<li class="step-item">
|
| 103 |
+
<div class="h3 m-0">8 July 2025</div>
|
| 104 |
+
<div class="h3 m-0">(Optional) Dry Run Submissions Due</div>
|
| 105 |
+
</li>
|
| 106 |
+
<li class="step-item">
|
| 107 |
+
<div class="h3 m-0">28 July 2025</div>
|
| 108 |
+
<div class="h3 m-0">Feedback on Dry Run</div>
|
| 109 |
+
</li>
|
| 110 |
+
<li class="step-item">
|
| 111 |
+
<div class="h3 m-0">July 2025</div>
|
| 112 |
+
<div class="h3 m-0">Feedback on dry runs</div>
|
| 113 |
+
</li>
|
| 114 |
+
<li class="step-item">
|
| 115 |
+
<div class="h3 m-0">14 August 2025</div>
|
| 116 |
+
<div class="h3 m-0">Final Submissions Due</div>
|
| 117 |
+
</li>
|
| 118 |
+
<li class="step-item">
|
| 119 |
+
<div class="h3 m-0">October 2025</div>
|
| 120 |
+
<div class="h3 m-0">Feedback on Final Submissions</div>
|
| 121 |
+
</li>
|
| 122 |
+
<li class="step-item">
|
| 123 |
+
<div class="h3 m-0">November 2025</div>
|
| 124 |
+
<div class="h3 m-0">TREC 2025 Conference</div>
|
| 125 |
+
</li>
|
| 126 |
+
</ul>
|
| 127 |
|
| 128 |
## Citation and Attribution
|
| 129 |
|