-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
34 lines (34 loc) · 1.23 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
Package: sweater
Title: Speedy Word Embedding Association Test and Extras Using R
Version: 0.1.8
Authors@R:
person(given = "Chung-hong",
family = "Chan",
role = c("aut", "cre"),
email = "chainsawtiney@gmail.com",
comment = c(ORCID = "0000-0002-6232-7530"))
Description: Conduct various tests for evaluating implicit biases in word embeddings: Word Embedding Association Test (Caliskan et al., 2017), <doi:10.1126/science.aal4230>, Relative Norm Distance (Garg et al., 2018), <doi:10.1073/pnas.1720347115>, Mean Average Cosine Similarity (Mazini et al., 2019) <arXiv:1904.04047>, SemAxis (An et al., 2018) <arXiv:1806.05521>, Relative Negative Sentiment Bias (Sweeney & Najafian, 2019) <doi:10.18653/v1/P19-1162>, and Embedding Coherence Test (Dev & Phillips, 2019) <arXiv:1901.07656>.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
URL: https://github.com/gesistsa/sweater
BugReports: https://github.com/gesistsa/sweater/issues
LinkingTo:
Rcpp
Imports:
Rcpp,
purrr,
quanteda,
LiblineaR,
proxy,
data.table,
cli,
combinat
Suggests:
covr,
testthat (>= 3.0.0)
Config/testthat/edition: 3
Depends:
R (>= 3.5)