{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:P3SW5TQDWJ66SP67MI52MELCU3","short_pith_number":"pith:P3SW5TQD","canonical_record":{"source":{"id":"2604.17338","kind":"arxiv","version":4},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-19T09:08:23Z","cross_cats_sorted":["cs.CL"],"title_canon_sha256":"ae186650e23b68441935990920cd0cedd02e5a1ea8d2f2523644cc1cb669b4ac","abstract_canon_sha256":"603fc203afb649abde113a1836b1896540aab56d93223a4ca49f3caeb2df3143"},"schema_version":"1.0"},"canonical_sha256":"7ee56ece03b27de93fdf623ba61162a6eebf7b5c39e66ab2415d64668e99915c","source":{"kind":"arxiv","id":"2604.17338","version":4},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2604.17338","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"arxiv_version","alias_value":"2604.17338v4","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.17338","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"pith_short_12","alias_value":"P3SW5TQDWJ66","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"pith_short_16","alias_value":"P3SW5TQDWJ66SP67","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"pith_short_8","alias_value":"P3SW5TQD","created_at":"2026-05-20T00:02:11Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:P3SW5TQDWJ66SP67MI52MELCU3","target":"record","payload":{"canonical_record":{"source":{"id":"2604.17338","kind":"arxiv","version":4},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-19T09:08:23Z","cross_cats_sorted":["cs.CL"],"title_canon_sha256":"ae186650e23b68441935990920cd0cedd02e5a1ea8d2f2523644cc1cb669b4ac","abstract_canon_sha256":"603fc203afb649abde113a1836b1896540aab56d93223a4ca49f3caeb2df3143"},"schema_version":"1.0"},"canonical_sha256":"7ee56ece03b27de93fdf623ba61162a6eebf7b5c39e66ab2415d64668e99915c","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-20T00:02:11.747354Z","signature_b64":"j5wBEgjbJvRrRPyhaJn6u1Z9fq+islOP/gaZPhSw8jQvGQ2G82GOTzi/TqmVZsd2hkiRZQKBAJuT90TlScn3DA==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"7ee56ece03b27de93fdf623ba61162a6eebf7b5c39e66ab2415d64668e99915c","last_reissued_at":"2026-05-20T00:02:11.746673Z","signature_status":"signed_v1","first_computed_at":"2026-05-20T00:02:11.746673Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2604.17338","source_version":4,"attestation_state":"computed"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:02:11Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"5cuzZv6BfAuHqxSn/19wyEk0bEjp+vcH0XraZ+X86RnFMOkH+VrlA4GifcHLFOoKw+rZyfeSwYF6edS+CXgLAg==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-31T05:05:25.891594Z"},"content_sha256":"a4bedc55190a79f5a7536a016e823652d51af6d3ca2231c932e71e9b5063deaf","schema_version":"1.0","event_id":"sha256:a4bedc55190a79f5a7536a016e823652d51af6d3ca2231c932e71e9b5063deaf"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:P3SW5TQDWJ66SP67MI52MELCU3","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Precise Debugging Benchmark: Is Your Model Debugging or Regenerating?","license":"http://creativecommons.org/licenses/by/4.0/","headline":"Frontier LLMs pass debugging tests above 76 percent yet edit with precision below 45 percent, often regenerating entire solutions instead of making targeted fixes.","cross_cats":["cs.CL"],"primary_cat":"cs.SE","authors_text":"Honghua Dong, Miaosen Chai, Robin Jia, Shangshang Wang, Song Bian, Wang Bill Zhu, Willie Neiswanger, Yejia Liu","submitted_at":"2026-04-19T09:08:23Z","abstract_excerpt":"Unlike code completion, debugging requires localizing faults and applying targeted edits. We observe that frontier LLMs often regenerate correct but over-edited solutions during debugging. To evaluate how far LLMs are from precise debugging, we introduce the Precise Debugging Benchmark (PDB) framework, which automatically converts any coding dataset into a debugging benchmark with precision-aware evaluation. PDB generates buggy programs by synthesizing verified atomic bugs and composing them into multi-bug programs. We define two novel metrics, edit-level precision and bug-level recall, which "},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"frontier models, such as GPT-5.1-Codex and DeepSeek-V3.2-Thinking, achieve unit-test pass rates above 76% but exhibit precision below 45%, even when explicitly instructed to perform minimal debugging.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"The automatically synthesized verified atomic bugs and their compositions accurately represent real-world debugging scenarios, and the new edit-level precision and bug-level recall metrics validly measure 'precise debugging' behavior.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"Frontier LLMs pass unit tests over 76% of the time on debugging tasks but achieve edit precision below 45%, indicating regeneration rather than precise debugging.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"Frontier LLMs pass debugging tests above 76 percent yet edit with precision below 45 percent, often regenerating entire solutions instead of making targeted fixes.","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"a0d6bb01a10e7ad1e8db6572a092252383a3053a08787a1d072936f35a79b5c4"},"source":{"id":"2604.17338","kind":"arxiv","version":4},"verdict":{"id":"e674bdeb-e6d4-473d-a1ed-67e9a97eae90","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-10T06:02:06.759620Z","strongest_claim":"frontier models, such as GPT-5.1-Codex and DeepSeek-V3.2-Thinking, achieve unit-test pass rates above 76% but exhibit precision below 45%, even when explicitly instructed to perform minimal debugging.","one_line_summary":"Frontier LLMs pass unit tests over 76% of the time on debugging tasks but achieve edit precision below 45%, indicating regeneration rather than precise debugging.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"The automatically synthesized verified atomic bugs and their compositions accurately represent real-world debugging scenarios, and the new edit-level precision and bug-level recall metrics validly measure 'precise debugging' behavior.","pith_extraction_headline":"Frontier LLMs pass debugging tests above 76 percent yet edit with precision below 45 percent, often regenerating entire solutions instead of making targeted fixes."},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2604.17338/integrity.json","findings":[],"available":true,"detectors_run":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"e674bdeb-e6d4-473d-a1ed-67e9a97eae90"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:02:11Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"Tbk6DqgC/LZGHcRGJQ492KqRZC8sq9AOAxJCW1UG+rtXccPEPJlb6X5NSoTS95S8NIVdVMGO31gCk8jq6jE/Ag==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-05-31T05:05:25.892250Z"},"content_sha256":"8523b9576f8c988f5f05075ca27a6e5cc2af852ca0d2859bb33a8f4f98f9b658","schema_version":"1.0","event_id":"sha256:8523b9576f8c988f5f05075ca27a6e5cc2af852ca0d2859bb33a8f4f98f9b658"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/P3SW5TQDWJ66SP67MI52MELCU3/bundle.json","state_url":"https://pith.science/pith/P3SW5TQDWJ66SP67MI52MELCU3/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/P3SW5TQDWJ66SP67MI52MELCU3/bundle.json","status":"primary"}],"public_keys":[{"key_id":"pith-v1-2026-05","algorithm":"ed25519","format":"raw","public_key_b64":"stVStoiQhXFxp4s2pdzPNoqVNBMojDU/fJ2db5S3CbM=","public_key_hex":"b2d552b68890857171a78b36a5dccf368a953413288c353f7c9d9d6f94b709b3","fingerprint_sha256_b32_first128bits":"RVFV5Z2OI2J3ZUO7ERDEBCYNKS","fingerprint_sha256_hex":"8d4b5ee74e4693bcd1df2446408b0d54","rotates_at":null,"url":"https://pith.science/pith-signing-key.json","notes":"Pith uses this Ed25519 key to sign canonical record SHA-256 digests. Verify with: ed25519_verify(public_key, message=canonical_sha256_bytes, signature=base64decode(signature_b64))."}],"merge_version":"pith-open-graph-merge-v1","built_at":"2026-05-31T05:05:25Z","links":{"resolver":"https://pith.science/pith/P3SW5TQDWJ66SP67MI52MELCU3","bundle":"https://pith.science/pith/P3SW5TQDWJ66SP67MI52MELCU3/bundle.json","state":"https://pith.science/pith/P3SW5TQDWJ66SP67MI52MELCU3/state.json","well_known_bundle":"https://pith.science/.well-known/pith/P3SW5TQDWJ66SP67MI52MELCU3/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:P3SW5TQDWJ66SP67MI52MELCU3","merge_version":"pith-open-graph-merge-v1","event_count":2,"valid_event_count":2,"invalid_event_count":0,"equivocation_count":0,"current":{"canonical_record":{"metadata":{"abstract_canon_sha256":"603fc203afb649abde113a1836b1896540aab56d93223a4ca49f3caeb2df3143","cross_cats_sorted":["cs.CL"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-19T09:08:23Z","title_canon_sha256":"ae186650e23b68441935990920cd0cedd02e5a1ea8d2f2523644cc1cb669b4ac"},"schema_version":"1.0","source":{"id":"2604.17338","kind":"arxiv","version":4}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2604.17338","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"arxiv_version","alias_value":"2604.17338v4","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2604.17338","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"pith_short_12","alias_value":"P3SW5TQDWJ66","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"pith_short_16","alias_value":"P3SW5TQDWJ66SP67","created_at":"2026-05-20T00:02:11Z"},{"alias_kind":"pith_short_8","alias_value":"P3SW5TQD","created_at":"2026-05-20T00:02:11Z"}],"graph_snapshots":[{"event_id":"sha256:8523b9576f8c988f5f05075ca27a6e5cc2af852ca0d2859bb33a8f4f98f9b658","target":"graph","created_at":"2026-05-20T00:02:11Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"graph_snapshot":{"author_claims":{"count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","strong_count":0},"builder_version":"pith-number-builder-2026-05-17-v1","claims":{"count":4,"items":[{"attestation":"unclaimed","claim_id":"C1","kind":"strongest_claim","source":"verdict.strongest_claim","status":"machine_extracted","text":"frontier models, such as GPT-5.1-Codex and DeepSeek-V3.2-Thinking, achieve unit-test pass rates above 76% but exhibit precision below 45%, even when explicitly instructed to perform minimal debugging."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"The automatically synthesized verified atomic bugs and their compositions accurately represent real-world debugging scenarios, and the new edit-level precision and bug-level recall metrics validly measure 'precise debugging' behavior."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"Frontier LLMs pass unit tests over 76% of the time on debugging tasks but achieve edit precision below 45%, indicating regeneration rather than precise debugging."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"Frontier LLMs pass debugging tests above 76 percent yet edit with precision below 45 percent, often regenerating entire solutions instead of making targeted fixes."}],"snapshot_sha256":"a0d6bb01a10e7ad1e8db6572a092252383a3053a08787a1d072936f35a79b5c4"},"formal_canon":{"evidence_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"integrity":{"available":true,"clean":true,"detectors_run":[],"endpoint":"/pith/2604.17338/integrity.json","findings":[],"snapshot_sha256":"c28c3603d3b5d939e8dc4c7e95fa8dfce3d595e45f758748cecf8e644a296938","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Unlike code completion, debugging requires localizing faults and applying targeted edits. We observe that frontier LLMs often regenerate correct but over-edited solutions during debugging. To evaluate how far LLMs are from precise debugging, we introduce the Precise Debugging Benchmark (PDB) framework, which automatically converts any coding dataset into a debugging benchmark with precision-aware evaluation. PDB generates buggy programs by synthesizing verified atomic bugs and composing them into multi-bug programs. We define two novel metrics, edit-level precision and bug-level recall, which ","authors_text":"Honghua Dong, Miaosen Chai, Robin Jia, Shangshang Wang, Song Bian, Wang Bill Zhu, Willie Neiswanger, Yejia Liu","cross_cats":["cs.CL"],"headline":"Frontier LLMs pass debugging tests above 76 percent yet edit with precision below 45 percent, often regenerating entire solutions instead of making targeted fixes.","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-19T09:08:23Z","title":"Precise Debugging Benchmark: Is Your Model Debugging or Regenerating?"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2604.17338","kind":"arxiv","version":4},"verdict":{"created_at":"2026-05-10T06:02:06.759620Z","id":"e674bdeb-e6d4-473d-a1ed-67e9a97eae90","model_set":{"reader":"grok-4.3"},"one_line_summary":"Frontier LLMs pass unit tests over 76% of the time on debugging tasks but achieve edit precision below 45%, indicating regeneration rather than precise debugging.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"Frontier LLMs pass debugging tests above 76 percent yet edit with precision below 45 percent, often regenerating entire solutions instead of making targeted fixes.","strongest_claim":"frontier models, such as GPT-5.1-Codex and DeepSeek-V3.2-Thinking, achieve unit-test pass rates above 76% but exhibit precision below 45%, even when explicitly instructed to perform minimal debugging.","weakest_assumption":"The automatically synthesized verified atomic bugs and their compositions accurately represent real-world debugging scenarios, and the new edit-level precision and bug-level recall metrics validly measure 'precise debugging' behavior."}},"verdict_id":"e674bdeb-e6d4-473d-a1ed-67e9a97eae90"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:a4bedc55190a79f5a7536a016e823652d51af6d3ca2231c932e71e9b5063deaf","target":"record","created_at":"2026-05-20T00:02:11Z","signer":{"key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signer_id":"pith.science","signer_type":"pith_registry"},"payload":{"attestation_state":"computed","canonical_record":{"metadata":{"abstract_canon_sha256":"603fc203afb649abde113a1836b1896540aab56d93223a4ca49f3caeb2df3143","cross_cats_sorted":["cs.CL"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.SE","submitted_at":"2026-04-19T09:08:23Z","title_canon_sha256":"ae186650e23b68441935990920cd0cedd02e5a1ea8d2f2523644cc1cb669b4ac"},"schema_version":"1.0","source":{"id":"2604.17338","kind":"arxiv","version":4}},"canonical_sha256":"7ee56ece03b27de93fdf623ba61162a6eebf7b5c39e66ab2415d64668e99915c","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"7ee56ece03b27de93fdf623ba61162a6eebf7b5c39e66ab2415d64668e99915c","first_computed_at":"2026-05-20T00:02:11.746673Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-20T00:02:11.746673Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"j5wBEgjbJvRrRPyhaJn6u1Z9fq+islOP/gaZPhSw8jQvGQ2G82GOTzi/TqmVZsd2hkiRZQKBAJuT90TlScn3DA==","signature_status":"signed_v1","signed_at":"2026-05-20T00:02:11.747354Z","signed_message":"canonical_sha256_bytes"},"source_id":"2604.17338","source_kind":"arxiv","source_version":4}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:a4bedc55190a79f5a7536a016e823652d51af6d3ca2231c932e71e9b5063deaf","sha256:8523b9576f8c988f5f05075ca27a6e5cc2af852ca0d2859bb33a8f4f98f9b658"],"state_sha256":"a8681113d93c4e51555870d9b7e130bb444fa8bf9ebc08e6932b3ccd9785ca88"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"St/iyATFVTLTCp5HpOoQmJ7huHtvx0+uafkGrehvnMpHz7abaSI75piTnBty5q1IWfy+yeJRoFUYXZyomRjvBQ==","signed_message":"bundle_sha256_bytes","signed_at":"2026-05-31T05:05:25.896643Z","bundle_sha256":"b2588e0b2615a215767e0706f6e7f50f425c351671519ea80f8d71d7250c2ae7"}}