The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationError
Exception: EOFError
Message: Compressed file ended before the end-of-stream marker was reached
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1816, in _prepare_split_single
for key, table in generator:
^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 613, in wrapped
for item in generator(*args, **kwargs):
~~~~~~~~~^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/packaged_modules/json/json.py", line 234, in _generate_tables
batch = f.read(self.config.chunksize)
File "/usr/local/lib/python3.14/site-packages/datasets/utils/file_utils.py", line 844, in read_with_retries
out = read(*args, **kwargs)
File "/usr/local/lib/python3.14/gzip.py", line 349, in read
return self._buffer.read(size)
~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/local/lib/python3.14/compression/_common/_streams.py", line 68, in readinto
data = self.read(len(byte_view))
File "/usr/local/lib/python3.14/gzip.py", line 590, in read
raise EOFError("Compressed file ended before the "
"end-of-stream marker was reached")
EOFError: Compressed file ended before the end-of-stream marker was reached
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1369, in compute_config_parquet_and_info_response
parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet(
~~~~~~~~~~~~~~~~~~~~~~~~~^
builder, max_dataset_size_bytes=max_dataset_size_bytes
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 948, in stream_convert_to_parquet
builder._prepare_split(split_generator=splits_generators[split], file_format="parquet")
~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
~~~~~~~~~~~~~~~~~~~~~~~~~~^
gen_kwargs=gen_kwargs, job_id=job_id, **_prepare_split_args
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
):
^
File "/usr/local/lib/python3.14/site-packages/datasets/builder.py", line 1869, in _prepare_split_single
raise DatasetGenerationError("An error occurred while generating the dataset") from e
datasets.exceptions.DatasetGenerationError: An error occurred while generating the datasetNeed help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id string | contents string |
|---|---|
arxiv-0704.3395 | "General-Purpose Computing"
on a
Semantic Network Substrate111Rodriguez, M.A., “General-Purpose Computing on a
Semantic Network Substrate,” Emergent Web Intelligence: Advanced Semantic
Technologies, Advanced Information and Knowledge Processing series, eds. R.
Chbeir, A. Hassanien, A. Abraham, and Y. Badr, Springer-V... |
arxiv-0705.1023 | "\"Angles Between Infinite Dimensional Subspaces with Applications to the\"\nRayleigh-Ritz and Alter(...TRUNCATED) |
arxiv-0705.4676 | "\"Recursive n-gram hashing is pairwise independent, at best\"\nDaniel Lemire<EMAIL_ADDRESS>Owen Kas(...TRUNCATED) |
arxiv-0706.0058 | "\"On Cuspidal Representations of General Linear Groups over Discrete Valuation\"\nRings\n\nAnne-Mar(...TRUNCATED) |
arxiv-0707.0570 | "\"0707.0570\"\nGauss–Berezin integral operators, \nspinors over orthosymplectic supergroups, \n(...TRUNCATED) |
arxiv-0707.2312 | "\"Integer partitions and exclusion statistics: Limit shapes and the largest\"\npart of Young diagra(...TRUNCATED) |
arxiv-0707.3421 | "\"The nature of electromagnetic energy\"\nJerrold Franklin111Internet address<EMAIL_ADDRESS>\nDepar(...TRUNCATED) |
arxiv-0707.4025 | "\"Consistent Interactions of Yang-Mills Theory: A Review\"\n††thanks: Present address: School o(...TRUNCATED) |
arxiv-0707.4476 | "\"Entanglement in neutrino oscillations\"\n11institutetext: Dipartimento di Matematica e Informati(...TRUNCATED) |
arxiv-0708.0580 | "\"Efficient Divide-and-Conquer Implementations Of Symmetric FSAs\"\n11institutetext: Department of (...TRUNCATED) |
CoLe arXiv CC E5 Retriever
A non-Wikipedia retrieval corpus for the CoLe/R2–R4a experiments. It contains 280,738 arXiv documents selected from the Common Pile filtered arXiv collection, plus an E5-base-v2 dense index.
Data provenance and license handling
- Source:
common-pile/arxiv_papers_filtered, revision033cf7f. - The source records are converted arXiv papers with per-document license metadata.
- This release keeps records whose metadata is CC BY, CC0, or Public Domain. CC BY-SA records are excluded by default because the share-alike condition needs separate downstream handling.
- The per-document
license,url, source shard, and content hash are retained inarxiv_cc_manifest.jsonl.gz. - The source dataset card notes that license metadata can be incomplete or inaccurate. This release does not provide a blanket legal warranty: users are responsible for checking the record-level license and complying with the applicable terms before redistribution or use.
The resulting corpus is a mixed-license collection, so the repository metadata intentionally uses license: other rather than claiming a single corpus-wide license.
Files
hf_shards/arxiv_cc_corpus.jsonl.gz.part-*: ordered 16 MiB shards ofarxiv_cc_corpus.jsonl.gz; concatenate them to reconstruct the gzip corpus.hf_shards/arxiv_cc_manifest.jsonl.gz.part-*: ordered shards of the provenance/license manifest.hf_shards/emb_e5.memmap.part-*: ordered shards of the float32 passage embeddings, shape280,738 x 768.hf_shards/e5_Flat.index.part-*: ordered shards of the FAISSIndexFlatIPfile.index/index_config.json: embedding and index parameters.arxiv_cc_corpus.jsonl.gz,arxiv_cc_manifest.jsonl.gz,index/emb_e5.memmap, andindex/e5_Flat.indexare retained in the local build directory but are represented as shards in this Hub release so each network transfer stays small.stats.json: source and filtering counts.build_arxiv_cc_e5_retriever.py: reproducible build/verification script.checksums.sha256: SHA256 checksums for the local complete files.
To reconstruct the complete files after downloading the repository, run:
cat hf_shards/arxiv_cc_corpus.jsonl.gz.part-* > arxiv_cc_corpus.jsonl.gz
cat hf_shards/arxiv_cc_manifest.jsonl.gz.part-* > arxiv_cc_manifest.jsonl.gz
cat hf_shards/emb_e5.memmap.part-* > index/emb_e5.memmap
cat hf_shards/e5_Flat.index.part-* > index/e5_Flat.index
Embedding recipe
The index uses intfloat/e5-base-v2 with the Search-R1-compatible recipe:
passage: prefix, mean pooling over the attention mask, L2 normalization,
256-token truncation, float32 storage, and inner-product FAISS search.
Queries should use the E5 query: prefix when encoded with the same model.
Minimal use
import faiss
from datasets import load_dataset
corpus = load_dataset("json", data_files="arxiv_cc_corpus.jsonl.gz", split="train")
index = faiss.read_index("index/e5_Flat.index")
# corpus[i]["contents"] corresponds to vector i.
To reproduce locally, run the build script in this repository with download-source,
build-corpus, build-index, and verify as documented by --help.
References
- Downloads last month
- 141