dwulff commited on
Commit
aa835aa
·
verified ·
1 Parent(s): 6cb14ed

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -6
README.md CHANGED
@@ -14,7 +14,7 @@ This is a [sentence-transformers](https://www.SBERT.net) model that maps persona
14
 
15
  The model has been generated by fine-tuning [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) using unsigned empirical correlations of 200k pairs of personality items. The model, therefore, encodes the content of personality-related texts independent of the direction (e.g., negation).
16
 
17
- See [Wulff & Mata (2024)](https://osf.io/preprints/psyarxiv/9h7aw) (see [Supplement](https://osf.io/nmv29/)) for details.
18
 
19
  ## Usage
20
 
@@ -50,16 +50,17 @@ The model has been evaluated on public personality data. For standard personalit
50
 
51
  Performance can be higher on the many common personality items it has been trained on due to memorization (r ~ .9). 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
 
55
  ## Citing
56
 
 
57
  ```
58
- @article{wulff2024jinglejangle,
59
  author = {Wulff, Dirk U. and Mata, Rui},
60
- title = {Automated jingle–jangle detection: Using embeddings to tackle taxonomic incommensurability},
61
- journal = {PsyArViv},
62
- doi = {https://doi.org/10.31234/osf.io/9h7aw}
63
  }
64
 
65
  ```
 
14
 
15
  The model has been generated by fine-tuning [all-mpnet-base-v2](https://huggingface.co/sentence-transformers/all-mpnet-base-v2) using unsigned empirical correlations of 200k pairs of personality items. The model, therefore, encodes the content of personality-related texts independent of the direction (e.g., negation).
16
 
17
+ See [Wulff & Mata (2025)](https://doi.org/10.1038/s41562-024-02089-y) (see [Supplement](https://static-content.springer.com/esm/art%3A10.1038%2Fs41562-024-02089-y/MediaObjects/41562_2024_2089_MOESM1_ESM.pdf)) for details.
18
 
19
  ## Usage
20
 
 
50
 
51
  Performance can be higher on the many common personality items it has been trained on due to memorization (r ~ .9). 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 (2025)](https://doi.org/10.1038/s41562-024-02089-y) (see [Supplement](https://static-content.springer.com/esm/art%3A10.1038%2Fs41562-024-02089-y/MediaObjects/41562_2024_2089_MOESM1_ESM.pdf)) for details.
54
 
55
  ## Citing
56
 
57
+
58
  ```
59
+ @article{wulff2024taxonomic,
60
  author = {Wulff, Dirk U. and Mata, Rui},
61
+ title = {Semantic embeddings reveal and address taxonomic incommensurability in psychological measurement},
62
+ journal = {Nature Human Behavior},
63
+ doi = {https://doi.org/10.1038/s41562-024-02089-y}
64
  }
65
 
66
  ```