huuuyeah commited on
Commit
8200071
1 Parent(s): 6d5127e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -64,12 +64,16 @@ In main conference of Association for Computational Linguistics (ACL'23), Toront
64
  }
65
  ```
66
 
67
- ## Resources
 
68
 
69
  MeetingBank dataset will be hosted at Zenodo. The audio files of each meeting will be hosted individually on Huggingface. All resources will includes meeting audio, transcripts, meetingbank main JSON file, summaries from 6 systems and human annotations.
70
 
71
- **Summary, Segments Transcripts and VideoList**: [zenodo](https://zenodo.org/record/7989108)
 
 
72
 
73
- **Meeting Audios**: [HuggingFace](https://huggingface.co/datasets/huuuyeah/MeetingBank)
74
 
75
- Some scripts can be found in github repo [MeetingBank_Utils](https://github.com/YebowenHu/MeetingBank-utils)
 
 
64
  }
65
  ```
66
 
67
+
68
+ ## Multi-media Resources
69
 
70
  MeetingBank dataset will be hosted at Zenodo. The audio files of each meeting will be hosted individually on Huggingface. All resources will includes meeting audio, transcripts, meetingbank main JSON file, summaries from 6 systems and human annotations.
71
 
72
+ **Text & Audio**: [zenodo](https://zenodo.org/record/7989108), Huggingface([splits](https://huggingface.co/datasets/huuuyeah/meetingbank), [audio&transcripts](https://huggingface.co/datasets/huuuyeah/MeetingBank_Audio))
73
+
74
+ **Videos**: All meeting videos can be found in https://archive.org/
75
 
76
+ - [Alameda](https://archive.org/details/meetingbank-alameda), [Boston](https://archive.org/details/meetingbank-boston), [Denver](https://archive.org/details/meetingbank-denver), [Long Beach](https://archive.org/details/meetingbank-long-beach) ,[King County](https://archive.org/details/meetingbank-king-county), [Seattle](https://archive.org/details/meetingbank-seattle)
77
 
78
+ **Python Scripts**
79
+ Useful scripts and guidance can be found in github repo [MeetingBank_Utils](https://github.com/YebowenHu/MeetingBank-utils)