albertvillanova HF staff commited on
Commit
89835d1
1 Parent(s): 0f75b3a

Convert dataset to Parquet

Browse files

Convert dataset to Parquet.

README.md CHANGED
@@ -43,16 +43,25 @@ dataset_info:
43
  dtype: string
44
  splits:
45
  - name: train
46
- num_bytes: 4778409
47
  num_examples: 20000
48
  - name: test
49
- num_bytes: 493038
50
  num_examples: 2120
51
  - name: validation
52
- num_bytes: 477964
53
  num_examples: 2051
54
- download_size: 8135045
55
- dataset_size: 5749411
 
 
 
 
 
 
 
 
 
56
  ---
57
 
58
  # Dataset Card for Business Scene Dialogue
 
43
  dtype: string
44
  splits:
45
  - name: train
46
+ num_bytes: 4778291
47
  num_examples: 20000
48
  - name: test
49
+ num_bytes: 492986
50
  num_examples: 2120
51
  - name: validation
52
+ num_bytes: 477935
53
  num_examples: 2051
54
+ download_size: 1843443
55
+ dataset_size: 5749212
56
+ configs:
57
+ - config_name: default
58
+ data_files:
59
+ - split: train
60
+ path: data/train-*
61
+ - split: test
62
+ path: data/test-*
63
+ - split: validation
64
+ path: data/validation-*
65
  ---
66
 
67
  # Dataset Card for Business Scene Dialogue
data/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:933f2d25d1c62fb563fcf67892230d6941879b3deaf888ed4f6bb252e89d0f9a
3
+ size 171148
data/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:73d758c92c7d5e156d8f07d39912bd068317d9f396cab5b6fc53b435a70a1296
3
+ size 1504882
data/validation-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:34d6d252efc7d078a5cff0bb3450011cc0b2d75aef1b81a86e0523f8e9866616
3
+ size 167413
dataset_infos.json CHANGED
@@ -1 +1,78 @@
1
- {"default": {"description": "This is the Business Scene Dialogue (BSD) dataset,\na Japanese-English parallel corpus containing written conversations\nin various business scenarios.\n\nThe dataset was constructed in 3 steps:\n 1) selecting business scenes,\n 2) writing monolingual conversation scenarios according to the selected scenes, and\n 3) translating the scenarios into the other language.\n\nHalf of the monolingual scenarios were written in Japanese\nand the other half were written in English.\n\nFields:\n- id: dialogue identifier\n- no: sentence pair number within a dialogue\n- en_speaker: speaker name in English\n- ja_speaker: speaker name in Japanese\n- en_sentence: sentence in English\n- ja_sentence: sentence in Japanese\n- original_language: language in which monolingual scenario was written\n- tag: scenario\n- title: scenario title\n", "citation": "@inproceedings{rikters-etal-2019-designing,\n title = \"Designing the Business Conversation Corpus\",\n author = \"Rikters, Mat\u012bss and\n Ri, Ryokan and\n Li, Tong and\n Nakazawa, Toshiaki\",\n booktitle = \"Proceedings of the 6th Workshop on Asian Translation\",\n month = nov,\n year = \"2019\",\n address = \"Hong Kong, China\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D19-5204\",\n doi = \"10.18653/v1/D19-5204\",\n pages = \"54--61\"\n}\n", "homepage": "https://github.com/tsuruoka-lab/BSD", "license": "CC BY-NC-SA 4.0", "features": {"id": {"dtype": "string", "id": null, "_type": "Value"}, "tag": {"dtype": "string", "id": null, "_type": "Value"}, "title": {"dtype": "string", "id": null, "_type": "Value"}, "original_language": {"dtype": "string", "id": null, "_type": "Value"}, "no": {"dtype": "int32", "id": null, "_type": "Value"}, "en_speaker": {"dtype": "string", "id": null, "_type": "Value"}, "ja_speaker": {"dtype": "string", "id": null, "_type": "Value"}, "en_sentence": {"dtype": "string", "id": null, "_type": "Value"}, "ja_sentence": {"dtype": "string", "id": null, "_type": "Value"}}, "post_processed": null, "supervised_keys": null, "builder_name": "bsd_ja_en", "config_name": "default", "version": {"version_str": "1.0.0", "description": null, "major": 1, "minor": 0, "patch": 0}, "splits": {"train": {"name": "train", "num_bytes": 4778409, "num_examples": 20000, "dataset_name": "bsd_ja_en"}, "test": {"name": "test", "num_bytes": 493038, "num_examples": 2120, "dataset_name": "bsd_ja_en"}, "validation": {"name": "validation", "num_bytes": 477964, "num_examples": 2051, "dataset_name": "bsd_ja_en"}}, "download_checksums": {"https://raw.githubusercontent.com/tsuruoka-lab/BSD/master/train.json": {"num_bytes": 6740756, "checksum": "e011d1b02ed1acdbed5b677b54a3ceae26baaf6cd2a4fea64e4af4ff699c5ffb"}, "https://raw.githubusercontent.com/tsuruoka-lab/BSD/master/dev.json": {"num_bytes": 687409, "checksum": "43c11e7d9bdb4ab8ecc83114c82a77c596f98c8845af92fb74c8ca12cc9cfa5c"}, "https://raw.githubusercontent.com/tsuruoka-lab/BSD/master/test.json": {"num_bytes": 706880, "checksum": "9da3f8907147b2424671058c93d9f41179ddbd8d0c8298a3e8546c2703174d31"}}, "download_size": 8135045, "post_processing_size": null, "dataset_size": 5749411, "size_in_bytes": 13884456}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "default": {
3
+ "description": "This is the Business Scene Dialogue (BSD) dataset,\na Japanese-English parallel corpus containing written conversations\nin various business scenarios.\n\nThe dataset was constructed in 3 steps:\n 1) selecting business scenes,\n 2) writing monolingual conversation scenarios according to the selected scenes, and\n 3) translating the scenarios into the other language.\n\nHalf of the monolingual scenarios were written in Japanese\nand the other half were written in English.\n\nFields:\n- id: dialogue identifier\n- no: sentence pair number within a dialogue\n- en_speaker: speaker name in English\n- ja_speaker: speaker name in Japanese\n- en_sentence: sentence in English\n- ja_sentence: sentence in Japanese\n- original_language: language in which monolingual scenario was written\n- tag: scenario\n- title: scenario title\n",
4
+ "citation": "@inproceedings{rikters-etal-2019-designing,\n title = \"Designing the Business Conversation Corpus\",\n author = \"Rikters, Mat\u012bss and\n Ri, Ryokan and\n Li, Tong and\n Nakazawa, Toshiaki\",\n booktitle = \"Proceedings of the 6th Workshop on Asian Translation\",\n month = nov,\n year = \"2019\",\n address = \"Hong Kong, China\",\n publisher = \"Association for Computational Linguistics\",\n url = \"https://www.aclweb.org/anthology/D19-5204\",\n doi = \"10.18653/v1/D19-5204\",\n pages = \"54--61\"\n}\n",
5
+ "homepage": "https://github.com/tsuruoka-lab/BSD",
6
+ "license": "CC BY-NC-SA 4.0",
7
+ "features": {
8
+ "id": {
9
+ "dtype": "string",
10
+ "_type": "Value"
11
+ },
12
+ "tag": {
13
+ "dtype": "string",
14
+ "_type": "Value"
15
+ },
16
+ "title": {
17
+ "dtype": "string",
18
+ "_type": "Value"
19
+ },
20
+ "original_language": {
21
+ "dtype": "string",
22
+ "_type": "Value"
23
+ },
24
+ "no": {
25
+ "dtype": "int32",
26
+ "_type": "Value"
27
+ },
28
+ "en_speaker": {
29
+ "dtype": "string",
30
+ "_type": "Value"
31
+ },
32
+ "ja_speaker": {
33
+ "dtype": "string",
34
+ "_type": "Value"
35
+ },
36
+ "en_sentence": {
37
+ "dtype": "string",
38
+ "_type": "Value"
39
+ },
40
+ "ja_sentence": {
41
+ "dtype": "string",
42
+ "_type": "Value"
43
+ }
44
+ },
45
+ "builder_name": "parquet",
46
+ "dataset_name": "bsd_ja_en",
47
+ "config_name": "default",
48
+ "version": {
49
+ "version_str": "1.0.0",
50
+ "major": 1,
51
+ "minor": 0,
52
+ "patch": 0
53
+ },
54
+ "splits": {
55
+ "train": {
56
+ "name": "train",
57
+ "num_bytes": 4778291,
58
+ "num_examples": 20000,
59
+ "dataset_name": null
60
+ },
61
+ "test": {
62
+ "name": "test",
63
+ "num_bytes": 492986,
64
+ "num_examples": 2120,
65
+ "dataset_name": null
66
+ },
67
+ "validation": {
68
+ "name": "validation",
69
+ "num_bytes": 477935,
70
+ "num_examples": 2051,
71
+ "dataset_name": null
72
+ }
73
+ },
74
+ "download_size": 1843443,
75
+ "dataset_size": 5749212,
76
+ "size_in_bytes": 7592655
77
+ }
78
+ }