--- license: cc-by-4.0 language: - pt multilinguality: monolingual task_categories: - text-retrieval task_ids: [] config_names: - default - corpus - queries tags: - text pretty_name: Quati 1M Jua-like size_categories: - 1M-q` - `text`: query text Example: ```json {"_id":"QUATI-1-q","text":"Qual a maior caracterĂ­stica da fauna brasileira?"} ``` ### qrels/test.tsv Tab-separated file with header: ```tsv query-id corpus-id score ``` ### qrels/test.jsonl Each line is a JSON object with the following fields: - `query-id` - `corpus-id` - `score` ## Source Mapping The conversion is based on these files from the original Quati dataset: - `quati_1M.tsv` - `topics/quati_all_topics.tsv` - `topics/quati_test_topics.tsv` - `qrels/quati_1M_qrels.txt` Mapping rules: - Quati `passage_id` -> `_id` - Quati `passage` -> `text` - Quati `query_id` -> `QUATI--q` - Quati qrels -> `qrels/test.tsv` and `qrels/test.jsonl` ## Limitations - This is a format conversion, not a new annotation effort. - `title` is empty because the Quati 1M passage file does not provide titles. - No `qrels/train.*` files are included because the source dataset does not publish supervised training qrels for the 1M collection. ## Citation If you use this dataset, please cite the original Quati dataset: ```bibtex @misc{bueno2024quati, title={Quati: A Brazilian Portuguese Information Retrieval Dataset from Native Speakers}, author={Mirelle Bueno and Eduardo Seiti de Oliveira and Rodrigo Nogueira and Roberto A. Lotufo and Jayr Alencar Pereira}, year={2024}, eprint={2404.06976}, archivePrefix={arXiv}, primaryClass={cs.IR} } ```