Update README.md
Browse files
README.md
CHANGED
|
@@ -21,10 +21,13 @@ metrics:
|
|
| 21 |
|
| 22 |
# Human Value Detection – DeBERTa + LIWC-22
|
| 23 |
|
| 24 |
-
This model is the **DeBERTa + LIWC-22 feature-augmented 19-way value detector** from the
|
| 25 |
|
| 26 |
> *Human Values in a Single Sentence: Moral Presence, Hierarchies, and Transformer Ensembles on the Schwartz Continuum*
|
| 27 |
-
> Víctor Yeste, Paolo Rosso (2026)
|
|
|
|
|
|
|
|
|
|
| 28 |
|
| 29 |
It is a **multi-label classifier** over the **19 refined Schwartz basic values**, trained on the **English, machine-translated** portion of the ValueEval'24 / ValuesML corpus, and **augmented with LIWC-22 sentence-level features**.
|
| 30 |
|
|
@@ -229,10 +232,13 @@ On the English ValueEval’24 sentence-level splits, the paper compares:
|
|
| 229 |
- Instruction-tuned LLM baselines (7–9B)
|
| 230 |
- A small soft-voting ensemble of DeBERTa-based models
|
| 231 |
|
| 232 |
-
The LIWC-22–augmented model improves over the text-only baseline; for exact macro–F₁ scores and per-label results, please refer to the
|
| 233 |
|
| 234 |
Human Values in a Single Sentence: Moral Presence, Hierarchies, and Transformer Ensembles on the Schwartz Continuum
|
| 235 |
-
Víctor Yeste, Paolo Rosso (2026)
|
|
|
|
|
|
|
|
|
|
| 236 |
|
| 237 |
---
|
| 238 |
|
|
@@ -279,6 +285,16 @@ If you use this model or the associated code in your research, please cite:
|
|
| 279 |
primaryClass={cs.CL},
|
| 280 |
url={https://arxiv.org/abs/2601.14172},
|
| 281 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 282 |
```
|
| 283 |
|
| 284 |
You may also want to cite the ValueEval / ValuesML dataset:
|
|
|
|
| 21 |
|
| 22 |
# Human Value Detection – DeBERTa + LIWC-22
|
| 23 |
|
| 24 |
+
This model is the **DeBERTa + LIWC-22 feature-augmented 19-way value detector** from the papers:
|
| 25 |
|
| 26 |
> *Human Values in a Single Sentence: Moral Presence, Hierarchies, and Transformer Ensembles on the Schwartz Continuum*
|
| 27 |
+
> Víctor Yeste, Paolo Rosso (2026), arXiv:2601.14172
|
| 28 |
+
|
| 29 |
+
> *Do Schwartz Higher-Order Values Help Sentence-Level Human Value Detection? When Hard Gating Hurts*
|
| 30 |
+
> Víctor Yeste, Paolo Rosso (2026), arXiv:2602.00913
|
| 31 |
|
| 32 |
It is a **multi-label classifier** over the **19 refined Schwartz basic values**, trained on the **English, machine-translated** portion of the ValueEval'24 / ValuesML corpus, and **augmented with LIWC-22 sentence-level features**.
|
| 33 |
|
|
|
|
| 232 |
- Instruction-tuned LLM baselines (7–9B)
|
| 233 |
- A small soft-voting ensemble of DeBERTa-based models
|
| 234 |
|
| 235 |
+
The LIWC-22–augmented model improves over the text-only baseline; for exact macro–F₁ scores and per-label results, please refer to the papers:
|
| 236 |
|
| 237 |
Human Values in a Single Sentence: Moral Presence, Hierarchies, and Transformer Ensembles on the Schwartz Continuum
|
| 238 |
+
Víctor Yeste, Paolo Rosso (2026), arXiv:2601.14172
|
| 239 |
+
|
| 240 |
+
Do Schwartz Higher-Order Values Help Sentence-Level Human Value Detection? When Hard Gating Hurts
|
| 241 |
+
Víctor Yeste, Paolo Rosso (2026), arXiv:2602.00913
|
| 242 |
|
| 243 |
---
|
| 244 |
|
|
|
|
| 285 |
primaryClass={cs.CL},
|
| 286 |
url={https://arxiv.org/abs/2601.14172},
|
| 287 |
}
|
| 288 |
+
|
| 289 |
+
@misc{yeste2026schwartzhigherordervalueshelp,
|
| 290 |
+
title={Do Schwartz Higher-Order Values Help Sentence-Level Human Value Detection? When Hard Gating Hurts},
|
| 291 |
+
author={Víctor Yeste and Paolo Rosso},
|
| 292 |
+
year={2026},
|
| 293 |
+
eprint={2602.00913},
|
| 294 |
+
archivePrefix={arXiv},
|
| 295 |
+
primaryClass={cs.CL},
|
| 296 |
+
url={https://arxiv.org/abs/2602.00913},
|
| 297 |
+
}
|
| 298 |
```
|
| 299 |
|
| 300 |
You may also want to cite the ValueEval / ValuesML dataset:
|