Dataset Viewer
Duplicate
The dataset viewer is not available for this split.
Cannot load the dataset split (in streaming mode) to extract the first rows.
Error code:   StreamingRowsError
Exception:    CastError
Message:      Couldn't cast
llama31-8b-instruct: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
  child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
      child 0, model: string
      child 1, method1: string
      child 2, method2: string
      child 3, mean1: double
      child 4, mean2: double
      child 5, std1: double
      child 6, std2: double
      child 7, t_statistic: double
      child 8, p_value: double
      child 9, significance: string
Qwen3-8B: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
  child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
      child 0, model: string
      child 1, method1: string
      child 2, method2: string
      child 3, mean1: double
      child 4, mean2: double
      child 5, std1: double
      child 6, std2: double
      child 7, t_statistic: double
      child 8, p_value: double
      child 9, significance: string
Qwen3-14B: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
  child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
      child 0, model: string
      child 1, method1: string
      child 2, method2: string
      child 3, mean1: double
      child 4, mean2: double
      child 5, std1: double
      child 6, std2: double
      child 7, t_statistic: double
      child 8, p_value: double
      child 9, significance: string
Qwen3-32B: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
  child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
      child 0, model: string
      child 1, method1: string
      child 2, method2: string
      child 3, mean1: double
      child 4, mean2: double
      child 5, std1: double
      child 6, std2: double
      child 7, t_statistic: double
      child 8, p_value: double
      child 9, significance: string
to
{'Qwen3-14B': List({'model': Value('string'), 'method1': Value('string'), 'method2': Value('string'), 'mean1': Value('float64'), 'mean2': Value('float64'), 'std1': Value('float64'), 'std2': Value('float64'), 't_statistic': Value('float64'), 'p_value': Value('float64'), 'significance': Value('string')}), 'Qwen3-32B': List({'model': Value('string'), 'method1': Value('string'), 'method2': Value('string'), 'mean1': Value('float64'), 'mean2': Value('float64'), 'std1': Value('float64'), 'std2': Value('float64'), 't_statistic': Value('float64'), 'p_value': Value('float64'), 'significance': Value('string')})}
because column names don't match
Traceback:    Traceback (most recent call last):
                File "/src/services/worker/src/worker/utils.py", line 147, in get_rows_or_raise
                  return get_rows(
                      dataset=dataset,
                  ...<4 lines>...
                      column_names=column_names,
                  )
                File "/src/libs/libcommon/src/libcommon/utils.py", line 272, in decorator
                  return func(*args, **kwargs)
                File "/src/services/worker/src/worker/utils.py", line 127, in get_rows
                  rows_plus_one = list(itertools.islice(safe_iter(ds, dataset=dataset), rows_max_number + 1))
                File "/src/services/worker/src/worker/utils.py", line 483, in safe_iter
                  yield from ds.decode(False) if ds.features else ds
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2840, in __iter__
                  for key, example in ex_iterable:
                                      ^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2373, in __iter__
                  for key, pa_table in self._iter_arrow():
                                       ~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 2398, in _iter_arrow
                  for key, pa_table in self.ex_iterable._iter_arrow():
                                       ~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 536, in _iter_arrow
                  for key, pa_table in iterator:
                                       ^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/iterable_dataset.py", line 419, in _iter_arrow
                  for key, pa_table in self.generate_tables_fn(**gen_kwags):
                                       ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 343, in _generate_tables
                  self._cast_table(pa_table, json_field_paths=json_field_paths),
                  ~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 132, in _cast_table
                  pa_table = table_cast(pa_table, self.info.features.arrow_schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2378, in table_cast
                  return cast_table_to_schema(table, schema)
                File "/usr/local/lib/python3.14/site-packages/datasets/table.py", line 2306, in cast_table_to_schema
                  raise CastError(
                  ...<3 lines>...
                  )
              datasets.table.CastError: Couldn't cast
              llama31-8b-instruct: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
                child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
                    child 0, model: string
                    child 1, method1: string
                    child 2, method2: string
                    child 3, mean1: double
                    child 4, mean2: double
                    child 5, std1: double
                    child 6, std2: double
                    child 7, t_statistic: double
                    child 8, p_value: double
                    child 9, significance: string
              Qwen3-8B: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
                child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
                    child 0, model: string
                    child 1, method1: string
                    child 2, method2: string
                    child 3, mean1: double
                    child 4, mean2: double
                    child 5, std1: double
                    child 6, std2: double
                    child 7, t_statistic: double
                    child 8, p_value: double
                    child 9, significance: string
              Qwen3-14B: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
                child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
                    child 0, model: string
                    child 1, method1: string
                    child 2, method2: string
                    child 3, mean1: double
                    child 4, mean2: double
                    child 5, std1: double
                    child 6, std2: double
                    child 7, t_statistic: double
                    child 8, p_value: double
                    child 9, significance: string
              Qwen3-32B: list<item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std (... 85 chars omitted)
                child 0, item: struct<model: string, method1: string, method2: string, mean1: double, mean2: double, std1: double,  (... 73 chars omitted)
                    child 0, model: string
                    child 1, method1: string
                    child 2, method2: string
                    child 3, mean1: double
                    child 4, mean2: double
                    child 5, std1: double
                    child 6, std2: double
                    child 7, t_statistic: double
                    child 8, p_value: double
                    child 9, significance: string
              to
              {'Qwen3-14B': List({'model': Value('string'), 'method1': Value('string'), 'method2': Value('string'), 'mean1': Value('float64'), 'mean2': Value('float64'), 'std1': Value('float64'), 'std2': Value('float64'), 't_statistic': Value('float64'), 'p_value': Value('float64'), 'significance': Value('string')}), 'Qwen3-32B': List({'model': Value('string'), 'method1': Value('string'), 'method2': Value('string'), 'mean1': Value('float64'), 'mean2': Value('float64'), 'std1': Value('float64'), 'std2': Value('float64'), 't_statistic': Value('float64'), 'p_value': Value('float64'), 'significance': Value('string')})}
              because column names don't match

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

LLM-Specific Utility Benchmark (SpecUBench)

SpecUBench is a benchmark for measuring the LLM-specific utility of retrieved passages in retrieval-augmented generation (RAG). Instead of assuming that a "relevant" passage is equally useful to every reader, UtilityBench labels how useful each retrieved passage is for a specific LLM — i.e., how much the passage actually helps that model produce the correct answer.

The benchmark is built on six widely-used open-domain QA / retrieval datasets and provides, for several LLMs, the per-passage golden utility labels together with the underlying queries, retrieved passages, ground-truth answers, and evaluation scripts.


Overview

For a query and a candidate passage, the utility of the passage for an LLM is derived from the performance difference of the model when it answers with the passage versus without the passage:

  1. Generate the model's answer with the retrieved passages;
  2. Generate the model's answer without any passage (query-only);
  3. Compute the exact-match / F1 difference between the two to obtain the passage-level golden utility signal.

This produces a per-model, per-query utility label for each retrieved passage, which can then be used to train or evaluate utility-aware retrievers and rerankers.


Source Datasets

The benchmark uses six datasets:

Dataset Type Source
Natural Questions (NQ) open-domain QA KILT / DPR
HotpotQA multi-hop QA KILT / DPR
TriviaQA open-domain QA KILT / DPR
FEVER fact verification KILT / DPR
MS MARCO passage retrieval / QA Microsoft MS MARCO
2WikiMultiHopQA (2WikiQA) multi-hop QA official 2WikiQA

For each dataset, source_datasets/<dataset>/ provides the queries, ground-truth answers, and the top-200 passages retrieved by a dense retriever (BGE, via Tevatron).


Evaluated LLMs

Golden utility labels are provided for the following models:

  • Qwen3-8B
  • Qwen3-14B
  • Qwen3-32B
  • Llama-3.1-8B-Instruct

Repository Structure

UtilityBench/
├── source_datasets/          # queries, answers, retrieved top-200 passages, qrels
│   ├── 2wikiqa/
│   ├── fever/
│   ├── hotpotqa/
│   ├── msmarco/
│   ├── nq/
│   └── triviaqa/
├── Golden_utility_passage/   # per-model golden utility passage labels
│   ├── 2wikiqa/
│   ├── fever/
│   ├── hotpotqa/
│   ├── msmarco/
│   ├── nq/
│   └── triviaqa/
│       └── golden_utility_passages/
│           ├── {model}_utility_passages.jsonl      # passage-level utility labels
│           └── {model}_utility_passages_qrel.txt   # TREC-format qrel
└── evaluation/               # evaluation & significance-test scripts and results

source_datasets/

Raw inputs for each dataset, including the queries (dev.jsonl), ground-truth answers (gt_answer.jsonl), the top-200 retrieved passages per query (top_200_passages.jsonl), and relevance judgments (qrel.txt / dev_rank.txt). Auxiliary files such as union.jsonl / union_positive.jsonl combine retrieved passages with the human-annotated / positive passages.

Golden_utility_passage/

For each dataset × LLM combination, the passages whose utility has been labeled for that specific model. The JSONL files carry the per-passage utility signal, and the companion .txt files provide the same information in TREC qrel format for retrieval evaluation.

evaluation/

Scripts for ranking-based and set-based evaluation (ranking-evaluation.py, set-evaluation.py), exact-match / F1 computation (em_f1.py, fever_acc*.py), and statistical significance testing (significance_test_*.json, significant_test.py).


Usage

The golden utility labels can be used directly to train or evaluate utility-aware retrievers and rerankers. For the full labeling and evaluation pipeline, refer to the official repository, which documents:

  • Golden utility labelingpointwise_performance_answerem.py, without_passage_answer.py, and the utility-computation scripts in evaluation/.
  • LLM-specific utility judgment methodssrc/answer_test.sh.
  • Evaluationevaluation/ranking-evaluation.py and evaluation/set-evaluation.py.

License

This dataset is released under the Apache License 2.0. The underlying datasets (NQ, HotpotQA, TriviaQA, FEVER, MS MARCO, 2WikiQA) retain their own licenses; please refer to their respective sources.


References

Downloads last month
36