Update README.md
Browse files
README.md
CHANGED
@@ -64,12 +64,16 @@ In main conference of Association for Computational Linguistics (ACL'23), Toront
|
|
64 |
}
|
65 |
```
|
66 |
|
67 |
-
|
|
|
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 |
-
**
|
|
|
|
|
72 |
|
73 |
-
|
74 |
|
75 |
-
|
|
|
|
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)
|