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

Check out the documentation for more information.

LegalDoc: Synthetic Legal Document Generation

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

We release the raw contract clause data for our processed LegalDoc-Contracts dataset, adopted from the original ContractNLI dataset from Stanford NLP team and the CUAD dataset from The Atticus Project.

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

{
  "clause_type": <the type of contract clause (e.g., indemnification, termination)>,
  "original_text": <the original clause text from source>,
  "jurisdiction": <the legal jurisdiction>,
  "contract_type": <type of contract (NDA, employment, license, etc.)>,
  "annotations": [
    {
      "label": <annotation label>,
      "span": <text span>
    },
    ...
  ],
  "source": <the source dataset>,
  "metadata": <additional metadata>
}

Some clauses have been filtered due to length constraints or quality issues.

*Note: Legal text may contain jurisdiction-specific language. Users should verify applicability to their use case.

Downloads last month
11