CoolFace
Modelpublic

JSALT2026-Conv-AI-Simulator/personaplex-fisher-bc-head

sourceHugging Faceotherupdated 2d agoView on Hugging Face
0likes13downloads
Model Card

PersonaPlex Backchannel Head

This HF repository contains a LoRA adapter for PersonaPlex-7B that adds a lightweight, controllable backchannel head, introduced in Controlling Backchannels in Streamable Full-Duplex Models.

About our work: Backchannels, brief acknowledgements like "uh-huh" produced while the other party may still be talking, are central to natural conversation, but full-duplex spoken dialogue models rarely model them explicitly. We introduce a lightweight backchannel head that predicts, from a full-duplex model's own hidden states, when a backchannel should begin. Once this probability crosses a tunable threshold, a backchannel is force-decoded. Attached to both a 7B (PersonaPlex) and a 1B (F-Actor) model, it generalizes across scale. Probing confirms the hidden states anticipate real human timing, and generation evaluation shows more frequent, better-timed backchannels. Human raters judge the resulting backchannels on par with real ones.

Please refer to the codebase for the usage of the model.

For more information, please have a look at the paper.

Citation

If you use this model, please cite:

bibtex
@misc{züfle2026controllingbackchannelsstreamablefullduplex,
      title={Controlling Backchannels in Streamable Full-duplex Models}, 
      author={Maike Züfle and Peter Polák and Sefik Emre Eskimez and Jan Niehues and Peter Bell and Ondřej Klejch},
      year={2026},
      eprint={2609.29418},
      archivePrefix={arXiv},
      primaryClass={cs.CL},
      url={https://arxiv.org/abs/2609.29418}, 
}