wangyueqian
commited on
Commit
•
e6ae277
1
Parent(s):
c6a7d16
Update README.md
Browse files
README.md
CHANGED
@@ -1,23 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
---
|
4 |
-
|
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
|
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 |
-
```
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
---
|
4 |
+
|
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:
|
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 |
+
```
|