Datasets:
davebulaval
commited on
Commit
•
d5ddd4b
1
Parent(s):
fff23e4
Add article link in citation
Browse files
README.md
CHANGED
@@ -25,9 +25,9 @@ dataset_info:
|
|
25 |
|
26 |
# Dataset Card for RISCBAC
|
27 |
|
28 |
-
RISCBAC was created using [RISC](https://github.com/GRAAL-Research/risc), an open-source Python package data generator. RISC generates look-alike automobile insurance contracts based on the Quebec regulatory insurance form in French and English
|
29 |
|
30 |
-
It contains 10,000 English and French insurance contracts generated using the same seed. Thus,
|
31 |
|
32 |
# Citation Information
|
33 |
|
@@ -37,7 +37,7 @@ It contains 10,000 English and French insurance contracts generated using the sa
|
|
37 |
Contract}},
|
38 |
author={David Beauchemin and Richard Khoury},
|
39 |
year={2023},
|
40 |
-
eprint={},
|
41 |
archivePrefix={arXiv}
|
42 |
}
|
43 |
```
|
|
|
25 |
|
26 |
# Dataset Card for RISCBAC
|
27 |
|
28 |
+
RISCBAC was created using [RISC](https://github.com/GRAAL-Research/risc), an open-source Python package data generator. RISC generates look-alike automobile insurance contracts based on the Quebec regulatory insurance form in French and English.
|
29 |
|
30 |
+
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.
|
31 |
|
32 |
# Citation Information
|
33 |
|
|
|
37 |
Contract}},
|
38 |
author={David Beauchemin and Richard Khoury},
|
39 |
year={2023},
|
40 |
+
eprint={2304.04212},
|
41 |
archivePrefix={arXiv}
|
42 |
}
|
43 |
```
|