Update README.md
Browse files
README.md
CHANGED
@@ -12,12 +12,9 @@ language:
|
|
12 |
|
13 |
# Model Card for ValueLlama
|
14 |
|
15 |
-
<!-- Provide a quick summary of what the model is/does. -->
|
16 |
-
|
17 |
|
18 |
## Model Description
|
19 |
|
20 |
-
<!-- Provide a longer summary of what this model is. -->
|
21 |
|
22 |
ValueLlama is designed for perception-level value measurement in an open-ended value space, which includes two tasks: (1) Relevance classification determines whether a perception is relevant to a value; and (2) Valence classification determines whether a perception supports, opposes, or remains neutral (context-dependent) towards a value. Both tasks are formulated as generating a label given a value and a perception.
|
23 |
|
@@ -27,9 +24,8 @@ ValueLlama is designed for perception-level value measurement in an open-ended v
|
|
27 |
|
28 |
## Paper
|
29 |
|
30 |
-
<!-- Provide the basic links for the model. -->
|
31 |
|
32 |
-
For more information, please refer to our paper: [
|
33 |
|
34 |
## Uses
|
35 |
|
@@ -40,5 +36,17 @@ See our codebase for more details: [https://github.com/Value4AI/gpv](https://git
|
|
40 |
|
41 |
## BibTeX:
|
42 |
|
43 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
44 |
|
|
|
12 |
|
13 |
# Model Card for ValueLlama
|
14 |
|
|
|
|
|
15 |
|
16 |
## Model Description
|
17 |
|
|
|
18 |
|
19 |
ValueLlama is designed for perception-level value measurement in an open-ended value space, which includes two tasks: (1) Relevance classification determines whether a perception is relevant to a value; and (2) Valence classification determines whether a perception supports, opposes, or remains neutral (context-dependent) towards a value. Both tasks are formulated as generating a label given a value and a perception.
|
20 |
|
|
|
24 |
|
25 |
## Paper
|
26 |
|
|
|
27 |
|
28 |
+
For more information, please refer to our paper: [*Measuring Human and AI Values based on Generative Psychometrics with Large Language Models*](https://arxiv.org/abs/2409.12106).
|
29 |
|
30 |
## Uses
|
31 |
|
|
|
36 |
|
37 |
## BibTeX:
|
38 |
|
39 |
+
If you find this model helpful, we would appreciate it if you cite our paper:
|
40 |
+
|
41 |
+
```bibtex
|
42 |
+
@misc{ye2024gpv,
|
43 |
+
title={Measuring Human and AI Values based on Generative Psychometrics with Large Language Models},
|
44 |
+
author={Haoran Ye and Yuhang Xie and Yuanyi Ren and Hanjun Fang and Xin Zhang and Guojie Song},
|
45 |
+
year={2024},
|
46 |
+
eprint={2409.12106},
|
47 |
+
archivePrefix={arXiv},
|
48 |
+
primaryClass={cs.CL},
|
49 |
+
url={https://arxiv.org/abs/2409.12106},
|
50 |
+
}
|
51 |
+
```
|
52 |
|