leondz commited on
Commit
34908c7
1 Parent(s): 2a0f1f8

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: cc-by-4.0
3
+ language:
4
+ - en
5
+ ---
6
+
7
+ These are responses designed to capture a model refuting a false claim.
8
+ They're prompt results of OpenAI gpt-3.5-turbo run on June 1 2023.
9
+ Prompts are constructed by prepending "Explain why" to claims made in the True-False dataset provided alongside [The Internal State of an LLM Knows When its Lying](https://arxiv.org/abs/2304.13734).
10
+ Only the first sentence of the response is included (from nltk.sent_tokenize).
11
+ The original labels are used, where 0 corresponds to a false claim.
12
+ That is, the 0 labels should be almost all refutations.
13
+ Spurious and missing refutations were removed by hand, corresponding to about 10% of the data.
14
+ This were caused by either an incorrect model assertion, or errors in the source data.