Datasets:
Tasks:
Text Retrieval
Modalities:
Text
Formats:
json
Languages:
Portuguese
Size:
1M - 10M
ArXiv:
Tags:
text
License:
Upload README.md
Browse files
README.md
CHANGED
|
@@ -2,13 +2,66 @@
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- pt
|
|
|
|
| 5 |
task_categories:
|
| 6 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 7 |
pretty_name: Quati 1M Jua-like
|
| 8 |
size_categories:
|
| 9 |
- 1M<n<10M
|
| 10 |
source_datasets:
|
| 11 |
- unicamp-dl/quati
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Quati 1M Jua-like
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- pt
|
| 5 |
+
multilinguality: monolingual
|
| 6 |
task_categories:
|
| 7 |
+
- text-retrieval
|
| 8 |
+
task_ids: []
|
| 9 |
+
config_names:
|
| 10 |
+
- default
|
| 11 |
+
- corpus
|
| 12 |
+
- queries
|
| 13 |
+
tags:
|
| 14 |
+
- text
|
| 15 |
pretty_name: Quati 1M Jua-like
|
| 16 |
size_categories:
|
| 17 |
- 1M<n<10M
|
| 18 |
source_datasets:
|
| 19 |
- unicamp-dl/quati
|
| 20 |
+
dataset_info:
|
| 21 |
+
- config_name: default
|
| 22 |
+
features:
|
| 23 |
+
- name: query-id
|
| 24 |
+
dtype: string
|
| 25 |
+
- name: corpus-id
|
| 26 |
+
dtype: string
|
| 27 |
+
- name: score
|
| 28 |
+
dtype: int64
|
| 29 |
+
splits:
|
| 30 |
+
- name: test
|
| 31 |
+
num_examples: 1933
|
| 32 |
+
- config_name: corpus
|
| 33 |
+
features:
|
| 34 |
+
- name: _id
|
| 35 |
+
dtype: string
|
| 36 |
+
- name: title
|
| 37 |
+
dtype: string
|
| 38 |
+
- name: text
|
| 39 |
+
dtype: string
|
| 40 |
+
splits:
|
| 41 |
+
- name: corpus
|
| 42 |
+
num_examples: 1000000
|
| 43 |
+
- config_name: queries
|
| 44 |
+
features:
|
| 45 |
+
- name: _id
|
| 46 |
+
dtype: string
|
| 47 |
+
- name: text
|
| 48 |
+
dtype: string
|
| 49 |
+
splits:
|
| 50 |
+
- name: queries
|
| 51 |
+
num_examples: 200
|
| 52 |
+
configs:
|
| 53 |
+
- config_name: default
|
| 54 |
+
data_files:
|
| 55 |
+
- split: test
|
| 56 |
+
path: qrels/test.jsonl
|
| 57 |
+
- config_name: corpus
|
| 58 |
+
data_files:
|
| 59 |
+
- split: corpus
|
| 60 |
+
path: corpus.jsonl
|
| 61 |
+
- config_name: queries
|
| 62 |
+
data_files:
|
| 63 |
+
- split: queries
|
| 64 |
+
path: queries.jsonl
|
| 65 |
---
|
| 66 |
|
| 67 |
# Quati 1M Jua-like
|