-
Notifications
You must be signed in to change notification settings - Fork 0
Home
PersonalityTraitsScorer system was designed to evaluate the performance of any personality traits recognition system. Please follow the options and input file formats.
usage: java -jar
with the following options:
-i Please use a file containing reference and predicted labels. Please see the input file formats in examples.
-n Please use this option to get root mean square error.
-u Please use this option to get un-weighted average. Since Big-5 traits are bi-poler, therefore accuracy of both poles are computed and taken the average.
e.g.,
java -jar PersonalityScorer.jar -i myp_fabio-nvrda2cmlf.txt -u -f
OR
java -jar PersonalityScorer.jar -i myp_fabio-numeric.txt -n
Please keep in mind that the input format for numeric and class predictions
is different. Therefore, when you select -n option you might not select
other two options (i.e., -f -u) and vice-versa.