wangyueqian commited on
Commit
c6a7d16
·
1 Parent(s): 20045e4

update arxiv paper

Browse files
Files changed (1) hide show
  1. README.md +11 -7
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](to update)
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
- @inproceedings{wang2025friends-mmc,
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
- booktitle={Proceedings of the AAAI Conference on Artificial Intelligence},
18
- year={2025}
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
+ ```