synthesis / README.md
Taylor Lassiter
gating: sanitized public card + gated SPEC (wave-3, owner grant 2026-07-17)
d2c43fb verified
|
Raw
History Blame Contribute Delete
3.71 kB
---
license: cc-by-sa-4.0
language:
- grc
- hbo
- en
- la
- arc
- mul
task_categories:
- text-generation
- text-classification
tags:
- biblical-studies
- patristics
- rhetorical-claims
- concept-analysis
- nuberea
- gated-spec
size_categories:
- 10K<n<100K
configs:
- config_name: pericope_synthesis_full
data_files:
- split: train
path: data/pericope_synthesis_full/train-*.parquet
- config_name: pericope_synthesis_slim
data_files:
- split: train
path: data/pericope_synthesis_slim/train-*.parquet
- config_name: claim_concept_edges
data_files:
- split: train
path: data/claim_concept_edges/train-*.parquet
- config_name: pseu_synthesis_full
data_files:
- split: train
path: data/pseu_synthesis_full/train-*.parquet
- config_name: pseu_synthesis_slim
data_files:
- split: train
path: data/pseu_synthesis_slim/train-*.parquet
- config_name: pseu_claim_concept_edges
data_files:
- split: train
path: data/pseu_claim_concept_edges/train-*.parquet
- config_name: targum_synthesis_full
data_files:
- split: train
path: data/targum_synthesis_full/train-*.parquet
- config_name: targum_synthesis_slim
data_files:
- split: train
path: data/targum_synthesis_slim/train-*.parquet
- config_name: targum_claim_concept_edges
data_files:
- split: train
path: data/targum_claim_concept_edges/train-*.parquet
- config_name: nhc_synthesis_full
data_files:
- split: train
path: data/nhc_synthesis_full/train-*.parquet
- config_name: nhc_synthesis_slim
data_files:
- split: train
path: data/nhc_synthesis_slim/train-*.parquet
- config_name: nhc_claim_concept_edges
data_files:
- split: train
path: data/nhc_claim_concept_edges/train-*.parquet
- config_name: patristic_eng_claims
data_files:
- split: train
path: data/patristic_eng_claims/train-*.parquet
---
# NuBerea/synthesis
A cross-corpus synthesis layer for the study of early Jewish and Christian literature.
Each config joins pericope-level text units from one corpus — the canonical Bible
(Old and New Testament), Second Temple Pseudepigrapha, the Aramaic Targumim, the Nag
Hammadi corpus, or Greek and Latin patristic authors — with rhetorical claims extracted
from those units and with links into a shared concept vocabulary. The result is a set
of per-corpus tables that let a researcher move between what a passage says, the
argumentative claim it advances, and the theological concepts it engages.
The intended audience is scholars of biblical studies, Second Temple Judaism, Gnosticism,
and patristics who want claim- and concept-level views over these corpora without
reassembling the underlying text pipelines themselves. Config names are corpus-prefixed
so the namespace is self-explanatory. The full technical specification (schemas, join
contracts, per-config detail, provenance) is available in the gated `SPEC.md` alongside
this card.
## License and Attribution
This dataset is distributed under **CC BY-SA 4.0**. ShareAlike propagates from the
patristic source corpora used in claim extraction:
| Upstream Source | URL | License |
|---|---|---|
| Patristic Text Archive (PTA) | https://github.com/PatristicTextArchive/pta_data | CC BY-SA 4.0 |
| CSEL (Open Greek and Latin digitization) | https://github.com/OpenGreekAndLatin/csel-dev | CC BY-SA 4.0 |
| First1KGreek (Open Greek and Latin) | https://github.com/OpenGreekAndLatin/First1KGreek | CC BY-SA 4.0 |
Attribution and share-alike are required for reuse. Packaged by the NuBerea project (2026).