codable-watermarking-for-llm icon indicating copy to clipboard operation
codable-watermarking-for-llm copied to clipboard

Repository for Towards Codable Watermarking for Large Language Models

Results 3 codable-watermarking-for-llm issues
Sort by recently updated
recently updated
newest added

I have a question: why is a list of messages used in the code, and then the following code is used in the `WmProcessorMessageModel` to select one of these messages?...

Hello~Could you please tell me the difference between P^ and P in formula (11)-(12) and (14)-(15)

In `watermarking/watermark_processors/message_model_processor.py` `decoded_message, decoded_prob = decoded_probs.max(0)` should be `decoded_prob, decoded_message = decoded_probs.max(0)`