RISCBAC / README.md
davebulaval's picture
Update README.md
017893b verified
|
raw
history blame
No virus
1.8 kB
---
license:
- cc-by-4.0
multilinguality:
- monolingual
- aligned
task_categories:
- summarization
- question-answering
- translation
source_datasets:
- original
language:
- en
- fr
tags:
- unsupervised
pretty_name: Realistic Bilingual Synthetic Automobile Insurance Contract
size_categories:
- 10K<n<100K
dataset_info:
download_size: 376971
dataset_size: 611048
viewer: true
---
# Dataset Card for RISCBAC
RISCBAC, an open-source Python package data generator, was created using [RISC](https://github.com/GRAAL-Research/risc). RISC generates look-alike automobile insurance contracts based on the Quebec regulatory insurance form in French and English.
It contains 10,000 English and French insurance contracts generated using the same seed. Thus, contracts share the same deterministic synthetic data (RISCBAC can be used as an aligned dataset). RISC can be used to generate more data for RISCBAC.
# Data Instances
## Default (`'fr'`)
The default data instance is the French version of the dataset. The dataset is comprised of 10,000 synthetic automobile insurance contracts.
## Other Option
The other data instance option is `"en." ' The dataset consists of 10,000 synthetic automobile insurance contracts.
# Version
- 1.0.0
- Initial release of the dataset
- 1.0.1
- Version with a fixed missing header in the French contract (see [here](https://github.com/GRAAL-Research/risc/commit/45ec1690ea3675a554643371c1aa2b3bb4498a3a#diff-f458be5285133e1ea77636b2fbc1ede5fc39ec06f889de34718cd092c27f9d1fR984) for more details).
# Citation Information
```
@misc{beaucheminrisc,
title={{RISC: Generating Realistic Synthetic Bilingual Insurance
Contract}},
author={David Beauchemin and Richard Khoury},
year={2023},
eprint={2304.04212},
archivePrefix={arXiv}
}
```