allenai / ir_datasets

Provides a common interface to many IR ranking datasets.
https://ir-datasets.com/
Apache License 2.0
309 stars 42 forks source link

TREC NeuCLIR 2022 #164

Open seanmacavaney opened 2 years ago

seanmacavaney commented 2 years ago

Dataset Information:

"The main task for the proposed track is ad-hoc cross-language retrieval. Documents will be drawn from Common Crawl newswire, and will be written in Chinese, Russian, and Persian. Topics will be in English, and will be expressed in traditional TREC title/description/narrative form. Retrieved documents will be graded as highly relevant, somewhat relevant, and not relevant; we expect to use several metrics to evaluate runs, including nDCG@100 and ERR."

Links to Resources:

Dataset ID(s) & supported entities:

Checklist

Mark each task once completed. All should be checked prior to merging a new dataset.

Additional comments/concerns/ideas/etc.

cc: @eugene-yang

eugene-yang commented 2 years ago

As the structure of this collection will be very similar to HC4, should we just reuse HC4Doc defined in ./datasets/hc4.py?

seanmacavaney commented 2 years ago

Yup, you can give the format a name and move them under ir_datasets/formats/

eugene-yang commented 2 years ago

@seanmacavaney
For the directory and namespace structure, do you think neuclir/22 would be better (both neuclir and neuclir/22 are dummy levels)? This could accommodate future datasets/topics to be under neuclir namespace without.

eugene-yang commented 5 months ago

I am revisiting this and hopefully adding NeuCLIR 22 topics and queries as well.