-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
35 lines (35 loc) · 1.34 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
Package: FMAT
Title: The Fill-Mask Association Test
Version: 2024.7
Date: 2024-07-29
Authors@R:
c(person(given = "Han-Wu-Shuang",
family = "Bao",
role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-3043-710X")))
Maintainer: Han-Wu-Shuang Bao <[email protected]>
Description:
The Fill-Mask Association Test ('FMAT')
<doi:10.1037/pspa0000396>
is an integrative and probability-based method using
Masked Language Models to measure conceptual associations
(e.g., attitudes, biases, stereotypes, social norms, cultural values)
as propositions in natural language.
Supported language models include 'BERT'
<doi:10.48550/arXiv.1810.04805> and its variants available at 'Hugging Face'
<https://huggingface.co/models?pipeline_tag=fill-mask>.
Methodological references and installation guidance are provided at
<https://psychbruce.github.io/FMAT/>.
License: GPL-3
Encoding: UTF-8
URL: https://psychbruce.github.io/FMAT/
BugReports: https://github.com/psychbruce/FMAT/issues
SystemRequirements: Python (>= 3.9.0)
Depends: R (>= 4.0.0)
Imports:
reticulate, data.table, stringr, forcats, psych, irr,
glue, crayon, cli, purrr, plyr, dplyr, tidyr
Suggests: bruceR, PsychWordVec, text, sweater, nlme
RoxygenNote: 7.3.2
Roxygen: list(markdown = TRUE)