Blog posts

2026

Data Visualization and Exploration: A Scientific Necessity

4 minute read

Published:

Data visualization is far more than creating aesthetic charts; it is a critical scientific tool for understanding trends and patterns. Our biological capacity to process information is physically limited, but our visual sense acts as a high-bandwidth “network cable” for the brain. While hearing has a bandwidth comparable to a hard drive and touch to a USB port, our visual senses are approximately ten times more powerful, allowing us to ingest and process complex data flows far more efficiently than through tables alone.

Why Knowledge Graphs Still Matter in the Age of LLMs

4 minute read

Published:

Large Language Models have taken the world by storm. GPT-4, Llama, Mistral — they can write code, summarise papers, answer complex questions, and even pass medical licensing exams. It is tempting to ask: if LLMs can do all of this, do we still need knowledge graphs?

2022

KG Construction From Unstructured Text

6 minute read

Published:

Lots of valuable information is available on the web such as Twitter, legal documents, financial/sports news and scientific articles as unstructured data. Although a lot of Knowledge Graphs (KGs) including WikiData and DBPedia are made publicly available, it may be necessary to create our own KG for an analysis that we would like to perform. By converting text to KG, we can obtain new knowledge and new insights from text sources. In this blog, we will discuss what Natural Language Processing (NLP) methods and tools should be used to build KGs.