Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,15 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
## Study Overview
|
2 |
|
3 |
In this study, we employ the Microsoft DeBERTa v3 model, which introduces an additional embedding for positional indexing, enhancing the model used in Qiu et al. (2022). To date, no model has empirically validated the impact of the positional index on regression or classification tasks. For training and fine-tuning, we developed a custom trainer to evaluate Mean-Squared Error (MSE) as outlined in Qiu et al. (2022). However, the implementation details of the sigmoid activation function with a threshold of \([-1, 1]\)—where \(-1\) indicates a personal stance not aligned with the value in question, \(1\) indicates alignment, and \(0\) denotes neutrality (irrelevance)—were not clearly specified.
|
@@ -10,6 +22,7 @@ Utilizing this approach, we demonstrated improvements in regression tasks for ev
|
|
10 |
|
11 |
We would like to acknowledge the authors of the ValueNet dataset for their valuable contribution to this work.
|
12 |
|
|
|
13 |
@article{Qiu_Zhao_Li_Lu_Peng_Gao_Zhu_2022,
|
14 |
title={ValueNet: A New Dataset for Human Value Driven Dialogue System},
|
15 |
volume={36},
|
@@ -21,5 +34,5 @@ We would like to acknowledge the authors of the ValueNet dataset for their valua
|
|
21 |
author={Qiu, Liang and Zhao, Yizhou and Li, Jinchao and Lu, Pan and Peng, Baolin and Gao, Jianfeng and Zhu, Song-Chun},
|
22 |
year={2022},
|
23 |
month={Jun.},
|
24 |
-
pages={11183-11191}
|
25 |
}
|
|
|
1 |
+
---
|
2 |
+
language: en
|
3 |
+
datasets:
|
4 |
+
- ValueNet
|
5 |
+
tags:
|
6 |
+
- regression
|
7 |
+
- classification
|
8 |
+
- stance detection
|
9 |
+
- DeBERTa
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
## Study Overview
|
14 |
|
15 |
In this study, we employ the Microsoft DeBERTa v3 model, which introduces an additional embedding for positional indexing, enhancing the model used in Qiu et al. (2022). To date, no model has empirically validated the impact of the positional index on regression or classification tasks. For training and fine-tuning, we developed a custom trainer to evaluate Mean-Squared Error (MSE) as outlined in Qiu et al. (2022). However, the implementation details of the sigmoid activation function with a threshold of \([-1, 1]\)—where \(-1\) indicates a personal stance not aligned with the value in question, \(1\) indicates alignment, and \(0\) denotes neutrality (irrelevance)—were not clearly specified.
|
|
|
22 |
|
23 |
We would like to acknowledge the authors of the ValueNet dataset for their valuable contribution to this work.
|
24 |
|
25 |
+
```bibtex
|
26 |
@article{Qiu_Zhao_Li_Lu_Peng_Gao_Zhu_2022,
|
27 |
title={ValueNet: A New Dataset for Human Value Driven Dialogue System},
|
28 |
volume={36},
|
|
|
34 |
author={Qiu, Liang and Zhao, Yizhou and Li, Jinchao and Lu, Pan and Peng, Baolin and Gao, Jianfeng and Zhu, Song-Chun},
|
35 |
year={2022},
|
36 |
month={Jun.},
|
37 |
+
pages={11183-11191}
|
38 |
}
|