Updated links to published paper
Browse files
README.md
CHANGED
@@ -14,7 +14,7 @@ This model ("SiEBERT", prefix for "Sentiment in English") is a fine-tuned checkp
|
|
14 |
|
15 |
|
16 |
# Predictions on a data set
|
17 |
-
If you want to predict sentiment for your own data, we provide an example script via [Google Colab](https://colab.research.google.com/notebooks/intro.ipynb). You can load your data to a Google Drive and run the script for free on a Colab GPU. Set-up only takes a few minutes. We suggest that you manually label a subset of your data to evaluate performance for your use case. For performance benchmark values across various sentiment analysis contexts, please refer to our paper ([Hartmann et al. 2022](https://
|
18 |
|
19 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/chrsiebert/sentiment-roberta-large-english/blob/main/sentiment_roberta_prediction_example.ipynb)
|
20 |
|
@@ -65,13 +65,13 @@ To evaluate the performance of our general-purpose sentiment analysis model, we
|
|
65 |
Other values were left at their defaults as listed [here](https://huggingface.co/transformers/main_classes/trainer.html#transformers.TrainingArguments).
|
66 |
|
67 |
# Citation and contact
|
68 |
-
Please cite [this paper](https://
|
69 |
|
70 |
```
|
71 |
@article{hartmann2022,
|
72 |
title={More than a feeling: Accuracy and Application of Sentiment Analysis},
|
73 |
author={Hartmann, Jochen and Heitmann, Mark and Siebert, Christian and Schamp, Christina},
|
74 |
-
journal={International Journal of Research in Marketing
|
75 |
year={2022}
|
76 |
}
|
77 |
```
|
|
|
14 |
|
15 |
|
16 |
# Predictions on a data set
|
17 |
+
If you want to predict sentiment for your own data, we provide an example script via [Google Colab](https://colab.research.google.com/notebooks/intro.ipynb). You can load your data to a Google Drive and run the script for free on a Colab GPU. Set-up only takes a few minutes. We suggest that you manually label a subset of your data to evaluate performance for your use case. For performance benchmark values across various sentiment analysis contexts, please refer to our paper ([Hartmann et al. 2022](https://www.sciencedirect.com/science/article/pii/S0167811622000477?via%3Dihub)).
|
18 |
|
19 |
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/github/chrsiebert/sentiment-roberta-large-english/blob/main/sentiment_roberta_prediction_example.ipynb)
|
20 |
|
|
|
65 |
Other values were left at their defaults as listed [here](https://huggingface.co/transformers/main_classes/trainer.html#transformers.TrainingArguments).
|
66 |
|
67 |
# Citation and contact
|
68 |
+
Please cite [this paper](https://www.sciencedirect.com/science/article/pii/S0167811622000477?via%3Dihub) (Forthcoming in the [IJRM](https://www.journals.elsevier.com/international-journal-of-research-in-marketing)) when you use our model. Feel free to reach out to [[email protected]](mailto:[email protected]) with any questions or feedback you may have.
|
69 |
|
70 |
```
|
71 |
@article{hartmann2022,
|
72 |
title={More than a feeling: Accuracy and Application of Sentiment Analysis},
|
73 |
author={Hartmann, Jochen and Heitmann, Mark and Siebert, Christian and Schamp, Christina},
|
74 |
+
journal={International Journal of Research in Marketing},
|
75 |
year={2022}
|
76 |
}
|
77 |
```
|