Search papers, labs, and topics across Lattice.
This paper critically examines the concept of "full-duplex" in spoken dialogue systems, revealing significant discrepancies in how the term is applied across various systems. It introduces three frameworks to clarify the architectural hierarchy, interaction types, and decision-making processes involved in full-duplex systems, highlighting a realization gap between theoretical capabilities and actual performance. The authors find that while many systems can theoretically achieve full-duplex interactions, their effectiveness is limited by the training data and evaluation methods currently employed.
Full-duplex dialogue systems are often mischaracterized, with many claiming capabilities they cannot deliver due to training limitations.
More than a dozen spoken dialogue systems have recently claimed to be "full-duplex," yet the term has been used to describe substantially different capabilities. Existing surveys collapse them onto a single axis (cascaded/end-to-end, or engineered/learned) and miss the distinctions that matter most for builders. We argue that much of this ambiguity is taxonomical: current terminology does not specify where duplex decisions are made, which interaction types are supported, or how a system behaves moment by moment. This paper introduces three complementary frameworks: (i) an L0-L3 Architectural Hierarchy that locates where duplex decisions are made; (ii) a $T\times I\times R$ Interaction Ontology that specifies the temporal relation, user intent, and required system response for each interaction; and (iii) a Decision State Machine (IDLE/LISTEN/SPEAK/WAIT/DUAL) that describes how systems move between states. Across published systems and benchmarks, our audit documents a realization gap: although many architectures can in principle operate in full-duplex states, their observed behavior remains constrained by the interaction patterns represented in training and evaluation. We point to the limited public training-data coverage relative to the (largely undisclosed) industrial corpora, together with the still-unrealized goal of L3 representation-level modeling, as the key frontiers for future research on full-duplex dialogue. The related material is available at https://github.com/DuplexLM/DuplexSurvey.