Update README.md
Browse files
README.md
CHANGED
|
@@ -5,4 +5,15 @@ language:
|
|
| 5 |
pretty_name: SynAnchors
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
| 8 |
-
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
pretty_name: SynAnchors
|
| 6 |
size_categories:
|
| 7 |
- n<1K
|
| 8 |
+
configs: # Optional. This can be used to pass additional parameters to the dataset loader, such as `data_files`, `data_dir`, and any builder-specific parameters
|
| 9 |
+
- config_name: default # Name of the dataset subset, if applicable. Example: default
|
| 10 |
+
data_files:
|
| 11 |
+
- split: semantic # Example: train
|
| 12 |
+
path: Qsemantic.json # Example: data.csv
|
| 13 |
+
- split: numerical # Example: test
|
| 14 |
+
path: Qnumerical.json # Example: holdout.csv
|
| 15 |
+
---
|
| 16 |
+
# SynAnchors 0.1
|
| 17 |
+
Public version of ***SynAnchors*** dataset of paper "An Empirical Study of the Anchoring Effect in LLMs: Existence, Mechanism, and Potential Mitigations" (https://arxiv.org/abs/2505.15392v1).
|
| 18 |
+
|
| 19 |
+
If you have any further questions or advice for improving this work, please contact Yiming Huang (huangyiming2002@126.com).
|