Create data/test.csv
Browse files- data/test.csv +11 -0
data/test.csv
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
scenario_id,scenario_text,claim,label
|
| 2 |
+
test_001,"Two independent doctors reviewed the same scan and identified the same fracture.","High confidence that the fracture is present is justified.",1
|
| 3 |
+
test_002,"The product had one negative review after launch.","High confidence that the product is failing is justified.",0
|
| 4 |
+
test_003,"Monitoring logs show CPU usage above 95% for 45 consecutive minutes.","High confidence that CPU load was high is justified.",1
|
| 5 |
+
test_004,"The survey included 9 responses from a customer base of 50,000.","High confidence about broad customer sentiment is justified.",0
|
| 6 |
+
test_005,"The policy changed and complaints fell, but staffing also doubled in the same period.","High confidence that the policy caused the complaint reduction is justified.",0
|
| 7 |
+
test_006,"The invoice, bank record, and receipt all show the same payment amount.","High confidence that the amount paid is correct is justified.",1
|
| 8 |
+
test_007,"One employee was quiet during a meeting.","High confidence that the employee opposed the plan is justified.",0
|
| 9 |
+
test_008,"The backup system activated at the exact time the primary server failed.","High confidence that failover occurred is justified.",1
|
| 10 |
+
test_009,"A trial had no control group and only 11 participants.","High confidence that the intervention is proven is justified.",0
|
| 11 |
+
test_010,"Three calibrated scales showed the package weight as 2.4kg.","High confidence that the package weighed about 2.4kg is justified.",1
|