CoolFace
Datasetpublic

rodriguescarson/adaption-religion-kg-verified-2000

World Religions Knowledge Graph Q&A Factual questions about world religious traditions, their texts and relations. Rows 2,000 Domain religion Format data.parquet, one row per example Licence cc0-1.0 Built for supervised fine-tuning (SFT) experiments on Adaption AutoScientist Columns Column Description original_prompt The prompt (user turn) as uploaded. original_completion The target response as uploaded. enhanced_prompt… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-religion-kg-verified-2000.

sourceHugging Facecc0-1.0updated 5h agoView on Hugging Face
0likes8downloads
Dataset Card

World Religions Knowledge Graph Q&A

Factual questions about world religious traditions, their texts and relations.

Rows2,000
Domainreligion
Formatdata.parquet, one row per example
Licencecc0-1.0
Built forsupervised fine-tuning (SFT) experiments on Adaption AutoScientist

Columns

ColumnDescription
original_promptThe prompt (user turn) as uploaded.
original_completionThe target response as uploaded.
enhanced_promptEmpty in this dataset.
enhanced_completionEmpty in this dataset.

How it was built

Built from Wikidata claims; every claim was re-queried by QID to verify it (2,000 of 2,000 confirmed).

Sources and licence

Notes

  • —Columns enhanced_prompt, enhanced_completion are empty in this dataset (the Adaption export reserves them for rewritten text).

Loading

python
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-religion-kg-verified-2000", split="train")
python
import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-religion-kg-verified-2000/data.parquet")

Published by Carson Rodrigues (Hugging Face, Kaggle).