Provisions
Data license: Government edicts — not subject to copyright · Data source: nycourts.gov
4 rows where topics = "["attorney-conduct", "part-rules"]"
This data as json, CSV (advanced)
Suggested facets: title, cross_references, topics (array), cross_references (array)
| provision_id ▼ | doc_id | judge_id | rule_number | title | text | source_page | topics | cross_references | judicial_district | county | court_type | doc_type |
|---|---|---|---|---|---|---|---|---|---|---|---|---|
| BLACKWOOD-011 | Individual Part Rules of Hon. Helen M. Blackwood, A.J.S.C. 143 | NY-SC-9JD-BLACKWOOD | VI | Artificial Intelligence Disclosure | Counsel and any self-represented party must disclose to the court if any portion of their written submission to the Court was generated by any form of artificial intelligence and if so, what portion thereof utilized this form of technology. | ["attorney-conduct", "part-rules"] | [] | 9 | Westchester | supreme | part_rules | |
| NY-SC-1JD-CATANZARO-P37-008 | Part 37 Rules - General IAS, E-File Part 70 | NY-SC-1JD-CATANZARO | III.E | Artificial Intelligence Certification Requirement | Any attorney or party who uses a generative AI tool (as defined in 22 NYCRR 161.2[b]) in preparing any paper filed in or submitted to this court or served on another party must carefully review the paper and independently ensure it contains no fabricated or fictitious cases, statutes, or other material. By signing such paper, an attorney or party certifies that such a review has been conducted and that the paper contains no fabricated or fictitious content. If this Court determines this requirement has not been satisfied, the attorney or party may be subject to sanction. | ["attorney-conduct", "part-rules"] | ["22 NYCRR 161.2(b)", "22 NYCRR 161.2(c)"] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-CHESLER-P62-006 | Part 62 Rules – City IAS Part (Hon. Ariel D. Chesler) 93 | NY-SC-1JD-CHESLER | VII – Artificial Intelligence | Artificial Intelligence Certification Requirement | All submissions with respect to a motion must include a certification by an attorney (or self-represented party) either that no generative artificial intelligence program was used in the drafting of any affidavit, affirmation, or memorandum of law contained within the submission, or that a generative artificial intelligence program was used but all generated text, including citations, quotations, and legal analysis was reviewed for accuracy and approved by an attorney (or the self-represented party). If the certification states a generative artificial intelligence program was used, the program must be identified and the documents which include matter generated by the program must be specified. | ["attorney-conduct", "part-rules"] | [] | 1 | New York | supreme | part_rules | |
| NY-SC-1JD-KIM-005 | Part 4 Rules – Hon. Judy H. Kim, J.S.C. 73 | NY-SC-1JD-KIM | 5 | Artificial Intelligence (AI) Certification | Any attorney or party who uses a generative AI tool, as defined in 22 NYCRR 161.2(b), in preparing any paper filed in or submitted to this court or served on another party in a case before this court is required to carefully review the paper and independently ensure that it contains no fabricated or fictitious cases, statutes, or other material. By signing such paper, an attorney or party certifies that such a review has been conducted and that the paper contains no such fabricated or fictitious content. If this Court determines that this requirement has not been satisfied, such attorney or party may be subject to sanction or other remedial action. | ["attorney-conduct", "part-rules"] | ["22 NYCRR 161.2(b)", "22 NYCRR 161.2(c)"] | 1 | New York | supreme | part_rules |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE provisions (
provision_id TEXT PRIMARY KEY,
doc_id INTEGER REFERENCES documents(doc_id),
judge_id TEXT REFERENCES judges(judge_id),
rule_number TEXT,
title TEXT,
text TEXT,
source_page INTEGER,
topics TEXT,
cross_references TEXT,
judicial_district INTEGER,
county TEXT,
court_type TEXT DEFAULT 'supreme',
doc_type TEXT DEFAULT 'part_rules'
);