CogChat: Knowledge Graph-Augmented Conversational AI with Heterogeneous Graph Transformer for Cognitive Grounding in Design Generation

TL;DR

CogChat uses Heterogeneous Graph Transformer and knowledge graphs to enhance conversational AI for cognitive grounding in design generation.

cs.HC 🔴 Advanced 2026-08-13 9 views
Jiin Choi Kyung Hoon Hyun
Knowledge Graph Heterogeneous Graph Transformer Design Cognition Conversational AI Cognitive Grounding

Key Findings

Methodology

CogChat constructs a personal heterogeneous knowledge graph from designer input, using a Heterogeneous Graph Transformer (HGT) to select structurally relevant nodes for response generation. The system extracts typed entities and relations, applying HGT for node selection and question generation.

Key Results

  • HGT-based entity selection outperforms ungrounded LLM interaction and naive KG augmentation in context retention, personalized intent interpretation, and conversational depth.
  • A study with nine professional designers shows CogChat significantly reduces cognitive load.
  • Technical evaluation shows HGT excels in entity selection over ungrounded LLM interaction.

Significance

By structuring a designer's expressed concepts and relations, CogChat preserves relational context that fades across turns, pointing toward a graph-grounded approach to long-term context management, enhancing rapid ideation and flexible task support in design practice.

Technical Contribution

CogChat introduces Heterogeneous Graph Transformer (HGT) for cognitive grounding in conversational AI, offering more efficient context retention and personalized intent interpretation than existing methods, reducing noise introduction.

Novelty

CogChat is the first to structure a designer's cognitive patterns into a dynamic knowledge graph and integrate it into a live conversational interface, providing personalized conversational grounding.

Limitations

  • In complex dialogue scenarios, the system may face challenges with context switching.
  • Requires substantial initial data to build effective knowledge graphs.

Future Work

Future work could explore the potential of applying CogChat in other domains and optimize its performance in multi-user environments.

AI Executive Summary

CogChat enhances conversational AI for design by using Heterogeneous Graph Transformer and knowledge graphs, addressing existing systems' shortcomings in context retention and personalized intent interpretation. The system constructs a personal heterogeneous knowledge graph from designer input, using HGT to select structurally relevant nodes for response generation and probing questions.

In experiments, CogChat excels in context retention, personalized intent interpretation, and conversational depth, significantly reducing designers' cognitive load. The study indicates that structuring a designer's expressed concepts and relations can preserve relational context that fades across turns, pointing toward a graph-grounded approach to long-term context management.

While CogChat shows significant advantages in design practice, it may encounter challenges with context switching in complex dialogue scenarios. Future work could explore the potential of applying CogChat in other domains and optimize its performance in multi-user environments.

Deep Analysis

Background

Recent conversational AI systems have extended language model capabilities through retrieval-augmented generation, agent-based reasoning, and memory management. However, these methods have limitations in user modeling, failing to effectively retain contextual relationships in design conversations.

Core Problem

Existing conversational systems face issues of context information loss, personalization failure, and inefficiency in design practice. The absence of a persistent, structured representation of a designer's cognitive space leads to insufficient conversational depth.

Innovation

CogChat structures a designer's cognitive patterns into a personal heterogeneous knowledge graph and uses a Heterogeneous Graph Transformer (HGT) for node selection and question generation, providing personalized conversational grounding.

Methodology

  • �� Extract typed entities and relations from designer input to build a heterogeneous knowledge graph.
  • �� Apply HGT to select structurally relevant nodes for response generation.
  • �� Generate intentional and exploratory questions to acquire richer context.

Experiments

The experimental design includes three conditions: Baseline (LLM-only), KG-only, and KG+HGT, evaluating system performance in context retention, personalized intent interpretation, and conversational depth.

Results

Experimental results show CogChat outperforms ungrounded LLM interaction and naive KG augmentation in context retention, personalized intent interpretation, and conversational depth.

Applications

CogChat can be used for rapid ideation and flexible task support in design practice, enhancing designers' work efficiency and creative depth.

Limitations & Outlook

In complex dialogue scenarios, the system may face challenges with context switching. Requires substantial initial data to build effective knowledge graphs.

Plain Language Accessible to non-experts

Imagine you are cooking in a kitchen. CogChat is like a smart assistant that helps you remember ingredients and steps. Every time you mention a new ingredient or step, it adds this information to a dynamic recipe. Then, it gives suggestions based on this information, like how to pair ingredients or propose new creative recipes. It's like a smart recipe assistant that continuously learns and adapts to your cooking style.

ELI14 Explained like you're 14

Imagine you're playing a game, and CogChat is your game assistant. Every time you discover something new in the game, it notes it down, helping you remember important details. Then, it gives you suggestions based on this information, like how to defeat enemies or explore new game areas. It's like a smart friend always helping you find the best strategies!

Glossary

Knowledge Graph

A structured way of representing knowledge using entity-relation triples to describe information.

CogChat uses knowledge graphs to build the designer's cognitive space.

Heterogeneous Graph Transformer

A graph neural network model designed to handle heterogeneous graphs with different types of nodes and edges.

Used to select structurally relevant nodes for response generation.

Design Cognition

The cognitive processes and patterns used by designers during the design process.

CogChat enhances conversation by structuring the designer's cognitive patterns.

Intentional Questions

Questions targeting underspecified concepts in the current dialogue to reduce ambiguity.

Used to acquire richer contextual information.

Exploratory Questions

Questions that expand the conversation into related areas not yet discussed.

Helps designers explore new concepts.

Open Questions Unanswered questions from this research

  • 1 How can CogChat be effectively applied in multi-user environments?
  • 2 How to reduce the initial data requirement for building effective knowledge graphs?

Applications

Immediate Applications

Designer Assistant

Helps designers quickly generate ideas and solve problems in projects.

Long-term Vision

Cross-Domain Applications

Explore the potential of applying CogChat in other domains like education and healthcare.

Abstract

LLM-based chat systems have become valuable tools for design practice, enabling rapid ideation and flexible task support. Yet these systems process designer utterances as generic sequences, maintaining context through recency rather than through any model of how the speaker organizes knowledge. In design conversation, this gap compounds as relational context decays between turns, identical words go unresolved across designers, and the conversation loops or restarts rather than deepens. We present CogChat, a real-time chat framework that grounds conversational AI in a personal heterogeneous knowledge graph constructed from each designer's input. The system extracts typed entities and relations into a heterogeneous graph, then applies a HGT (Heterogeneous Graph Transformer) to select structurally relevant nodes for response generation and to generate both intentional and exploratory probing questions. Technical evaluation shows that HGT-based entity selection outperforms both ungrounded LLM interaction and naive KG augmentation, which introduces noise that degrades response quality. A within-subjects study with nine professional designers indicates that grounding conversation in a relationally structured, designer-specific semantic context improves context retention, personalized intent interpretation, and conversational depth while reducing cognitive load. These findings suggest that structuring a designer's expressed concepts and relations as a dynamic knowledge graph can preserve relational context that fades across turns, pointing toward a graph-grounded approach to long-term context management in LLM-based interaction.

cs.HC