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:    FileNotFoundError
Message:      datasets/Salesforce/tracelab-comprehend@58aedfafa7d9ff9678a27ad910110ef0332350f3/data/synth-session-201.jsonl (repository not found)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 761, in hf_raise_for_status
                  response.raise_for_status()
                  ~~~~~~~~~~~~~~~~~~~~~~~~~^^
                File "/usr/local/lib/python3.14/site-packages/httpx/_models.py", line 829, in raise_for_status
                  raise HTTPStatusError(message, request=request, response=self)
              httpx.HTTPStatusError: Client error '401 Unauthorized' for url 'https://huggingface.co/api/datasets/Salesforce/tracelab-comprehend/revision/58aedfafa7d9ff9678a27ad910110ef0332350f3'
              For more information check: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/401
              
              The above exception was the direct cause of the following exception:
              
              Traceback (most recent call last):
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 252, in _repo_and_revision_exist
                  self._api.repo_info(
                  ~~~~~~~~~~~~~~~~~~~^
                      repo_id, revision=revision, repo_type=repo_type, timeout=constants.HF_HUB_ETAG_TIMEOUT
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                  )
                  ^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
                  return fn(*args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_api.py", line 3598, in repo_info
                  return method(
                      repo_id,
                  ...<4 lines>...
                      files_metadata=files_metadata,
                  )
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_validators.py", line 88, in _inner_fn
                  return fn(*args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_api.py", line 3360, in dataset_info
                  hf_raise_for_status(r)
                  ~~~~~~~~~~~~~~~~~~~^^^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/utils/_http.py", line 835, in hf_raise_for_status
                  raise _format(RepositoryNotFoundError, message, response, repo_type=repo_type, repo_id=repo_id) from e
              huggingface_hub.errors.RepositoryNotFoundError: 401 Client Error. (Request ID: Root=1-6a890661-15e83fe730f55857359ac95a;9f278052-70b2-40a5-8320-5d972b0cf7a1)
              
              Repository Not Found for url: https://huggingface.co/api/datasets/Salesforce/tracelab-comprehend/revision/58aedfafa7d9ff9678a27ad910110ef0332350f3.
              Please make sure you specified the correct `repo_id` and `repo_type`.
              If you are trying to access a private or gated repo, make sure you are authenticated and your token has the required permissions.
              For more details, see https://huggingface.co/docs/huggingface_hub/authentication
              Invalid username or password.
              
              The above exception was the direct cause of the following exception:
              
              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 174, in _generate_tables
                  trace = trace_file.read_text(encoding="utf-8")
                File "/usr/local/lib/python3.14/pathlib/__init__.py", line 787, in read_text
                  with self.open(mode='r', encoding=encoding, errors=errors, newline=newline) as f:
                       ~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 1223, in open
                  return xopen(str(self), *args, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 982, in xopen
                  file_obj = fs.open(paths[0], mode)
                File "/usr/local/lib/python3.14/site-packages/fsspec/spec.py", line 1291, in open
                  self.open(
                  ~~~~~~~~~^
                      path,
                      ^^^^^
                  ...<4 lines>...
                      **kwargs,
                      ^^^^^^^^^
                  ),
                  ^
                File "/usr/local/lib/python3.14/site-packages/fsspec/spec.py", line 1303, in open
                  f = self._open(
                      path,
                  ...<4 lines>...
                      **kwargs,
                  )
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 404, in _open
                  return HfFileSystemFile(self, path, mode=mode, revision=revision, **kwargs)
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 1172, in __init__
                  self.resolved_path = fs.resolve_path(path, revision=revision)
                                       ~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 341, in resolve_path
                  _raise_file_not_found(path, err)
                  ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^
                File "/usr/local/lib/python3.14/site-packages/huggingface_hub/hf_file_system.py", line 1409, in _raise_file_not_found
                  raise FileNotFoundError(msg) from err
              FileNotFoundError: datasets/Salesforce/tracelab-comprehend@58aedfafa7d9ff9678a27ad910110ef0332350f3/data/synth-session-201.jsonl (repository not found)

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.

tracelab COMPREHEND synthetic corpus

Twelve seeded synthetic long-horizon agent sessions (JSONL event streams, ~11 MB total) released with the paper "Parsing the Stream: A Live Trace Model for Long-Horizon Agents and Their Observers" (Pakhomov & Nijkamp, Salesforce AI Research; arXiv:2609.01466, https://arxiv.org/abs/2609.01466).

Each file is one session in the Claude Code JSONL trace format: tool calls and results, errors, file touches, and session metadata, generated to be distributionally realistic (tool-heavy, error-carrying) while containing no real data. The corpus backs the paper's auditable COMPREHEND replication: monitoring questions are generated mechanically from ledger ground truth, and the corpus regenerates byte-identically from seeds 201–212 with the released generator (https://github.com/SalesforceAIResearch/tracelab):

python -m tracelab.bench.synth_corpus --seeds 201-212

Code, benchmark harnesses, and all workbench traces: see the tracelab repository (https://github.com/SalesforceAIResearch/tracelab). Ground truth for turns, top tool, files, and latest ask is computed by the generator independently of the parsing pipeline (zero mismatches across all twelve sessions).

Data license: CC-BY-4.0 (the generator code is BSD-3-Clause; the corpus regenerates byte-identically from it).

Citation

@article{pakhomov2026parsing,
  title={Parsing the Stream: A Live Trace Model for Long-Horizon Agents and Their Observers},
  author={Pakhomov, Egor and Nijkamp, Erik},
  journal={arXiv preprint arXiv:2609.01466},
  year={2026}
}
Downloads last month
6

Paper for Salesforce/tracelab-comprehend