Papers › JAL-Turn: Joint Acoustic-Linguistic Modeling for Real-Time and Robust Turn-Taking...

JAL-Turn: Joint Acoustic-Linguistic Modeling for Real-Time and Robust Turn-Taking Detection in Full-Duplex Spoken Dialogue Systems

27 Mar 2026arXiv:2603.26515added by Syntology

Guangzhao Yang, Yu Pan, Shi Qiu, Ningjie Bai

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Despite recent advances, efficient and robust turn-taking detection remains a significant challenge in industrial-grade Voice AI agent deployments. Many existing systems rely solely on acoustic or semantic cues, leading to suboptimal accuracy and stability, while recent attempts to endow large language models with full-duplex capabilities require costly full-duplex data and incur substantial training and deployment overheads, limiting real-time performance. In this paper, we propose JAL-Turn, a lightweight and efficient speech-only turn-taking framework that adopts a joint acoustic-linguistic modeling paradigm, in which a cross-attention module adaptively integrates pre-trained acoustic representations with linguistic features to support low-latency prediction of hold vs shift states. By sharing a frozen ASR encoder, JAL-Turn enables turn-taking prediction to run fully in parallel with speech recognition, introducing no additional end-to-end latency or computational overhead. In addition, we introduce a scalable data construction pipeline that automatically derives reliable turn-taking labels from large-scale real-world dialogue corpora. Extensive experiments on public multilingual benchmarks and an in-house Japanese customer-service dataset show that JAL-Turn consistently outperforms strong state-of-the-art baselines in detection accuracy while maintaining superior real-time performance.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.26515")

Code

Syntology Ran 13 of 32 code samples harvested from 3 repositories linked to this paper; 19 have no recorded run. Of those that ran: 1 ran · violated contract; 1 ran · our draft was wrong; 2 ran · fixture could not drive it; 9 ran with no contract checked.

By repository: found in paper text by Syntology: 32 samples from 3 repositories, 13 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

ten-framework/ten-turn-detection found in paper text by Syntology report
pipecat-ai/smart-turn found in paper text by Syntology report
inokoj/VAP-Realtime found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

32 samples harvested; 13 ran; 0 honoured the contract we drafted; 19 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

1ran · violated contract
1ran · our draft was wrong
2ran · fixture could not drive it
9ran
19unverified

Licence: 1 of the 32 samples is pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from 3 repositories linked to this paper, official or community; each sample names its own and says which. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

Base inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran MIT (permissive) · 676ee8e8bc273549 · report
CPCAR inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran fingerprinted MIT (permissive) · fd6ea23082a35392 · report
CPCEncoder inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran MIT (permissive) · 579b6ca8c9508891 · report
ChannelNorm inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · b4d2cb5bfcf2d4f4 · report
Codebook inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · metamorphic tier: invariant fingerprinted MIT (permissive) · ce669279019832c0 · report
Combinator inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 9a020aa2a0f3c65a · report
LayerNorm inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · metamorphic tier: invariant MIT (permissive) · 8679d4611c936d0e · report
MultiHeadAttention inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · metamorphic tier: deterministic MIT (permissive) · 77041e75fb11ebf7 · report
ProjectionWindow inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran MIT (permissive) · 9aee7648ff92125c · report
bin_times_to_frames inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · violated contract fingerprinted MIT (permissive) · 19873c62eb915c36 · report
ffn_block inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · our draft was wrong MIT (permissive) · 1a33f1ad866748f1 · report
get_cnn_layer inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology ran · fixture could not drive it MIT (permissive) · 7d1a088bfea20378 · report
infer ten-framework/ten-turn-detection/inference.py found in paper text by Syntology ran · fixture could not drive it licence not identified · pointer only · b3a109b2477a61cc · report
CPCModel inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 8a810b6dc7287090 · report
EncoderCPC inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 71278103ea6a96ff · report
GPT inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 3ebb8347295da573 · report
GPTStereo inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 007982a6b6ed944f · report
MultiHeadAttentionAlibi inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 2bdf088dac0aa116 · report
ObjectiveVAP inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · ad1ddcb5fae9a2f4 · report
TransformerLayer inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 9ac8298798c97a60 · report
TransformerStereoLayer inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 2b80871d06e1a2d1 · report
Vap inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · e8215714c95b53c2 · report
VapConfig inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 648625ca61f98cce · report
VapGPT inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 6637b14d54af2d68 · report
VapGPT_bc inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · f74e8ba777b8c7bb · report
VapGPT_nod inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · 36c5342a141012ea · report
ensure_model pipecat-ai/smart-turn/record_and_predict.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · 1176d5658e5240d8 · report
generate_markdown_output_path pipecat-ai/smart-turn/benchmark.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · eb31a867e17d2e31 · report
load_CPC inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · ddc8edcb8f1bce43 · report
load_vap_model inokoj/VAP-Realtime/vap_realtime/model.py found in paper text by Syntology unverified MIT (permissive) · c26c6001845f37f6 · report
process_predictions pipecat-ai/smart-turn/benchmark.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · ddab306151b570e3 · report
truncate_audio_to_last_n_seconds pipecat-ai/smart-turn/audio_utils.py found in paper text by Syntology unverified BSD-2-Clause (permissive) · a8735ade2ccc2274 · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.26515, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections