| big5 | R Documentation |
A bundled example dataset containing the 50-item IPIP Big Five personality inventory with precomputed sentence-embedding vectors. The scale has 5 factors (Extraversion, Agreeableness, Conscientiousness, Neuroticism, Openness) with 10 items each, including 18 reverse-keyed items, making it suitable for demonstrating all encoding methods.
big5
A list with components:
Character vector (length 50): item text.
Character vector (length 50): item codes (E1, E2, ..., O50).
Character vector (length 50): theoretical factor labels.
Numeric vector (length 50): +1 or -1 keying direction.
Numeric matrix (50 x 4096): precomputed embeddings from
the Qwen3-Embedding-8B model, rounded to 4 decimal places.
Items from the International Personality Item Pool (IPIP;
https://ipip.ori.org/), which is in the public domain. Embeddings were
generated with the Qwen/Qwen3-Embedding-8B model
(https://huggingface.co/Qwen/Qwen3-Embedding-8B)
and rounded to 4 decimal places to reduce file size. The regeneration
script is in data-raw/big5.R.
data(big5)
str(big5)
table(big5$factors, big5$scoring)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.