paper_id string | paper_url string | pdf_url string | status string | processed_at string | elapsed_seconds float64 | num_pages int64 | num_pages_processed int64 | failed_pages list | prompt_type string | model_id string | script_version timestamp[s] | markdown string | html string | page_stats list |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
0704.0014 | https://arxiv.org/abs/0704.0014 | https://arxiv.org/pdf/0704.0014.pdf | success | 2026-03-28T15:20:37.208405+00:00 | 186.31 | 18 | 18 | [] | ocr_layout | datalab-to/chandra-ocr-2 | 2026-03-28T00:00:00 | # Iterated integrals and the loop product
Koichi Fujii
## 1 Introduction
The purpose of this paper is to describe string topology from the viewpoint of Chen's iterated integrals. Let $M$ be a compact closed oriented $d$ -manifold and $LM$ be the free loop space of $M$ , the set of unbased smooth maps from $S^... | <h1>Iterated integrals and the loop product</h1>
<p>Koichi Fujii</p>
<h2>1 Introduction</h2>
<p>The purpose of this paper is to describe string topology from the viewpoint of Chen's iterated integrals. Let <math>M</math> be a compact closed oriented <math>d</math>-manifold and <math>LM</math> be the free loop space ... | [
{
"page_number": 1,
"error": false,
"token_count": 1270,
"num_chunks": 16
},
{
"page_number": 2,
"error": false,
"token_count": 1594,
"num_chunks": 20
},
{
"page_number": 3,
"error": false,
"token_count": 1653,
"num_chunks": 17
},
{
"page_number": 4,
... |
0704.0404 | https://arxiv.org/abs/0704.0404 | https://arxiv.org/pdf/0704.0404.pdf | success | 2026-03-28T15:22:09.227106+00:00 | 90.97 | 19 | 19 | [] | ocr_layout | datalab-to/chandra-ocr-2 | 2026-03-28T00:00:00 | "# To the origin of the difference of FSI phases in $B \\rightarrow \\pi\\pi$ and $B \\rightarrow \\(...TRUNCATED) | "<h1>To the origin of the difference of FSI phases in<br/><math>B \\rightarrow \\pi\\pi</math> and <(...TRUNCATED) | [{"page_number":1,"error":false,"token_count":977,"num_chunks":13},{"page_number":2,"error":false,"t(...TRUNCATED) |
arXiv OCR with Chandra OCR 2
This dataset stores OCR results for arXiv PDFs using datalab-to/chandra-ocr-2.
Summary
- Output dataset:
nielsr/arxiv-chandra-ocr-smoke-20260328-tokenfix - Source paper IDs in input list: 2
- Processed IDs recorded in
state/processed_ids.txt: 2 - Successes: 2
- Partial successes: 0
- Errors: 0
- Next shard index: 2
- Updated at: 2026-03-28T15:22:09.273986+00:00
Files
data/part-*.jsonl.gz: OCR result shards, one JSON object per paperstate/processed_ids.txt: completed paper IDs used for resumestate/summary.json: aggregate counters and bookkeeping
Load the results
from datasets import load_dataset
dataset = load_dataset("nielsr/arxiv-chandra-ocr-smoke-20260328-tokenfix", data_files="data/*.jsonl.gz", split="train")
print(dataset[0]["paper_id"])
print(dataset[0]["markdown"][:1000])
Job config
- Prompt type:
ocr_layout - Page batch size: 16
- Max output tokens: 12384
- Max model length: 18000
- GPU memory utilization: 0.85
- Minimum arXiv request interval: 3.1 seconds
- Paginate output: False
- Include headers/footers: False
Reproduction
hf jobs uv run --flavor l4x1 --image vllm/vllm-openai:v0.17.0 \
-s HF_TOKEN --timeout 2d \
./chandra2-arxiv-ocr.py nielsr/arxiv-chandra-ocr-smoke-20260328-tokenfix \
--paper-ids-url https://.../hf_missing_paper_ids.txt
- Downloads last month
- 41