October 26, 2021

Knowledge Graphs: An introduction and business applications

Contributors
No items found.
Subscribe to newsletter
Share this post

This blogpost provides an introduction to knowledge graphs and their potential applications in business. Where we emphasize the benefits of using knowledge graphs for data management and analysis, and provide examples of how they can be applied in various industries.

‍

Introduction

‍

Definition: A knowledge graph describes entities and the relations between them.

‍

‍

For example, we created a knowledge graph of all American movies linked to their actors and producers based on wikipedia. This is a small part of that graph zoomed in on the movie “The Domino Principle”:

‍

‍

‍

Such a graph is a natural way of representing linked information. Especially compared to a classical relational database with tables that refer to tables that refer to tables that refer to tables that — okay you get the point.

A knowledge graph is not only a natural way to store linked information. Another fundamental difference with relational databases is that a knowledge graph considers the link between data points as important as the data point itself. Let that sink in for a second, because it’s a very powerful idea.

So, you now know that a knowledge graph is actually just a way to structure information.

The critical reader now asks: “So what? Why would we even care to structure our information?” Allow me to humbly convince the critics of the power of knowledge graphs with three example use cases.

If you want to go more in-depth into the “how” behind the use cases, definitely stay tuned for our upcoming blog post about knowledge graphs and machine learning.

‍

‍

Business applications

1. Financial fraud detection

‍

Let’s say we have billions of financial transaction data. Most transactions are legitimate transactions between legitimate users, but some of those transactions are between the fraudulent users who put PFOS in our drinking water. We also know about some of the people if they are fraudulent or legitimate.

A knowledge graph focuses on the links between data points. And as it happens, our transaction data is exactly that: links between data points. So, we put the transaction data in a knowledge graph where every person has links to the people they transacted with.

Next, we can train a machine learning model that learns to classify everyone in our data as being a fraudulent or a legitimate user:

‍

‍

We can train a machine learning model that classifies users as legitimate or fraudulent.

‍

‍

2. Recommender systems

If you shop on the internet, you’ll encounter sentences like “You might also be interested in” or “Customers who bought shampoo X also bought baby Y” or simply “Recommended for you”. Those are recommender systems.

‍

A screenshot of recommendations on bol.com.

‍

A recommender system doesn’t list the things you searched for, but other items you might also like. In other words, the system has to know what you want before you know it yourself. Creating an artificial mom is a hard problem. And that’s where the knowledge graph enters the stage.

Continuing on the e-commerce example, we can put all customers in a knowledge graph and link them to the items they bought in the past. Now, we try to predict missing links in the knowledge graph. In this setting, every missing link is a recommendation you can make to someone!

We can predict missing links in a knowledge graph to build a recommender system.
(source:
wikimedia)

‍

It’s also important to realise that recommender systems can recommend anything and not just shampoos. It can recommend job listings, Netflix series, or even your next house. The sky is not even the limit.

‍

‍

3. Semantic search

‍

Semantic search is when search engines try to really understand your query instead of just fetching results that literally match your query.

There are two parallel approaches to building a semantic search engine. The first one uses machine learning to understand the language itself. E.g. If you search for “cute little pig” the machine learning model will understand that you’re also interested in results for “piglet” because they mean the same.

The second approach to semantic search is leveraging a — you guessed it — knowledge graph to understand a query.

In the screenshot below, when I search for “piglet”, Google suggests related concepts like “winnie the pooh”, “cute” and “disney”.

‍

‍

‍

‍

Google’s knowledge graph makes those suggestions because it knows that Piglet is also one of Winnie’s best friends. (Admittedly, I don’t have access to the source code of Google Search, so if someone does, feel free to correct me here.)

Another great example is how Uber Eats engineers also use knowledge graphs for semantic search. You can read their blog post here.

‍

‍

Conclusion

  • A knowledge graph is a way to structure your data that focuses on the links between data points.

You can use knowledge graphs to:

  • Detect fraud like the CIA
    ‍
  • Make recommendations like Amazon
    ‍
  • Provide a search experience like Google
    ‍

And much much more things that didn’t fit in this 3 minute crash course, but we'll cover in our next blogpost around knowledge graphs.

‍

Related posts

View all
No results found.
There are no results with this criteria. Try changing your search.
Large Language Model
Foundation Models
Corporate
People
Structured Data
Chat GPT
Sustainability
Voice & Sound
Front-End Development
Data Protection & Security
Responsible/ Ethical AI
Infrastructure
Hardware & sensors
MLOps
Generative AI
Natural language processing
Computer vision