Taejin commited on
Commit
5c30874
1 Parent(s): c46d539

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -5
README.md CHANGED
@@ -52,14 +52,15 @@ The dataset is divided into training and test splits:
52
  ### Keys (items)
53
 
54
  - `session_id`: "session_ge1nse2c",
55
- - `words`: Transcription corresponding to t
56
  - `start_time`: Start time in second.
57
  - `end_time`: End time in second.
58
  - `speaker`: Speaker tagging in string "speaker\<N\>"
59
 
60
  ### Source Datasets
61
 
62
- The dataset combines entries from various sources:
 
63
 
64
  - **Development Sources**:
65
  - `dev`: 142 sessions
@@ -67,13 +68,10 @@ The dataset combines entries from various sources:
67
  - **Evaluation Sources**:
68
  - `eval`: 104 Sessions
69
 
70
-
71
-
72
  ## Access
73
 
74
  The dataset can be accessed and downloaded through the HuggingFace Datasets library.
75
 
76
-
77
  ## Evaluation
78
 
79
  This dataset can be evaluated by [MeetEval Software](https://github.com/fgnt/meeteval)
 
52
  ### Keys (items)
53
 
54
  - `session_id`: "session_ge1nse2c",
55
+ - `words`: Transcription corresponding to the time stamp (start, end).
56
  - `start_time`: Start time in second.
57
  - `end_time`: End time in second.
58
  - `speaker`: Speaker tagging in string "speaker\<N\>"
59
 
60
  ### Source Datasets
61
 
62
+ `err_source_text`: This is the erroneous ASR-Diarization results to be fixed. Has dev, eval folders
63
+ `ref_annotated_text`: This is the human annotated ground-truth for evaluation. Only dev split is included.
64
 
65
  - **Development Sources**:
66
  - `dev`: 142 sessions
 
68
  - **Evaluation Sources**:
69
  - `eval`: 104 Sessions
70
 
 
 
71
  ## Access
72
 
73
  The dataset can be accessed and downloaded through the HuggingFace Datasets library.
74
 
 
75
  ## Evaluation
76
 
77
  This dataset can be evaluated by [MeetEval Software](https://github.com/fgnt/meeteval)