Dataset Viewer
Auto-converted to Parquet Duplicate
itemId
string
songId
string
completions
list
lengths
list
distinct_exact
int64
distinct_stripped
int64
mean_entropy
null
satie-gymnopedie-no1
satie-gymnopedie-no1
[ "DefaultCloseOperation(JFrame.EXIT_ON_CLOSE);\nIn order to attract a greater number of students, viola players could also teach Country music and Folk music. To shorter the learning curve for all the students, the long scale viol is a good choice too, because it sounds similar to viola and celo. functools import un...
[ 172, 384, 384, 384, 384, 332, 384, 384, 384, 291, 118, 131, 384, 161, 384, 384, 134, 384, 384, 384, 384, 77, 384, 384, 43, 384, 384, 384, 17, 384, 384, 384, 384, 213, 384, 384, 103, 63, 160, 384, 384, 384, 384, 384, 384, 384, ...
64
64
null
schindlers-list-theme
schindlers-list-theme
[ "[].[tmp]", "# Voice this progression in D minor — 2 voices per chord, bass to soprano.\n\n| Measure | Chord |\n|---------|-------|\n| 1 | N/C |\n| 2 | N/C |\n| 3 | A |\n| 4 | F |\n| 5 | Am |\n| 6 | Asus4 |\n| 7 | A |\n| 8 | Dm |\n\nReturn one JSON object per measure above with its \"degrees\" (2 chord-note numbe...
[ 3, 384, 384, 384, 384, 384, 1, 384, 384, 6, 384, 384, 356, 384, 384, 384, 384, 384, 384, 123, 384, 384, 1, 194, 384, 384, 384, 384, 384, 384, 283, 384, 131, 384, 384, 384, 384, 384, 177, 384, 145, 167, 124, 384, 179, 206, 38...
64
64
null
killing-me-softly
killing-me-softly
[ "```json\n[\n {\"measure\": 1, \"degrees\": [0, 1], \"bassOctave\": 3},\n {\"measure\": 2, \"degrees\": [2, 0], \"bassOctave\": 3},\n {\"measure\": 3, \"degrees\": [0, 2], \"bassOctave\": 3},\n {\"measure\": 4, \"degrees\": [3, 0], \"bassOctave\": 3},\n {\"measure\": 5, \"degrees\": [0, 3], \"bassOctave\": 3},...
[ 207, 384, 384, 384, 384, 384, 384, 137, 384, 296, 384, 384, 384, 384, 384, 384, 134, 56, 384, 384, 384, 147, 384, 78, 384, 384, 384, 384, 249, 100, 384, 331, 384, 384, 384, 345, 240, 384, 357, 384, 384, 234, 384, 384, 384, 152...
64
64
null
debussy-arabesque-no1
debussy-arabesque-no1
["# Voice this progression in E major — 2 voices per chord, bass to soprano.\n\n|{\n\"measure\": 1(...TRUNCATED)
[341,384,384,384,384,384,56,86,207,384,384,384,384,384,384,384,384,174,159,248,384,384,384,384,384,8(...TRUNCATED)
64
64
null
piano-man
piano-man
["# Good voice-leading with no parallel fifths or octaves, oh hey I'm in a REGISTER ❤assistantj\n(...TRUNCATED)
[384,384,384,112,384,292,384,384,384,384,384,203,384,219,384,206,255,384,384,157,384,384,384,384,139(...TRUNCATED)
64
64
null
perfidia
perfidia
["I'll be a little lenient here — instead of writing pitched-per-voice, more suitable for a piano,(...TRUNCATED)
[384,384,384,384,384,384,384,384,384,274,384,384,384,340,384,384,384,260,384,384,384,384,384,384,240(...TRUNCATED)
64
64
null
watermark
watermark
["# Appended for this problem's solution is the list of pitch-classes of\n# all 12 CAGED voicings an(...TRUNCATED)
[384,156,384,384,384,384,384,249,384,384,177,384,128,384,256,384,384,384,284,384,384,384,384,384,384(...TRUNCATED)
64
64
null
weeping-willow
weeping-willow
["# Pick a voice-leading for a single chord progression\nYou are a keyboard part-writer. Given a cho(...TRUNCATED)
[344,384,384,207,282,384,384,384,384,309,384,384,384,384,384,165,384,292,48,384,384,384,203,384,384,(...TRUNCATED)
64
64
null
my-girl
my-girl
["忠实于您明确的要求,不包含任何不合适或敏感的家庭成员对AI的使用建议(...TRUNCATED)
[384,210,73,225,307,384,384,341,384,384,384,384,384,384,384,384,384,384,384,384,280,384,384,187,384,(...TRUNCATED)
64
64
null
metamorphosis-two
metamorphosis-two
["# Generate a JSON object with a degrees array for the given chord and bass octave, including a new(...TRUNCATED)
[384,384,384,198,384,384,384,384,384,384,179,63,384,384,384,179,384,384,384,384,350,384,384,384,162,(...TRUNCATED)
64
64
null
End of preview. Expand in Data Studio

Rollout arc — raw generations

Every model generation behind the write-ups in mcp-tool-shop-org/ai-jam-sessions under experiments/rollout-arc/p4/.

Two things you can do with this.

Check our arithmetic. The repo has the readout scripts, the preregistrations and the intervals — but the generations they were computed from are ~51 MB and were never committed, so a clone got the conclusions and no way to recompute them. These are those files, unfiltered.

Or run the loop yourself. The trainer, the verifier bridge and the frozen progression set are all in the repo, and none of it is gated or fetched. Train your own adapter is the step-by-step: three commands, ~50 minutes on a 24 GB card, and the six traps that each cost us a run before we wrote them down.

The task

A 4B model proposes two-voice keyboard accompaniments for a fixed chord progression. A deterministic voice-leading checker grades each proposal against the full common-practice rulebook — parallel fifths and octaves, tendency-tone resolution, voice overlap, leaps, doubling. Reward is binary: admissible or not. No reward model, no judge, no human preference.

Every eval here is unconditioned (no scaffolding, nothing handed to the model), sampled G=64 on the same 75 held-out progressions, generation seed 7 unless noted.

Layout

Four configs, one per experiment family. Every split is the same 75 held-out items, 64 samples each — 1,500 rows in total.

config split what it is
base_probe (default) chatml Qwen3-4B-Base under a ChatML wrapper
raw Qwen3-4B-Base, no chat template
fewshot no template + one worked example, seed 7
fewshot_s8 the same, seed 8 — the replication
local_gate base untrained Qwen3-4B-Instruct-2507
c7l c8l c9l plain GRPO, seeds 7 / 8 / 9
pil7l pil8l pil9l the --prefix-in-loss arm, seeds 7 / 8 / 9
vs_base Verbalized-Sampling control, G=8 × K=5
pod_b0cell base untrained, on the rented RTX 5090 with its own matched control
c7 c8 c9 β=1e-4, seeds 7 / 8 / 9
b07 b08 b09 β=0, seeds 7 / 8 / 9
prompts heldout the 75 prompts, with progression and the system/user text

prompts/fewshot-exemplar.txt is the single worked example the few-shot arm was given. It is a plain text file rather than a config — download it directly.

Loading

from datasets import load_dataset

# the headline arm: base checkpoint, no chat template, one worked example
d = load_dataset("mcp-tool-shop/jam-rollout-arc-evals", "base_probe", split="fewshot")
print(len(d), len(d[0]["completions"]))      # 75 items, 64 samples each

# the checkpoint it is measured against
load_dataset("mcp-tool-shop/jam-rollout-arc-evals", "local_gate", split="base")

Row format

{"itemId": "...", "songId": "...", "completions": ["...", ...], "lengths": [...],
 "distinct_exact": 64, "distinct_stripped": 64, "mean_entropy": null}

completions holds all 64 samples verbatim, including the ones that fail to parse. Nothing is filtered. The unparseable rate is itself a reported measurement in the base-probe arms (57.1% under ChatML, 25.9% un-enveloped, 2.0% with one worked example), so removing them here would delete a finding.

The prompts config is the one exception to that row shape: it carries itemId, songId, genre, chords, progression, and the system / user strings as they were sent.

Models

  • Qwen/Qwen3-4B-Instruct-2507 — the instruction-tuned checkpoint the arc trained on
  • Qwen/Qwen3-4B-Base — the pretrained sibling used in base_probe
  • LoRA adapters are not published: they come from a cell whose own result was unresolved, and weights for a null are a download cost rather than a contribution. The how-to above produces your own in about fifty minutes.

The headline the data supports

Coverage — the fraction of items where at least one of 64 samples is admissible — is the quantity that matters when a verifier is in the loop, because best-of-n needs one hit:

pass rate items with ≥1 pass
instruct (trained on) 11.7% 39%
after GRPO training 12.3–12.9% 37% / 33%
base, no chat template 9.3% 93%
base + one worked example 16.2% 92%

Training moved coverage the wrong way. The instruct checkpoint emits fewer than two distinct openings per item out of sixteen admissible ones, so on 61% of items no amount of sampling reaches an admissible answer.

What this does not show: new capability (it is re-weighting what the base could already sample), that a prompt replaces training (those are different comparisons), or robustness to the choice of worked example (one exemplar was tried; the sampling seed was drawn twice, the exemplar was not). A fifty-line deterministic heuristic still scores 32/32 on the trained pool.

If you are going to train

Read the how-to first — it has the commands and the measured costs (22,946 MiB peak, ~50 min at 14.8 s/step). The short version of what bit us:

  • --seed does not control LoRA initialisation. Two runs at one seed are independent draws, not replicates. Pin by artifact (--save-init-adapter / --init-adapter).
  • One run tells you nothing. The same configuration produced +0.6 and +10.1 points.
  • Start the bridge with --fixture and --require-pool. Otherwise a fresh clone builds a 14-song pool where a fetched machine builds a hundred — our first paid run was voided by exactly that, having served 14 rows to a trainer asking for 32.
  • Unparseable output must score zero. The checker admits a realization with no sounding frames, so without a structure gate an empty completion earns full reward and the policy learns to emit nothing.
  • Expect 46–76% of groups to produce no gradient. With a binary verifier, all-pass and all-fail groups have identically zero advantage.

Reproducing the published numbers

Clone the repo, drop these files into experiments/rollout-arc/p4/runs/ (and artifacts/ for pod_b0cell), then run the readouts — prior-shape.mts, base-passrate.mts, seed-stability.mts, why-unparseable.mts, pil-readout.mts. Every bootstrap seeds its RNG per computation, because a module-level generator consumed in call order once produced two different published intervals for the same quantity.

Licence

Apache-2.0, matching the repo and the base models. The prompts are chord-symbol charts and measure numbers already published in the source repository; the completions are model output.

Downloads last month
113