endomorphosis commited on
Commit
75cfc59
·
verified ·
1 Parent(s): b645484

Add partial US Code LLM-router Groth16 logic proofs

Browse files

Add first 150 CID-addressed U.S. Code sections converted with llm_router from statute text and metadata, with KG/BM25 context and Groth16 verification. This is a partial staging export and does not replace the deterministic full scaffold artifact.

uscode_parquet/logic_proofs_llm_router_groth16_partial_000000_000150/laws_logic_proof_artifacts.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a14abc45eddd734a3613023202dd4ce0e6fd9914994bc4a00a062cd162afe34
3
+ size 1605937
uscode_parquet/logic_proofs_llm_router_groth16_partial_000000_000150/manifest.json ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "schema_version": "uscode-logic-proof-artifacts-v1",
3
+ "artifact_kind": "partial_llm_router_groth16_sharded_export",
4
+ "row_range": "0:150",
5
+ "source_row_count": 150,
6
+ "artifact_row_count": 150,
7
+ "failure_count": 0,
8
+ "shards": [
9
+ {
10
+ "path": "workspace/ipfs_uscode_logic_proofs_llm_router_groth16_shard_000000_000025",
11
+ "status": "complete",
12
+ "rows": 25,
13
+ "failures": 0
14
+ },
15
+ {
16
+ "path": "workspace/ipfs_uscode_logic_proofs_llm_router_groth16_shard_000025_000125",
17
+ "status": "complete",
18
+ "rows": 100,
19
+ "failures": 0
20
+ },
21
+ {
22
+ "path": "workspace/ipfs_uscode_logic_proofs_llm_router_groth16_shard_000125_000150",
23
+ "status": "complete",
24
+ "rows": 25,
25
+ "failures": 0
26
+ }
27
+ ],
28
+ "logic_source": "llm_router",
29
+ "require_llm": true,
30
+ "llm_models": {
31
+ "gpt-5.3-codex-spark": 124,
32
+ "gpt-5.3-codex": 26
33
+ },
34
+ "logic_generation_methods": {
35
+ "llm_router": 150
36
+ },
37
+ "zkp_backend": {
38
+ "groth16": 150
39
+ },
40
+ "zkp_verified_count": 150,
41
+ "ontology_version": {
42
+ "uscode-logic-ontology-v1": 150
43
+ },
44
+ "created_at": "2026-04-26T23:37:43.714135+00:00"
45
+ }