• AI-Powered Knowledge Graph Generator & APTs Unstructured text to interactive knowledge graph via LLM & SPO triplet extraction Courtesy of TLDR InfoSec Launches & Tools again, another fine discovery in Robert McDermott’s AI Powered Knowledge Graph Generator. • Robert’s system takes unstructured text, uses your preferred LLM and extracts knowledge in the form of Subject-Predicate-Object (SPO) triplets, then visualizes the relationships as an interactive knowledge graph.[1] Robert has documented AI Powered Knowledge Graph Generator (AIKG) beautifully, I’ll not be regurgitating it needlessly, so please read further for details regarding features, requirements, configuration, and options. • I will detail a few installation insights that got me up and running quickly. • The feature summary is this: AIKG automatically splits large documents into manageable chunks for processing and uses AI to identify entities and their relationships. • As AIKG ensures consistent entity naming across document chunks, it discovers additional relationships between disconnected parts of the graph, then creates an interactive graph visualization. • AIKG works with any OpenAI-compatible API endpoint; I used Ollama exclusively here with Google’s Gemma 3, a lightweight family of models built on Gemini technology.

Article Summaries:

  • Robert McDermott’s AI‑Powered Knowledge Graph Generator (AIKG) converts unstructured text into interactive knowledge graphs by extracting Subject‑Predicate‑Object (SPO) triplets with a chosen large language model. The tool automatically chunks large documents, identifies entities and relationships, normalizes naming across chunks, and visualizes the resulting graph. AIKG is compatible with any OpenAI‑compatible API; the author used Ollama’s Gemma 3 model on a single‑GPU system. The system was tested on articles about Russian state‑sponsored APT campaigns, demonstrating its utility for threat‑analysis and link‑analysis in cybersecurity. Installation requires Python 3, a virtual environment, and the AIKG repository.
  • AI-Powered Knowledge Graph Generator & APTs Unstructured text to interactive knowledge graph via LLM & SPO triplet extraction Courtesy of TLDR InfoSec Launches & Tools again, another fine discovery in Robert McDermott’s AI Powered Knowledge Graph Generator. Robert’s system takes unstructured text, uses your preferred LLM and extracts knowledge in the form of Subject-Predicate-Object (SPO) triplets, then visualizes the relationships as an interactive knowledge graph.[1] Robert has documented AI Powered Knowledge Graph Generator (AIKG) beautifully, I’ll not be regurgitating it needlessly, so ple

Sources: