endomorphosis commited on
Commit
0eafd65
·
verified ·
1 Parent(s): 08986a4

Add US Code CID BM25 and KG artifacts

Browse files

Rebuild clean U.S. Code retrieval artifacts: lean CID index, BM25 over section text/citation/title metadata with raw_json excluded, and generic legal-document knowledge graph entities/relationships/summary.

uscode_parquet/cid_index.parquet CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:608b1e3742ee2fab0eda29cb05209e84840052d8bee3b2f8de18e72611fa89e4
3
- size 3575375
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:820c24c37107efeacee2f1014a87ec5312d64ce103b790c138bdbb914a477ac1
3
+ size 6112895
uscode_parquet/laws_bm25.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:0cdcb3227c1571c16790986952dd914e0ff208dabeeb61f8e2fa1de422f279cf
3
+ size 199566685
uscode_parquet/laws_knowledge_graph_entities.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:77aa4e3f71d88c157d9856a02cd5bb5cd03d52307873e2a03fd9216c67e0ce83
3
+ size 9653603
uscode_parquet/laws_knowledge_graph_relationships.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:746f9b81669c26c93ae418e2ca1b560738f4aa93a140a13d1a0390bffac080fb
3
+ size 10805567
uscode_parquet/laws_knowledge_graph_summary.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "bm25_document_count": 60068,
3
+ "cid_index_row_count": 60068,
4
+ "document_count": 60068,
5
+ "entity_count": 180257,
6
+ "entity_type_counts": {
7
+ "document": 60068,
8
+ "legal_document": 60068,
9
+ "section": 60068,
10
+ "usc_title": 53
11
+ },
12
+ "note": "BM25 built from section text plus citation/title metadata only; raw_json intentionally excluded.",
13
+ "ontology": {},
14
+ "ontology_version": "generic-legal-document-kg-v1",
15
+ "relationship_count": 120136,
16
+ "relationship_type_counts": {
17
+ "HAS_SECTION": 60068,
18
+ "IN_TITLE": 60068
19
+ },
20
+ "schema_version": "uscode-kg-v1",
21
+ "source_dataset": "justicedao/ipfs_uscode",
22
+ "source_rows": 60077
23
+ }