ejschwartz commited on
Commit
b0d1833
·
1 Parent(s): 184f7d4

update README

Browse files
Files changed (1) hide show
  1. README.md +9 -1
README.md CHANGED
@@ -30,6 +30,8 @@ and I reused some of their own code to do this.
30
 
31
  ## Oddities
32
 
 
 
33
  ### sub_40FD86
34
 
35
  We do not get the same results for sub_40FD86. In fact, we don't create the same prompt. The prompt in `vardecoder_test.jsonl` is:
@@ -47,7 +49,13 @@ Technically this is data leakage, but since the first token is usually part of
47
  the prompt (a variable name or field expression) it's probably OK? But it's
48
  also pretty weird.
49
 
 
 
 
 
 
 
 
50
  ## Todo
51
 
52
  * Test field decoding more
53
- * ReSym's parser fails for functions with a name
 
30
 
31
  ## Oddities
32
 
33
+ <details>
34
+
35
  ### sub_40FD86
36
 
37
  We do not get the same results for sub_40FD86. In fact, we don't create the same prompt. The prompt in `vardecoder_test.jsonl` is:
 
49
  the prompt (a variable name or field expression) it's probably OK? But it's
50
  also pretty weird.
51
 
52
+ ### Other
53
+
54
+ * ReSym's parser fails for functions with a non-automatic name
55
+
56
+ </details>
57
+
58
+
59
  ## Todo
60
 
61
  * Test field decoding more