{"bundle_type":"pith_open_graph_bundle","bundle_version":"1.0","pith_number":"pith:2026:7X2WC3QOGBPMK2NTU7Z6JHGROH","short_pith_number":"pith:7X2WC3QO","canonical_record":{"source":{"id":"2605.07111","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CL","submitted_at":"2026-05-08T01:38:58Z","cross_cats_sorted":["cs.AI"],"title_canon_sha256":"103e0cf8c60a2787cbd5b3f86bad6499148fd2bfa103ee1f751146f704ee3b64","abstract_canon_sha256":"8e5bf3075d2e1b68b45eb49719ba7ea8b7e781e48d2aac672b64f638cb815090"},"schema_version":"1.0"},"canonical_sha256":"fdf5616e0e305ec569b3a7f3e49cd171d4fecd9ccf93f69aa1767c03d5dea13a","source":{"kind":"arxiv","id":"2605.07111","version":2},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.07111","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"arxiv_version","alias_value":"2605.07111v2","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.07111","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"pith_short_12","alias_value":"7X2WC3QOGBPM","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"pith_short_16","alias_value":"7X2WC3QOGBPMK2NT","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"pith_short_8","alias_value":"7X2WC3QO","created_at":"2026-05-20T00:04:34Z"}],"events":[{"event_type":"record_created","subject_pith_number":"pith:2026:7X2WC3QOGBPMK2NTU7Z6JHGROH","target":"record","payload":{"canonical_record":{"source":{"id":"2605.07111","kind":"arxiv","version":2},"metadata":{"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CL","submitted_at":"2026-05-08T01:38:58Z","cross_cats_sorted":["cs.AI"],"title_canon_sha256":"103e0cf8c60a2787cbd5b3f86bad6499148fd2bfa103ee1f751146f704ee3b64","abstract_canon_sha256":"8e5bf3075d2e1b68b45eb49719ba7ea8b7e781e48d2aac672b64f638cb815090"},"schema_version":"1.0"},"canonical_sha256":"fdf5616e0e305ec569b3a7f3e49cd171d4fecd9ccf93f69aa1767c03d5dea13a","receipt":{"kind":"pith_receipt","key_id":"pith-v1-2026-05","algorithm":"ed25519","signed_at":"2026-05-20T00:04:34.544895Z","signature_b64":"VdQ8qfqECovANhOiqQ3xl9pB1lp7CSx6ffmh5uDYFQF8wuj2QiSK/cPfv1YNgfnpFusEo+r5sA3kPpuv0CYyCQ==","signed_message":"canonical_sha256_bytes","builder_version":"pith-number-builder-2026-05-17-v1","receipt_version":"0.3","canonical_sha256":"fdf5616e0e305ec569b3a7f3e49cd171d4fecd9ccf93f69aa1767c03d5dea13a","last_reissued_at":"2026-05-20T00:04:34.544123Z","signature_status":"signed_v1","first_computed_at":"2026-05-20T00:04:34.544123Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"source_kind":"arxiv","source_id":"2605.07111","source_version":2,"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:04:34Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"VNStxEbO6e1qZKLJ894M0P2hSyhdL4LgZhQipzNh0tNelsiwgxEagzpYUnQc4h7k9r4NoajQx6EKtbffAJLQCA==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-07-01T22:51:15.064857Z"},"content_sha256":"6835c198c2b94c9d46f1a708434f4b70455df71e3f9361431a412b5c6f727816","schema_version":"1.0","event_id":"sha256:6835c198c2b94c9d46f1a708434f4b70455df71e3f9361431a412b5c6f727816"},{"event_type":"graph_snapshot","subject_pith_number":"pith:2026:7X2WC3QOGBPMK2NTU7Z6JHGROH","target":"graph","payload":{"graph_snapshot":{"paper":{"title":"Beyond LoRA vs. Full Fine-Tuning: Gradient-Guided Optimizer Routing for LLM Adaptation","license":"http://creativecommons.org/licenses/by/4.0/","headline":"Gradient routing between full and LoRA tuning beats static choices","cross_cats":["cs.AI"],"primary_cat":"cs.CL","authors_text":"Boxun Li, Haozhan Tang, Kevin Kuo, Virginia Smith, Xinyin Zhang, Xiuqi Zhu","submitted_at":"2026-05-08T01:38:58Z","abstract_excerpt":"Recent literature on fine-tuning Large Language Models highlights a fundamental debate. While Full Fine-Tuning (FFT) provides the representational plasticity required for high-entropy knowledge injection, Low-Rank Adaptation (LoRA) can match or surpass FFT performance because many tasks only require updates in a low-rank space and benefit from LoRA's additional regularization. Through empirical evaluation across diverse tasks (SQL, Medical QA, and Counterfactual Knowledge) and varying language models (Gemma-3-1B, Qwen2.5-1.5B, and Qwen2.5-3B), we verify both trends and demonstrate that relying"},"claims":{"count":4,"items":[{"kind":"strongest_claim","text":"Our evaluations show that MoLF either improves on or stays within 1.5% of the better of FFT and LoRA across all settings, while MoLF-Efficient outperforms prior adaptive LoRA approaches by up to 20% on Fact and 9% on Med and SQL.","source":"verdict.strongest_claim","status":"machine_extracted","claim_id":"C1","attestation":"unclaimed"},{"kind":"weakest_assumption","text":"That gradient-guided routing at the optimizer level will produce stable training dynamics and that the observed performance gains on the tested models and tasks will hold for other LLMs and domains.","source":"verdict.weakest_assumption","status":"machine_extracted","claim_id":"C2","attestation":"unclaimed"},{"kind":"one_line_summary","text":"MoLF routes updates between full fine-tuning and LoRA at the optimizer level to match or exceed the better of either static method, with an efficient LoRA-only variant outperforming prior adaptive approaches.","source":"verdict.one_line_summary","status":"machine_extracted","claim_id":"C3","attestation":"unclaimed"},{"kind":"headline","text":"Gradient routing between full and LoRA tuning beats static choices","source":"verdict.pith_extraction.headline","status":"machine_extracted","claim_id":"C4","attestation":"unclaimed"}],"snapshot_sha256":"d95b4e9469b7d3d5d9293102394085b8ce920d6dfe1207dd1fbf3ec7e8b3fd31"},"source":{"id":"2605.07111","kind":"arxiv","version":2},"verdict":{"id":"238107a3-c9e5-4662-bfe5-45b7242416f9","model_set":{"reader":"grok-4.3"},"created_at":"2026-05-11T01:06:23.765691Z","strongest_claim":"Our evaluations show that MoLF either improves on or stays within 1.5% of the better of FFT and LoRA across all settings, while MoLF-Efficient outperforms prior adaptive LoRA approaches by up to 20% on Fact and 9% on Med and SQL.","one_line_summary":"MoLF routes updates between full fine-tuning and LoRA at the optimizer level to match or exceed the better of either static method, with an efficient LoRA-only variant outperforming prior adaptive approaches.","pipeline_version":"pith-pipeline@v0.9.0","weakest_assumption":"That gradient-guided routing at the optimizer level will produce stable training dynamics and that the observed performance gains on the tested models and tasks will hold for other LLMs and domains.","pith_extraction_headline":"Gradient routing between full and LoRA tuning beats static choices"},"integrity":{"clean":true,"summary":{"advisory":0,"critical":0,"by_detector":{},"informational":0},"endpoint":"/pith/2605.07111/integrity.json","findings":[],"available":true,"detectors_run":[{"name":"doi_title_agreement","ran_at":"2026-05-19T17:01:20.208246Z","status":"completed","version":"1.0.0","findings_count":0},{"name":"doi_compliance","ran_at":"2026-05-19T12:03:16.659944Z","status":"completed","version":"1.0.0","findings_count":0}],"snapshot_sha256":"7edae3803484477b5980f53e42edef3702145ff1dd67ae2e12af8a04c4ce6185"},"references":{"count":0,"sample":[],"resolved_work":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57","internal_anchors":0},"formal_canon":{"evidence_count":2,"snapshot_sha256":"333d7a786c5dc6498bf5f007daacde7861e685b842781fe932fe275ad1e28763"},"author_claims":{"count":0,"strong_count":0,"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"builder_version":"pith-number-builder-2026-05-17-v1"},"verdict_id":"238107a3-c9e5-4662-bfe5-45b7242416f9"},"signer":{"signer_id":"pith.science","signer_type":"pith_registry","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54"},"created_at":"2026-05-20T00:04:34Z","supersedes":[],"prev_event":null,"signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"7ibjBmCt8//749RcYOJup0idSKtDz3qVbmBiz3h4ah4IrevjHoWLouSDxMObIPsNiPf5xEa9aWNrOUzKaCvqDw==","signed_message":"open_graph_event_sha256_bytes","signed_at":"2026-07-01T22:51:15.065885Z"},"content_sha256":"3ff9b1e5e86730b38e022b8e410e2ef93d29459ff76eb90b2310de993bfcc778","schema_version":"1.0","event_id":"sha256:3ff9b1e5e86730b38e022b8e410e2ef93d29459ff76eb90b2310de993bfcc778"}],"timestamp_proofs":[],"mirror_hints":[{"mirror_type":"https","name":"Pith Resolver","base_url":"https://pith.science","bundle_url":"https://pith.science/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH/bundle.json","state_url":"https://pith.science/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH/state.json","well_known_bundle_url":"https://pith.science/.well-known/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH/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-07-01T22:51:15Z","links":{"resolver":"https://pith.science/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH","bundle":"https://pith.science/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH/bundle.json","state":"https://pith.science/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH/state.json","well_known_bundle":"https://pith.science/.well-known/pith/7X2WC3QOGBPMK2NTU7Z6JHGROH/bundle.json"},"state":{"state_type":"pith_open_graph_state","state_version":"1.0","pith_number":"pith:2026:7X2WC3QOGBPMK2NTU7Z6JHGROH","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":"8e5bf3075d2e1b68b45eb49719ba7ea8b7e781e48d2aac672b64f638cb815090","cross_cats_sorted":["cs.AI"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CL","submitted_at":"2026-05-08T01:38:58Z","title_canon_sha256":"103e0cf8c60a2787cbd5b3f86bad6499148fd2bfa103ee1f751146f704ee3b64"},"schema_version":"1.0","source":{"id":"2605.07111","kind":"arxiv","version":2}},"source_aliases":[{"alias_kind":"arxiv","alias_value":"2605.07111","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"arxiv_version","alias_value":"2605.07111v2","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"doi","alias_value":"10.48550/arxiv.2605.07111","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"pith_short_12","alias_value":"7X2WC3QOGBPM","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"pith_short_16","alias_value":"7X2WC3QOGBPMK2NT","created_at":"2026-05-20T00:04:34Z"},{"alias_kind":"pith_short_8","alias_value":"7X2WC3QO","created_at":"2026-05-20T00:04:34Z"}],"graph_snapshots":[{"event_id":"sha256:3ff9b1e5e86730b38e022b8e410e2ef93d29459ff76eb90b2310de993bfcc778","target":"graph","created_at":"2026-05-20T00:04:34Z","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":"Our evaluations show that MoLF either improves on or stays within 1.5% of the better of FFT and LoRA across all settings, while MoLF-Efficient outperforms prior adaptive LoRA approaches by up to 20% on Fact and 9% on Med and SQL."},{"attestation":"unclaimed","claim_id":"C2","kind":"weakest_assumption","source":"verdict.weakest_assumption","status":"machine_extracted","text":"That gradient-guided routing at the optimizer level will produce stable training dynamics and that the observed performance gains on the tested models and tasks will hold for other LLMs and domains."},{"attestation":"unclaimed","claim_id":"C3","kind":"one_line_summary","source":"verdict.one_line_summary","status":"machine_extracted","text":"MoLF routes updates between full fine-tuning and LoRA at the optimizer level to match or exceed the better of either static method, with an efficient LoRA-only variant outperforming prior adaptive approaches."},{"attestation":"unclaimed","claim_id":"C4","kind":"headline","source":"verdict.pith_extraction.headline","status":"machine_extracted","text":"Gradient routing between full and LoRA tuning beats static choices"}],"snapshot_sha256":"d95b4e9469b7d3d5d9293102394085b8ce920d6dfe1207dd1fbf3ec7e8b3fd31"},"formal_canon":{"evidence_count":2,"snapshot_sha256":"333d7a786c5dc6498bf5f007daacde7861e685b842781fe932fe275ad1e28763"},"integrity":{"available":true,"clean":true,"detectors_run":[{"findings_count":0,"name":"doi_title_agreement","ran_at":"2026-05-19T17:01:20.208246Z","status":"completed","version":"1.0.0"},{"findings_count":0,"name":"doi_compliance","ran_at":"2026-05-19T12:03:16.659944Z","status":"completed","version":"1.0.0"}],"endpoint":"/pith/2605.07111/integrity.json","findings":[],"snapshot_sha256":"7edae3803484477b5980f53e42edef3702145ff1dd67ae2e12af8a04c4ce6185","summary":{"advisory":0,"by_detector":{},"critical":0,"informational":0}},"paper":{"abstract_excerpt":"Recent literature on fine-tuning Large Language Models highlights a fundamental debate. While Full Fine-Tuning (FFT) provides the representational plasticity required for high-entropy knowledge injection, Low-Rank Adaptation (LoRA) can match or surpass FFT performance because many tasks only require updates in a low-rank space and benefit from LoRA's additional regularization. Through empirical evaluation across diverse tasks (SQL, Medical QA, and Counterfactual Knowledge) and varying language models (Gemma-3-1B, Qwen2.5-1.5B, and Qwen2.5-3B), we verify both trends and demonstrate that relying","authors_text":"Boxun Li, Haozhan Tang, Kevin Kuo, Virginia Smith, Xinyin Zhang, Xiuqi Zhu","cross_cats":["cs.AI"],"headline":"Gradient routing between full and LoRA tuning beats static choices","license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CL","submitted_at":"2026-05-08T01:38:58Z","title":"Beyond LoRA vs. Full Fine-Tuning: Gradient-Guided Optimizer Routing for LLM Adaptation"},"references":{"count":0,"internal_anchors":0,"resolved_work":0,"sample":[],"snapshot_sha256":"258153158e38e3291e3d48162225fcdb2d5a3ed65a07baac614ab91432fd4f57"},"source":{"id":"2605.07111","kind":"arxiv","version":2},"verdict":{"created_at":"2026-05-11T01:06:23.765691Z","id":"238107a3-c9e5-4662-bfe5-45b7242416f9","model_set":{"reader":"grok-4.3"},"one_line_summary":"MoLF routes updates between full fine-tuning and LoRA at the optimizer level to match or exceed the better of either static method, with an efficient LoRA-only variant outperforming prior adaptive approaches.","pipeline_version":"pith-pipeline@v0.9.0","pith_extraction_headline":"Gradient routing between full and LoRA tuning beats static choices","strongest_claim":"Our evaluations show that MoLF either improves on or stays within 1.5% of the better of FFT and LoRA across all settings, while MoLF-Efficient outperforms prior adaptive LoRA approaches by up to 20% on Fact and 9% on Med and SQL.","weakest_assumption":"That gradient-guided routing at the optimizer level will produce stable training dynamics and that the observed performance gains on the tested models and tasks will hold for other LLMs and domains."}},"verdict_id":"238107a3-c9e5-4662-bfe5-45b7242416f9"}}],"author_attestations":[],"timestamp_anchors":[],"storage_attestations":[],"citation_signatures":[],"replication_records":[],"corrections":[],"mirror_hints":[],"record_created":{"event_id":"sha256:6835c198c2b94c9d46f1a708434f4b70455df71e3f9361431a412b5c6f727816","target":"record","created_at":"2026-05-20T00:04:34Z","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":"8e5bf3075d2e1b68b45eb49719ba7ea8b7e781e48d2aac672b64f638cb815090","cross_cats_sorted":["cs.AI"],"license":"http://creativecommons.org/licenses/by/4.0/","primary_cat":"cs.CL","submitted_at":"2026-05-08T01:38:58Z","title_canon_sha256":"103e0cf8c60a2787cbd5b3f86bad6499148fd2bfa103ee1f751146f704ee3b64"},"schema_version":"1.0","source":{"id":"2605.07111","kind":"arxiv","version":2}},"canonical_sha256":"fdf5616e0e305ec569b3a7f3e49cd171d4fecd9ccf93f69aa1767c03d5dea13a","receipt":{"algorithm":"ed25519","builder_version":"pith-number-builder-2026-05-17-v1","canonical_sha256":"fdf5616e0e305ec569b3a7f3e49cd171d4fecd9ccf93f69aa1767c03d5dea13a","first_computed_at":"2026-05-20T00:04:34.544123Z","key_id":"pith-v1-2026-05","kind":"pith_receipt","last_reissued_at":"2026-05-20T00:04:34.544123Z","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","receipt_version":"0.3","signature_b64":"VdQ8qfqECovANhOiqQ3xl9pB1lp7CSx6ffmh5uDYFQF8wuj2QiSK/cPfv1YNgfnpFusEo+r5sA3kPpuv0CYyCQ==","signature_status":"signed_v1","signed_at":"2026-05-20T00:04:34.544895Z","signed_message":"canonical_sha256_bytes"},"source_id":"2605.07111","source_kind":"arxiv","source_version":2}}},"equivocations":[],"invalid_events":[],"applied_event_ids":["sha256:6835c198c2b94c9d46f1a708434f4b70455df71e3f9361431a412b5c6f727816","sha256:3ff9b1e5e86730b38e022b8e410e2ef93d29459ff76eb90b2310de993bfcc778"],"state_sha256":"541d5856e1fa536f4246d4bcfa17e00d82c94a03d3d46b6300db9b58e7452f7e"},"bundle_signature":{"signature_status":"signed_v1","algorithm":"ed25519","key_id":"pith-v1-2026-05","public_key_fingerprint":"8d4b5ee74e4693bcd1df2446408b0d54","signature_b64":"5t8bD+zMcWIQNQ9ZCrNYdggJ8a1pIRTm8Q6ITTO8QTKiCn8nsSMP3ytW7WukTCVX4G7QyIU5Xpq+7HAA3M5/Cg==","signed_message":"bundle_sha256_bytes","signed_at":"2026-07-01T22:51:15.072071Z","bundle_sha256":"40ce5f8d614f1be2c3a01f83cfab95d73c2ea658906cc4c88100fc279b2be99f"}}