The dataset is currently empty. Upload or create new data files. Then, you will be able to explore them in the Dataset Viewer.

YAML Metadata Warning: empty or missing yaml metadata in repo card (https://huggingface.co/docs/hub/datasets-cards)

Finlaw: Financial Law Document Analyzer

📑 Paper    |    🌐 Project Page    |    💾 Released Resources    |    📦 Repo

We release the raw regulatory document data for our Finlaw project, sourced from the SEC-EDGAR public filings database.

The data format for each line in the sample_regdocs.jsonl is as follows:

{
  "doc_id": <unique document identifier>,
  "filing_type": <type of regulatory filing (10-K, 10-Q, RNS, etc.)>,
  "company": <company name>,
  "jurisdiction": <regulatory jurisdiction (SEC, FCA, EU)>,
  "content_summary": <brief summary of document content>,
  "compliance_category": <category of compliance requirement>,
  "source": <original data source>
}

The raw data is derived from public SEC-EDGAR filings and processed using the FreeLaw methodology.

License

The license for this dataset is Public Domain.

Downloads last month
14