CoolFace
Datasetpublic

rodriguescarson/adaption-geography-wikipedia-ccbysa

Geography Reference Text (Wikipedia) Reference-style explanations and passage continuations taken verbatim from English Wikipedia articles. Rows 2,888 Domain geography Format data.parquet, one row per example Licence cc-by-sa-4.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… See the full description on the dataset page: https://huggingface.co/datasets/rodriguescarson/adaption-geography-wikipedia-ccbysa.

sourceHugging Facecc-by-sa-4.0updated 5h agoView on Hugging Face
0likes9downloads
Dataset Card

Geography Reference Text (Wikipedia)

Reference-style explanations and passage continuations taken verbatim from English Wikipedia articles.

Rows2,888
Domaingeography
Formatdata.parquet, one row per example
Licencecc-by-sa-4.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

Fetched per topic category through the Wikipedia API; every completion is a verbatim span of its source article (checked against the article text).

Sources and licence

Notes

  • —Columns enhanced_prompt, enhanced_completion are empty in this dataset (the Adaption export reserves them for rewritten text).
  • —Share-alike: derivatives must carry the same licence.

Loading

python
from datasets import load_dataset
ds = load_dataset("rodriguescarson/adaption-geography-wikipedia-ccbysa", split="train")
python
import pandas as pd
df = pd.read_parquet("hf://datasets/rodriguescarson/adaption-geography-wikipedia-ccbysa/data.parquet")

Published by Carson Rodrigues (Hugging Face, Kaggle).