Dataset schema
Typical columns:documents: the retrieved documentsinput: the user question or retrieval querylabel: the ground-truth class for the metric
Config shape
Retriever span tutorials normally use:data_generation.metric.input_format: "rag"data_generation.source_data.dataset.columns.features: ["documents", "input"]training.metric.type: "boolean"