mbrede commited on
Commit
eba310d
·
verified ·
1 Parent(s): dea7f2b

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +11 -8
README.md CHANGED
@@ -133,14 +133,17 @@ model = SetFitModel.from_pretrained("automatedMotiveCoder/setfit",
133
 
134
  ### BibTeX
135
  ```bibtex
136
- @misc{brede_schönbrodt_hagemeyer_lerche_2025,
137
- title={Automatically Coding Implicit Motives in Picture Story Exercises: The Automated Motive Coder},
138
- url={osf.io/preprints/psyarxiv/gqbhs_v1},
139
- DOI={10.31234/osf.io/gqbhs_v1},
140
- publisher={PsyArXiv},
141
- author={Brede, Max and Schönbrodt, Felix D and Hagemeyer, Birk and Lerche, Veronika},
142
- year={2025},
143
- month={May}
 
 
 
144
  }
145
  ```
146
 
 
133
 
134
  ### BibTeX
135
  ```bibtex
136
+ @inproceedings{bredeAutomaticallyCodingImplicit2025,
137
+ title = {Automatically {{Coding Implicit Motives}} in {{Picture Story Exercises}}: {{The Automated Motive Coder}}},
138
+ shorttitle = {Automatically {{Coding Implicit Motives}} in {{Picture Story Exercises}}},
139
+ author = {Brede, Max and Sch{\"o}nbrodt, Felix and Hagemeyer, Birk and Lerche, Veronika},
140
+ year = {2025},
141
+ month = jun,
142
+ publisher = {ICWSM},
143
+ address = {US},
144
+ urldate = {2025-06-23},
145
+ abstract = {The Picture Story Exercise (PSE) is a projective measure in personality psychology where individuals create narratives based on ambiguous images. Traditionally, the coding of these narratives has been labor-intensive. We introduce the Automated Motive Coder (AMC), which employs recent advances in natural language processing and machine learning to automate the coding of PSE narratives. Trained on an extensive dataset, the AMC demonstrates accuracy comparable to expert coders for both original and translated texts. The model offers support for multiple languages that were absent in prior methods while improving in accuracy and speed. To illustrate its effectiveness, we tested and successfully replicated the established psychological effect of gender difference in the affiliation motive. The AMC can be utilized through established machine learning tools, offering a pragmatic and reliable method for coding across several languages. This tool provides an option to reduce the workload involved in PSE coding, promoting efficiency and consistency in motive assessment.},
146
+ langid = {english}
147
  }
148
  ```
149