You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm new to this topic and have a question about the detection score.
When running the demo file with KGW scheme (default parameters) on the C4 dataset without any attack, I'm getting a 100% True Positive Rate (TPR).
Based on my reading of watermarking papers, achieving 100% TPR for detection seems unusually high. Could you please help me understand if this is expected behavior, or if there might be an issue with my understanding of either the watermarking scheme or MarkLLM usage?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered:
This is completely normal behavior. Most text watermarking algorithms can achieve >0.99 TPR in clean cases (without any attacks). Only when facing various attacks will the detection rate decrease.
Dynamic thresholds are only used in research for fair comparison, where we can fix the FPR to compare TPR and F1 scores, etc. In real-world implementations, a fixed threshold must be used. 😊
Hi, I'm new to this topic and have a question about the detection score.
When running the demo file with KGW scheme (default parameters) on the C4 dataset without any attack, I'm getting a 100% True Positive Rate (TPR).
Based on my reading of watermarking papers, achieving 100% TPR for detection seems unusually high. Could you please help me understand if this is expected behavior, or if there might be an issue with my understanding of either the watermarking scheme or MarkLLM usage?
Thank you for your assistance.
The text was updated successfully, but these errors were encountered: