The trec-fair/2022/train dataset, provided by the ir-datasets package.
For more information about the dataset, see the documentation.
queries = load_dataset('irds/trec-fair_2022_train', 'queries')
for record in queries:
record # {'query_id': ..., 'text': ..., 'url': ...}… See the full description on the dataset page:
https://huggingface.co/datasets/irds/trec-fair_2022_train.