The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
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 6 new columns ({'line_of_business', 'segment_loss_ratio_pct', 'avg_pricing_adequacy', 'total_incurred', 'total_earned', 'record_count'}) and 5 missing columns ({'p25', 'p75', 'count', 'pricing_tier', 'mean_adequacy'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/ins009-sample/segment_loss_ratio_table.csv (at revision 4a4b1436050d4b4ac7185e5051a517cb34b30905), [/tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/pricing_adequacy_distribution.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/pricing_adequacy_distribution.csv), /tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/segment_loss_ratio_table.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/segment_loss_ratio_table.csv), /tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriter_performance_summary.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriter_performance_summary.csv), /tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriting_records.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriting_records.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 1800, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2321, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2249, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
line_of_business: string
underwriter_tier: string
total_earned: double
total_incurred: double
avg_pricing_adequacy: double
record_count: int64
segment_loss_ratio_pct: double
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1185
to
{'underwriter_tier': Value('string'), 'pricing_tier': Value('string'), 'count': Value('int64'), 'mean_adequacy': Value('float64'), 'p25': Value('float64'), 'p75': Value('float64')}
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 882, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 943, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1646, 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 1802, 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 6 new columns ({'line_of_business', 'segment_loss_ratio_pct', 'avg_pricing_adequacy', 'total_incurred', 'total_earned', 'record_count'}) and 5 missing columns ({'p25', 'p75', 'count', 'pricing_tier', 'mean_adequacy'}).
This happened while the csv dataset builder was generating data using
hf://datasets/xpertsystems/ins009-sample/segment_loss_ratio_table.csv (at revision 4a4b1436050d4b4ac7185e5051a517cb34b30905), [/tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/pricing_adequacy_distribution.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/pricing_adequacy_distribution.csv), /tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/segment_loss_ratio_table.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/segment_loss_ratio_table.csv), /tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriter_performance_summary.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriter_performance_summary.csv), /tmp/hf-datasets-cache/medium/datasets/44846832061557-config-parquet-and-info-xpertsystems-ins009-sampl-d83f1d26/hub/datasets--xpertsystems--ins009-sample/snapshots/4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriting_records.csv (origin=hf://datasets/xpertsystems/ins009-sample@4a4b1436050d4b4ac7185e5051a517cb34b30905/underwriting_records.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.
underwriter_tier string | pricing_tier string | count int64 | mean_adequacy float64 | p25 float64 | p75 float64 |
|---|---|---|---|---|---|
chief_underwriter | non_standard_rate | 16 | 0.943744 | 0.88415 | 0.939675 |
chief_underwriter | preferred_rate | 1 | 1.1883 | 1.1883 | 1.1883 |
chief_underwriter | referral_priced | 1 | 0.7795 | 0.7795 | 0.7795 |
chief_underwriter | standard_rate | 46 | 1.034376 | 0.994175 | 1.07085 |
junior | bespoke_priced | 128 | 0.689826 | 0.629525 | 0.7583 |
junior | non_standard_rate | 574 | 1.078211 | 0.8784 | 1.2732 |
junior | preferred_rate | 81 | 1.288837 | 1.1966 | 1.3526 |
junior | referral_priced | 131 | 0.660195 | 0.58205 | 0.745 |
junior | standard_rate | 472 | 1.047412 | 1.000525 | 1.096125 |
mid_level | bespoke_priced | 114 | 0.714371 | 0.6678 | 0.77275 |
mid_level | minimum_premium | 1 | 0.6869 | 0.6869 | 0.6869 |
mid_level | non_standard_rate | 806 | 1.004539 | 0.866025 | 1.183925 |
mid_level | preferred_rate | 96 | 1.247439 | 1.187075 | 1.2825 |
mid_level | referral_priced | 129 | 0.720705 | 0.6767 | 0.7751 |
mid_level | standard_rate | 823 | 1.044538 | 0.99355 | 1.09305 |
principal | bespoke_priced | 9 | 0.765856 | 0.7582 | 0.7807 |
principal | non_standard_rate | 121 | 0.941755 | 0.8842 | 0.9369 |
principal | preferred_rate | 5 | 1.2094 | 1.1906 | 1.2009 |
principal | referral_priced | 2 | 0.77645 | 0.775575 | 0.777325 |
principal | standard_rate | 203 | 1.036149 | 0.992 | 1.0727 |
senior | bespoke_priced | 31 | 0.750513 | 0.7342 | 0.7839 |
senior | non_standard_rate | 483 | 0.96357 | 0.86395 | 0.94695 |
senior | preferred_rate | 33 | 1.216145 | 1.1796 | 1.2463 |
senior | referral_priced | 35 | 0.75444 | 0.74145 | 0.78175 |
senior | standard_rate | 659 | 1.037374 | 0.992 | 1.08455 |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
senior | null | null | null | null | null |
senior | null | null | null | null | null |
mid_level | null | null | null | null | null |
senior | null | null | null | null | null |
senior | null | null | null | null | null |
junior | null | null | null | null | null |
chief_underwriter | null | null | null | null | null |
senior | null | null | null | null | null |
senior | null | null | null | null | null |
junior | null | null | null | null | null |
mid_level | null | null | null | null | null |
mid_level | null | null | null | null | null |
principal | null | null | null | null | null |
mid_level | null | null | null | null | null |
INS-009 — Synthetic Underwriting Intelligence Dataset (Sample)
XpertSystems.ai Synthetic Data Platform · SKU: INS009-SAMPLE · Version 1.0.0
This is a free preview of the full INS-009 — Synthetic Underwriting Intelligence Dataset product. It contains roughly ~10% of the full dataset at identical schema, market cycle calibration, and UW workflow modeling, so you can evaluate fit before licensing the full product.
| File | Rows (sample) | Rows (full) | Description |
|---|---|---|---|
underwriting_records.csv |
~5,000 | ~50,000 | Per-submission records (161 columns) |
underwriter_performance_summary.csv |
~150 | ~150 | Bound-only UW performance KPIs |
segment_loss_ratio_table.csv |
~62 | ~65 | Loss ratio by LOB × UW tier |
pricing_adequacy_distribution.csv |
~25 | ~30 | Pricing tier × UW tier adequacy distribution |
Dataset Summary
INS-009 simulates the full commercial underwriting submission lifecycle — from broker submission through risk assessment, pricing, binding, and in-force performance — with realistic UW tier hierarchies and market cycle modeling.
Calibration sources (named, authoritative):
- NAIC Industry Aggregate Reports — combined ratio, loss ratio by LOB
- A.M. Best Combined Ratio annual reports
- Conning Strategic Study on UW Performance
- McKinsey U.S. P&C insurance analytics
- PwC Commercial Insurance UW Survey — bind / decline / NTU rates
- ISO loss costs — base loss ratio calibration
13 lines of business:
- Commercial property
- General liability
- Commercial auto
- Workers compensation
- Professional liability (E&O)
- Directors & Officers
- Cyber (first-party / third-party / combined)
- Marine cargo
- Inland marine
- Excess / umbrella
- Personal auto
- Homeowners
- Specialty (accident & health, aviation, agriculture, event cancellation, surety)
Market cycle modeling (configurable in full product):
- Hard market: rate increases, restricted capacity, higher decline rates, tighter terms
- Soft market: rate decreases, abundant capacity, lower decline rates, loose terms
- Transitional: mixed signals, varying by LOB
7 submission outcomes:
- Bound (~43%)
- Declined (~23%)
- Quoted not taken (~20%)
- Withdrawn (~6%)
- Incomplete/abandoned (~5%)
- Referred out (~2%)
- Remarket (~1%)
5 underwriter tier hierarchy:
- Junior UW (entry-level, lower binding authority)
- Mid-level UW (standard book)
- Senior UW (specialty / large accounts)
- Principal UW (major accounts, complex risks)
- Chief Underwriter (executive, portfolio steward)
UW skill gradient is empirically modeled: senior tiers produce better loss ratios and tighter pricing adequacy than junior tiers (realistic experience curve effect).
Submission/insured features (40+ columns):
- Submission ID, carrier ID, broker tier, distribution channel
- Insured: legal entity type, ownership structure, years in business, revenue/payroll/headcount, NAICS code, geographic spread
- Publicly traded flag, regulatory jurisdiction
- Submission completeness score
- Submitted ACORD flag, application type
Risk assessment features (30+ columns):
- Credit score (commercial), prior claims history
- Loss ratio history (prior, 5yr avg, segment benchmark)
- Experience modification factor (mod)
- Technical risk score
- Underwriter judgment score
- Risk quality score
- Final composite score
- CAT zone exposure, peril concentration
- Risk-improvement recommendations issued
Pricing & coverage (40+ columns):
- Quoted premium, written premium
- Pricing adequacy ratio (target = 1.0)
- Pricing tier (preferred / standard / non-standard / referral / bespoke / minimum)
- Rate adequacy filing flag
- Coverage limits (primary, retention, excess)
- TIV (total insured value)
- Commission rate, broker tier
- Expected loss cost, reinsurance cost
- ROEL (return on expected loss)
- Rate change vs expiring
- Cat load, expense load, profit & contingency
Binding & policy (20+ columns):
- Submission outcome (7 classes)
- Effective date, term length
- UW authority level used
- Manual referral count
- Decline reason taxonomy
In-force performance (20+ columns):
- Earned premium, current period incurred
- Loss ratio current
- Loss ratio segment benchmark
- Loss ratio vs benchmark
- IBNR estimate
- Adverse / favorable development flags
Regulatory & financial (10+ columns):
- IFRS 17 LRC / LIC / Risk Adjustment
- IFRS 17 loss component flag
- Solvency II SCR allocation
- Rate filing required, jurisdiction approval status
Calibrated Validation Results
Sample validation results across 10 underwriting-intelligence KPIs:
| Metric | Observed | Target | Source | Verdict |
|---|---|---|---|---|
| n_lines_of_business | 13 | 13 | 13 LOBs in product taxonomy | ✓ PASS |
| n_underwriter_tiers | 5 | 5 | 5 UW tier hierarchy | ✓ PASS |
| bind_rate_pct | 42.90 | 42.00 | Commercial UW bind rate | ✓ PASS |
| decline_rate_pct | 22.64 | 22.00 | Commercial UW decline rate | ✓ PASS |
| quoted_not_taken_rate_pct | 20.16 | 20.00 | Commercial UW NTU rate | ✓ PASS |
| pricing_adequacy_ratio_mean | 0.961 | 1.000 | Target pricing adequacy | ✓ PASS |
| bound_loss_ratio_mean_pct | 73.55 | 70.00 | P&C industry loss ratio | ✓ PASS |
| uw_tier_lr_gradient_pct | 17.01 | 15.00 | Junior-Senior LR gap (skill) | ✓ PASS |
| composite_risk_score_mean | 55.83 | 55.00 | Composite score mid-range | ✓ PASS |
| submission_completeness_mean | 72.83 | 70.00 | Completeness score (data quality) | ✓ PASS |
Note: The uw_tier_lr_gradient_pct metric measures the loss-ratio gap
between junior and senior underwriters. A positive gap is correct: senior
UWs produce better books due to selection and pricing skill. This is a
key training signal for ML models predicting UW performance trajectory.
Schema Highlights
The 161-column schema is extensive. Key groupings:
Submission identification: submission_id, carrier_id, line_of_business, underwriter_id, underwriter_tier, broker_tier, distribution_channel, submission_date, effective_date.
Insured profile: legal_entity_type, ownership_structure, years_in_business, naics_code, naics_description, annual_revenue_usd, annual_payroll_usd, employee_headcount, publicly_traded_flag, multistate_operations_flag.
Risk scoring: credit_score_commercial, prior_loss_ratio_pct, loss_ratio_5yr_avg_pct, experience_mod_factor, technical_risk_score, underwriter_judgement_score, risk_quality_score, final_composite_score, submission_completeness_score, cat_zone, cat_concentration_pct.
Coverage: primary_limit_usd, retention_usd, total_insured_value_usd, deductible_usd, sublimit_count, optional_endorsement_count.
Pricing: quoted_premium_usd, written_premium_usd, pricing_adequacy_ratio, pricing_tier, base_rate_per_unit, schedule_rating_credit_pct, experience_credit_pct, commission_rate_pct, rate_change_vs_expiring_pct.
Outcome: submission_outcome (7 classes), decline_reason, referral_count, days_to_quote, days_to_bind.
Performance: earned_premium_usd, current_period_incurred_usd, loss_ratio_current_pct, loss_ratio_segment_benchmark_pct, adverse_development_flag, favorable_development_flag.
Regulatory: ifrs17_lrc_usd, ifrs17_lic_usd, ifrs17_risk_adjustment_usd, ifrs17_loss_component_flag, solvency_ii_scr_allocation_usd, rate_filing_required_flag.
Suggested Use Cases
- Submission triage — predict probability of binding from submission features
- UW workflow automation — predict which submissions need manual referral
- Quote-to-bind conversion prediction (NTU vs bound classification)
- Decline reason classification — multi-class decline taxonomy
- Pricing adequacy modeling — regression on
pricing_adequacy_ratio - UW tier performance ranking — predict junior vs senior UW outputs
- Risk score calibration — train composite_score predictors from features
- Loss ratio forecasting at bind time — predict future LR from submission
- Adverse development early warning for in-force policies
- Pricing tier classification (6-class: preferred → bespoke → minimum)
- Market cycle detection — train on hard/soft/transitional data
- NAICS-based risk scoring
- Cyber UW automation — first-party vs third-party vs combined modeling
- Workers comp class code rating
- Commission rate optimization by broker tier
- Reinsurance cost forecasting by LOB and TIV
- IFRS 17 LRC/LIC modeling at policy issuance
- Insurtech UW model training without proprietary submission data
Loading the Data
import pandas as pd
submissions = pd.read_csv("underwriting_records.csv")
uw_perf = pd.read_csv("underwriter_performance_summary.csv")
seg_lr = pd.read_csv("segment_loss_ratio_table.csv")
pricing_dist= pd.read_csv("pricing_adequacy_distribution.csv")
# Binary bind prediction
y_bind = (submissions["submission_outcome"] == "bound").astype(int)
# Multi-class submission outcome (7 classes)
y_outcome = submissions["submission_outcome"]
# Regression: pricing adequacy ratio (bound only)
bound = submissions[submissions["submission_outcome"] == "bound"]
y_adequacy = bound["pricing_adequacy_ratio"]
# Regression: bound loss ratio
y_lr = bound["loss_ratio_current_pct"]
# Multi-class UW tier prediction (5 tiers)
y_tier = submissions["underwriter_tier"]
# Multi-class pricing tier prediction (6 tiers)
y_pricing_tier = submissions["pricing_tier"]
# Multi-class LOB classification (13 LOBs)
y_lob = submissions["line_of_business"]
# Composite risk score regression
y_score = submissions["final_composite_score"]
License
This sample is released under CC-BY-NC-4.0 (free for non-commercial research and evaluation). The full production dataset is licensed commercially — contact XpertSystems.ai for licensing terms.
Full Product
The full INS-009 dataset includes ~50,000 underwriting submission records across 161 columns, with configurable market cycle (hard / soft / transitional), underwriter count, carrier count, and LOB filtering. Calibrated to NAIC Industry Aggregates, A.M. Best Combined Ratio, Conning UW Performance, McKinsey U.S. P&C analytics, and PwC Commercial UW Survey.
📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai
Citation
@dataset{xpertsystems_ins009_sample_2026,
title = {INS-009: Synthetic Underwriting Intelligence Dataset (Sample)},
author = {XpertSystems.ai},
year = {2026},
url = {https://huggingface.co/datasets/xpertsystems/ins009-sample}
}
Generation Details
- Generator version : 1.0.0
- Random seed : 42
- Generated : 2026-05-16 20:59:33 UTC
- Market cycle : transitional
- Records : 5,000
- Underwriters : 150 / Carriers: 20
- Calibration basis : NAIC + A.M. Best + Conning + McKinsey + PwC
- Overall validation: 100.0 / 100 (grade A+)
- Downloads last month
- 23