devnote5676
commited on
Commit
·
0b4f910
1
Parent(s):
1f455b3
Added descriptions for 10 dimensions
Browse files
README.md
CHANGED
@@ -15,16 +15,18 @@ This classifier is intended to predict the existence of social values from text
|
|
15 |
*Disclaimer: this is not the official repo published by the authors of the paper, and may not truly replicate the performance described in the original study*
|
16 |
|
17 |
## Value dimensions
|
18 |
-
|
19 |
-
|
20 |
-
|
21 |
-
|
22 |
-
|
23 |
-
|
24 |
-
|
25 |
-
|
26 |
-
|
27 |
-
|
|
|
|
|
28 |
|
29 |
## Datasets
|
30 |
This model is finetuned on two datasets: ValueNet (A New Dataset for Human Value Driven Dialogue System, Qiu et al. 2021) and Touche23-ValueEval (The Touché23-ValueEval Dataset for Identifying Human Values behind Arguments, Mirzakhmedova et al., 2023).
|
@@ -59,7 +61,7 @@ Please make sure to follow the exact format "<value\_name>" at the beginning of
|
|
59 |
- Epochs: 10 w/ early stopping after no F1 increase in 3 epochs
|
60 |
- Learning rate: 5e-5 w/ warmup for 0.03 steps and subsequent linear decay
|
61 |
- Batch size: 32
|
62 |
-
- Upsampled training set to maintain 1:1 balance for pos:neg labels
|
63 |
|
64 |
## References
|
65 |
- Do Differences in Values Influence Disagreements in Online Discussions? (EMNLP'23) [link](https://aclanthology.org/2023.emnlp-main.992/)
|
|
|
15 |
*Disclaimer: this is not the official repo published by the authors of the paper, and may not truly replicate the performance described in the original study*
|
16 |
|
17 |
## Value dimensions
|
18 |
+
In this model we follow the 10-dimensional categorization of the Schwartz values. [link](https://en.wikipedia.org/wiki/Theory_of_basic_human_values)
|
19 |
+
|
20 |
+
1. security – safety, harmony, and stability of society, of relationships, and of self
|
21 |
+
2. power – social status and prestige, control or dominance over people and resources
|
22 |
+
3. achievement – personal success through demonstrating competence according to social standards
|
23 |
+
4. hedonism – pleasure or sensuous gratification for oneself
|
24 |
+
5. stimulation – excitement, novelty and challenge in life
|
25 |
+
6. self-direction – independent thought and action—choosing, creating, exploring
|
26 |
+
7. universalism – understanding, appreciation, tolerance, and protection for the welfare of all people and for nature
|
27 |
+
8. benevolence – preserving and enhancing the welfare of those with whom one is in frequent personal contact (the 'in-group')
|
28 |
+
9. conformity – restraint of actions, inclinations, and impulses likely to upset or harm others and violate social expectations or norms
|
29 |
+
10. tradition – respect, commitment, and acceptance of the customs and ideas that one's culture or religion provides
|
30 |
|
31 |
## Datasets
|
32 |
This model is finetuned on two datasets: ValueNet (A New Dataset for Human Value Driven Dialogue System, Qiu et al. 2021) and Touche23-ValueEval (The Touché23-ValueEval Dataset for Identifying Human Values behind Arguments, Mirzakhmedova et al., 2023).
|
|
|
61 |
- Epochs: 10 w/ early stopping after no F1 increase in 3 epochs
|
62 |
- Learning rate: 5e-5 w/ warmup for 0.03 steps and subsequent linear decay
|
63 |
- Batch size: 32
|
64 |
+
- Upsampled training set to maintain 1:1 balance for pos:neg labels.
|
65 |
|
66 |
## References
|
67 |
- Do Differences in Values Influence Disagreements in Online Discussions? (EMNLP'23) [link](https://aclanthology.org/2023.emnlp-main.992/)
|