Closed jongjyh closed 1 year ago
Hi, I've removed the few-shot
option to avoid any confusion. I'm looking into the figure and will update the Arxiv with the correct version.
Hi, I've removed the
few-shot
option to avoid any confusion. I'm looking into the figure and will update the Arxiv with the correct version.
hi, glad to hear from you.
There is another problem I would like to discuss which refer to the table 1 and table 2.
table 2 reports the test set result of 2-fold(100% data) and talbe 1 reports the validation result( training set and validation are both 5% of TruthfulQA)
Have I got that right?
Thanks!
That's right!
Hi! Sorry to bother again. :)
visualization
I'm little confused about the process of visualizing. Here is my view: you project every data points in dataset into two orthogonal truthful directions (by product i guess?), and visualize this two distribution of product result.
If so, why are the means of positive samples along both directions less than 0 in the visualization results of the paper, while the means of negative samples are greater than 0? This doesn't seem to make sense.
reproduce prompt learning experiment
Also, could you provide the few-shot prompt samples you use? i tried to run
--use_prefix
to reproduce but got the KeyError and I checked the code:it looks like TruthfulQA repo isn't ready for this setting.
I would really appreciate it if you could help me clarify my confusion.