Search papers, labs, and topics across Lattice.
HyperStyler introduces a novel architecture for low-resource authorship style transfer (LAST) that separates style selection from style realization, addressing the limitations of existing methods that average diverse references into a static author embedding. By employing a Stylo-navigator to predict style coordinates based on source context and target-author references, and a Stylo-hypernet for dynamic parameter modulation, HyperStyler achieves high fidelity in style transfer while preserving semantic meaning. Experimental results across Reddit, Blog, and News datasets show that HyperStyler outperforms prior methods, including LLM-based approaches, with minimal additional parameters and significantly faster inference times.
HyperStyler achieves superior style transfer fidelity and semantic preservation with just 2.4% more parameters than T5-large, while being over 1.8x faster than LLMs.
Low-resource authorship style transfer (LAST) aims to rewrite text into the style of an arbitrary target author using only a few reference examples while preserving the original meaning. Existing methods often struggle to achieve both high style fidelity and semantic preservation because they compress diverse references into a single static author embedding, which averages out context-dependent stylistic variation, and rely on hidden representations for style control, which entangle style with content. We propose HyperStyler, a novel architecture that decouples LAST into style selection and style realization. Stylo-navigator predicts style coordinates by jointly modeling the source context and target-author references, and Stylo-hypernet realizes them via dynamic parameter modulation instead of hidden-state injection. Our experiments on Reddit, Blog, and News datasets demonstrate that HyperStyler consistently outperforms prior methods including LLM-based approaches and generalizes robustly across domains. Notably, HyperStyler achieves superior performance with as few as 2.4% additional parameters over T5-large, while being over 1.8x faster than LLMs at inference.