The dataset viewer is taking too long to fetch the data. Try to refresh this page.
Error code: ClientConnectionError
Transformational Leadership — Theory
This corpus was automatically generated by the Deku Corpus Builder for use in RAG-based AI applications.
Dataset Structure
Each record contains:
text: The content textsource_url: Original source URLsource_title: Title of the source documentsource_domain: Domain of the sourcelicense_type: License classification (e.g.public_domain,cc_by,cc_by_sa)attribution_required: Boolean — True for CC BY / CC BY-SA and other attribution-required licensesattribution_text: Formatted Creative Commons attribution string (empty if not required)license_url: URL to the CC license deed (empty if not required)relevance_score: Relevance to the subject (0-1)quality_score: Content quality score (0-1)topics: JSON array of detected topicscharacter_count: Length of the textsubject_name: The subject this content relates tosubject_type: "personality" or "topic"extraction_date: When the content was extractedembedding: Pre-computed 384-dimensional embedding vector
Attribution
0 of 284 chunks in this corpus require attribution under their source license.
When building lessons from these chunks, the attribution_text field must be surfaced
in the lesson output per the Legend Leadership Attribution Tracking Spec.
Usage
from datasets import load_dataset
dataset = load_dataset("PhillyMac/Transformational_Leadership_Theory")
# Access attribution-required chunks
for item in dataset["train"]:
if item["attribution_required"]:
print(item["attribution_text"])
Integration with RAG
This dataset is designed to be integrated with existing embedded corpuses. The embeddings use the sentence-transformers/all-MiniLM-L6-v2 model, compatible with FAISS indexing.
License
Content is sourced from public domain and Creative Commons licensed materials.
See individual license_type fields for per-chunk licensing details.
Generated By
Deku Corpus Builder - An automated corpus building system for AI applications.
- Downloads last month
- 15