DamonDemon commited on
Commit
f048f26
·
1 Parent(s): afe1fbb

add impact statement

Browse files
Files changed (1) hide show
  1. 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
- ## Takeaways
42
- - LLM agents failed in the complete-information and deterministic games
43
- - LLM agents are competitive in the probabilistic games
44
- - CodePretraining benefits game-theoretic tasks.
45
- - Advanced Reasoning Methods Do Not Always Help.
46
 
47
  ## Contact
48
- Please feel free to contact Jinhao <jd3734@drexel.edu> and Renming <rmzhang@bu.edu> if you have any questions.
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