Say-I-Dont-Know
Say-I-Dont-Know copied to clipboard
[ICML'2024] Can AI Assistants Know What They Don't Know?
你好,data.zip 无法下载。
Thanks for your contribution in sharing such an awesome work! It would be grateful if you can also share us with the fine-tuned checkpoint. Regards Z.
The released 'data.zip 'is the basis for constructing other datasets but lacks some necessary files. Besides, the code for constructing the 'data.zip' is missing. Could you please update the code...
```python answer_correct = False if 'answer' in item and item['answer'] == 'This question is beyond the scope of my knowledge, and I am not sure what the answer is.': y_true.append(1)...