Jimin Huang commited on
Commit
75fb8ba
1 Parent(s): 527b158

feat: modify about.py

Browse files
Files changed (1) hide show
  1. src/about.py +9 -9
src/about.py CHANGED
@@ -121,15 +121,15 @@ Our evaluation metrics include, but are not limited to, Accuracy, F1 Score, ROUG
121
  - **BigData22**: Acc
122
  - **ACL18**: Acc
123
  - **CIKM18**: Acc
124
- - **German**: F1
125
- - **Australian**: F1
126
- - **LendingClub**: F1
127
- - **ccf**: F1
128
- - **ccfraud**: F1
129
- - **polish**: F1
130
- - **taiwan**: F1
131
- - **portoseguro**: F1
132
- - **travelinsurance**: F1
133
 
134
  To ensure a fair and unbiased assessment of the models' true capabilities, all evaluations are conducted in zero-shot settings (0-shots). This approach eliminates any potential advantage from task-specific fine-tuning, providing a clear indication of how well the models can generalize to new tasks.
135
 
 
121
  - **BigData22**: Acc
122
  - **ACL18**: Acc
123
  - **CIKM18**: Acc
124
+ - **German**: MCC
125
+ - **Australian**: MCC
126
+ - **LendingClub**: MCC
127
+ - **ccf**: MCC
128
+ - **ccfraud**: MCC
129
+ - **polish**: MCC
130
+ - **taiwan**: MCC
131
+ - **portoseguro**: MCC
132
+ - **travelinsurance**: MCC
133
 
134
  To ensure a fair and unbiased assessment of the models' true capabilities, all evaluations are conducted in zero-shot settings (0-shots). This approach eliminates any potential advantage from task-specific fine-tuning, providing a clear indication of how well the models can generalize to new tasks.
135