vahidthegreat
commited on
Commit
•
987cd51
1
Parent(s):
26ce09f
Update README.md
Browse files
README.md
CHANGED
@@ -21,6 +21,8 @@ This model is fine-tuned on top of `sentence-transformers/all-mpnet-base-v2` to
|
|
21 |
### Research Background
|
22 |
|
23 |
As explained in our [EMNLP 2024 paper](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=RnPFjYcAAAAJ&citation_for_view=RnPFjYcAAAAJ:W7OEmFMy1HYC), this model was fine-tuned using contrastive learning on human-generated arguments for and against various claims. This technique enhances sentence transformers' ability to capture sentiment and stance in opinionated texts while retaining computational efficiency over classification-based approaches.
|
|
|
|
|
24 |
|
25 |
## Model Use and Code Instructions
|
26 |
|
|
|
21 |
### Research Background
|
22 |
|
23 |
As explained in our [EMNLP 2024 paper](https://scholar.google.com/citations?view_op=view_citation&hl=en&user=RnPFjYcAAAAJ&citation_for_view=RnPFjYcAAAAJ:W7OEmFMy1HYC), this model was fine-tuned using contrastive learning on human-generated arguments for and against various claims. This technique enhances sentence transformers' ability to capture sentiment and stance in opinionated texts while retaining computational efficiency over classification-based approaches.
|
24 |
+
The code for training can be viewed from [this repository](https://github.com/vahidthegreat/StanceAware_SBERT/) at huggingface.
|
25 |
+
|
26 |
|
27 |
## Model Use and Code Instructions
|
28 |
|