Skip to content

Shea-Fyffe/transforming-personality-scales

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

112 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Getting Started

See table below for files related to each tutorial. I will do my best to keep things up-to-date, but feel free to reach out you have any thoughts or suggestions (see contact info below).

Scale Development Tutorials

Task Datasets Used Colab Link
Creating Fixed Sentence Embeddings train-data.csv -test-data.csv Open In Colab
Text Classification with Fixed Embeddings -aggregate-word-embedding-data.csv -sentence-SBERT-embedding-data.csv -sentence-USE-embedding-data.csv
Fine-Tuning Transformers for Text Classification of Big Five Items -train-data.csv -test-data.csv Open In Colab
Fine-Tuning Transformers for Big Five Inclusion -supplemental-item-data.csv Open In Colab
Few Shot Learning with Transformers -train-data.csv -test-data.csv Open In Colab

Most example use Python though some R utilities are provided. Data can be found in the data/ and raw-data/ folders of this repository. We recommend using the Colab notebooks (in the tables above) to progress through the examples more easily.

Downloading Code and Data

Manual Download

A .zip file of the repository can be by accessing the repository’s Github page then clicking the clone followed by download zip

zip_dl

Using Command-Line

Files will be published on Github as a public repository. Those wishing to download the files used in this research can do so in command-line using the following commands:

PC

  1. PC Users should first download Git Bash
  2. Open Git Bash
  3. Change your directory to the location you would like to store the repository
$ cd ~/Documents/
  1. Use git clone to create a copy of the entire repository into the current directory
$ git clone https://github.com/Shea-Fyffe/transforming-personality-scales.git

Mac

  1. Mac Users should first download Git
  2. Open the macOS Terminal App
  3. Change your directory to the location you would like to store the repository
 cd ~/
  1. Use git clone to create a copy of the entire repository into the current directory
git clone https://github.com/Shea-Fyffe/transforming-personality-scales.git

Google Colab

We recommend accessing the software tutorials through Google Colaboratory (i.e., Google Colab), which is a relatively intuitive cloud-based service that allows researchers, practitioners, and students to access high-powered virtual machines at little-to-no cost (Bisong, 2019).

For an overview of Google Colab please see the following notebook Open In Colab

Contact Me

If you have any questions or concerns---or want a copy of the research paper associated with this repository, please reach out:

Linkedin Badge Gmail Badge Lab Badge ResearchGate Badge

About

Tutorials and resources for applications state-of-the-art NLP in personality assessment.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors