scutcyr commited on
Commit
a83db73
1 Parent(s): 3af699a

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +50 -0
README.md CHANGED
@@ -47,3 +47,53 @@ cd ~
47
  git clone https://github.com/scutcyr/dstc11-simmc2.1-iflytek.git
48
  ```
49
  (3) Follow the [README](https://github.com/scutcyr/dstc11-simmc2.1-iflytek#readme) to use the model.
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
47
  git clone https://github.com/scutcyr/dstc11-simmc2.1-iflytek.git
48
  ```
49
  (3) Follow the [README](https://github.com/scutcyr/dstc11-simmc2.1-iflytek#readme) to use the model.
50
+
51
+
52
+ ## References
53
+
54
+ ```
55
+ @inproceedings{kottur-etal-2021-simmc,
56
+ title = "{SIMMC} 2.0: A Task-oriented Dialog Dataset for Immersive Multimodal Conversations",
57
+ author = "Kottur, Satwik and
58
+ Moon, Seungwhan and
59
+ Geramifard, Alborz and
60
+ Damavandi, Babak",
61
+ booktitle = "Proceedings of the 2021 Conference on Empirical Methods in Natural Language Processing",
62
+ month = nov,
63
+ year = "2021",
64
+ address = "Online and Punta Cana, Dominican Republic",
65
+ publisher = "Association for Computational Linguistics",
66
+ url = "https://aclanthology.org/2021.emnlp-main.401",
67
+ doi = "10.18653/v1/2021.emnlp-main.401",
68
+ pages = "4903--4912",
69
+ }
70
+
71
+ @inproceedings{lee-etal-2022-learning,
72
+ title = "Learning to Embed Multi-Modal Contexts for Situated Conversational Agents",
73
+ author = "Lee, Haeju and
74
+ Kwon, Oh Joon and
75
+ Choi, Yunseon and
76
+ Park, Minho and
77
+ Han, Ran and
78
+ Kim, Yoonhyung and
79
+ Kim, Jinhyeon and
80
+ Lee, Youngjune and
81
+ Shin, Haebin and
82
+ Lee, Kangwook and
83
+ Kim, Kee-Eung",
84
+ booktitle = "Findings of the Association for Computational Linguistics: NAACL 2022",
85
+ month = jul,
86
+ year = "2022",
87
+ address = "Seattle, United States",
88
+ publisher = "Association for Computational Linguistics",
89
+ url = "https://aclanthology.org/2022.findings-naacl.61",
90
+ doi = "10.18653/v1/2022.findings-naacl.61",
91
+ pages = "813--830",
92
+ }
93
+ ```
94
+
95
+
96
+ ## Acknowledge
97
+ * We would like to express our gratitude to the authors of [Hugging Face's Transformers🤗](https://huggingface.co/) and its open source community for the excellent design on pretrained models usage.
98
+ * We would like to express our gratitude to [Meta Research | Facebook AI Research](https://github.com/facebookresearch) for the SIMMC2.1 dataset and the baseline code.
99
+ * We would like to express our gratitude to [KAIST-AILab](https://github.com/KAIST-AILab/DSTC10-SIMMC) for the basic research framework on SIMMC2.0.