sample_id int64 0 99 | prompt stringlengths 3.8k 5.41k | bug_type stringclasses 4
values | bug_location stringlengths 5 5 | explanation stringlengths 29 37 | metadata_bug_type stringclasses 4
values | n_operations int64 60 90 | full_label stringlengths 101 107 | full_metadata stringlengths 39 42 |
|---|---|---|---|---|---|---|---|---|
42 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX044 | Payment PAY1012 processed twice | DUPLICATE_TXN | 85 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX044", "explanation": "Payment PAY1012 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 85} |
41 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX018 | Thread T2 overwrites T1's change | LOST_UPDATE | 68 | {"bug_type": "LOST_UPDATE", "bug_location": "TX018", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 68} |
91 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX030 | Payment PAY1028 processed twice | DUPLICATE_TXN | 87 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX030", "explanation": "Payment PAY1028 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 87} |
9 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX024 | Account balance goes negative | NEGATIVE_BAL | 78 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX024", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 78} |
65 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX038 | Payment PAY1018 processed twice | DUPLICATE_TXN | 69 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX038", "explanation": "Payment PAY1018 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 69} |
50 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX046 | Account balance goes negative | NEGATIVE_BAL | 82 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX046", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 82} |
1 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX073 | Thread T2 overwrites T1's change | LOST_UPDATE | 76 | {"bug_type": "LOST_UPDATE", "bug_location": "TX073", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 76} |
70 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX075 | Mathematical calculation is incorrect | CALC_ERROR | 85 | {"bug_type": "CALC_ERROR", "bug_location": "TX075", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 85} |
15 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX078 | Thread T2 overwrites T1's change | LOST_UPDATE | 88 | {"bug_type": "LOST_UPDATE", "bug_location": "TX078", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 88} |
78 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX053 | Payment PAY1025 processed twice | DUPLICATE_TXN | 88 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX053", "explanation": "Payment PAY1025 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 88} |
73 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX004 | Account balance goes negative | NEGATIVE_BAL | 63 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX004", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 63} |
10 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX032 | Thread T2 overwrites T1's change | LOST_UPDATE | 84 | {"bug_type": "LOST_UPDATE", "bug_location": "TX032", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 84} |
55 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX016 | Thread T2 overwrites T1's change | LOST_UPDATE | 62 | {"bug_type": "LOST_UPDATE", "bug_location": "TX016", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 62} |
56 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX048 | Thread T2 overwrites T1's change | LOST_UPDATE | 65 | {"bug_type": "LOST_UPDATE", "bug_location": "TX048", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 65} |
72 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX031 | Mathematical calculation is incorrect | CALC_ERROR | 73 | {"bug_type": "CALC_ERROR", "bug_location": "TX031", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 73} |
45 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX002 | Account balance goes negative | NEGATIVE_BAL | 72 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX002", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 72} |
48 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX055 | Mathematical calculation is incorrect | CALC_ERROR | 76 | {"bug_type": "CALC_ERROR", "bug_location": "TX055", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 76} |
92 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX011 | Account balance goes negative | NEGATIVE_BAL | 73 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX011", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 73} |
76 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX049 | Mathematical calculation is incorrect | CALC_ERROR | 88 | {"bug_type": "CALC_ERROR", "bug_location": "TX049", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 88} |
37 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX019 | Payment PAY1011 processed twice | DUPLICATE_TXN | 60 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX019", "explanation": "Payment PAY1011 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 60} |
30 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX068 | Payment PAY1009 processed twice | DUPLICATE_TXN | 84 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX068", "explanation": "Payment PAY1009 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 84} |
21 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX032 | Payment PAY1006 processed twice | DUPLICATE_TXN | 67 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX032", "explanation": "Payment PAY1006 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 67} |
32 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX040 | Account balance goes negative | NEGATIVE_BAL | 78 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX040", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 78} |
96 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX029 | Payment PAY1029 processed twice | DUPLICATE_TXN | 69 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX029", "explanation": "Payment PAY1029 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 69} |
80 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX043 | Account balance goes negative | NEGATIVE_BAL | 87 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX043", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 87} |
49 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX039 | Thread T2 overwrites T1's change | LOST_UPDATE | 74 | {"bug_type": "LOST_UPDATE", "bug_location": "TX039", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 74} |
83 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX067 | Account balance goes negative | NEGATIVE_BAL | 85 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX067", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 85} |
26 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX009 | Account balance goes negative | NEGATIVE_BAL | 88 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX009", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 88} |
87 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX052 | Account balance goes negative | NEGATIVE_BAL | 66 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX052", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 66} |
33 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX030 | Account balance goes negative | NEGATIVE_BAL | 84 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX030", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 84} |
8 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | LOST_UPDATE | TX041 | Thread T2 overwrites T1's change | LOST_UPDATE | 85 | {"bug_type": "LOST_UPDATE", "bug_location": "TX041", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 85} |
47 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX040 | Account balance goes negative | NEGATIVE_BAL | 72 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX040", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 72} |
59 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX031 | Payment PAY1015 processed twice | DUPLICATE_TXN | 65 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX031", "explanation": "Payment PAY1015 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 65} |
63 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | CALC_ERROR | TX013 | Mathematical calculation is incorrect | CALC_ERROR | 72 | {"bug_type": "CALC_ERROR", "bug_location": "TX013", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 72} |
74 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | DUPLICATE_TXN | TX061 | Payment PAY1023 processed twice | DUPLICATE_TXN | 78 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX061", "explanation": "Payment PAY1023 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 78} |
44 | Analyze this banking transaction log for bugs.
Each operation shows the complete state change.
INITIAL STATE:
{
"account_A": 4000,
"account_B": 4200,
"total": 8200
}
RULES:
1. Total money must remain constant (conservation)
2. No account can go negative
3. All calculations must be mathematically correct
TRANSA... | NEGATIVE_BAL | TX080 | Account balance goes negative | NEGATIVE_BAL | 86 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX080", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 86} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4