maikezu commited on
Commit
3e056de
·
verified ·
1 Parent(s): 7c406ab

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +18 -0
README.md CHANGED
@@ -61,6 +61,24 @@ The goal is to generate concise, informative summaries (abstracts) based on the
61
  | dev | 885 |
62
  | test | 1431 |
63
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
  ## Citation
65
 
66
  A dataset paper will be available soon.
 
61
  | dev | 885 |
62
  | test | 1431 |
63
 
64
+
65
+ ## Dataset Fields
66
+
67
+ | **Field** | **Type** | **Description** |
68
+ |------------------|-----------------|---------------------------------------------------------------------------------|
69
+ | `video_path` | `string` | The video URL to the ACL talk. |
70
+ | `audio` | | |
71
+ | | - `array` | A `numpy.ndarray` representing the audio signal. |
72
+ | | - `sampling_rate` | The sampling rate of the audio. |
73
+ | `sr` | `int` | The sampling rate of the audio. |
74
+ | `abstract` | `string` | The abstract of the ACL paper corresponding to the talk. |
75
+ | `language` | `string` | The language of the videos and audios: English. |
76
+ | `split` | `string` | The data split to which the entry belongs, such as "train," "dev," or "test." |
77
+ | `duration` | `float` | The duration of the video/audio content in seconds. |
78
+ | `conference` | `string` | The name of the conference associated with the dataset entry. |
79
+ | `year` | `string` | The year of the conference. |
80
+
81
+
82
  ## Citation
83
 
84
  A dataset paper will be available soon.