sample_id int64 0 99 | prompt stringlengths 3.37k 4.78k | bug_type stringclasses 4
values | bug_location stringlengths 5 5 | explanation stringlengths 29 37 | metadata_bug_type stringclasses 4
values | n_operations int64 52 78 | 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... | NEGATIVE_BAL | TX034 | Account balance goes negative | NEGATIVE_BAL | 52 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX034", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 52} |
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... | CALC_ERROR | TX033 | Mathematical calculation is incorrect | CALC_ERROR | 52 | {"bug_type": "CALC_ERROR", "bug_location": "TX033", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 52} |
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... | LOST_UPDATE | TX023 | Thread T2 overwrites T1's change | LOST_UPDATE | 75 | {"bug_type": "LOST_UPDATE", "bug_location": "TX023", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 75} |
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... | DUPLICATE_TXN | TX048 | Payment PAY1003 processed twice | DUPLICATE_TXN | 68 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX048", "explanation": "Payment PAY1003 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 68} |
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... | NEGATIVE_BAL | TX051 | Account balance goes negative | NEGATIVE_BAL | 63 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX051", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 63} |
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... | CALC_ERROR | TX044 | Mathematical calculation is incorrect | CALC_ERROR | 59 | {"bug_type": "CALC_ERROR", "bug_location": "TX044", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 59} |
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... | NEGATIVE_BAL | TX006 | Account balance goes negative | NEGATIVE_BAL | 56 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX006", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 56} |
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... | NEGATIVE_BAL | TX006 | Account balance goes negative | NEGATIVE_BAL | 76 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX006", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 76} |
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... | DUPLICATE_TXN | TX058 | Payment PAY1007 processed twice | DUPLICATE_TXN | 68 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX058", "explanation": "Payment PAY1007 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 68} |
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... | NEGATIVE_BAL | TX043 | Account balance goes negative | NEGATIVE_BAL | 67 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX043", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 67} |
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... | DUPLICATE_TXN | TX035 | Payment PAY1020 processed twice | DUPLICATE_TXN | 59 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX035", "explanation": "Payment PAY1020 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 59} |
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... | DUPLICATE_TXN | TX050 | Payment PAY1004 processed twice | DUPLICATE_TXN | 68 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX050", "explanation": "Payment PAY1004 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 68} |
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... | CALC_ERROR | TX026 | Mathematical calculation is incorrect | CALC_ERROR | 68 | {"bug_type": "CALC_ERROR", "bug_location": "TX026", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 68} |
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... | CALC_ERROR | TX018 | Mathematical calculation is incorrect | CALC_ERROR | 78 | {"bug_type": "CALC_ERROR", "bug_location": "TX018", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 78} |
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... | LOST_UPDATE | TX055 | Thread T2 overwrites T1's change | LOST_UPDATE | 70 | {"bug_type": "LOST_UPDATE", "bug_location": "TX055", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 70} |
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... | DUPLICATE_TXN | TX027 | Payment PAY1013 processed twice | DUPLICATE_TXN | 77 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX027", "explanation": "Payment PAY1013 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 77} |
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... | LOST_UPDATE | TX066 | Thread T2 overwrites T1's change | LOST_UPDATE | 68 | {"bug_type": "LOST_UPDATE", "bug_location": "TX066", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 68} |
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... | CALC_ERROR | TX053 | Mathematical calculation is incorrect | CALC_ERROR | 57 | {"bug_type": "CALC_ERROR", "bug_location": "TX053", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 57} |
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... | LOST_UPDATE | TX009 | Thread T2 overwrites T1's change | LOST_UPDATE | 64 | {"bug_type": "LOST_UPDATE", "bug_location": "TX009", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 64} |
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... | NEGATIVE_BAL | TX005 | Account balance goes negative | NEGATIVE_BAL | 77 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX005", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 77} |
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... | CALC_ERROR | TX008 | Mathematical calculation is incorrect | CALC_ERROR | 71 | {"bug_type": "CALC_ERROR", "bug_location": "TX008", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 71} |
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... | LOST_UPDATE | TX043 | Thread T2 overwrites T1's change | LOST_UPDATE | 59 | {"bug_type": "LOST_UPDATE", "bug_location": "TX043", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 59} |
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... | DUPLICATE_TXN | TX051 | Payment PAY1010 processed twice | DUPLICATE_TXN | 77 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX051", "explanation": "Payment PAY1010 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 77} |
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... | LOST_UPDATE | TX051 | Thread T2 overwrites T1's change | LOST_UPDATE | 63 | {"bug_type": "LOST_UPDATE", "bug_location": "TX051", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 63} |
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... | LOST_UPDATE | TX071 | Thread T2 overwrites T1's change | LOST_UPDATE | 74 | {"bug_type": "LOST_UPDATE", "bug_location": "TX071", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 74} |
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... | DUPLICATE_TXN | TX023 | Payment PAY1015 processed twice | DUPLICATE_TXN | 75 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX023", "explanation": "Payment PAY1015 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 75} |
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... | DUPLICATE_TXN | TX051 | Payment PAY1023 processed twice | DUPLICATE_TXN | 59 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX051", "explanation": "Payment PAY1023 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 59} |
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... | LOST_UPDATE | TX066 | Thread T2 overwrites T1's change | LOST_UPDATE | 72 | {"bug_type": "LOST_UPDATE", "bug_location": "TX066", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 72} |
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... | 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} |
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 | TX020 | Account balance goes negative | NEGATIVE_BAL | 69 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX020", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 69} |
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... | DUPLICATE_TXN | TX020 | Payment PAY1002 processed twice | DUPLICATE_TXN | 74 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX020", "explanation": "Payment PAY1002 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 74} |
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... | DUPLICATE_TXN | TX076 | Payment PAY1014 processed twice | DUPLICATE_TXN | 77 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX076", "explanation": "Payment PAY1014 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 77} |
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 | TX060 | Payment PAY1016 processed twice | DUPLICATE_TXN | 74 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX060", "explanation": "Payment PAY1016 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 74} |
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... | LOST_UPDATE | TX007 | Thread T2 overwrites T1's change | LOST_UPDATE | 78 | {"bug_type": "LOST_UPDATE", "bug_location": "TX007", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 78} |
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... | NEGATIVE_BAL | TX027 | Account balance goes negative | NEGATIVE_BAL | 74 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX027", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 74} |
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... | DUPLICATE_TXN | TX018 | Payment PAY1012 processed twice | DUPLICATE_TXN | 53 | {"bug_type": "DUPLICATE_TXN", "bug_location": "TX018", "explanation": "Payment PAY1012 processed twice"} | {"bug_type": "DUPLICATE_TXN", "n_ops": 53} |
98 | 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 | TX023 | Thread T2 overwrites T1's change | LOST_UPDATE | 58 | {"bug_type": "LOST_UPDATE", "bug_location": "TX023", "explanation": "Thread T2 overwrites T1's change"} | {"bug_type": "LOST_UPDATE", "n_ops": 58} |
52 | 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 | 71 | {"bug_type": "NEGATIVE_BAL", "bug_location": "TX040", "explanation": "Account balance goes negative"} | {"bug_type": "NEGATIVE_BAL", "n_ops": 71} |
85 | 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 | TX029 | Mathematical calculation is incorrect | CALC_ERROR | 72 | {"bug_type": "CALC_ERROR", "bug_location": "TX029", "explanation": "Mathematical calculation is incorrect"} | {"bug_type": "CALC_ERROR", "n_ops": 72} |
End of preview. Expand in Data Studio
README.md exists but content is empty.
- Downloads last month
- 4