davebulaval commited on
Commit
66fae97
1 Parent(s): 3f6ad50

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -1
README.md CHANGED
@@ -1,3 +1,43 @@
1
  ---
2
- license: mit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license:
3
+ - cc-by-4.0
4
+ multilinguality:
5
+ - monolingual
6
+ - aligned
7
+ task_categories:
8
+ - summarization
9
+ - question-answering
10
+ - translation
11
+ source_datasets:
12
+ - original
13
+ language:
14
+ - en
15
+ - fr
16
+ tags:
17
+ - unsupervised
18
+ pretty_name: Realistic Bilingual Synthetic Automobile Insurance Contract
19
+ size_categories:
20
+ - 10K<n<100K
21
+ dataset_info:
22
+ download_size: 376971
23
+ dataset_size: 611048
24
  ---
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, contract 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
+
34
+ ```
35
+ @misc{beaucheminrisc,
36
+ title={{RISC: Generating Realistic Synthetic Bilingual Insurance
37
+ Contract}},
38
+ author={David Beauchemin and Richard Khoury},
39
+ year={2023},
40
+ eprint={},
41
+ archivePrefix={arXiv}
42
+ }
43
+ ```