Search papers, labs, and topics across Lattice.
This paper introduces the Transfiver architecture, which facilitates human-AI co-inference by maintaining a shared editable state that both the AI model and the user can update. The framework allows for two modes of state evolution: implicit updates by the model based on ongoing interactions and explicit edits made by the user, enabling a more transparent and controllable interaction. Key findings indicate that this approach enhances the interpretability and adaptability of AI systems in long-term interactions, addressing a critical challenge in human-AI collaboration.
Human corrections can directly reshape AI inference in real-time, eliminating the need for separate instructions or records.
Long-term human-AI interaction is difficult because the information that guides inference is updated implicitly by the model and is not directly inspectable or controllable by the user. We introduce the TRANSparent Framework for Interactive, Verifiable, Editable Representation (Transfiver), an architecture for human-AI co-inference through a shared editable state. Its central idea is that interaction-specific information is maintained in a single persistent state $(S_t)$ that both the model and the human update. Transfiver distinguishes two modes of state evolution. In an implicit stream update, the model interprets ongoing interaction and decides whether new information revises an existing state item or creates a new one. In an explicit directed edit, a human inspects and modifies an addressed item. Both act on the same underlying state, so a human correction changes the state that subsequent computation reads, rather than adding another instruction or separate record. The architecture separates shared parameters $(\theta)$, learned before ordinary use, from the persistent state $(S_t)$, which evolves during deployment without parameter retraining. Extending Transfiver to rich natural-language, relational, and large-scale shared states remains open.