You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: chatgpt-robust/README.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Robustness evaluation of ChatGPT
2
2
3
-
This repo contains the source code in the paper [On the Robustness of ChatGPT: An Adversarial and Out-of-distribution Perspective]().
3
+
This repo contains the source code in the paper [On the Robustness of ChatGPT: An Adversarial and Out-of-distribution Perspective](https://arxiv.org/abs/2302.12095).
4
4
5
5

6
6
@@ -17,8 +17,7 @@ cd robustlearn/chatgpt-robust
17
17
18
18
Then, install the following important depencencies by:
19
19
-`pip install transformers pandas nltk jieba`
20
-
- Install ChatGPT python API from here: https://github.com/mmabrouk/chatgpt-wrapper
21
-
- Note that the Python API should be run in local machine since it requires to pop up a brower to login.
20
+
- Note that this code repo does **NOT** provide usage of ChatGPT. Optionally, you can use it from its official website (https://chat.openai.com/chat) or use the third-party library to imititate the brower activity (https://github.com/mmabrouk/chatgpt-wrapper).
22
21
23
22
You can also create an conda virtual environment by running `conda env create -f environment.yml`.
24
23
@@ -29,8 +28,6 @@ All things can be used by running `main.py`:
Note that you will not get the final results by simply running the codes, since the outputs of generative models are not stable. We need some manual process. Bad cases of AdvGLUE and Flipkart are pvovided in [this folder](./result/chatgpt_results/).
42
39
43
-
Here is the summary of the results.
40
+
Here is the summary of the results. Additionally, we also provide all the bad cases of ChatGPT in [`result/chatgpt_results`](./result/chatgpt_results/) folder. Please note that results of all ChatGPT and other LLMs are manually processed by humans.
0 commit comments