Normalize dataset card metadata and loading boundary

#2
Files changed (1) hide show
  1. README.md +18 -1
README.md CHANGED
@@ -8,6 +8,17 @@ tags:
8
  - szl-holdings
9
  - doi:10.5281/zenodo.19944926
10
  pretty_name: SZL Agentic-RAG Corpus v1
 
 
 
 
 
 
 
 
 
 
 
11
  ---
12
 
13
  <div align="center">
@@ -66,7 +77,7 @@ LLM responses cite chunk IDs. Λ-receipt `signature` field is a **PLACEHOLDER**
66
 
67
  **Cite this.** Part of the SZL Holdings *Ouroboros Thesis* (Governed Post-Determinism).
68
  Concept DOI (always-latest): [10.5281/zenodo.19944926](https://doi.org/10.5281/zenodo.19944926).
69
- Author: Stephen P. Lutar Jr. · [ORCID 0009-0001-0110-4173](https://orcid.org/0009-0001-0110-4173) · License CC-BY-4.0.
70
  Full DOI-pinned lineage (v1→v26) + the 8 papers: [szl-papers PAPERS_INDEX](https://github.com/szl-holdings/szl-papers/blob/main/PAPERS_INDEX.md).
71
  No artifact-specific DOI is minted for this dataset; the concept DOI above covers the program.
72
 
@@ -102,3 +113,9 @@ Honesty (Doctrine v11): Λ unconditional uniqueness is **Conjecture 1** (machine
102
  <sub>SLSA: L1 honest · L2 attested · L3 roadmap. Λ = Conjecture 1. Trust ceiling 0.97. Labels honest by default.</sub>
103
 
104
  </div>
 
 
 
 
 
 
 
8
  - szl-holdings
9
  - doi:10.5281/zenodo.19944926
10
  pretty_name: SZL Agentic-RAG Corpus v1
11
+ language:
12
+ - en
13
+ task_categories:
14
+ - feature-extraction
15
+ size_categories:
16
+ - n<1K
17
+ configs:
18
+ - config_name: corpus
19
+ data_files:
20
+ - split: train
21
+ path: corpus.jsonl
22
  ---
23
 
24
  <div align="center">
 
77
 
78
  **Cite this.** Part of the SZL Holdings *Ouroboros Thesis* (Governed Post-Determinism).
79
  Concept DOI (always-latest): [10.5281/zenodo.19944926](https://doi.org/10.5281/zenodo.19944926).
80
+ Author: Stephen P. Lutar Jr. · [ORCID 0009-0001-0110-4173](https://orcid.org/0009-0001-0110-4173) · Dataset license: Apache-2.0; the cited program publication is CC-BY-4.0.
81
  Full DOI-pinned lineage (v1→v26) + the 8 papers: [szl-papers PAPERS_INDEX](https://github.com/szl-holdings/szl-papers/blob/main/PAPERS_INDEX.md).
82
  No artifact-specific DOI is minted for this dataset; the concept DOI above covers the program.
83
 
 
113
  <sub>SLSA: L1 honest · L2 attested · L3 roadmap. Λ = Conjecture 1. Trust ceiling 0.97. Labels honest by default.</sub>
114
 
115
  </div>
116
+
117
+ ## Load the tabular corpus
118
+
119
+ The `corpus` config exposes the 762 JSONL chunks and excludes provenance JSON plus binary FAISS indexes from schema inference. FAISS files are separate retrieval artifacts and must be paired with their ID maps and manifest at a pinned revision.
120
+
121
+ Apache-2.0 metadata applies to repository-authored packaging and code. Source documents and quoted material retain their original rights; public availability is not permission to train on or redistribute them without verifying those rights.