nharrel commited on
Commit
7214723
·
verified ·
1 Parent(s): 5b0bab2

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -18,6 +18,8 @@ To model this threshold effectively, we opted for the tanh activation function,
18
 
19
  Utilizing this approach, we demonstrated improvements in regression tasks for evaluating stances on each test scenario. While the overall MSE did not show significant improvement, we observed higher accuracy, recall, and precision for the regression tasks. It is important to note that the classification task specified in Qiu et al. (2022) solely determines the presence or absence of the value in question, without considering the specific stance presented in the text. Therefore, our regression task, which assesses the particular stance, should not be directly compared with the classification task from Qiu et al. (2022).
20
 
 
 
21
  ## Usage
22
 
23
  ```python
@@ -120,6 +122,8 @@ values stance.
120
 
121
  We would like to acknowledge the authors of the ValueNet dataset for their valuable contribution to this work.
122
 
 
 
123
  ```bibtex
124
  @article{Qiu_Zhao_Li_Lu_Peng_Gao_Zhu_2022,
125
  title={ValueNet: A New Dataset for Human Value Driven Dialogue System},
@@ -136,6 +140,17 @@ We would like to acknowledge the authors of the ValueNet dataset for their valua
136
  }
137
 
138
 
 
 
 
 
 
 
 
 
 
 
 
139
 
140
 
141
 
 
18
 
19
  Utilizing this approach, we demonstrated improvements in regression tasks for evaluating stances on each test scenario. While the overall MSE did not show significant improvement, we observed higher accuracy, recall, and precision for the regression tasks. It is important to note that the classification task specified in Qiu et al. (2022) solely determines the presence or absence of the value in question, without considering the specific stance presented in the text. Therefore, our regression task, which assesses the particular stance, should not be directly compared with the classification task from Qiu et al. (2022).
20
 
21
+
22
+
23
  ## Usage
24
 
25
  ```python
 
122
 
123
  We would like to acknowledge the authors of the ValueNet dataset for their valuable contribution to this work.
124
 
125
+ Please give them credit if you use this model, because this model would not be possible without their work.
126
+
127
  ```bibtex
128
  @article{Qiu_Zhao_Li_Lu_Peng_Gao_Zhu_2022,
129
  title={ValueNet: A New Dataset for Human Value Driven Dialogue System},
 
140
  }
141
 
142
 
143
+ If you like my model; please give me credit:
144
+
145
+ @misc{DeBERTa_Values_Model,
146
+ author = {Nicholas Harrell},
147
+ title = {DeBERTa Schwartz's Values Classification and Regression},
148
+ year = {2024},
149
+ howpublished = {\url{https://huggingface.co/nharrel/Valuesnet_DeBERTa_v3}},
150
+ note = {Accessed: YYYY-MM-DD}
151
+ }
152
+
153
+
154
 
155
 
156