KevSun commited on
Commit
31cda2d
·
verified ·
1 Parent(s): cd59df0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -3
README.md CHANGED
@@ -8,9 +8,19 @@ The **accuracy** reaches 80%, and **F1 score** is 79%. Both are much higher than
8
  Due to the fact that the output values are continuous, it is better to use mean squared errors (MSE) or mean absolute error (MAE) to evaluate the model's performance.
9
  When both metrics are smaller, it indciates that the model performs better. Our models performance: **MSE: 0.07**, **MAE: 0.14**.
10
 
11
- Please **cite**: "Wang, R., and Sun, K. 2024. Personality Detection Models with Continuous Ouput Values Trained by Mixed Strategies" if you use this model.
12
-
13
- The project of predicting human cognition and emotoon, and training details are available at: https://github.com/fivehills/detecting_personality
 
 
 
 
 
 
 
 
 
 
14
 
15
  The following provides the code to implement the task of detecting personality from an input text.
16
 
 
8
  Due to the fact that the output values are continuous, it is better to use mean squared errors (MSE) or mean absolute error (MAE) to evaluate the model's performance.
9
  When both metrics are smaller, it indciates that the model performs better. Our models performance: **MSE: 0.07**, **MAE: 0.14**.
10
 
11
+ Please **cite**:
12
+
13
+ ```
14
+ article{wang2024personality,
15
+ title={Continuous Output Personality Detection Models via Mixed Strategy Training},
16
+ author={Rong Wang, Kun Sun},
17
+ year={2024},
18
+ journal={ArXiv},
19
+ url={https://arxiv.org/abs/2406.16223}
20
+ }
21
+ ```
22
+
23
+ The project of predicting human cognition and emotion, and training details are available at: https://github.com/fivehills/detecting_personality
24
 
25
  The following provides the code to implement the task of detecting personality from an input text.
26