Dataset Preview
Duplicate
The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed because of a cast error
Error code:   DatasetGenerationCastError
Exception:    DatasetGenerationCastError
Message:      An error occurred while generating the dataset

All the data files must have the same columns, but at some point there are 7 new columns ({'surface', 'tone', 'avg_length', 'pattern_type', 'includes_local_anchor', 'includes_cta', 'topic'}) and 5 missing columns ({'fact_value', 'category', 'fact_key', 'compliance_level', 'usage_context'}).

This happened while the csv dataset builder was generating data using

hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry/content_patterns.csv (at revision 1e2a991773a208bac095dccd5df344d2fdad252d), [/tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/business_facts.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/business_facts.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/content_patterns.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/content_patterns.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/local_anchors.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/local_anchors.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/location_entities.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/location_entities.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/platform_guidelines.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/platform_guidelines.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/seo_keywords.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/seo_keywords.csv)]

Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback:    Traceback (most recent call last):
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1887, in _prepare_split_single
                  writer.write_table(table)
                File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 675, in write_table
                  pa_table = table_cast(pa_table, self._schema)
                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2272, in table_cast
                  return cast_table_to_schema(table, schema)
                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2218, in cast_table_to_schema
                  raise CastError(
              datasets.table.CastError: Couldn't cast
              pattern_type: string
              surface: string
              topic: string
              avg_length: int64
              includes_cta: bool
              includes_local_anchor: bool
              tone: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1088
              to
              {'category': Value('string'), 'fact_key': Value('string'), 'fact_value': Value('string'), 'compliance_level': Value('string'), 'usage_context': Value('string')}
              because column names don't match
              
              During handling of the above exception, another exception occurred:
              
              Traceback (most recent call last):
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1347, in compute_config_parquet_and_info_response
                  parquet_operations = convert_to_parquet(builder)
                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
                  builder.download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 884, in download_and_prepare
                  self._download_and_prepare(
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 947, in _download_and_prepare
                  self._prepare_split(split_generator, **prepare_split_kwargs)
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1736, in _prepare_split
                  for job_id, done, content in self._prepare_split_single(
                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^
                File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1889, in _prepare_split_single
                  raise DatasetGenerationCastError.from_cast_error(
              datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
              
              All the data files must have the same columns, but at some point there are 7 new columns ({'surface', 'tone', 'avg_length', 'pattern_type', 'includes_local_anchor', 'includes_cta', 'topic'}) and 5 missing columns ({'fact_value', 'category', 'fact_key', 'compliance_level', 'usage_context'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry/content_patterns.csv (at revision 1e2a991773a208bac095dccd5df344d2fdad252d), [/tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/business_facts.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/business_facts.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/content_patterns.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/content_patterns.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/local_anchors.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/local_anchors.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/location_entities.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/location_entities.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/platform_guidelines.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/platform_guidelines.csv), /tmp/hf-datasets-cache/medium/datasets/74728499226215-config-parquet-and-info-KingPawnUSA-llm-content-g-e5ab8413/hub/datasets--KingPawnUSA--llm-content-generation-pawn-industry/snapshots/1e2a991773a208bac095dccd5df344d2fdad252d/seo_keywords.csv (origin=hf://datasets/KingPawnUSA/llm-content-generation-pawn-industry@1e2a991773a208bac095dccd5df344d2fdad252d/seo_keywords.csv)]
              
              Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

category
string
fact_key
string
fact_value
string
compliance_level
string
usage_context
string
history
experience_per_location
over a decade
required
all_content
services
loan_range
$1 to $50,000
recommended
promotional
services
no_credit_check
true
required
all_content
licensing
status
licensed, bonded, insured
required
trust_building
media
featured_on
CNN, Bloomberg TV
optional
credibility
compliance
forbidden_founding_year
1980
forbidden
never_use
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
null
End of preview.

LLM Content Generation Patterns - Pawn Industry

This dataset contains real-world patterns and data from an automated content generation system for a multi-location pawn shop business in NYC.

Dataset Contents

  1. location_entities.csv - Canonical entity data for 7 NYC locations
  2. local_anchors.csv - Geographic context anchors (landmarks, service areas)
  3. content_patterns.csv - Platform-specific content generation patterns
  4. business_facts.csv - Verified business facts and compliance rules
  5. seo_keywords.csv - SEO keywords with search intent classification
  6. platform_guidelines.csv - Platform-specific posting guidelines

Use Cases

  • LLM Training: Fine-tune models for local business content generation
  • Content Strategy: Understand multi-platform content distribution patterns
  • SEO Research: Analyze keyword strategies for local businesses
  • Compliance: Study fact-checking and brand consistency patterns
  • Geographic Context: Learn how local anchors improve content relevance

Key Insights

  • Entity Grounding: All content tied to canonical location entities
  • Platform Adaptation: Different tone/length for each platform (GMB, Reddit, Medium, Kaggle)
  • Compliance First: Forbidden phrases tracked to prevent brand violations
  • Local Context: Geographic anchors used for relevance and discovery
  • Idempotency: Content deduplication across platforms

Data Quality

  • All location data is real and verified
  • Business facts sourced from official website
  • Content patterns based on actual production system
  • Anonymized where necessary for privacy

Citation

If you use this dataset, please cite:

King Gold & Pawn - LLM Content Generation Patterns (2026)
Source: Production content automation system
Platform: Multi-channel discovery engine

Updates

  • Version 1.0 (March 2026): Initial release with 6 datasets
  • Future updates will include performance metrics and A/B test results

License

CC-BY-NC-SA-4.0 - Attribution required, non-commercial use only

Downloads last month
13