[2603.21278] Conversation Tree Architecture: A Structured Framework for Context-Aware Multi-Branch LLM Conversations
About this article
Abstract page for arXiv paper 2603.21278: Conversation Tree Architecture: A Structured Framework for Context-Aware Multi-Branch LLM Conversations
Computer Science > Computation and Language arXiv:2603.21278 (cs) [Submitted on 22 Mar 2026] Title:Conversation Tree Architecture: A Structured Framework for Context-Aware Multi-Branch LLM Conversations Authors:Pranav Hemanth, Sampriti Saha View a PDF of the paper titled Conversation Tree Architecture: A Structured Framework for Context-Aware Multi-Branch LLM Conversations, by Pranav Hemanth and Sampriti Saha View PDF HTML (experimental) Abstract:Large language models (LLMs) are increasingly deployed for extended, multi-topic conversations, yet the flat, append-only structure of current conversation interfaces introduces a fundamental limitation: all context accumulates in a single unbounded window, causing topically distinct threads to bleed into one another and progressively degrade response quality. We term this failure mode logical context poisoning. In this paper, we introduce the Conversation Tree Architecture (CTA), a hierarchical framework that organizes LLM conversations as trees of discrete, context-isolated nodes. Each node maintains its own local context window; structured mechanisms govern how context flows between parent and child nodes, downstream on branch creation and upstream on branch deletion. We additionally introduce volatile nodes, transient branches whose local context must be selectively merged upward or permanently discarded before purging. We formalize the architecture's primitives, characterize the open design problems in context flow, relate ou...