Datasets:
Update README.md
Browse files
README.md
CHANGED
@@ -1,19 +1,19 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-4.0
|
3 |
-
task_categories:
|
4 |
-
- question-answering
|
5 |
-
language:
|
6 |
-
- zh
|
7 |
-
- en
|
8 |
-
tags:
|
9 |
-
- social
|
10 |
-
- survey
|
11 |
-
- evaluation
|
12 |
-
- simulation
|
13 |
-
pretty_name: DEFSurveySim
|
14 |
-
size_categories:
|
15 |
-
- 1K<n<10K
|
16 |
-
---
|
17 |
# Dataset Card for DEFSurveySim
|
18 |
|
19 |
## Dataset Summary
|
@@ -27,7 +27,7 @@ This dataset comprises carefully selected questions about human value preference
|
|
27 |
- **[USA Today/Ipsos Poll](https://doi.org/10.25940/ROPER-31120147)**: Surveys a diverse group of 1,023 adults aged 18 or older, including 311 Democrats, 290 Republicans, and 312 independents.
|
28 |
- **[Chinese Social Survey](http://css.cssn.cn/css\_sy/)**: Longitudinal surveys focus on labor and employment, family and social life, and social attitudes.
|
29 |
|
30 |
-
The data supports research
|
31 |
|
32 |
## Purpose
|
33 |
This dataset enables:
|
@@ -76,5 +76,17 @@ For implementation details and code examples, visit our [GitHub repository](http
|
|
76 |
|
77 |
## Citation
|
78 |
```bibtex
|
79 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
```
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-4.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- zh
|
7 |
+
- en
|
8 |
+
tags:
|
9 |
+
- social
|
10 |
+
- survey
|
11 |
+
- evaluation
|
12 |
+
- simulation
|
13 |
+
pretty_name: DEFSurveySim
|
14 |
+
size_categories:
|
15 |
+
- 1K<n<10K
|
16 |
+
---
|
17 |
# Dataset Card for DEFSurveySim
|
18 |
|
19 |
## Dataset Summary
|
|
|
27 |
- **[USA Today/Ipsos Poll](https://doi.org/10.25940/ROPER-31120147)**: Surveys a diverse group of 1,023 adults aged 18 or older, including 311 Democrats, 290 Republicans, and 312 independents.
|
28 |
- **[Chinese Social Survey](http://css.cssn.cn/css\_sy/)**: Longitudinal surveys focus on labor and employment, family and social life, and social attitudes.
|
29 |
|
30 |
+
The data supports research published on Information Processing & Management titled: [Towards Realistic Evaluation of Cultural Value Alignment in Large Language Models: Diversity Enhancement for Survey Response Simulation](https://www.sciencedirect.com/science/article/pii/S030645732500041X?dgcid=author)
|
31 |
|
32 |
## Purpose
|
33 |
This dataset enables:
|
|
|
76 |
|
77 |
## Citation
|
78 |
```bibtex
|
79 |
+
@article{LIU2025104099,
|
80 |
+
title = {Towards realistic evaluation of cultural value alignment in large language models: Diversity enhancement for survey response simulation},
|
81 |
+
journal = {Information Processing & Management},
|
82 |
+
volume = {62},
|
83 |
+
number = {4},
|
84 |
+
pages = {104099},
|
85 |
+
year = {2025},
|
86 |
+
issn = {0306-4573},
|
87 |
+
doi = {https://doi.org/10.1016/j.ipm.2025.104099},
|
88 |
+
url = {https://www.sciencedirect.com/science/article/pii/S030645732500041X},
|
89 |
+
author = {Haijiang Liu and Yong Cao and Xun Wu and Chen Qiu and Jinguang Gu and Maofu Liu and Daniel Hershcovich},
|
90 |
+
keywords = {Evaluation methods, Value investigation, Survey simulation, Large language models, U.S.-china cultures},
|
91 |
+
}
|
92 |
```
|