AnnaWegmann commited on
Commit
a194de0
·
verified ·
1 Parent(s): c335030

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +16 -5
README.md CHANGED
@@ -100,10 +100,21 @@ For comments or questions reach out to Anna (a.m.wegmann @ uu.nl) or raise an is
100
  If you find this dataset helpful, consider citing our paper:
101
 
102
  ```
103
- @article{wegmann2024,
104
- title={What's Mine becomes Yours: Defining, Annotating and Detecting Context-Dependent Paraphrases in News Interview Dialogs},
105
- author={Wegmann, Anna and Broek, Tijs van den and Nguyen, Dong},
106
- journal={arXiv preprint arXiv:2404.06670},
107
- year={2024}
 
 
 
 
 
 
 
 
 
 
 
108
  }
109
  ```
 
100
  If you find this dataset helpful, consider citing our paper:
101
 
102
  ```
103
+ @inproceedings{wegmann-etal-2024-whats,
104
+ title = "What{'}s Mine becomes Yours: Defining, Annotating and Detecting Context-Dependent Paraphrases in News Interview Dialogs",
105
+ author = "Wegmann, Anna and
106
+ Broek, Tijs A. Van Den and
107
+ Nguyen, Dong",
108
+ editor = "Al-Onaizan, Yaser and
109
+ Bansal, Mohit and
110
+ Chen, Yun-Nung",
111
+ booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
112
+ month = nov,
113
+ year = "2024",
114
+ address = "Miami, Florida, USA",
115
+ publisher = "Association for Computational Linguistics",
116
+ url = "https://aclanthology.org/2024.emnlp-main.52",
117
+ pages = "882--912",
118
+ abstract = "Best practices for high conflict conversations like counseling or customer support almost always include recommendations to paraphrase the previous speaker. Although paraphrase classification has received widespread attention in NLP, paraphrases are usually considered independent from context, and common models and datasets are not applicable to dialog settings. In this work, we investigate paraphrases across turns in dialog (e.g., Speaker 1: {``}That book is mine.{''} becomes Speaker 2: {``}That book is yours.{''}). We provide an operationalization of context-dependent paraphrases, and develop a training for crowd-workers to classify paraphrases in dialog. We introduce ContextDeP, a dataset with utterance pairs from NPR and CNN news interviews annotated for context-dependent paraphrases. To enable analyses on label variation, the dataset contains 5,581 annotations on 600 utterance pairs. We present promising results with in-context learning and with token classification models for automatic paraphrase detection in dialog.",
119
  }
120
  ```