vahidthegreat commited on
Commit
3333efc
·
verified ·
1 Parent(s): 2146f8c

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -8
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{ghafouri2024stance,
216
- title={I love pineapple on pizza != I hate pineapple on pizza: Stance-Aware Sentence Transformers for Opinion Mining},
217
- author={Ghafouri, Vahid and Such, Jose and Suarez-Tangil, Guillermo},
218
- booktitle={Proceedings of the 2024 Conference on Empirical Methods in Natural Language Processing (EMNLP)},
219
- year={2024},
220
- month={November 14},
221
- url={https://hdl.handle.net/20.500.12761/1851},
222
- note={Available online at https://hdl.handle.net/20.500.12761/1851}
 
 
 
 
 
 
 
 
 
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
  ```