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
schema_version: string
base_snapshot_date: timestamp[s]
updated_at: string
artifacts: list<item: struct<kind: string, label: timestamp[s], date: timestamp[s], file: string, manifest_file (... 76 chars omitted)
  child 0, item: struct<kind: string, label: timestamp[s], date: timestamp[s], file: string, manifest_file: string, b (... 64 chars omitted)
      child 0, kind: string
      child 1, label: timestamp[s]
      child 2, date: timestamp[s]
      child 3, file: string
      child 4, manifest_file: string
      child 5, bytes: int64
      child 6, sha256: string
      child 7, papers: int64
      child 8, produced_at: string
papers: int64
pdf_only: int64
failed: int64
date: timestamp[s]
bytes: int64
processed: int64
format: string
note: string
file: string
records: int64
sha256: string
produced_at: string
to
{'schema_version': Value('string'), 'date': Value('timestamp[s]'), 'file': Value('string'), 'bytes': Value('int64'), 'sha256': Value('string'), 'papers': Value('int64'), 'records': Value('int64'), 'processed': Value('int64'), 'pdf_only': Value('int64'), 'failed': Value('int64'), 'produced_at': Value('string'), 'format': Value('string'), 'note': 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
              schema_version: string
              base_snapshot_date: timestamp[s]
              updated_at: string
              artifacts: list<item: struct<kind: string, label: timestamp[s], date: timestamp[s], file: string, manifest_file (... 76 chars omitted)
                child 0, item: struct<kind: string, label: timestamp[s], date: timestamp[s], file: string, manifest_file: string, b (... 64 chars omitted)
                    child 0, kind: string
                    child 1, label: timestamp[s]
                    child 2, date: timestamp[s]
                    child 3, file: string
                    child 4, manifest_file: string
                    child 5, bytes: int64
                    child 6, sha256: string
                    child 7, papers: int64
                    child 8, produced_at: string
              papers: int64
              pdf_only: int64
              failed: int64
              date: timestamp[s]
              bytes: int64
              processed: int64
              format: string
              note: string
              file: string
              records: int64
              sha256: string
              produced_at: string
              to
              {'schema_version': Value('string'), 'date': Value('timestamp[s]'), 'file': Value('string'), 'bytes': Value('int64'), 'sha256': Value('string'), 'papers': Value('int64'), 'records': Value('int64'), 'processed': Value('int64'), 'pdf_only': Value('int64'), 'failed': Value('int64'), 'produced_at': Value('string'), 'format': Value('string'), 'note': 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.

AGGS arXiv citation graph

The base snapshot contains arXiv paper metadata, parsed bibliography text, author keys, and arXiv-to-arXiv citation edges for bnbcode's arxiv tool. It does not contain arXiv e-prints or PDFs.

Layout

manifest.json
base/arxiv_graph_2026-07-31.dump.xz
deltas/index.json
deltas/daily/YYYY/MM/YYYY-MM-DD.sql.gz
deltas/monthly/YYYY/YYYY-MM.sql.gz

bnbcode research install --arxiv restores the base. bnbcode research update verifies and applies deltas newer than its watermark.

Current base

Coverage through Papers Citation edges Compressed size
2026-07-31 2,686,087 26,214,986 9.89 GB

The date is corpus coverage, not the rebuild date. See manifest.json for the artifact byte count, SHA-256, table counts, and schema version.

License

Graph metadata follows the applicable arXiv metadata terms. Source archives and paper files are not redistributed in this dataset.

Downloads last month
104

Collection including dlab-cmu/aggs-arxiv