Update README.md
Browse files
README.md
CHANGED
@@ -46,9 +46,9 @@ print(embeddings)
|
|
46 |
|
47 |
## Evaluation Results
|
48 |
|
49 |
-
The model has been evaluated on public personality data. For standard personality inventories, such as the BIG5 or HEXACO inventories, the model predicts the empirical correlations between personality items at Pearson r ~ .6 and empirical correlations between scales at Pearson r ~ .
|
50 |
|
51 |
-
Performance can be higher on the many common personality items it has been trained on due to memorization. Performance will be worse for more specialized personality assessments and texts beyond personality items.
|
52 |
|
53 |
See [Wulff & Mata (2024)](https://osf.io/preprints/psyarxiv/9h7aw) (see [Supplement](https://osf.io/z47qs/)) for details.
|
54 |
|
|
|
46 |
|
47 |
## Evaluation Results
|
48 |
|
49 |
+
The model has been evaluated on public personality data. For standard personality inventories, such as the BIG5 or HEXACO inventories, the model predicts the empirical correlations between personality items at Pearson r ~ .6 and empirical correlations between scales at Pearson r ~ .7.
|
50 |
|
51 |
+
Performance can be higher on the many common personality items it has been trained on due to memorization. Performance will be worse for more specialized personality assessments and texts beyond personality items, as well as for personality factors, due to the reduced variance in correlations.
|
52 |
|
53 |
See [Wulff & Mata (2024)](https://osf.io/preprints/psyarxiv/9h7aw) (see [Supplement](https://osf.io/z47qs/)) for details.
|
54 |
|