chnln commited on
Commit
e258b75
·
verified ·
1 Parent(s): 9fb4dfe

Update published paper citations

Browse files
Files changed (1) hide show
  1. README.md +18 -9
README.md CHANGED
@@ -30,10 +30,10 @@ preserve identifiers and context-window provenance while mapping GMMT status to
30
  | Resource | Location |
31
  | --- | --- |
32
  | SINS code and prompts | [GitHub](https://github.com/chnln/seeing-is-not-sharing) |
33
- | SINS paper | [arXiv:2606.31719](https://arxiv.org/abs/2606.31719), to appear in SIGDIAL 2026 |
34
  | GMMT code | [GitHub](https://github.com/chnln/grounded-misunderstandings-in-maptask) |
35
  | GMMT dataset | [Hugging Face](https://huggingface.co/datasets/chnln/grounded-misunderstandings-in-maptask) |
36
- | GMMT paper | [arXiv:2511.03718](https://arxiv.org/abs/2511.03718), LREC 2026 |
37
 
38
  ## Load with Datasets
39
 
@@ -71,21 +71,26 @@ paper. If you use SINS, please cite both the SINS paper and the GMMT paper.
71
 
72
  ### SINS: Task and Experiments
73
 
74
- To appear in SIGDIAL 2026.
75
 
76
  ```bibtex
77
- @misc{li2026seeing,
78
  title = {Seeing Is Not Sharing: Some Vision-Language Models Overestimate Common Ground in Asymmetric Dialogue},
79
  author = {Li, Nan and Gatt, Albert and Poesio, Massimo},
 
 
 
80
  year = {2026},
81
- eprint = {2606.31719},
82
- archivePrefix = {arXiv},
83
- primaryClass = {cs.CL},
84
- url = {https://arxiv.org/abs/2606.31719},
85
- note = {To appear in SIGDIAL 2026}
86
  }
87
  ```
88
 
 
 
 
89
  ### GMMT: Data and Annotation Scheme
90
 
91
  Published at LREC 2026.
@@ -101,6 +106,10 @@ Published at LREC 2026.
101
  address = {Palma, Mallorca, Spain},
102
  publisher = {European Language Resources Association (ELRA)},
103
  editor = {Piperidis, Stelios and Bel, Núria and van den Heuvel, Henk and Ide, Nancy and Krek, Simon and Toral, Antonio},
 
104
  doi = {10.63317/59anbt78wyj7}
105
  }
106
  ```
 
 
 
 
30
  | Resource | Location |
31
  | --- | --- |
32
  | SINS code and prompts | [GitHub](https://github.com/chnln/seeing-is-not-sharing) |
33
+ | SINS paper | [ACL Anthology](https://aclanthology.org/2026.sigdial-1.49/) · [arXiv:2606.31719](https://arxiv.org/abs/2606.31719), SIGDIAL 2026 |
34
  | GMMT code | [GitHub](https://github.com/chnln/grounded-misunderstandings-in-maptask) |
35
  | GMMT dataset | [Hugging Face](https://huggingface.co/datasets/chnln/grounded-misunderstandings-in-maptask) |
36
+ | GMMT paper | [LREC Proceedings](https://lrec.elra.info/lrec2026-main-392) · [arXiv:2511.03718](https://arxiv.org/abs/2511.03718), LREC 2026 |
37
 
38
  ## Load with Datasets
39
 
 
71
 
72
  ### SINS: Task and Experiments
73
 
74
+ Published at SIGDIAL 2026.
75
 
76
  ```bibtex
77
+ @inproceedings{li2026seeing,
78
  title = {Seeing Is Not Sharing: Some Vision-Language Models Overestimate Common Ground in Asymmetric Dialogue},
79
  author = {Li, Nan and Gatt, Albert and Poesio, Massimo},
80
+ editor = {Choi, Jinho D. and Chen, Yun-Nung and Funakoshi, Kotaro and Emami, Ali},
81
+ booktitle = {Proceedings of the 27th Annual Meeting of the Special Interest Group on Discourse and Dialogue},
82
+ month = aug,
83
  year = {2026},
84
+ address = {Atlanta, Georgia, USA},
85
+ publisher = {Association for Computational Linguistics},
86
+ url = {https://aclanthology.org/2026.sigdial-1.49/},
87
+ pages = {694--710}
 
88
  }
89
  ```
90
 
91
+ Paper: [ACL Anthology](https://aclanthology.org/2026.sigdial-1.49/) ·
92
+ [arXiv preprint](https://arxiv.org/abs/2606.31719).
93
+
94
  ### GMMT: Data and Annotation Scheme
95
 
96
  Published at LREC 2026.
 
106
  address = {Palma, Mallorca, Spain},
107
  publisher = {European Language Resources Association (ELRA)},
108
  editor = {Piperidis, Stelios and Bel, Núria and van den Heuvel, Henk and Ide, Nancy and Krek, Simon and Toral, Antonio},
109
+ url = {https://lrec.elra.info/lrec2026-main-392},
110
  doi = {10.63317/59anbt78wyj7}
111
  }
112
  ```
113
+
114
+ Paper: [LREC Proceedings](https://lrec.elra.info/lrec2026-main-392) ·
115
+ [arXiv preprint](https://arxiv.org/abs/2511.03718).