将大模型输出拆解为可独立编辑的语义单元,提升协作效率
Componentization: Decomposing Monolithic LLM Responses into Manipulable Semantic Units
- 提出组件化方法,把连贯文本拆成可独立操作的语义块
- 原型系统支持实时编辑与重组,用户研究验证其可用性
- 适合需要迭代修改、团队协作的AI内容创作场景
大型语言模型常生成难以局部编辑的完整文本,影响协作效率。本文提出组件化,将模型输出分解为模块化、可独立编辑的语义单元,同时保留上下文关联。我们设计了模块化可适配输出分解(MAOD)算法,实现响应的语义分割并保持单元间联系,并提出基于组件的响应架构(CBRA)作为实现范式。参考原型MAODchat采用微服务架构,包含状态机驱动的分解代理、厂商无关的模型适配器以及支持实时组件操作与重组的功能。在来自学术、工程和产品岗位的四名参与者探索性研究中,组件级编辑符合多种常见工作流,支持迭代优化与选择性复用,参与者还提出了潜在团队协作模式。主要贡献包括:(1)定义组件化以转换被动文本消费为可操作的组件协作;(2)提出CBRA与MAODchat原型架构;(3)初步用户研究观察结果;(4)提供语义分割的算法框架;(5)给出代理间自动化分解的示例协议。我们认为组件化是推动文本协作向更主动、细粒度方向发展的有前景方向。
原文摘要 · Abstract (English)
Large Language Models (LLMs) often produce monolithic text that is hard to edit in parts, which can slow down collaborative workflows. We present componentization, an approach that decomposes model outputs into modular, independently editable units while preserving context. We describe Modular and Adaptable Output Decomposition (MAOD), which segments responses into coherent components and maintains links among them, and we outline the Component-Based Response Architecture (CBRA) as one way to implement this idea. Our reference prototype, MAODchat, uses a microservices design with state-machine-based decomposition agents, vendor-agnostic model adapters, and real-time component manipulation with recomposition. In an exploratory study with four participants from academic, engineering, and product roles, we observed that component-level editing aligned with several common workflows and enabled iterative refinement and selective reuse. Participants also mentioned possible team workflows. Our contributions are: (1) a definition of componentization for transforming monolithic outputs into manipulable units, (2) CBRA and MAODchat as a prototype architecture, (3) preliminary observations from a small user study, (4) MAOD as an algorithmic sketch for semantic segmentation, and (5) example Agent-to-Agent protocols for automated decomposition. We view componentization as a promising direction for turning passive text consumption into more active, component-level collaboration.
Thank you to arXiv for use of its open access interoperability. PaperDance 不是 arXiv 官方产品;中文卡片由大模型生成,请以原文为准。