Roderick3rd commited on
Commit
a7ebf45
·
verified ·
1 Parent(s): 411a402

Add Ohio Rules of Evidence to corpus, trial prep to intended use

Browse files
Files changed (1) hide show
  1. README.md +8 -3
README.md CHANGED
@@ -60,10 +60,12 @@ The Ohio family court system processes thousands of custody cases annually. Pare
60
 
61
  **OhioCustodyBERT aims to democratize access to Ohio family law knowledge** by providing AI models trained specifically on:
62
  - Ohio Revised Code (ORC) Chapter 3109 and related family law statutes
 
63
  - Ohio Administrative Code (OAC) custody and child welfare rules
64
  - Appellate court decisions on custody, parental alienation, and visitation
65
  - US Supreme Court precedent on parental rights (Santosky, Stanley, Troxel)
66
  - Ohio Supreme Court reports, bench cards, and practice guides
 
67
 
68
  ---
69
 
@@ -178,11 +180,12 @@ All models in the Legal Agent Council are trained on the same curated corpus:
178
  | CourtListener opinions (OH App, SC, SCOTUS) | 259 opinions | 14 MB |
179
  | Reference materials | 941 records | 4.0 MB |
180
  | Parental alienation research | 55 papers | — |
 
181
 
182
  ### Key Cases Covered
183
  - **SCOTUS**: Santosky v. Kramer, Stanley v. Illinois, Troxel v. Granville, Michael H. v. Gerald D., Lehr v. Robertson
184
  - **Ohio SC**: In re Murray, In re Bonfield, Shearer v. Shearer, Felton, Davis v. Flickinger
185
- - **Topics**: Best interest standard (R.C. 3109.04), shared parenting, parental alienation, GAL standards, custody evaluation, DV protective orders, contempt, UCCJEA jurisdiction
186
 
187
  ---
188
 
@@ -239,8 +242,10 @@ ollama run ohio-custody
239
  |----------|---------------|-------------------|
240
  | Legal research | Identifying relevant statutes and cases | Generating court filings |
241
  | Case preparation | Understanding legal standards and precedent | Making custody recommendations |
242
- | Education | Learning Ohio family law framework | Replacing legal counsel |
243
- | Citation checking | Verifying case law references | Autonomous legal decision-making |
 
 
244
 
245
  ---
246
 
 
60
 
61
  **OhioCustodyBERT aims to democratize access to Ohio family law knowledge** by providing AI models trained specifically on:
62
  - Ohio Revised Code (ORC) Chapter 3109 and related family law statutes
63
+ - **Ohio Rules of Evidence (Evid.R. 101-1103)** — authentication, hearsay, cross-examination, expert testimony
64
  - Ohio Administrative Code (OAC) custody and child welfare rules
65
  - Appellate court decisions on custody, parental alienation, and visitation
66
  - US Supreme Court precedent on parental rights (Santosky, Stanley, Troxel)
67
  - Ohio Supreme Court reports, bench cards, and practice guides
68
+ - **Trial advocacy techniques** — cross-examination methods, evidence foundation, objection handling
69
 
70
  ---
71
 
 
180
  | CourtListener opinions (OH App, SC, SCOTUS) | 259 opinions | 14 MB |
181
  | Reference materials | 941 records | 4.0 MB |
182
  | Parental alienation research | 55 papers | — |
183
+ | **Ohio Rules of Evidence** | **89 rules (all 11 articles)** | **170 KB** |
184
 
185
  ### Key Cases Covered
186
  - **SCOTUS**: Santosky v. Kramer, Stanley v. Illinois, Troxel v. Granville, Michael H. v. Gerald D., Lehr v. Robertson
187
  - **Ohio SC**: In re Murray, In re Bonfield, Shearer v. Shearer, Felton, Davis v. Flickinger
188
+ - **Topics**: Best interest standard (R.C. 3109.04), shared parenting, parental alienation, GAL standards, custody evaluation, DV protective orders, contempt, UCCJEA jurisdiction, **evidence authentication, hearsay exceptions, cross-examination**
189
 
190
  ---
191
 
 
242
  |----------|---------------|-------------------|
243
  | Legal research | Identifying relevant statutes and cases | Generating court filings |
244
  | Case preparation | Understanding legal standards and precedent | Making custody recommendations |
245
+ | **Trial preparation** | **Practicing cross-examination and evidence presentation** | **Replacing legal counsel** |
246
+ | Education | Learning Ohio family law framework | Autonomous legal decision-making |
247
+ | Citation checking | Verifying case law references | — |
248
+ | **Evidence rules** | **Understanding authentication and hearsay** | **— ** |
249
 
250
  ---
251