eugene-yang commited on
Commit
dc19e5a
·
verified ·
1 Parent(s): d6c362a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +36 -3
README.md CHANGED
@@ -1,3 +1,36 @@
1
- ---
2
- license: apache-2.0
3
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
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
+
31
+ If you use this collection, please cite our overview paper, which does not exist yet.
32
+
33
+ The best way to provide attribution is to participate in our shared task.
34
+ We would love to have your RAG systems and evaluate them :)
35
+
36
+