Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -15,10 +15,24 @@ MeetingBank, a benchmark dataset created from the city councils of 6 major U.S.
|
|
15 |
|
16 |
Please cite the following paper in work that makes use of this dataset:
|
17 |
|
18 |
-
MeetingBank: A Benchmark Dataset for Meeting Summarization
|
19 |
-
Yebowen Hu, Tim Ganter, Hanieh Deilamsalehy, Franck Dernoncourt, Hassan Foroosh, Fei Liu
|
20 |
In main conference of Association for Computational Linguistics (ACL’23), Toronto, Canada.
|
21 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
22 |
**Resources**
|
23 |
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.
|
24 |
|
|
|
15 |
|
16 |
Please cite the following paper in work that makes use of this dataset:
|
17 |
|
18 |
+
[MeetingBank: A Benchmark Dataset for Meeting Summarization](https://arxiv.org/abs/2305.17529) \
|
19 |
+
Yebowen Hu, Tim Ganter, Hanieh Deilamsalehy, Franck Dernoncourt, Hassan Foroosh, Fei Liu \
|
20 |
In main conference of Association for Computational Linguistics (ACL’23), Toronto, Canada.
|
21 |
|
22 |
+
**Bibtex**
|
23 |
+
|
24 |
+
```
|
25 |
+
@inproceedings{hu-etal-2023-meetingbank,
|
26 |
+
title = "MeetingBank: A Benchmark Dataset for Meeting Summarization",
|
27 |
+
author = "Yebowen Hu and Tim Ganter and Hanieh Deilamsalehy and Franck Dernoncourt and Hassan Foroosh and Fei Liu",
|
28 |
+
booktitle = "Proceedings of the 61st Annual Meeting of the Association for Computational Linguistics (ACL)",
|
29 |
+
month = July,
|
30 |
+
year = "2023",
|
31 |
+
address = "Toronto, Canada",
|
32 |
+
publisher = "Association for Computational Linguistics",
|
33 |
+
}
|
34 |
+
```
|
35 |
+
|
36 |
**Resources**
|
37 |
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.
|
38 |
|