JackHsieh/luna-reason-only.k-8.statml-arxiv-llama32
luna-reason-only.k-8.statml-arxiv-llama32 Prefix-only "thoughts" for next-token prediction on stat.ML arXiv LaTeX. Each thought is visible reasoning about the next 8 Llama-3.2 tokens after a cut, written without ever seeing that continuation. Intended to be spliced into the document before the chunk so a small model (Llama 3.2 3B base) can read the reasoning and predict the chunk. Complete: every designated chunk has a thought. split thoughts coverage documents… See the full description on the dataset page: https://huggingface.co/datasets/JackHsieh/luna-reason-only.k-8.statml-arxiv-llama32.
luna-reason-only.k-8.statml-arxiv-llama32
Prefix-only "thoughts" for next-token prediction on stat.ML arXiv LaTeX. Each thought is visible reasoning about the next 8 Llama-3.2 tokens after a cut, written without ever seeing that continuation. Intended to be spliced into the document before the chunk so a small model (Llama 3.2 3B base) can read the reasoning and predict the chunk.
Complete: every designated chunk has a thought.
Provenance
Generated almost entirely via the Batch API; 14 chunks were finished with byte-identical synchronous requests after repeated batch refusals (see Moderation refusals).
Schema
One row per generated thought.
Thoughts are strings, not token ids. Tokenized, tag-wrapped variants are published separately (.llama32-ids.tags, .llama32-ids.tags-echo).
Statistics
Consumers enforcing a length ceiling should trim at a sentence boundary rather than mid-clause.
Moderation refusals
The API refused ~4% of requests as invalid_prompt on entirely benign LaTeX — FDR tables, accuracy tables, convergence bounds. These refusals are stochastic, not content-determined: identical retries recovered 90%, 81%, 75%, 66% across successive batch rounds, and the final 14 survivors all succeeded within 4 identical synchronous attempts (6 of them on the first). No prompt in this corpus is deterministically refused. Retries always re-sent the prompt unchanged; the prefix end, which defines the prediction task, was never moved.
Known characteristics
- ~70% of thoughts open with the words "The cut is" — a stable habit of the generator that no prompt variant dislodged. Anything distilled from these will inherit it.
- Early chunks see a shorter prefix:
chunk_index=8has only 64 tokens of context, so those thoughts are competent but under-informed relative to full-window ones.
