Update README.md
Browse files
README.md
CHANGED
@@ -212,13 +212,22 @@ While this model enhances stance detection capabilities, it may still encounter
|
|
212 |
If you use this model in your research, please cite our paper:
|
213 |
|
214 |
```bibtex
|
215 |
-
@inproceedings{
|
216 |
-
|
217 |
-
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
223 |
}
|
224 |
```
|
|
|
212 |
If you use this model in your research, please cite our paper:
|
213 |
|
214 |
```bibtex
|
215 |
+
@inproceedings{ghafouri-etal-2024-love,
|
216 |
+
title = "{I} love pineapple on pizza != {I} hate pineapple on pizza: Stance-Aware Sentence Transformers for Opinion Mining",
|
217 |
+
author = "Ghafouri, Vahid and
|
218 |
+
Such, Jose and
|
219 |
+
Suarez-Tangil, Guillermo",
|
220 |
+
editor = "Al-Onaizan, Yaser and
|
221 |
+
Bansal, Mohit and
|
222 |
+
Chen, Yun-Nung",
|
223 |
+
booktitle = "Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing",
|
224 |
+
month = nov,
|
225 |
+
year = "2024",
|
226 |
+
address = "Miami, Florida, USA",
|
227 |
+
publisher = "Association for Computational Linguistics",
|
228 |
+
url = "https://aclanthology.org/2024.emnlp-main.1171/",
|
229 |
+
doi = "10.18653/v1/2024.emnlp-main.1171",
|
230 |
+
pages = "21046--21058",
|
231 |
+
abstract = "Sentence transformers excel at grouping topically similar texts, but struggle to differentiate opposing viewpoints on the same topic. This shortcoming hinders their utility in applications where understanding nuanced differences in opinion is essential, such as those related to social and political discourse analysis. This paper addresses this issue by fine-tuning sentence transformers with arguments for and against human-generated controversial claims. We demonstrate how our fine-tuned model enhances the utility of sentence transformers for social computing tasks such as opinion mining and stance detection. We elaborate that applying stance-aware sentence transformers to opinion mining is a more computationally efficient and robust approach in comparison to the classic classification-based approaches."
|
232 |
}
|
233 |
```
|