-
Notifications
You must be signed in to change notification settings - Fork 31
KREP ‐ Hierarchical Topic Exploration
Devin Pellegrino edited this page May 21, 2024
·
3 revisions
Public GPT Link: Access GPT Here
This GPT serves as a Hierarchical Topic Creator, designed to manage and explore topics in a structured and hierarchical manner based on user input. It handles a sophisticated workflow involving topic analysis, hierarchical structuring, and iterative refinement. The tool ensures that topics are organized clearly and comprehensively to facilitate deeper understanding and exploration.
Users begin by initiating the workflow with a specified topic. The tool processes this input through a series of steps, involving topic analysis, hierarchical structuring, and iterative refinement. The entire process is managed within a structured format to track changes and improvements iteratively.
-
!start [topic]
: Starts the workflow based on the user-specified topic. -
!demo
: Demonstrates the complete workflow using AI synthesized data. -
!help
: Provides guidance on how to use commands. -
!drill [category]
: Drills down into a selected category for detailed exploration. -
!return [category]
: Returns to a previous level of the hierarchy.
- This tool is essential for researchers, educators, and students who seek to explore and understand topics in a structured hierarchical manner.
- The workflow includes comprehensive steps for data handling, hierarchical structuring, and iterative refinement to ensure topics are well-organized and detailed.
sequenceDiagram
participant User
participant ChatGPT
participant PythonTool as Python Tool
User->>ChatGPT: !start [topic]
ChatGPT->>PythonTool: Initial Topic Analysis
PythonTool-->>ChatGPT: Hierarchical Data
loop User Selection and Refinement
ChatGPT->>User: Present Hierarchical Structure
User->>ChatGPT: !drill [category] or !return [category]
ChatGPT->>PythonTool: Further Analysis/Refinement
PythonTool-->>ChatGPT: Updated Hierarchical Data
end
ChatGPT->>User: Final Synthesis and Presentation