Dataset Viewer
Auto-converted to Parquet Duplicate
text
stringlengths
3.51k
104k
slug
stringlengths
4
24
Alabama ( , AL-ə-BAM-ə) is a state in the Southeastern and Deep Southern regions of the United States. It borders Tennessee to the north, Georgia to the east, Florida and the Gulf of Mexico to the south, and Mississippi to the west. Alabama is the 30th largest by area, and the 24th-most populous of the 50 U.S. states. ...
alabama
Alaska ( , ə-LASS-kə) is a U.S. state located in the northwestern regions of North America. Part of the Western United States region, it is one of the two non-contiguous U.S. states, alongside Hawaii. Alaska is considered to be the northernmost, westernmost, and, longitudinally, the easternmost state in the United Stat...
alaska
"Arizona is a landlocked state in the Southwestern United States, sharing the Four Corners region wi(...TRUNCATED)
arizona
"Arkansas ( , AR-kən-saw) is a landlocked state in the West South Central region of the Southern Un(...TRUNCATED)
arkansas
"California is a U.S. state in the Western United States that lies on the Pacific Coast. It borders (...TRUNCATED)
california
"Colorado is a landlocked state in the Mountain West subregion of the Western United States. It is o(...TRUNCATED)
colorado
"Connecticut ( kə-NET-ih-kət) is a state in the New England region of the Northeastern United Sta(...TRUNCATED)
connecticut
"Delaware ( DEL-ə-wair) is a state in the Mid-Atlantic and South Atlantic regions of the United St(...TRUNCATED)
delaware
"Florida ( FLORR-id-ə, Spanish: [floˈɾiða] ) is a state in the Southeastern and South Atlantic\(...TRUNCATED)
florida
"Georgia most commonly refers to:\n\nGeorgia (country), a country in the South Caucasus\nGeorgia (U.(...TRUNCATED)
georgia
End of preview. Expand in Data Studio

Dataset Card for US States & Territories (Wikipedia)

Wikipedia plain-text extracts for 56 US places: the 50 states, the District of Columbia, and five inhabited territories.

Dataset Details

  • Language: English
  • License: CC BY-SA 4.0 (Wikipedia text)
  • Source: English Wikipedia (plain-text extracts)
  • Rows: 56

Dataset Description

One row per place with text (full English Wikipedia plain-text extract) and slug (filesystem-safe place identifier). Useful for language modeling, retrieval, and geography-focused NLP over US state and territory encyclopedia text.

Dataset Structure

One row per place. Single split: train.

Field Type Description
text string Full Wikipedia plain-text extract for the place
slug string Filesystem-safe place identifier

Example

from datasets import load_dataset

ds = load_dataset("codycollier/geo-us-states")
row = ds["train"][0]
print(row["slug"], len(row["text"]))

Licensing Information

Text content originates from Wikipedia and remains under the Creative Commons Attribution-ShareAlike License. See Wikipedia:Copyrights.

Downloads last month
41