Table of Contents
Fetching ...

CHOIR: Chat-based Helper for Organizational Intelligence Repository

Sangwook Lee, Adnan Abbas, Yan Chen, Sang Won Lee

TL;DR

CHOIR addresses the challenge of buried organizational knowledge in chat platforms by integrating a chat-based assistant with a GitHub-backed repository. It uses an end-to-end pipeline that segments knowledge, retrieves relevant documents, proposes edits via LLM prompts, and initiates context-rich discussions with stakeholders, while preserving revision histories. The paper details design goals, system features, and a Slack-based implementation, along with a plan for formative and field studies to evaluate real-world impact on organizational memory and collaborative document management. This work suggests a practical path to embed knowledge management into everyday chat workflows, enabling more efficient, context-aware updates and consensus-driven editing.

Abstract

Modern organizations frequently rely on chat-based platforms (e.g., Slack, Microsoft Teams, and Discord) for day-to-day communication and decision-making. As conversations evolve, organizational knowledge can get buried, prompting repeated searches and discussions. While maintaining shared documents, such as Wiki articles for the organization, offers a partial solution, it requires manual and timely efforts to keep it up to date, and it may not effectively preserve the social and contextual aspect of prior discussions. Moreover, reaching a consensus on document updates with relevant stakeholders can be time-consuming and complex. To address these challenges, we introduce CHOIR (Chat-based Helper for Organizational Intelligence Repository), a chatbot that integrates seamlessly with chat platforms. CHOIR automatically identifies and proposes edits to related documents, initiates discussions with relevant team members, and preserves contextual revision histories. By embedding knowledge management directly into chat environments and leveraging LLMs, CHOIR simplifies manual updates and supports consensus-driven editing based on maintained context with revision histories. We plan to design, deploy, and evaluate CHOIR in the context of maintaining an organizational memory for a research lab. We describe the chatbot's motivation, design, and early implementation to show how CHOIR streamlines collaborative document management.

CHOIR: Chat-based Helper for Organizational Intelligence Repository

TL;DR

CHOIR addresses the challenge of buried organizational knowledge in chat platforms by integrating a chat-based assistant with a GitHub-backed repository. It uses an end-to-end pipeline that segments knowledge, retrieves relevant documents, proposes edits via LLM prompts, and initiates context-rich discussions with stakeholders, while preserving revision histories. The paper details design goals, system features, and a Slack-based implementation, along with a plan for formative and field studies to evaluate real-world impact on organizational memory and collaborative document management. This work suggests a practical path to embed knowledge management into everyday chat workflows, enabling more efficient, context-aware updates and consensus-driven editing.

Abstract

Modern organizations frequently rely on chat-based platforms (e.g., Slack, Microsoft Teams, and Discord) for day-to-day communication and decision-making. As conversations evolve, organizational knowledge can get buried, prompting repeated searches and discussions. While maintaining shared documents, such as Wiki articles for the organization, offers a partial solution, it requires manual and timely efforts to keep it up to date, and it may not effectively preserve the social and contextual aspect of prior discussions. Moreover, reaching a consensus on document updates with relevant stakeholders can be time-consuming and complex. To address these challenges, we introduce CHOIR (Chat-based Helper for Organizational Intelligence Repository), a chatbot that integrates seamlessly with chat platforms. CHOIR automatically identifies and proposes edits to related documents, initiates discussions with relevant team members, and preserves contextual revision histories. By embedding knowledge management directly into chat environments and leveraging LLMs, CHOIR simplifies manual updates and supports consensus-driven editing based on maintained context with revision histories. We plan to design, deploy, and evaluate CHOIR in the context of maintaining an organizational memory for a research lab. We describe the chatbot's motivation, design, and early implementation to show how CHOIR streamlines collaborative document management.

Paper Structure

This paper contains 14 sections, 2 figures.

Figures (2)

  • Figure 1: An overview of CHOIR's pipeline for chatbot-driven document updates and contextual revision management. (A) CHOIR segments repository knowledge into smaller chunks for efficient retrieval. (B) It retrieves the relevant document based on the Requester's channel mention. (C) A suggested edit is provided, derived from the Requester's selected message. (D) Once the Requester decides to apply the edit, prior revision history (e.g., a conversation between Questioner and Manager) is retrieved to offer contextual background. (E) CHOIR summarizes this context during the conversation it initiates. (F) It also summarizes the proposed change for Managers to review and confirm, ensuring they understand its background before approving.
  • Figure 2: User Interface for Chatbot-driven document update