Commit dad5954
committed
Publish a non-consumptive release: measurements over the corpus, not the corpus
"Why not the corpus?" was a fair challenge and the exclusion had been a reflex.
Checked the actual position: the volumes carry no licence, only the imprint
(project owner wizarat al-thaqafa, publisher al-Dar al-Arabiyya li-l-Kitab
2014-15), and the Tunisian National Library catalogues the set as a physical
holding (A-8-314464 1..10) with no open-access edition. The poems themselves are
largely 19th-century and out of copyright; what is protected is the edition. So
redistributing the text would be republishing somebody else book.
But reproducibility does not need the verse, it needs the measurements.
scripts/export_release.py emits:
* corpus_manifest.jsonl - 1,511 records: ids, pages, poet, form, purpose,
line count, strophe sizes, per-line letter and syllable counts, rhyme-key
sequences, full form-score breakdowns, metre regularity, attestation flag,
and a salted text hash
* corpus_stats.json - per-form counts, length histogram, rhyme-key
frequencies, score medians
* eval_prompts.jsonl - the 174 held-out prompts with fingerprints stripped,
so anyone can benchmark any model on the same task
Every AUC, distribution and attestation rate in docs/ is re-derivable from these
without the text, and the published salt lets anyone who owns the volumes verify
their rebuild hash-for-hash.
Leak-checked: of corpus lines with >=3 words, 0 appear verbatim in the release.
Rhyme keys ARE included; they are the analytical object of the study and
withholding them would make the results unauditable. The trade-off is stated in
DATA.md rather than buried.
DATA.md also documents the path to releasing the text properly: ask the Ministry
(the named scientific committee is in the imprint), then gate it on HF or Zenodo
with a click-through licence, and never in git history, which is permanent and
survives a repo going public.1 parent d4b93cb commit dad5954
7 files changed
Lines changed: 2131 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
76 | 138 | | |
77 | 139 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | | - | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
31 | 34 | | |
32 | 35 | | |
33 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| 174 | + | |
| 175 | + | |
| 176 | + | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
174 | 182 | | |
175 | 183 | | |
176 | 184 | | |
| |||
0 commit comments