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 4 new columns ({'claim_id_a', 'claim_id_b', 'ring_id', 'edge_type'}) and 99 missing columns ({'rf_multiple_carriers', 'staged_accident_pattern', 'attorney_represented', 'incident_location_type', 'time_to_disposition_days', 'model_version', 'claim_date', 'inference_timestamp', 'shared_phone_number_flag', 'claim_outcome', 'network_fraud_cluster', 'shared_body_shop_flag', 'add_on_passenger_count', 'criminal_charges_filed', 'siu_investigation_days', 'policy_id', 'loss_date', 'lob', 'top_fraud_indicators', 'referral_to_law_enforcement', 'fraud_ring_id', 'surveillance_outcome', 'medical_billing_usd', 'siu_referral_flag', 'ring_size', 'siu_referral_trigger', 'rf_vin_switch', 'vehicle_damage_airbag_deployed', 'injury_vs_damage_paradox_flag', 'rf_inconsistent_statements', 'claim_amount_paid_usd', 'statement_inconsistency_count', 'predicted_fraud_type', 'savings_achieved_usd', 'medical_treatment_type', 'rf_policy_inception_proximity', 'red_flag_count', 'damage_consistent_with_mechanism', 'rf_injury_damage_paradox', 'incident_zip', 'network_centrality_score', 'rf_cash_settlement_demand', 'injury_severity', 'incident_time_of_day', 'policy_inception_date', 'claim_id', 'claim_amount_demanded_usd', 'surveillance_conducted', 'rf_prior_claims_frequency', 'medical_billing_vs_injury_ratio', 'rf_attorney_proximity', 'police_report_number', 'fraud_type_confirmed', 'attorney_siu_flag', 'injury_type', 'siu_referral_recommended', 'fraud_confirmed', 'treating_provider_flag', 'red_flag_score', 'rf_coverage_increase_proximity', 'insurer_id', 'investigation_techniques_used', 'policy_lapse_flag', 'coverage_recently_increased_flag', 'weather_conditions', 'rf_high_frequency_provider', 'phantom_vehicle_flag', 'attorney_id', 'witnesses_count', 'rf_staged_location_pattern', 'shared_medical_provider_flag', 'policy_tenure_days', 'civil_recovery_initiated', 'gap_in_treatment_flag', 'fraud_risk_tier', 'estimated_fraud_savings_usd', 'iso_claimsearch_match_count', 'rf_claimant_not_present', 'police_report_filed', 'recovery_amount_usd', 'fraud_probability_score', 'siu_referral_date', 'shared_address_flag', 'demand_letter_timing_days', 'prior_claims_count', 'accident_description_consistency', 'incident_type', 'incident_state', 'rf_financial_distress', 'rf_social_media_contradiction', 'reporting_lag_days', 'vehicle_damage_severity', 'model_confidence', 'prior_claims_same_lob', 'shared_attorney_flag', 'sku', 'recorded_statement_taken', 'fraud_ring_role', 'siu_disposition'}).

This happened while the csv dataset builder was generating data using

hf://datasets/xpertsystems/ins007-sample/fraud_ring_edges.csv (at revision 9fc38579298b3ab321dec3d719f11ee74dd7264a), [/tmp/hf-datasets-cache/medium/datasets/22547010267175-config-parquet-and-info-xpertsystems-ins007-sampl-3e3576b2/hub/datasets--xpertsystems--ins007-sample/snapshots/9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_claims.csv (origin=hf://datasets/xpertsystems/ins007-sample@9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_claims.csv), /tmp/hf-datasets-cache/medium/datasets/22547010267175-config-parquet-and-info-xpertsystems-ins007-sampl-3e3576b2/hub/datasets--xpertsystems--ins007-sample/snapshots/9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_ring_edges.csv (origin=hf://datasets/xpertsystems/ins007-sample@9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_ring_edges.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
              ring_id: string
              claim_id_a: string
              claim_id_b: string
              edge_type: string
              -- schema metadata --
              pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 733
              to
              {'claim_id': Value('string'), 'policy_id': Value('string'), 'insurer_id': Value('string'), 'lob': Value('string'), 'claim_date': Value('string'), 'loss_date': Value('string'), 'reporting_lag_days': Value('int64'), 'policy_inception_date': Value('string'), 'policy_tenure_days': Value('int64'), 'claim_amount_demanded_usd': Value('float64'), 'claim_amount_paid_usd': Value('float64'), 'prior_claims_count': Value('int64'), 'prior_claims_same_lob': Value('int64'), 'policy_lapse_flag': Value('bool'), 'coverage_recently_increased_flag': Value('bool'), 'incident_type': Value('string'), 'incident_location_type': Value('string'), 'incident_state': Value('string'), 'incident_zip': Value('int64'), 'incident_time_of_day': Value('string'), 'weather_conditions': Value('string'), 'witnesses_count': Value('int64'), 'police_report_filed': Value('bool'), 'police_report_number': Value('string'), 'accident_description_consistency': Value('string'), 'vehicle_damage_severity': Value('string'), 'vehicle_damage_airbag_deployed': Value('bool'), 'injury_vs_damage_paradox_flag': Value('bool'), 'damage_consistent_with_mechanism': Value('bool'), 'injury_type': Value('string'), 'injury_severity': Value('string'), 'medical_treatment_type': Value('string'), 'treating_provider_flag': Value('string'), 'medical_billing_usd': Value('float64'), 'medical_billing_vs_injury_ratio': Value('float64'), 'gap_in_treatment_flag': Value('bool'), 'attorney_represented': Value('bool'), 'attorney_id': Value('string'), 'attorne
              ...
              ': Value('bool'), 'shared_medical_provider_flag': Value('bool'), 'network_centrality_score': Value('float64'), 'phantom_vehicle_flag': Value('bool'), 'add_on_passenger_count': Value('int64'), 'staged_accident_pattern': Value('string'), 'siu_referral_flag': Value('bool'), 'siu_referral_trigger': Value('string'), 'siu_referral_date': Value('string'), 'siu_investigation_days': Value('float64'), 'investigation_techniques_used': Value('string'), 'surveillance_conducted': Value('bool'), 'surveillance_outcome': Value('string'), 'recorded_statement_taken': Value('bool'), 'statement_inconsistency_count': Value('int64'), 'iso_claimsearch_match_count': Value('int64'), 'claim_outcome': Value('string'), 'fraud_confirmed': Value('bool'), 'fraud_type_confirmed': Value('string'), 'savings_achieved_usd': Value('float64'), 'referral_to_law_enforcement': Value('bool'), 'criminal_charges_filed': Value('bool'), 'civil_recovery_initiated': Value('bool'), 'recovery_amount_usd': Value('float64'), 'siu_disposition': Value('string'), 'time_to_disposition_days': Value('int64'), 'fraud_probability_score': Value('float64'), 'fraud_risk_tier': Value('string'), 'predicted_fraud_type': Value('string'), 'siu_referral_recommended': Value('bool'), 'estimated_fraud_savings_usd': Value('float64'), 'top_fraud_indicators': Value('string'), 'network_fraud_cluster': Value('string'), 'model_confidence': Value('float64'), 'sku': Value('string'), 'model_version': Value('string'), 'inference_timestamp': 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 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 4 new columns ({'claim_id_a', 'claim_id_b', 'ring_id', 'edge_type'}) and 99 missing columns ({'rf_multiple_carriers', 'staged_accident_pattern', 'attorney_represented', 'incident_location_type', 'time_to_disposition_days', 'model_version', 'claim_date', 'inference_timestamp', 'shared_phone_number_flag', 'claim_outcome', 'network_fraud_cluster', 'shared_body_shop_flag', 'add_on_passenger_count', 'criminal_charges_filed', 'siu_investigation_days', 'policy_id', 'loss_date', 'lob', 'top_fraud_indicators', 'referral_to_law_enforcement', 'fraud_ring_id', 'surveillance_outcome', 'medical_billing_usd', 'siu_referral_flag', 'ring_size', 'siu_referral_trigger', 'rf_vin_switch', 'vehicle_damage_airbag_deployed', 'injury_vs_damage_paradox_flag', 'rf_inconsistent_statements', 'claim_amount_paid_usd', 'statement_inconsistency_count', 'predicted_fraud_type', 'savings_achieved_usd', 'medical_treatment_type', 'rf_policy_inception_proximity', 'red_flag_count', 'damage_consistent_with_mechanism', 'rf_injury_damage_paradox', 'incident_zip', 'network_centrality_score', 'rf_cash_settlement_demand', 'injury_severity', 'incident_time_of_day', 'policy_inception_date', 'claim_id', 'claim_amount_demanded_usd', 'surveillance_conducted', 'rf_prior_claims_frequency', 'medical_billing_vs_injury_ratio', 'rf_attorney_proximity', 'police_report_number', 'fraud_type_confirmed', 'attorney_siu_flag', 'injury_type', 'siu_referral_recommended', 'fraud_confirmed', 'treating_provider_flag', 'red_flag_score', 'rf_coverage_increase_proximity', 'insurer_id', 'investigation_techniques_used', 'policy_lapse_flag', 'coverage_recently_increased_flag', 'weather_conditions', 'rf_high_frequency_provider', 'phantom_vehicle_flag', 'attorney_id', 'witnesses_count', 'rf_staged_location_pattern', 'shared_medical_provider_flag', 'policy_tenure_days', 'civil_recovery_initiated', 'gap_in_treatment_flag', 'fraud_risk_tier', 'estimated_fraud_savings_usd', 'iso_claimsearch_match_count', 'rf_claimant_not_present', 'police_report_filed', 'recovery_amount_usd', 'fraud_probability_score', 'siu_referral_date', 'shared_address_flag', 'demand_letter_timing_days', 'prior_claims_count', 'accident_description_consistency', 'incident_type', 'incident_state', 'rf_financial_distress', 'rf_social_media_contradiction', 'reporting_lag_days', 'vehicle_damage_severity', 'model_confidence', 'prior_claims_same_lob', 'shared_attorney_flag', 'sku', 'recorded_statement_taken', 'fraud_ring_role', 'siu_disposition'}).
              
              This happened while the csv dataset builder was generating data using
              
              hf://datasets/xpertsystems/ins007-sample/fraud_ring_edges.csv (at revision 9fc38579298b3ab321dec3d719f11ee74dd7264a), [/tmp/hf-datasets-cache/medium/datasets/22547010267175-config-parquet-and-info-xpertsystems-ins007-sampl-3e3576b2/hub/datasets--xpertsystems--ins007-sample/snapshots/9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_claims.csv (origin=hf://datasets/xpertsystems/ins007-sample@9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_claims.csv), /tmp/hf-datasets-cache/medium/datasets/22547010267175-config-parquet-and-info-xpertsystems-ins007-sampl-3e3576b2/hub/datasets--xpertsystems--ins007-sample/snapshots/9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_ring_edges.csv (origin=hf://datasets/xpertsystems/ins007-sample@9fc38579298b3ab321dec3d719f11ee74dd7264a/fraud_ring_edges.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.

claim_id
string
policy_id
string
insurer_id
string
lob
string
claim_date
string
loss_date
string
reporting_lag_days
int64
policy_inception_date
string
policy_tenure_days
int64
claim_amount_demanded_usd
float64
claim_amount_paid_usd
float64
prior_claims_count
int64
prior_claims_same_lob
int64
policy_lapse_flag
bool
coverage_recently_increased_flag
bool
incident_type
string
incident_location_type
string
incident_state
string
incident_zip
int64
incident_time_of_day
string
weather_conditions
string
witnesses_count
int64
police_report_filed
bool
police_report_number
string
accident_description_consistency
string
vehicle_damage_severity
string
vehicle_damage_airbag_deployed
bool
injury_vs_damage_paradox_flag
bool
damage_consistent_with_mechanism
bool
injury_type
string
injury_severity
string
medical_treatment_type
string
treating_provider_flag
string
medical_billing_usd
float64
medical_billing_vs_injury_ratio
float64
gap_in_treatment_flag
bool
attorney_represented
bool
attorney_id
string
attorney_siu_flag
bool
demand_letter_timing_days
float64
red_flag_score
float64
rf_policy_inception_proximity
bool
rf_coverage_increase_proximity
bool
rf_prior_claims_frequency
bool
rf_multiple_carriers
bool
rf_inconsistent_statements
bool
rf_injury_damage_paradox
bool
rf_high_frequency_provider
bool
rf_attorney_proximity
bool
rf_cash_settlement_demand
bool
rf_vin_switch
bool
rf_staged_location_pattern
bool
rf_social_media_contradiction
bool
rf_financial_distress
bool
rf_claimant_not_present
bool
red_flag_count
int64
fraud_ring_id
null
fraud_ring_role
string
ring_size
null
shared_phone_number_flag
bool
shared_address_flag
bool
shared_attorney_flag
bool
shared_body_shop_flag
bool
shared_medical_provider_flag
bool
network_centrality_score
float64
phantom_vehicle_flag
bool
add_on_passenger_count
int64
staged_accident_pattern
string
siu_referral_flag
bool
siu_referral_trigger
null
siu_referral_date
null
siu_investigation_days
null
investigation_techniques_used
string
surveillance_conducted
bool
surveillance_outcome
null
recorded_statement_taken
bool
statement_inconsistency_count
int64
iso_claimsearch_match_count
int64
claim_outcome
string
fraud_confirmed
bool
fraud_type_confirmed
string
savings_achieved_usd
float64
referral_to_law_enforcement
bool
criminal_charges_filed
bool
civil_recovery_initiated
bool
recovery_amount_usd
float64
siu_disposition
null
time_to_disposition_days
int64
fraud_probability_score
float64
fraud_risk_tier
string
predicted_fraud_type
string
siu_referral_recommended
bool
estimated_fraud_savings_usd
float64
top_fraud_indicators
string
network_fraud_cluster
null
model_confidence
float64
sku
string
model_version
string
inference_timestamp
string
CLM-2018-AUTO-VT-003322
POL-AUTO-2008-VT-54922
INS-029
auto_property_damage
2018-06-12
2018-06-01
11
2008-09-03
3,558
30,755.02
26,238.7
0
0
false
false
fire_loss
residence
VT
58,501
evening_17-21
clear
4
true
62-347124
consistent
minor
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
settled_with_reduction
false
none
0
false
false
false
0
null
50
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.142, "coverage_increase_proximity": 0.013, "prior_claims_frequency": 0.099, "multiple_carriers": 0.045, "inconsistent_statements": 0.06}
null
0.9312
INS-007
1.0.0
2026-05-16T20:39:10.332054Z
CLM-2022-WORKERS-NY-001011
POL-WORKERS-2020-NY-96347
INS-018
workers_comp
2022-04-17
2022-04-10
7
2020-01-23
808
57,008.12
45,405.23
0
0
false
false
hit_and_run
highway
NY
46,201
early_morning_0-6
clear
2
true
98-042043
consistent
null
null
false
true
sprain_strain
moderate
pain_management_clinic
standard_provider
5,850.53
1.03
true
true
ATT-469
false
371
1.4
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
182
0.022
low_risk
none
false
0
{"policy_inception_proximity": 0.091, "coverage_increase_proximity": 0.082, "prior_claims_frequency": 0.095, "multiple_carriers": 0.095, "inconsistent_statements": 0.139}
null
0.7742
INS-007
1.0.0
2026-05-16T20:39:09.971400Z
CLM-2018-HOMEOWNERS-OH-003351
POL-HOMEOWNERS-2013-OH-46930
INS-048
homeowners
2018-07-17
2018-07-06
11
2013-10-06
1,734
383,409.12
301,125.82
0
0
false
false
fire_loss
parking_lot
OH
84,101
midday_9-12
snow
1
true
41-661237
consistent
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
3.65
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
32
0.0556
low_risk
none
false
0
{"policy_inception_proximity": 0.12, "coverage_increase_proximity": 0.118, "prior_claims_frequency": 0.067, "multiple_carriers": 0.051, "inconsistent_statements": 0.017}
null
0.8763
INS-007
1.0.0
2026-05-16T20:39:10.336322Z
CLM-2021-GENERAL-ID-002496
POL-GENERAL-2019-ID-94913
INS-046
general_liability
2021-05-03
2021-04-30
3
2019-08-16
623
99,378.95
85,111.15
0
0
false
false
medical_procedure
private_property
ID
97,201
afternoon_12-17
rain
2
true
23-116491
consistent
null
true
false
true
none
none
none
high_frequency_siu_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
denied_unsubstantiated
false
none
0
false
false
false
0
null
154
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.02, "coverage_increase_proximity": 0.015, "prior_claims_frequency": 0.142, "multiple_carriers": 0.041, "inconsistent_statements": 0.061}
null
0.8686
INS-007
1.0.0
2026-05-16T20:39:10.203208Z
CLM-2015-AUTO-AL-004293
POL-AUTO-2013-AL-68498
INS-006
auto_bodily_injury
2015-11-14
2015-10-31
14
2013-06-27
856
118,733.73
83,980.14
1
1
false
false
theft
residence
AL
90,019
late_night_21-24
clear
2
false
83-744417
consistent
total_loss
null
false
true
soft_tissue_whiplash
minor
hospitalization
standard_provider
2,849.85
0.24
false
true
ATT-403
false
97
1.96
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_no_siu
false
none
0
false
false
false
0
null
114
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.147, "coverage_increase_proximity": 0.097, "prior_claims_frequency": 0.039, "multiple_carriers": 0.011, "inconsistent_statements": 0.142}
null
0.9596
INS-007
1.0.0
2026-05-16T20:39:10.479950Z
CLM-2016-HOMEOWNERS-SC-002577
POL-HOMEOWNERS-2013-SC-11397
INS-035
homeowners
2016-05-28
2016-05-27
1
2013-03-29
1,155
175,019.29
158,012.36
1
1
false
false
workplace_injury
parking_lot
SC
87,101
early_morning_0-6
snow
3
true
51-208005
consistent
null
null
false
true
none
none
none
out_of_network_unusual
0
0.1
false
true
ATT-247
false
282
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
settled_with_reduction
false
none
0
false
false
false
0
null
157
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.091, "coverage_increase_proximity": 0.123, "prior_claims_frequency": 0.102, "multiple_carriers": 0.141, "inconsistent_statements": 0.018}
null
0.7741
INS-007
1.0.0
2026-05-16T20:39:10.215663Z
CLM-2016-WORKERS-AK-000825
POL-WORKERS-2012-AK-53924
INS-040
workers_comp
2016-05-20
2016-05-17
3
2012-09-20
1,335
160,064.53
48,019.36
4
1
false
false
slip_and_fall
residence
AK
11,212
late_night_21-24
clear
0
true
73-926030
major_inconsistency
null
false
false
false
sprain_strain
severe
chiropractic
out_of_network_unusual
26,848.62
0.5
true
false
ATT-048
false
129
36.52
false
false
false
true
true
false
false
false
true
false
true
true
true
false
6
null
claimant
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
5
withdrawn_by_claimant
false
none
37,361.43
false
false
false
0
null
625
0.7809
high_risk
soft_fraud_exaggeration
true
124,994.39
{"multiple_carriers": 0.27, "inconsistent_statements": 0.258}
null
0.8965
INS-007
1.0.0
2026-05-16T20:39:09.936011Z
CLM-2021-AUTO-ND-003038
POL-AUTO-2011-ND-37319
INS-035
auto_bodily_injury
2021-08-29
2021-08-17
12
2011-11-19
3,559
75,213.81
64,614.14
1
0
false
false
single_vehicle_accident
parking_lot
ND
85,001
evening_17-21
clear
2
false
82-611231
consistent
severe
true
false
true
soft_tissue_back
serious
urgent_care
standard_provider
12,795.88
1.7
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
10
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.087, "coverage_increase_proximity": 0.129, "prior_claims_frequency": 0.118, "multiple_carriers": 0.121, "inconsistent_statements": 0.135}
null
0.7896
INS-007
1.0.0
2026-05-16T20:39:10.287376Z
CLM-2015-HOMEOWNERS-WV-004185
POL-HOMEOWNERS-2006-WV-31215
INS-007
homeowners
2015-03-06
2015-02-28
6
2006-01-07
3,339
274,678.63
217,638
3
1
false
false
workplace_injury
residence
WV
85,001
afternoon_12-17
unknown
2
false
42-076327
minor_inconsistency
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
1.43
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
1
paid_no_siu
false
none
0
false
false
false
0
null
44
0.0186
low_risk
none
false
0
{"policy_inception_proximity": 0.096, "coverage_increase_proximity": 0.114, "prior_claims_frequency": 0.107, "multiple_carriers": 0.113, "inconsistent_statements": 0.082}
null
0.9489
INS-007
1.0.0
2026-05-16T20:39:10.462906Z
CLM-2019-HOMEOWNERS-ND-001362
POL-HOMEOWNERS-2015-ND-91854
INS-036
homeowners
2019-05-04
2019-05-01
3
2015-05-23
1,439
309,262.73
264,409.24
1
1
false
false
fire_loss
parking_lot
ND
80,202
late_night_21-24
rain
4
true
27-560417
consistent
null
null
false
false
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
130
0.0438
low_risk
none
false
0
{"policy_inception_proximity": 0.099, "coverage_increase_proximity": 0.066, "prior_claims_frequency": 0.064, "multiple_carriers": 0.118, "inconsistent_statements": 0.035}
null
0.8622
INS-007
1.0.0
2026-05-16T20:39:10.027311Z
CLM-2017-AUTO-WV-003174
POL-AUTO-2011-WV-84830
INS-016
auto_pip
2017-01-23
2017-01-20
3
2011-08-04
1,996
22,034.97
16,342.55
1
1
false
false
single_vehicle_accident
medical_facility
WV
80,202
evening_17-21
clear
5
false
21-021798
consistent
none
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0.31
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_no_siu
false
none
0
false
false
false
0
null
49
0.0528
low_risk
none
false
0
{"policy_inception_proximity": 0.053, "coverage_increase_proximity": 0.118, "prior_claims_frequency": 0.124, "multiple_carriers": 0.052, "inconsistent_statements": 0.085}
null
0.7324
INS-007
1.0.0
2026-05-16T20:39:10.309852Z
CLM-2020-AUTO-OH-003262
POL-AUTO-2013-OH-85914
INS-008
auto_bodily_injury
2020-06-29
2020-06-20
9
2013-03-26
2,643
41,573.69
38,372.28
0
0
false
false
single_vehicle_accident
medical_facility
OH
97,201
evening_17-21
clear
0
false
22-999362
consistent
minor
null
false
true
sprain_strain
minor
none
standard_provider
5,459.66
1.31
false
true
ATT-480
false
23
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
49
0.0684
low_risk
none
false
0
{"policy_inception_proximity": 0.112, "coverage_increase_proximity": 0.094, "prior_claims_frequency": 0.042, "multiple_carriers": 0.037, "inconsistent_statements": 0.129}
null
0.7323
INS-007
1.0.0
2026-05-16T20:39:10.322927Z
CLM-2022-HOMEOWNERS-AK-002640
POL-HOMEOWNERS-2017-AK-03971
INS-012
homeowners
2022-09-03
2022-08-31
3
2017-04-13
1,966
55,690.79
46,220.28
0
0
false
false
workplace_injury
highway
AK
49,501
late_night_21-24
rain
2
true
41-822261
consistent
null
false
false
true
none
none
none
out_of_network_unusual
0
0.1
false
false
null
false
null
4.79
false
true
false
false
false
false
false
false
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_no_siu
false
none
0
false
false
false
0
null
103
0.011
low_risk
none
false
0
{"policy_inception_proximity": 0.07, "coverage_increase_proximity": 0.049, "prior_claims_frequency": 0.099, "multiple_carriers": 0.041, "inconsistent_statements": 0.015}
null
0.9475
INS-007
1.0.0
2026-05-16T20:39:10.225251Z
CLM-2018-AUTO-CO-001279
POL-AUTO-2008-CO-60037
INS-050
auto_bodily_injury
2018-05-25
2018-05-18
7
2008-08-07
3,571
85,982.67
71,072.71
1
0
false
false
medical_procedure
parking_lot
CO
55,401
late_night_21-24
clear
3
true
54-451895
consistent
severe
null
false
true
sprain_strain
moderate
chiropractic
standard_provider
6,214.5
0.72
false
false
null
false
null
3.9
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_no_siu
false
none
0
false
false
false
0
null
54
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.085, "coverage_increase_proximity": 0.087, "prior_claims_frequency": 0.119, "multiple_carriers": 0.125, "inconsistent_statements": 0.058}
null
0.7363
INS-007
1.0.0
2026-05-16T20:39:10.014216Z
CLM-2019-AUTO-NE-001469
POL-AUTO-2010-NE-96050
INS-042
auto_bodily_injury
2019-03-23
2019-03-20
3
2010-04-30
3,246
99,408.71
91,657.14
0
0
false
false
theft
parking_lot
NE
84,101
midday_9-12
clear
0
true
18-848520
minor_inconsistency
none
null
false
true
soft_tissue_whiplash
moderate
none
standard_provider
2,062.51
0.21
false
false
null
false
null
4.16
false
false
false
false
false
false
false
true
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
150
0.105
low_risk
none
false
0
{"policy_inception_proximity": 0.06, "coverage_increase_proximity": 0.135, "prior_claims_frequency": 0.134, "multiple_carriers": 0.147, "inconsistent_statements": 0.131}
null
0.8363
INS-007
1.0.0
2026-05-16T20:39:10.043693Z
CLM-2016-WORKERS-AR-003901
POL-WORKERS-2007-AR-04226
INS-010
workers_comp
2016-03-04
2016-02-28
5
2007-11-22
3,020
114,337.33
106,993.95
0
0
false
false
hit_and_run
highway
AR
57,501
evening_17-21
clear
3
true
56-619953
consistent
null
null
false
true
sprain_strain
minor
none
standard_provider
6,645.09
0.58
false
false
null
false
null
10.3
false
false
false
false
true
false
false
false
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
188
0.2249
low_risk
none
false
0
{"policy_inception_proximity": 0.087, "coverage_increase_proximity": 0.049, "prior_claims_frequency": 0.149, "multiple_carriers": 0.139, "inconsistent_statements": 0.141}
null
0.9307
INS-007
1.0.0
2026-05-16T20:39:10.419449Z
CLM-2021-AUTO-IA-001053
POL-AUTO-2017-IA-83792
INS-001
auto_bodily_injury
2021-06-24
2021-06-18
6
2017-11-07
1,319
258,984.66
247,505.13
1
1
false
false
slip_and_fall
highway
IA
84,101
afternoon_12-17
clear
1
true
77-780973
major_inconsistency
severe
null
false
true
sprain_strain
minor
pain_management_clinic
standard_provider
3,525.41
0.14
false
false
null
false
null
3.21
false
false
true
false
false
false
false
false
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
13
0.0991
low_risk
none
false
0
{"policy_inception_proximity": 0.126, "coverage_increase_proximity": 0.091, "prior_claims_frequency": 0.117, "multiple_carriers": 0.07, "inconsistent_statements": 0.046}
null
0.7232
INS-007
1.0.0
2026-05-16T20:39:09.977867Z
CLM-2022-HEALTH-VA-003102
POL-HEALTH-2014-VA-52729
INS-013
health
2022-08-22
2022-08-14
8
2014-08-31
2,905
88,312.14
81,737.66
1
0
false
false
theft
workplace
VA
90,019
morning_6-9
snow
5
true
52-014911
consistent
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
10.54
false
false
false
false
false
false
false
false
false
false
true
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
settled_with_reduction
false
none
0
false
false
false
0
null
109
0.1227
low_risk
none
false
0
{"policy_inception_proximity": 0.043, "coverage_increase_proximity": 0.071, "prior_claims_frequency": 0.09, "multiple_carriers": 0.128, "inconsistent_statements": 0.06}
null
0.7504
INS-007
1.0.0
2026-05-16T20:39:10.299135Z
CLM-2017-WORKERS-MS-001953
POL-WORKERS-2011-MS-73859
INS-014
workers_comp
2017-10-03
2017-09-22
11
2011-09-30
2,184
108,488.97
80,485.09
1
1
false
false
theft
private_property
MS
98,101
early_morning_0-6
clear
1
true
09-626265
consistent
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
3.04
false
false
true
false
false
false
false
false
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
111
0.1434
low_risk
none
false
0
{"policy_inception_proximity": 0.127, "coverage_increase_proximity": 0.139, "prior_claims_frequency": 0.035, "multiple_carriers": 0.021, "inconsistent_statements": 0.038}
null
0.7619
INS-007
1.0.0
2026-05-16T20:39:10.119027Z
CLM-2023-AUTO-NJ-001189
POL-AUTO-2017-NJ-77205
INS-037
auto_bodily_injury
2023-07-22
2023-07-22
0
2017-09-21
2,130
75,341.21
70,462.2
0
0
false
false
theft
highway
NJ
85,001
late_night_21-24
fog
2
false
21-962071
consistent
moderate
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
167
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.034, "coverage_increase_proximity": 0.092, "prior_claims_frequency": 0.105, "multiple_carriers": 0.026, "inconsistent_statements": 0.13}
null
0.8241
INS-007
1.0.0
2026-05-16T20:39:10.000874Z
CLM-2021-AUTO-MA-000459
POL-AUTO-2021-MA-67034
INS-013
auto_pip
2021-08-17
2021-08-17
0
2021-05-16
93
7,257.51
2,177.25
4
4
false
false
slip_and_fall
medical_facility
MA
58,501
afternoon_12-17
fog
0
false
71-293870
minor_inconsistency
minor
false
false
false
sprain_strain
minor
multiple_providers
provider_under_investigation
10,217.96
2.82
true
false
ATT-097
true
155
60.92
false
false
true
true
true
false
true
false
false
false
false
false
false
false
4
null
organizer
null
true
true
true
false
true
0.1444
false
3
none
true
null
null
null
['financial_records_subpoena', 'recorded_statement', 'iso_claimsearch', 'surveillance', 'medical_record_review', 'expert_witness', 'vin_verification', 'law_enforcement_cooperation']
true
null
true
15
7
paid_post_siu_legitimate
false
none
469.35
false
false
false
0
null
74
0.8217
high_risk
workers_comp_fraud
true
5,963.5
{"prior_claims_frequency": 0.135, "multiple_carriers": 0.075, "inconsistent_statements": 0.088}
null
0.812
INS-007
1.0.0
2026-05-16T20:39:09.860044Z
CLM-2021-AUTO-SD-001217
POL-AUTO-2013-SD-06078
INS-011
auto_property_damage
2021-09-05
2021-08-30
6
2013-05-11
3,033
20,972.3
17,321
1
0
false
false
disability_claim
medical_facility
SD
45,201
late_night_21-24
fog
0
true
74-279907
contradicted_by_evidence
total_loss
true
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
settled_with_reduction
false
none
0
false
false
false
0
null
128
0.035
low_risk
none
false
0
{"policy_inception_proximity": 0.097, "coverage_increase_proximity": 0.025, "prior_claims_frequency": 0.072, "multiple_carriers": 0.021, "inconsistent_statements": 0.083}
null
0.8537
INS-007
1.0.0
2026-05-16T20:39:10.005069Z
CLM-2017-AUTO-IN-004743
POL-AUTO-2012-IN-04304
INS-046
auto_bodily_injury
2017-12-16
2017-12-16
0
2012-09-07
1,926
119,495.06
86,447.19
1
0
false
false
slip_and_fall
residence
IN
58,501
midday_9-12
rain
2
true
66-256504
consistent
none
true
false
true
none
none
none
provider_under_investigation
0
0.1
true
true
ATT-461
false
362
0.58
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
44
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.118, "coverage_increase_proximity": 0.143, "prior_claims_frequency": 0.1, "multiple_carriers": 0.066, "inconsistent_statements": 0.082}
null
0.7563
INS-007
1.0.0
2026-05-16T20:39:10.548529Z
CLM-2018-HEALTH-VA-000893
POL-HEALTH-2017-VA-44869
INS-001
health
2018-09-19
2018-09-15
4
2017-09-20
360
39,459.64
0
7
5
false
false
theft
workplace
VA
19,124
morning_6-9
unknown
1
false
null
minor_inconsistency
null
false
false
false
none
minor
pain_management_clinic
provider_under_investigation
9,473.88
0.5
true
false
ATT-072
true
28
35.06
false
false
false
true
true
false
false
false
true
false
true
true
false
false
5
null
claimant
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
16
withdrawn_by_claimant
false
none
1,954.23
false
false
false
0
null
475
0.5823
moderate_risk
provider_fraud
false
22,977.35
{"multiple_carriers": 0.288, "inconsistent_statements": 0.324}
null
0.8094
INS-007
1.0.0
2026-05-16T20:39:09.950460Z
CLM-2022-AUTO-TX-004440
POL-AUTO-2017-TX-02205
INS-034
auto_bodily_injury
2022-05-19
2022-05-09
10
2017-05-14
1,821
89,286.18
71,032.03
0
0
false
false
slip_and_fall
intersection
TX
46,201
afternoon_12-17
clear
1
true
62-359605
consistent
total_loss
true
false
true
sprain_strain
minor
hospitalization
standard_provider
16,514
1.85
true
true
ATT-457
false
361
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
158
0.0499
low_risk
none
false
0
{"policy_inception_proximity": 0.024, "coverage_increase_proximity": 0.092, "prior_claims_frequency": 0.08, "multiple_carriers": 0.046, "inconsistent_statements": 0.12}
null
0.7652
INS-007
1.0.0
2026-05-16T20:39:10.502588Z
CLM-2021-AUTO-MD-000495
POL-AUTO-2017-MD-25984
INS-018
auto_property_damage
2021-04-07
2021-02-17
49
2017-10-22
1,214
35,791.87
21,475.12
6
3
false
false
slip_and_fall
intersection
MD
30,315
afternoon_12-17
fog
0
true
null
major_inconsistency
moderate
false
false
false
sprain_strain
minor
multiple_providers
high_frequency_siu_provider
18,074.77
1.01
false
false
ATT-020
false
55
30.86
false
false
false
false
false
false
false
false
false
false
true
false
true
false
2
null
claimant
null
true
false
true
true
true
0.526
false
0
medical_mill_only
true
null
null
null
['field_investigation', 'social_media_mining', 'vin_verification', 'database_search', 'scene_reconstruction', 'recorded_statement', 'expert_witness', 'iso_claimsearch', 'iso_index_bureau', 'law_enforcement_cooperation']
false
null
true
2
7
withdrawn_by_claimant
true
medical_billing_fraud
16,921.79
false
false
false
0
null
276
0.5747
moderate_risk
medical_billing_fraud
false
20,569.59
{}
null
0.8776
INS-007
1.0.0
2026-05-16T20:39:09.868009Z
CLM-2018-AUTO-NJ-003032
POL-AUTO-2012-NJ-85261
INS-006
auto_bodily_injury
2018-08-16
2018-08-10
6
2012-06-22
2,240
165,282.95
154,471.8
0
0
false
false
disability_claim
highway
NJ
84,101
late_night_21-24
snow
1
true
93-940655
consistent
minor
false
false
true
sprain_strain
serious
primary_care
standard_provider
1,924.63
0.12
false
false
null
false
null
5.87
false
false
true
false
false
false
false
false
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
120
0.0219
low_risk
none
false
0
{"policy_inception_proximity": 0.035, "coverage_increase_proximity": 0.112, "prior_claims_frequency": 0.097, "multiple_carriers": 0.048, "inconsistent_statements": 0.027}
null
0.944
INS-007
1.0.0
2026-05-16T20:39:10.286437Z
CLM-2022-WORKERS-CA-004605
POL-WORKERS-2018-CA-60102
INS-015
workers_comp
2022-07-01
2022-06-19
12
2018-03-18
1,554
92,031.75
79,876.02
1
1
false
false
slip_and_fall
private_property
CA
44,101
early_morning_0-6
snow
4
true
31-597572
consistent
null
false
false
true
soft_tissue_back
minor
er_visit
standard_provider
4,927.34
0.54
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
144
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.082, "coverage_increase_proximity": 0.031, "prior_claims_frequency": 0.101, "multiple_carriers": 0.112, "inconsistent_statements": 0.019}
null
0.8532
INS-007
1.0.0
2026-05-16T20:39:10.527375Z
CLM-2021-COMMERCIAL-OK-003277
POL-COMMERCIAL-2014-OK-47302
INS-025
commercial_property
2021-08-26
2021-08-20
6
2014-10-06
2,510
1,068,898.2
789,518.7
0
0
false
false
theft
intersection
OK
83,701
afternoon_12-17
clear
1
true
null
major_inconsistency
null
false
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
128
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.123, "coverage_increase_proximity": 0.1, "prior_claims_frequency": 0.023, "multiple_carriers": 0.148, "inconsistent_statements": 0.017}
null
0.7372
INS-007
1.0.0
2026-05-16T20:39:10.325447Z
CLM-2019-HOMEOWNERS-MT-001252
POL-HOMEOWNERS-2010-MT-59269
INS-044
homeowners
2019-02-10
2019-01-27
14
2010-07-22
3,111
194,838.55
172,293.25
2
0
false
false
slip_and_fall
medical_facility
MT
48,201
early_morning_0-6
clear
3
true
80-562656
consistent
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
1.8
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
76
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.143, "coverage_increase_proximity": 0.076, "prior_claims_frequency": 0.125, "multiple_carriers": 0.104, "inconsistent_statements": 0.038}
null
0.8424
INS-007
1.0.0
2026-05-16T20:39:10.010265Z
CLM-2020-HEALTH-SD-004499
POL-HEALTH-2017-SD-16730
INS-050
health
2020-08-02
2020-07-26
7
2017-10-29
1,001
69,965.77
62,991.39
1
0
false
false
slip_and_fall
highway
SD
49,501
morning_6-9
clear
2
true
99-138310
major_inconsistency
null
false
false
true
none
none
none
standard_provider
0
0.1
false
true
ATT-456
false
43
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
154
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.115, "coverage_increase_proximity": 0.136, "prior_claims_frequency": 0.026, "multiple_carriers": 0.121, "inconsistent_statements": 0.144}
null
0.8169
INS-007
1.0.0
2026-05-16T20:39:10.511343Z
CLM-2016-WORKERS-NE-000474
POL-WORKERS-2016-NE-12074
INS-042
workers_comp
2016-07-04
2016-06-18
16
2016-03-10
100
283,785.42
85,135.63
5
2
false
false
workplace_injury
residence
NE
30,318
early_morning_0-6
rain
1
false
30-068486
contradicted_by_evidence
null
false
false
false
multiple_injuries
serious
physical_therapy
high_frequency_siu_provider
7,460.87
0.5
false
true
ATT-097
true
104
42.43
false
false
true
true
true
false
true
true
false
false
true
false
true
false
7
null
staged_driver
null
false
false
true
true
true
0.0917
false
0
none
true
null
null
null
['vin_verification', 'expert_witness', 'surveillance', 'recorded_statement', 'database_search', 'criminal_background_check', 'medical_record_review', 'field_investigation', 'law_enforcement_cooperation']
true
null
true
10
13
denied_fraud_confirmed
true
workers_comp_fraud
198,869.68
false
false
false
0
null
274
0.668
high_risk
workers_comp_fraud
true
189,568.66
{"prior_claims_frequency": 0.249, "multiple_carriers": 0.266, "inconsistent_statements": 0.06}
null
0.9481
INS-007
1.0.0
2026-05-16T20:39:09.863251Z
CLM-2021-AUTO-AK-004224
POL-AUTO-2015-AK-71388
INS-017
auto_pip
2021-08-09
2021-08-05
4
2015-12-11
2,064
20,843.45
17,460.45
4
0
false
false
water_damage
medical_facility
AK
90,019
early_morning_0-6
clear
0
false
21-543904
consistent
minor
true
false
true
sprain_strain
moderate
er_visit
standard_provider
4,296.43
2.06
false
false
null
false
null
0.27
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
2
paid_no_siu
false
none
0
false
false
false
0
null
151
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.132, "coverage_increase_proximity": 0.046, "prior_claims_frequency": 0.052, "multiple_carriers": 0.115, "inconsistent_statements": 0.061}
null
0.8641
INS-007
1.0.0
2026-05-16T20:39:10.469364Z
CLM-2017-AUTO-NC-003669
POL-AUTO-2015-NC-04306
INS-027
auto_bodily_injury
2017-02-16
2017-02-02
14
2015-06-07
606
251,379.19
191,006.59
3
3
false
false
disability_claim
highway
NC
85,001
early_morning_0-6
clear
1
false
77-296656
consistent
minor
false
false
true
soft_tissue_whiplash
moderate
primary_care
out_of_network_unusual
14,215.65
0.57
true
true
ATT-225
false
274
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_no_siu
false
none
0
false
false
false
0
null
179
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.014, "coverage_increase_proximity": 0.084, "prior_claims_frequency": 0.131, "multiple_carriers": 0.044, "inconsistent_statements": 0.114}
null
0.9095
INS-007
1.0.0
2026-05-16T20:39:10.383988Z
CLM-2019-HEALTH-NE-000274
POL-HEALTH-2019-NE-24884
INS-047
health
2019-03-15
2019-02-28
15
2019-01-09
50
178,654.01
0
5
4
false
false
workplace_injury
medical_facility
NE
90,023
afternoon_12-17
fog
1
false
87-139718
consistent
null
false
false
false
soft_tissue_whiplash
serious
pain_management_clinic
standard_provider
10,622.91
0.5
true
true
ATT-009
true
162
38.1
true
false
false
false
true
false
true
true
true
false
true
false
false
false
6
null
staged_driver
null
true
false
true
false
true
0.1448
false
0
none
true
null
null
null
['database_search', 'law_enforcement_cooperation', 'iso_claimsearch', 'field_investigation', 'expert_witness', 'social_media_mining', 'iso_index_bureau', 'criminal_background_check']
false
null
true
4
6
civil_recovery
true
ring_fraud_organized
176,729.11
false
false
true
15,486.43
null
485
0.7159
high_risk
ring_fraud_organized
true
127,898.41
{"policy_inception_proximity": 0.19, "inconsistent_statements": 0.064}
null
0.8194
INS-007
1.0.0
2026-05-16T20:39:09.822237Z
CLM-2016-HOMEOWNERS-FL-000813
POL-HOMEOWNERS-2015-FL-63334
INS-023
homeowners
2016-02-12
2016-02-11
1
2015-11-04
99
217,579.36
0
5
5
false
false
theft
medical_facility
FL
19,120
afternoon_12-17
unknown
2
true
05-184498
major_inconsistency
null
null
false
false
soft_tissue_back
serious
pain_management_clinic
standard_provider
29,361.49
0.5
false
true
ATT-124
false
5
39.89
false
false
true
false
true
false
true
true
false
false
true
false
false
true
6
null
claimant
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
13
denied_unsubstantiated
false
none
14,102.4
false
false
false
0
null
99
0.529
moderate_risk
fire_loss
false
115,099.48
{"prior_claims_frequency": 0.237, "inconsistent_statements": 0.051}
null
0.9088
INS-007
1.0.0
2026-05-16T20:39:09.932987Z
CLM-2015-WORKERS-OK-000528
POL-WORKERS-2010-OK-71966
INS-047
workers_comp
2015-06-03
2015-05-04
30
2010-05-29
1,801
395,390.54
0
2
2
false
false
fire_loss
medical_facility
OK
11,207
early_morning_0-6
unknown
0
false
87-014626
contradicted_by_evidence
null
false
false
false
soft_tissue_back
serious
multiple_providers
high_frequency_siu_provider
37,236.21
0.5
false
true
ATT-119
true
41
52.86
false
false
false
true
false
false
true
true
true
false
true
false
true
false
6
null
claimant
null
false
false
false
false
false
0
false
0
none
true
null
null
null
['financial_records_subpoena', 'iso_index_bureau', 'field_investigation', 'recorded_statement', 'social_media_mining']
false
null
true
10
17
denied_fraud_confirmed
true
soft_fraud_exaggeration
206,930.16
false
false
false
0
null
707
0.5948
moderate_risk
soft_fraud_exaggeration
false
235,178.29
{"multiple_carriers": 0.186}
null
0.765
INS-007
1.0.0
2026-05-16T20:39:09.875174Z
CLM-2019-HEALTH-NV-003973
POL-HEALTH-2014-NV-93831
INS-024
health
2019-02-15
2019-02-06
9
2014-08-06
1,645
35,577.48
33,821.33
1
0
false
false
hit_and_run
parking_lot
NV
49,501
midday_9-12
rain
3
true
null
minor_inconsistency
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
2.62
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
74
0.0383
low_risk
none
false
0
{"policy_inception_proximity": 0.111, "coverage_increase_proximity": 0.102, "prior_claims_frequency": 0.114, "multiple_carriers": 0.121, "inconsistent_statements": 0.013}
null
0.7998
INS-007
1.0.0
2026-05-16T20:39:10.431236Z
CLM-2025-AUTO-OH-003816
POL-AUTO-2023-OH-97917
INS-035
auto_property_damage
2025-03-12
2025-03-07
5
2023-07-15
601
27,155.44
26,198.41
0
0
false
false
workplace_injury
private_property
OH
55,401
evening_17-21
clear
3
true
null
consistent
severe
false
false
true
none
none
none
standard_provider
0
0.1
false
true
ATT-328
false
84
5.81
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
48
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.062, "coverage_increase_proximity": 0.015, "prior_claims_frequency": 0.112, "multiple_carriers": 0.059, "inconsistent_statements": 0.081}
null
0.9351
INS-007
1.0.0
2026-05-16T20:39:10.405528Z
CLM-2019-WORKERS-NC-004818
POL-WORKERS-2016-NC-05993
INS-005
workers_comp
2019-08-18
2019-08-15
3
2016-05-30
1,172
378,295.86
315,314.7
0
0
false
false
workplace_injury
workplace
NC
84,101
afternoon_12-17
clear
3
true
null
consistent
null
null
false
true
soft_tissue_whiplash
severe
physical_therapy
standard_provider
3,548.53
0.1
false
true
ATT-407
false
375
1.71
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
124
0.069
low_risk
none
false
0
{"policy_inception_proximity": 0.08, "coverage_increase_proximity": 0.11, "prior_claims_frequency": 0.056, "multiple_carriers": 0.146, "inconsistent_statements": 0.012}
null
0.8848
INS-007
1.0.0
2026-05-16T20:39:10.559924Z
CLM-2018-AUTO-VA-000790
POL-AUTO-2017-VA-04339
INS-035
auto_property_damage
2018-10-25
2018-08-27
59
2017-05-09
475
61,103.31
0
1
0
false
false
staged_collision
intersection
VA
43,201
late_night_21-24
clear
0
false
null
consistent
minor
false
true
false
soft_tissue_back
severe
physical_therapy
high_frequency_siu_provider
14,626.09
0.5
false
true
ATT-099
true
10
45.58
false
false
true
true
true
true
false
true
false
false
false
true
true
false
7
null
claimant
null
false
false
false
false
false
0
false
0
rear_end_setup
true
null
null
null
['medical_record_review', 'financial_records_subpoena', 'iso_index_bureau', 'iso_claimsearch']
true
null
true
9
19
denied_unsubstantiated
false
none
15,208.37
false
false
false
0
null
138
0.8389
high_risk
staged_accident
true
51,259.57
{"prior_claims_frequency": 0.288, "multiple_carriers": 0.281, "inconsistent_statements": 0.173}
null
0.8706
INS-007
1.0.0
2026-05-16T20:39:09.928266Z
CLM-2021-AUTO-NM-002376
POL-AUTO-2017-NM-09075
INS-050
auto_bodily_injury
2021-05-05
2021-04-24
11
2017-01-15
1,560
230,336.66
190,312.77
1
1
false
false
single_vehicle_accident
workplace
NM
90,011
evening_17-21
clear
1
true
11-633194
consistent
severe
null
false
true
none
none
none
standard_provider
0
0.1
true
true
ATT-492
false
399
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
1
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
20
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.113, "coverage_increase_proximity": 0.016, "prior_claims_frequency": 0.1, "multiple_carriers": 0.14, "inconsistent_statements": 0.077}
null
0.7316
INS-007
1.0.0
2026-05-16T20:39:10.184602Z
CLM-2016-COMMERCIAL-OH-004795
POL-COMMERCIAL-2013-OH-44646
INS-013
commercial_property
2016-04-12
2016-04-11
1
2013-12-28
835
786,551.24
694,777.48
0
0
false
false
workplace_injury
intersection
OH
37,201
morning_6-9
ice
1
false
null
consistent
null
null
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
6.13
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
1
paid_no_siu
false
none
0
false
false
false
0
null
199
0.0202
low_risk
none
false
0
{"policy_inception_proximity": 0.034, "coverage_increase_proximity": 0.137, "prior_claims_frequency": 0.036, "multiple_carriers": 0.118, "inconsistent_statements": 0.15}
null
0.7547
INS-007
1.0.0
2026-05-16T20:39:10.556532Z
CLM-2025-AUTO-ME-004353
POL-AUTO-2017-ME-09466
INS-036
auto_property_damage
2025-03-09
2025-02-27
10
2017-06-06
2,823
16,849.88
16,113.04
1
1
false
false
single_vehicle_accident
medical_facility
ME
87,101
midday_9-12
clear
2
false
04-242536
consistent
total_loss
false
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
2.72
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
123
0.0862
low_risk
none
false
0
{"policy_inception_proximity": 0.027, "coverage_increase_proximity": 0.099, "prior_claims_frequency": 0.026, "multiple_carriers": 0.105, "inconsistent_statements": 0.065}
null
0.721
INS-007
1.0.0
2026-05-16T20:39:10.489490Z
CLM-2023-AUTO-NJ-003736
POL-AUTO-2021-NJ-87973
INS-027
auto_bodily_injury
2023-08-02
2023-07-20
13
2021-04-24
817
124,261.74
104,161.35
0
0
false
false
medical_procedure
highway
NJ
90,011
morning_6-9
fog
0
false
49-797416
consistent
moderate
true
false
true
soft_tissue_back
minor
none
standard_provider
2,244.6
0.18
true
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
35
0.0457
low_risk
none
false
0
{"policy_inception_proximity": 0.063, "coverage_increase_proximity": 0.137, "prior_claims_frequency": 0.075, "multiple_carriers": 0.065, "inconsistent_statements": 0.097}
null
0.8042
INS-007
1.0.0
2026-05-16T20:39:10.393728Z
CLM-2024-AUTO-CA-002223
POL-AUTO-2023-CA-58054
INS-013
auto_bodily_injury
2024-05-04
2024-04-26
8
2023-05-17
345
112,069.02
86,850.57
2
1
false
false
hit_and_run
residence
CA
98,101
early_morning_0-6
rain
2
true
04-735047
consistent
none
false
false
true
sprain_strain
moderate
chiropractic
high_frequency_siu_provider
2,419.71
0.22
false
false
null
false
null
13.19
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
1
paid_no_siu
false
none
0
false
false
false
0
null
109
0.0451
low_risk
none
false
0
{"policy_inception_proximity": 0.035, "coverage_increase_proximity": 0.076, "prior_claims_frequency": 0.137, "multiple_carriers": 0.046, "inconsistent_statements": 0.013}
null
0.825
INS-007
1.0.0
2026-05-16T20:39:10.160701Z
CLM-2020-AUTO-SD-004944
POL-AUTO-2017-SD-13145
INS-014
auto_bodily_injury
2020-05-09
2020-05-08
1
2017-02-18
1,175
61,402.06
52,157.12
1
1
true
false
disability_claim
highway
SD
57,501
morning_6-9
clear
0
true
93-761652
consistent
severe
false
false
true
soft_tissue_whiplash
serious
primary_care
standard_provider
3,933.3
0.64
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
172
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.122, "coverage_increase_proximity": 0.099, "prior_claims_frequency": 0.071, "multiple_carriers": 0.061, "inconsistent_statements": 0.117}
null
0.8733
INS-007
1.0.0
2026-05-16T20:39:10.579298Z
CLM-2022-AUTO-MA-002616
POL-AUTO-2013-MA-57800
INS-007
auto_property_damage
2022-03-20
2022-03-10
10
2013-03-13
3,284
12,588.93
8,852.19
1
0
false
false
hit_and_run
parking_lot
MA
97,201
late_night_21-24
fog
2
true
68-809255
consistent
minor
false
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
1.01
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
0
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
98
0.013
low_risk
none
false
0
{"policy_inception_proximity": 0.114, "coverage_increase_proximity": 0.018, "prior_claims_frequency": 0.048, "multiple_carriers": 0.03, "inconsistent_statements": 0.128}
null
0.8965
INS-007
1.0.0
2026-05-16T20:39:10.221591Z
CLM-2021-WORKERS-CA-000076
POL-WORKERS-2021-CA-71742
INS-033
workers_comp
2021-03-27
2021-03-16
11
2021-03-14
2
235,844.39
70,753.32
3
3
false
false
staged_collision
intersection
CA
55,401
late_night_21-24
clear
0
true
79-807935
contradicted_by_evidence
null
null
false
false
soft_tissue_whiplash
moderate
chiropractic
provider_under_investigation
11,876.93
0.5
true
true
ATT-071
true
4
55.5
true
false
false
true
false
false
false
true
false
false
false
true
false
false
4
null
staged_driver
null
true
true
true
false
false
0.2747
true
0
swoop_and_squat
true
null
null
null
['medical_record_review', 'financial_records_subpoena', 'field_investigation', 'vin_verification', 'database_search', 'iso_claimsearch', 'iso_index_bureau', 'recorded_statement', 'expert_witness']
true
null
true
14
3
denied_fraud_confirmed
true
staged_accident
145,549.19
false
false
false
0
null
526
0.8221
high_risk
staged_accident
true
193,887.67
{"policy_inception_proximity": 0.204, "multiple_carriers": 0.071}
null
0.8018
INS-007
1.0.0
2026-05-16T20:39:09.780389Z
CLM-2020-AUTO-WY-004551
POL-AUTO-2018-WY-45972
INS-049
auto_property_damage
2020-04-13
2020-04-03
10
2018-12-17
473
17,273.92
13,790.16
0
0
false
false
theft
residence
WY
84,101
morning_6-9
rain
3
true
74-809573
minor_inconsistency
severe
true
false
true
none
none
none
standard_provider
0
0.1
false
true
ATT-348
false
203
0.81
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_post_siu_legitimate
false
none
0
false
false
false
0
null
31
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.041, "coverage_increase_proximity": 0.106, "prior_claims_frequency": 0.119, "multiple_carriers": 0.061, "inconsistent_statements": 0.112}
null
0.9487
INS-007
1.0.0
2026-05-16T20:39:10.519216Z
CLM-2015-AUTO-TX-002534
POL-AUTO-2010-TX-65173
INS-034
auto_pip
2015-12-13
2015-11-30
13
2010-04-17
2,053
12,020.04
9,772.03
0
0
false
false
fire_loss
highway
TX
45,201
evening_17-21
rain
1
false
13-599660
consistent
severe
null
false
true
sprain_strain
severe
physical_therapy
standard_provider
5,444.7
4.53
true
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
20
0.058
low_risk
none
false
0
{"policy_inception_proximity": 0.089, "coverage_increase_proximity": 0.035, "prior_claims_frequency": 0.064, "multiple_carriers": 0.089, "inconsistent_statements": 0.085}
null
0.7385
INS-007
1.0.0
2026-05-16T20:39:10.208971Z
CLM-2025-AUTO-NE-003862
POL-AUTO-2024-NE-61390
INS-017
auto_pip
2025-04-19
2025-04-14
5
2024-05-02
347
17,747.78
14,462.3
0
0
false
false
single_vehicle_accident
parking_lot
NE
58,501
morning_6-9
clear
0
false
89-633761
consistent
moderate
false
false
true
none
none
none
standard_provider
0
0.1
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
denied_unsubstantiated
false
none
0
false
false
false
0
null
142
0.0179
low_risk
none
false
0
{"policy_inception_proximity": 0.081, "coverage_increase_proximity": 0.039, "prior_claims_frequency": 0.049, "multiple_carriers": 0.141, "inconsistent_statements": 0.045}
null
0.9547
INS-007
1.0.0
2026-05-16T20:39:10.412418Z
CLM-2021-HOMEOWNERS-VT-000415
POL-HOMEOWNERS-2017-VT-16277
INS-006
homeowners
2021-11-02
2021-10-26
7
2017-04-09
1,661
600,000
0
2
2
false
false
staged_collision
parking_lot
VT
85,001
morning_6-9
unknown
0
false
87-676772
major_inconsistency
null
null
true
false
fracture
serious
physical_therapy
out_of_network_unusual
32,548.16
0.5
false
true
ATT-088
false
34
44.39
false
false
true
false
true
true
true
false
false
true
false
false
true
false
6
null
claimant
null
true
false
true
true
true
0.1801
true
0
swoop_and_squat
true
null
null
null
['iso_claimsearch', 'medical_record_review', 'database_search', 'scene_reconstruction', 'law_enforcement_cooperation', 'recorded_statement', 'iso_index_bureau', 'field_investigation', 'expert_witness']
true
null
true
5
11
civil_recovery
true
staged_accident
505,189.5
false
false
true
52,948.87
null
739
0.7551
high_risk
staged_accident
true
453,060
{"prior_claims_frequency": 0.331, "inconsistent_statements": 0.21}
null
0.9431
INS-007
1.0.0
2026-05-16T20:39:09.851056Z
CLM-2021-AUTO-NY-000161
POL-AUTO-2016-NY-62631
INS-025
auto_bodily_injury
2021-05-23
2021-05-20
3
2016-09-16
1,707
27,857.4
8,357.22
6
6
false
false
medical_procedure
medical_facility
NY
10,456
afternoon_12-17
fog
0
false
null
major_inconsistency
minor
null
false
true
soft_tissue_whiplash
moderate
multiple_providers
out_of_network_unusual
137,802.93
9.89
false
false
ATT-071
true
25
48.74
false
false
false
true
true
false
false
false
true
false
true
false
true
false
5
null
attorney
null
true
false
true
true
true
0.2124
false
1
none
true
null
null
null
['criminal_background_check', 'vin_verification', 'field_investigation', 'financial_records_subpoena', 'iso_claimsearch', 'surveillance', 'social_media_mining']
true
null
true
6
6
denied_fraud_confirmed
true
ring_fraud_organized
22,456.5
false
false
false
0
null
769
0.7637
high_risk
ring_fraud_organized
true
21,274.7
{"multiple_carriers": 0.101, "inconsistent_statements": 0.174}
null
0.8248
INS-007
1.0.0
2026-05-16T20:39:09.798611Z
CLM-2018-AUTO-FL-000609
POL-AUTO-2018-FL-27830
INS-045
auto_bodily_injury
2018-09-04
2018-08-19
16
2018-07-17
33
310,861.49
0
6
1
false
false
staged_collision
parking_lot
FL
60,617
late_night_21-24
clear
1
true
null
major_inconsistency
minor
false
false
true
soft_tissue_back
minor
pain_management_clinic
out_of_network_unusual
20,538.59
0.5
true
true
ATT-145
false
139
54.78
true
false
false
true
true
false
true
false
true
false
true
false
true
false
7
null
claimant
null
false
false
false
false
false
0
false
0
side_swipe
true
null
null
null
['recorded_statement', 'vin_verification', 'scene_reconstruction', 'database_search', 'iso_claimsearch']
true
null
true
7
5
settled_with_reduction
false
none
68,621.53
false
false
false
0
null
776
0.7662
high_risk
staged_accident
true
238,182.07
{"policy_inception_proximity": 0.334, "multiple_carriers": 0.08, "inconsistent_statements": 0.116}
null
0.7776
INS-007
1.0.0
2026-05-16T20:39:09.891369Z
CLM-2024-AUTO-AR-001511
POL-AUTO-2021-AR-41929
INS-040
auto_bodily_injury
2024-12-14
2024-12-12
2
2021-10-20
1,149
126,452.1
89,576.9
0
0
false
false
water_damage
residence
AR
84,101
early_morning_0-6
rain
0
true
41-246209
consistent
severe
false
false
true
soft_tissue_back
moderate
none
standard_provider
3,797.34
0.3
false
false
null
false
null
0
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
3
paid_no_siu
false
none
0
false
false
false
0
null
91
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.073, "coverage_increase_proximity": 0.049, "prior_claims_frequency": 0.133, "multiple_carriers": 0.127, "inconsistent_statements": 0.059}
null
0.8673
INS-007
1.0.0
2026-05-16T20:39:10.049974Z
CLM-2021-AUTO-DE-002761
POL-AUTO-2013-DE-15931
INS-024
auto_property_damage
2021-11-26
2021-11-20
6
2013-12-22
2,890
43,894.38
36,922.77
0
0
false
false
fire_loss
workplace
DE
44,101
early_morning_0-6
clear
2
true
null
consistent
total_loss
null
false
true
none
none
none
high_frequency_siu_provider
0
0.1
false
false
null
false
null
8.26
false
true
false
false
false
false
false
false
false
false
false
false
false
false
1
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
47
0.2345
low_risk
none
false
0
{"policy_inception_proximity": 0.091, "coverage_increase_proximity": 0.044, "prior_claims_frequency": 0.144, "multiple_carriers": 0.019, "inconsistent_statements": 0.103}
null
0.7603
INS-007
1.0.0
2026-05-16T20:39:10.245020Z
CLM-2024-DISABILITY-NE-004660
POL-DISABILITY-2022-NE-77608
INS-030
disability
2024-07-02
2024-06-23
9
2022-06-11
743
17,298.69
14,825.45
0
0
false
false
workplace_injury
private_property
NE
48,201
evening_17-21
clear
1
false
null
consistent
null
true
false
true
sprain_strain
minor
urgent_care
standard_provider
15,846.7
8
true
true
ATT-340
false
142
6.22
false
false
false
false
false
false
false
false
false
false
false
false
false
false
0
null
none
null
false
false
false
false
false
0
false
0
none
false
null
null
null
[]
false
null
false
0
4
paid_no_siu
false
none
0
false
false
false
0
null
85
0.01
low_risk
none
false
0
{"policy_inception_proximity": 0.046, "coverage_increase_proximity": 0.036, "prior_claims_frequency": 0.098, "multiple_carriers": 0.049, "inconsistent_statements": 0.109}
null
0.8317
INS-007
1.0.0
2026-05-16T20:39:10.535591Z
End of preview.

INS-007 — Synthetic Insurance Fraud Claims Dataset (Sample)

XpertSystems.ai Synthetic Data Platform · SKU: INS007-SAMPLE · Version 1.0.0

This is a free preview of the full INS-007 — Synthetic Insurance Fraud Claims Dataset product. It contains roughly ~10% of the full dataset at identical schema, fraud taxonomy, and SIU investigation workflow, so you can evaluate fit before licensing the full product.

File Rows (sample) Rows (full) Description
fraud_claims.csv ~5,000 ~50,000 Per-claim records with fraud labels (99 cols)
fraud_ring_edges.csv ~435 ~5,000 Network edge list for graph-based fraud ML

Dataset Summary

INS-007 simulates the full fraud claims investigation lifecycle — from claim intake through SIU referral, surveillance, forensic investigation, and adjudication — with realistic ring-based fraud structures, staged accident typologies, and ISO ClaimSearch-calibrated red flag scoring.

Calibration sources:

  • Coalition Against Insurance Fraud — confirmed fraud rates, savings
  • FBI Insurance Fraud Annual Report — organized ring fraud share
  • NAIC AS-101 — Anti-Fraud Plan regulations and SIU referral rates
  • Insurance Research Council (IRC) — attorney representation rates
  • ISO ClaimSearch — red flag indicator catalog and scoring
  • NICB ForeWARN — staged accident pattern typologies

9 lines of business with empirically-anchored fraud rates:

  • Auto bodily injury (28%) — highest fraud rate LOB
  • Auto property damage (18%)
  • Auto PIP / no-fault (14%) — high fraud rate in no-fault states
  • Workers compensation (12%)
  • Homeowners (10%)
  • Commercial property (6%)
  • Health (5%)
  • General liability (4%)
  • Disability (3%)

8 staged accident pattern typologies (NICB-calibrated):

  • Swoop-and-squat
  • Drive-down
  • Side-swipe
  • Rear-end setup
  • Paper accident (no actual collision)
  • Owner give-up (insurance dump)
  • Medical mill only (no accident at all)

12 fraud type confirmations (post-investigation):

  • Staged accident
  • Soft fraud / exaggeration
  • Medical billing fraud
  • Provider fraud (corrupt medical / repair providers)
  • Agent fraud (corrupt agent / broker)
  • Owner give-up
  • Workers comp fraud
  • Disability fraud
  • Slip and fall fraud
  • Fire loss fraud
  • Water damage fraud
  • Ring-organized fraud (multi-party coordinated)

Fraud ring social network:

  • 60 fraud rings in sample (full product: ~150 rings)
  • Average ring size 5-15 members
  • Shared attributes: addresses, phone numbers, attorneys, body shops, medical providers, witnesses
  • 435 network edges in sample (full product: ~5,000)
  • Edge types: same_ring, shared_address, shared_phone, shared_attorney, shared_body_shop, shared_medical_provider, shared_witness

SIU investigation workflow:

  • SIU referral with reason taxonomy
  • Surveillance conducted flag
  • Recorded statement taken
  • Statement inconsistency count
  • Investigation duration
  • Outcome (paid_no_siu, paid_post_siu_legitimate, settled_with_reduction, denied_unsubstantiated, denied_fraud_confirmed, withdrawn_by_claimant, referred_to_da, criminal_prosecution, civil_recovery)
  • Savings achieved (avoided loss)
  • Recovery amount (post-payment clawback)

Red flag scoring (40+ binary indicators with prefix rf_):

  • Claimant red flags: prior_claims_history, gaps_in_treatment, no_witnesses
  • Provider red flags: medical_mill_pattern, billing_anomalies, shared_attorney_concentration
  • Vehicle red flags: salvage_history, pre_existing_damage, phantom_vehicle
  • Network red flags: shared_address, shared_phone, shared_body_shop
  • Statement red flags: inconsistent_statements, recorded_changes
  • Behavioral red flags: late_reporting, policy_lapse_pre_loss, coverage_recently_increased
  • ISO ClaimSearch-calibrated weights

Red flag composite score (0-100):

  • Computed weighted score across all triggered red flags
  • Cleanly separates fraud (mean 50.1) from legitimate (mean 7.2)
  • Direct feature for ML model training

Claim-level features:

  • Claim ID with structured format (CLM-YEAR-LOB-STATE-SEQ)
  • Loss date, claim filing date, age of claim
  • Claim amount demanded, paid, savings, recovery
  • Medical billing amount
  • Estimated fraud savings (counterfactual avoided loss)

Calibrated Validation Results

Sample validation results across 10 fraud-detection KPIs:

Metric Observed Target Source Verdict
n_states_represented 50 12 Min state coverage (national mix) ✓ PASS
n_lob_represented 9 9 9 lines of business ✓ PASS
confirmed_fraud_rate_pct 10.14 10.00 Coalition Against Ins Fraud ✓ PASS
siu_referral_rate_pct 16.12 16.00 NAIC AS-101 SIU referral rate ✓ PASS
ring_based_fraud_share_pct 9.90 10.00 FBI organized fraud share ✓ PASS
attorney_representation_pct 30.10 30.00 IRC attorney rep (high-suspicion) ✓ PASS
surveillance_conducted_pct 10.70 10.00 SIU surveillance industry rate ✓ PASS
police_report_filed_pct 71.84 70.00 Auto-heavy LOB police report rate ✓ PASS
red_flag_separation_ratio 6.938 6.000 RF score: confirmed/legit ratio ✓ PASS
n_fraud_ring_edges 435 200 Network edge density (floor) ✓ PASS

Note: Confirmed fraud rate (~10%) is below the configured --fraud-rate 0.18 parameter because only ~56% of fraud-suspect claims that get SIU referral end in fraud_confirmed=True after investigation. The other ~44% of suspected fraud is resolved as paid_post_siu_legitimate, settled_with_reduction, denied_unsubstantiated, or withdrawn — realistic SIU workflow outcomes. This makes INS-007 useful for training models that distinguish suspected from confirmed fraud, not just legitimate from suspicious.

Schema Highlights

fraud_claims.csv (primary file, 99 columns)

Claim identification:

Column Type Description
claim_id string Structured ID: CLM-YEAR-LOB-STATE-SEQ
policy_id, claimant_id string Foreign keys
incident_state string U.S. state code
loss_date, claim_filed_date date Timeline
lob string 1 of 9 LOBs
incident_type string 10 incident types
staged_accident_pattern string 8 NICB typologies (or 'none')

Claim financials:

Column Type Description
claim_amount_demanded_usd float Initial demand
claim_amount_paid_usd float Amount paid (post-investigation)
medical_billing_usd float Medical billing component
savings_achieved_usd float Avoided loss from SIU intervention
recovery_amount_usd float Post-payment recovery
estimated_fraud_savings_usd float Counterfactual full-fraud cost

Investigation workflow:

Column Type Description
siu_referral_flag bool Referred to SIU
siu_referral_reason string Categorical reason
surveillance_conducted bool SIU conducted surveillance
recorded_statement_taken bool Recorded statement taken
statement_inconsistency_count int Inconsistencies detected
investigation_duration_days int Days SIU investigated
police_report_filed bool Police report on file
attorney_represented bool Claimant attorney representation
attorney_siu_flag bool Attorney on SIU watchlist
claim_outcome string 9-class outcome

Fraud labels (training targets):

Column Type Description
fraud_confirmed bool Binary fraud label (post-investigation)
fraud_type_confirmed string 12-class fraud type (or 'none')
fraud_ring_id string Ring ID (nullable)
referral_to_law_enforcement bool Referred to law enforcement
criminal_charges_filed bool Charges filed
civil_recovery_initiated bool Civil recovery action

Red flag indicators (40+ binary columns, prefix rf_):

Examples: rf_prior_claims_history, rf_late_reporting, rf_inconsistent_statements, rf_medical_mill_pattern, rf_no_witnesses, rf_policy_lapse_pre_loss, rf_coverage_recently_increased_flag, rf_phantom_vehicle, rf_shared_attorney, rf_shared_body_shop, rf_treatment_gap, rf_billing_anomalies, rf_shared_address, rf_shared_phone_number, rf_injury_vs_damage_paradox.

Composite scoring:

Column Type Description
red_flag_score float Composite 0-100 (ISO-calibrated weights)
red_flag_count int Number of triggered red flags
fraud_probability_score float Internal Bayesian posterior (training tgt)

fraud_ring_edges.csv (network graph)

Column Type Description
ring_id string Fraud ring identifier (RING-001 to RING-060)
claim_id_a string Edge source claim
claim_id_b string Edge target claim
edge_type string same_ring / shared_address / shared_phone / ...

Suggested Use Cases

  • Binary fraud classification — predict fraud_confirmed from claim features
  • Multi-class fraud typing — predict fraud_type_confirmed (12 classes)
  • SIU referral prediction — predict which claims need investigation
  • Red flag score modeling — train regression on red_flag_score
  • Staged accident pattern detection — multi-class typology classification
  • Fraud ring detection — graph-based community detection
  • Network anomaly detection — find suspicious link patterns
  • Provider fraud detection — medical mills, body shops, attorneys
  • Soft fraud vs hard fraud classification
  • Attorney representation prediction for high-suspicion claims
  • Claim adjudication automation — predict 9-class claim_outcome
  • Savings optimization — maximize avoided loss per SIU investigation hour
  • Fraud ring growth modeling — track ring expansion over time
  • Surveillance prioritization — predict which claims warrant surveillance
  • Statement inconsistency detection — NLP on recorded statements
  • Insurtech SIU model training without proprietary ISO ClaimSearch data
  • Graph neural network (GNN) training with realistic fraud ring topology

Loading the Data

import pandas as pd

claims = pd.read_csv("fraud_claims.csv")
edges  = pd.read_csv("fraud_ring_edges.csv")

# Binary fraud classification target
y_fraud = claims["fraud_confirmed"].astype(int)

# Multi-class fraud type (12 classes; filter to fraud only)
fraud_only = claims[claims["fraud_confirmed"] == True]
y_fraud_type = fraud_only["fraud_type_confirmed"]

# Binary SIU referral prediction
y_siu = claims["siu_referral_flag"]

# Multi-class staged accident pattern (8 classes)
y_staged = claims["staged_accident_pattern"]

# Regression: red flag score
y_rf_score = claims["red_flag_score"]

# 9-class claim outcome
y_outcome = claims["claim_outcome"]

# Build fraud ring graph for GNN training
import networkx as nx
G = nx.Graph()
for _, row in edges.iterrows():
    G.add_edge(row["claim_id_a"], row["claim_id_b"],
               edge_type=row["edge_type"], ring_id=row["ring_id"])
print(f"Ring graph: {G.number_of_nodes()} nodes, {G.number_of_edges()} edges")

# Compute community detection features
import community as community_louvain  # pip install python-louvain
partition = community_louvain.best_partition(G)

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-007 dataset includes ~50,000 fraud claims records across 99 columns, with ~5,000 network edges spanning ~150 fraud rings. Calibrated to Coalition Against Insurance Fraud, FBI fraud reports, NAIC AS-101, IRC, and ISO ClaimSearch.

📧 pradeep@xpertsystems.ai 🌐 https://xpertsystems.ai

Citation

@dataset{xpertsystems_ins007_sample_2026,
  title  = {INS-007: Synthetic Insurance Fraud Claims Dataset (Sample)},
  author = {XpertSystems.ai},
  year   = {2026},
  url    = {https://huggingface.co/datasets/xpertsystems/ins007-sample}
}

Generation Details

  • Generator version : 1.0.0
  • Random seed : 42
  • Generated : 2026-05-16 20:39:10 UTC
  • Records : 5,000 (~10.1% confirmed fraud)
  • Rings : 60 fraud ring structures
  • Calibration basis : Coalition Against Ins Fraud + FBI + NAIC AS-101 + IRC + ISO ClaimSearch
  • Overall validation: 100.0 / 100 (grade A+)
Downloads last month
25