← Search

Baizhou Huang

9 accepted papers

2025

Enhancing LLM Watermark Resilience Against Both Scrubbing and Spoofing Attacks

NeurIPS 2025spotlight

Watermarking is a promising defense against the misuse of large language models (LLMs), yet it remains vulnerable to scrubbing and spoofing attacks. This vulnerability stems from an inherent trade-off governed by watermark window size: smaller windows resist scrubbing better but are easier to rev…

Cited by 0SourcecodeScholar
2025

MC-MKE: A Fine-Grained Multimodal Knowledge Editing Benchmark Emphasizing Modality Consistency

ACL 2025finding

Multimodal large language models (MLLMs) are prone to non-factual or outdated knowledge issues, highlighting the importance of knowledge editing. Many benchmark has been proposed for researching multimodal knowledge editing. However, previous benchmarks focus on limited scenarios due to the lack of…

Cited by 0SourcePDFScholar
2025

TriEmbed: Bridge the Gap between Text and Token Indices with Embedding Reparameterization

ACL 2025finding

The current paradigm of language modeling is a two-stage pipeline that first transforms raw text to token indices, where the distribution is then estimated. It inherently discards linguistic relations between tokens during tokenization, creating a fundamental gap. To address this, we propose TriEmbe…

Cited by 0SourcePDFScholar
2025

WaterPool: A Language Model Watermark Mitigating Trade-Offs among Imperceptibility, Efficacy and Robustness

NAACL 2025long

Watermarking is a prominent technique to trace the usage of specific large language models (LLMs) by injecting patterns into model-generated content. An ideal watermark should be imperceptible, easily detectable, and robust to text alterations, yet existing methods typically face trade-offs among th…

Cited by 0SourcePDFScholar
2024

Enhancing Large Language Models in Coding Through Multi-Perspective Self-Consistency

ACL 2024long

Large language models (LLMs) have exhibited remarkable ability in code generation. However, generating the correct solution in a single attempt still remains a challenge. Prior works utilize verification properties in software engineering to verify and re-rank solutions in a majority voting manner.…

2024

Selecting Large Language Model to Fine-tune via Rectified Scaling Law

ICML 2024poster

The ever-growing ecosystem of LLMs has posed a challenge in selecting the most appropriate pre-trained model to fine-tune amidst a sea of options. Given constrained resources, fine-tuning all models and making selections afterward is unrealistic. In this work, we formulate this resource-constrained…