I noticed that you used the performer's logits to compute PPL, but the paper says it should be the observer's.
https://github.com/ahans30/Binoculars/blob/main/binoculars/detector.py#L91
I've tested both approaches and the performer's logits result in better classification.
I think it should be marked or corrected somehow.
I noticed that you used the performer's logits to compute PPL, but the paper says it should be the observer's.
https://github.com/ahans30/Binoculars/blob/main/binoculars/detector.py#L91
I've tested both approaches and the performer's logits result in better classification.
I think it should be marked or corrected somehow.