5roop commited on
Commit
4671197
1 Parent(s): d5bb0f6

Add paper to model card.

Browse files
Files changed (1) hide show
  1. README.md +22 -1
README.md CHANGED
@@ -13,7 +13,7 @@ widget:
13
  Ternary text classification model based on [`classla/bcms-bertic`](https://huggingface.co/classla/bcms-bertic) and fine-tuned on the BCS Political Sentiment dataset. Labels used were {Negative, Neutral, Positive}. For the binary classifier, see [this model](https://huggingface.co/classla/bcms-bertic-parlasent-bcs-bi).
14
 
15
 
16
-
17
 
18
  ## Fine-tuning hyperparameters
19
 
@@ -78,3 +78,24 @@ If you use the model, please cite the following paper on which the original mode
78
  }
79
  ```
80
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13
  Ternary text classification model based on [`classla/bcms-bertic`](https://huggingface.co/classla/bcms-bertic) and fine-tuned on the BCS Political Sentiment dataset. Labels used were {Negative, Neutral, Positive}. For the binary classifier, see [this model](https://huggingface.co/classla/bcms-bertic-parlasent-bcs-bi).
14
 
15
 
16
+ For details on the dataset and the finetuning procedure, please see [this paper](https://arxiv.org/abs/2206.00929).
17
 
18
  ## Fine-tuning hyperparameters
19
 
 
78
  }
79
  ```
80
 
81
+
82
+ and the paper describing the dataset and methods for the current finetuning:
83
+
84
+ ```
85
+ @misc{https://doi.org/10.48550/arxiv.2206.00929,
86
+ doi = {10.48550/ARXIV.2206.00929},
87
+
88
+ url = {https://arxiv.org/abs/2206.00929},
89
+
90
+ author = {Mochtak, Michal and Rupnik, Peter and Ljubešič, Nikola},
91
+
92
+ keywords = {Computation and Language (cs.CL), FOS: Computer and information sciences, FOS: Computer and information sciences},
93
+
94
+ title = {The ParlaSent-BCS dataset of sentiment-annotated parliamentary debates from Bosnia-Herzegovina, Croatia, and Serbia},
95
+
96
+ publisher = {arXiv},
97
+
98
+ year = {2022},
99
+
100
+ copyright = {Creative Commons Attribution Share Alike 4.0 International}
101
+ }