You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Each color naming model is a JSON array of color-name pairs. Each pair has the below properties:
6
45
@@ -12,8 +51,15 @@ Each color naming model is a JSON array of color-name pairs. Each pair has the b
12
51
- pTC : Probability of a term (t) given a color (c) (P(t|c))
13
52
- schema : (for scheme_color_model only) Schema
14
53
54
+
## Translation loss
55
+
56
+
TODO
15
57
16
58
`translation_loss` is also an array having the translation losses between the top 100 English and Korean color name for full colors. 'dist' property indicate the distance (loss) between the English term (enTerm) and the Korean term (koTerm).
17
59
18
60
61
+
## Scheme Color Data
62
+
63
+
TODO
64
+
19
65
Note: We represent the color labels provided by the participants in our study, which includes whatever racial biases they have (e.g., the color "skin"). This is not meant to be a prescriptive definition of what colors fit what labels.
0 commit comments