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

Cite SINS and GMMT papers

Browse files
Files changed (1) hide show
  1. README.md +27 -3
README.md CHANGED
@@ -61,12 +61,17 @@ reconstruct context with the SINS code repository and a local GMMT checkout.
61
 
62
  SINS is released under CC BY 4.0. It is derived from
63
  [GMMT](https://huggingface.co/datasets/chnln/grounded-misunderstandings-in-maptask),
64
- which is also CC BY 4.0. Please cite both the SINS paper and GMMT when using
65
- this dataset. See `NOTICE` in the code repository for details.
66
 
67
  ## Citation
68
 
69
- SINS accompanies the following paper, which will appear in SIGDIAL 2026:
 
 
 
 
 
70
 
71
  ```bibtex
72
  @misc{li2026seeing,
@@ -80,3 +85,22 @@ SINS accompanies the following paper, which will appear in SIGDIAL 2026:
80
  note = {To appear in SIGDIAL 2026}
81
  }
82
  ```
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
61
 
62
  SINS is released under CC BY 4.0. It is derived from
63
  [GMMT](https://huggingface.co/datasets/chnln/grounded-misunderstandings-in-maptask),
64
+ which is also CC BY 4.0. Citation details for both papers are provided below.
65
+ See `NOTICE` in the code repository for details.
66
 
67
  ## Citation
68
 
69
+ SINS builds on the GMMT data and annotation scheme introduced in our LREC 2026
70
+ 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,
 
85
  note = {To appear in SIGDIAL 2026}
86
  }
87
  ```
88
+
89
+ ### GMMT: Data and Annotation Scheme
90
+
91
+ Published at LREC 2026.
92
+
93
+ ```bibtex
94
+ @inproceedings{li2026grounded,
95
+ title = {Grounded Misunderstandings in Asymmetric Dialogue: A Perspectivist Annotation Scheme for MapTask},
96
+ author = {Li, Nan and Gatt, Albert and Poesio, Massimo},
97
+ booktitle = {Proceedings of the Fifteenth Language Resources and Evaluation Conference (LREC 2026)},
98
+ month = {May},
99
+ year = {2026},
100
+ pages = {4988--5001},
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
+ ```