wangyueqian
commited on
Commit
·
c6a7d16
1
Parent(s):
20045e4
update arxiv paper
Browse files
README.md
CHANGED
@@ -5,15 +5,19 @@ license: mit
|
|
5 |
This repository contains the baseline model of Conversation Speaker Idenfication as described in paper **Friends-MMC: A Dataset for Multi-modal Multi-party Conversation Understanding**.
|
6 |
|
7 |
## Related Resources:
|
8 |
-
- Paper: [Friends-MMC: A Dataset for Multi-modal Multi-party Conversation Understanding](
|
9 |
- Dataset: [Friends-MMC](https://huggingface.co/datasets/wangyueqian/friends_mmc)
|
10 |
|
11 |
## Citation
|
12 |
If you use this work in your research, please cite (to update):
|
13 |
```
|
14 |
-
@
|
15 |
-
|
16 |
-
|
17 |
-
|
18 |
-
|
19 |
-
}
|
|
|
|
|
|
|
|
|
|
5 |
This repository contains the baseline model of Conversation Speaker Idenfication as described in paper **Friends-MMC: A Dataset for Multi-modal Multi-party Conversation Understanding**.
|
6 |
|
7 |
## Related Resources:
|
8 |
+
- Paper: [Friends-MMC: A Dataset for Multi-modal Multi-party Conversation Understanding](https://arxiv.org/abs/2412.17295)
|
9 |
- Dataset: [Friends-MMC](https://huggingface.co/datasets/wangyueqian/friends_mmc)
|
10 |
|
11 |
## Citation
|
12 |
If you use this work in your research, please cite (to update):
|
13 |
```
|
14 |
+
@misc{wang2024friendsmmcdatasetmultimodalmultiparty,
|
15 |
+
title={Friends-MMC: A Dataset for Multi-modal Multi-party Conversation Understanding},
|
16 |
+
author={Yueqian Wang and Xiaojun Meng and Yuxuan Wang and Jianxin Liang and Qun Liu and Dongyan Zhao},
|
17 |
+
year={2024},
|
18 |
+
eprint={2412.17295},
|
19 |
+
archivePrefix={arXiv},
|
20 |
+
primaryClass={cs.CL},
|
21 |
+
url={https://arxiv.org/abs/2412.17295},
|
22 |
+
}
|
23 |
+
```
|