QRELS dataset generated from 2025 experimentation assessment results.
The dataset follows the QRELS (Query Relevance) JSON format:
{
"qrels_nuggets": {
"query_id": {
"doc_id": score,
...
},
...
}
}
query_id: Unique identifier for the query.
doc_id: Unique identifier for the document chunk.
score: Relevance score (derived from nugget-level judgment).
import json
from huggingface_hub import… See the full description on the dataset page:
https://huggingface.co/datasets/ngkuissi/qrels_oct_2025.