800+ EDGAR contracts with PDF images and key information extracted by the OpenAI GPT-4o model.
The key information is defined as follows:
class KeyInformation(BaseModel):
agreement_date : str = Field(description="Agreement signing date of the contract. (date)")
effective_date : str = Field(description="Effective date of the contract. (date)")
expiration_date : str = Field(description="Service end date or expiration date of the contract. (date)")
party_address : str =… See the full description on the dataset page:
https://huggingface.co/datasets/chenghao/sec-material-contracts-qa.