Samoed commited on
Commit
9bc69ea
·
verified ·
1 Parent(s): d9c68b4

Add hi Hospital domain with cross-language value mappings

Browse files
README.md CHANGED
@@ -2626,6 +2626,50 @@ dataset_info:
2626
  num_examples: 33
2627
  download_size: 109651
2628
  dataset_size: 989767
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2629
  - config_name: hi_movie
2630
  features:
2631
  - name: dialogue_id
@@ -3679,6 +3723,14 @@ configs:
3679
  path: hi_class/valid-*
3680
  - split: train
3681
  path: hi_class/train-*
 
 
 
 
 
 
 
 
3682
  - config_name: hi_movie
3683
  data_files:
3684
  - split: test
 
2626
  num_examples: 33
2627
  download_size: 109651
2628
  dataset_size: 989767
2629
+ - config_name: hi_hospital
2630
+ features:
2631
+ - name: dialogue_id
2632
+ dtype: string
2633
+ - name: turn_id
2634
+ dtype: int64
2635
+ - name: domains
2636
+ sequence: string
2637
+ - name: turn_domain
2638
+ sequence: string
2639
+ - name: text
2640
+ dtype: string
2641
+ - name: history
2642
+ list:
2643
+ - name: content
2644
+ dtype: string
2645
+ - name: role
2646
+ dtype: string
2647
+ - name: inform-Hospital-metro station
2648
+ dtype: string
2649
+ - name: inform-Hospital-general or specialized
2650
+ dtype: string
2651
+ - name: inform-Hospital-level
2652
+ dtype: string
2653
+ - name: inform-Hospital-name
2654
+ dtype: string
2655
+ - name: inform-Hospital-public or private
2656
+ dtype: string
2657
+ - name: inform-Hospital-key departments
2658
+ dtype: string
2659
+ - name: inform-Hospital-area
2660
+ dtype: string
2661
+ splits:
2662
+ - name: test
2663
+ num_bytes: 439450
2664
+ num_examples: 295
2665
+ - name: valid
2666
+ num_bytes: 302313
2667
+ num_examples: 224
2668
+ - name: train
2669
+ num_bytes: 21262
2670
+ num_examples: 17
2671
+ download_size: 101359
2672
+ dataset_size: 763025
2673
  - config_name: hi_movie
2674
  features:
2675
  - name: dialogue_id
 
3723
  path: hi_class/valid-*
3724
  - split: train
3725
  path: hi_class/train-*
3726
+ - config_name: hi_hospital
3727
+ data_files:
3728
+ - split: test
3729
+ path: hi_hospital/test-*
3730
+ - split: valid
3731
+ path: hi_hospital/valid-*
3732
+ - split: train
3733
+ path: hi_hospital/train-*
3734
  - config_name: hi_movie
3735
  data_files:
3736
  - split: test
hi_hospital/test-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:d9d327f5957c842852f94d6661ec05d505204efa8c3d434cb686d4be0c2bf343
3
+ size 48494
hi_hospital/train-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:fb04ca4f8472eacbaab291030abd7dd783cc51ff8324835ec92172a738561f37
3
+ size 12594
hi_hospital/valid-00000-of-00001.parquet ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:15e974f697b227b9b270baa6a403b5897e5d211d9205ff71f412f7241eaf7875
3
+ size 40271