Commit
·
f048f26
1
Parent(s):
afe1fbb
add impact statement
Browse files- src/display/about.py +6 -6
src/display/about.py
CHANGED
@@ -38,14 +38,14 @@ We use Normalized Relative Advantage (NRA) to evaluation the performance of LLM
|
|
38 |
|
39 |
Please refer to GTBench paper for more detail.
|
40 |
|
41 |
-
##
|
42 |
-
|
43 |
-
-
|
44 |
-
-
|
45 |
-
|
46 |
|
47 |
## Contact
|
48 |
-
Please feel free to contact
|
49 |
|
50 |
"""
|
51 |
|
|
|
38 |
|
39 |
Please refer to GTBench paper for more detail.
|
40 |
|
41 |
+
## Impact Statement
|
42 |
+
This work helps improve the assessment and further promotes the advancement of MU (machine unlearning) methods for DMs (diffusion models), which are known to be effective in relieving or mitigating the various negative societal influences brought by the prevalent usage of DMs, which include but are not limited to the following aspects.
|
43 |
+
- Avoiding Copyright Issues: There is an urgent need for the generative model providers to scrub the influence of certain data on an already-trained model.
|
44 |
+
- Mitigating biases and stereotypes: Generative AI systems are known to have tendencies towards bias, stereotypes, and reductionism, when it comes to gender, race and national identities
|
45 |
+
|
46 |
|
47 |
## Contact
|
48 |
+
Please feel free to contact Yihua <zhan1908@msu.edu> and Yimeng <zhan1853@msu.edu> if you have any questions.
|
49 |
|
50 |
"""
|
51 |
|