The trec-arabic dataset, provided by the ir-datasets package.
For more information about the dataset, see the documentation.
docs = load_dataset('irds/trec-arabic', 'docs')
for record in docs:
record # {'doc_id': ..., 'text': ..., 'marked_up_doc':… See the full description on the dataset page:
https://huggingface.co/datasets/irds/trec-arabic.