Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the the-events-calendar domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/aijournc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the rocket domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/aijournc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pods domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home3/aijournc/public_html/wp-includes/functions.php on line 6114

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893

Warning: Cannot modify header information - headers already sent by (output started at /home3/aijournc/public_html/wp-includes/functions.php:6114) in /home3/aijournc/public_html/wp-includes/rest-api/class-wp-rest-server.php on line 1893
{"id":72765,"date":"2022-02-23T10:38:12","date_gmt":"2022-02-23T10:38:12","guid":{"rendered":"https:\/\/aijourn.com\/?p=72765"},"modified":"2024-04-03T15:54:03","modified_gmt":"2024-04-03T15:54:03","slug":"3-data-insights-that-are-only-possible-in-a-graph-visualization","status":"publish","type":"post","link":"https:\/\/aijourn.com\/3-data-insights-that-are-only-possible-in-a-graph-visualization\/","title":{"rendered":"3 Data Insights That Are Only Possible In a Graph Visualization"},"content":{"rendered":"\n

Knowledge graphs \u2013 and their basic data structure ancestors, graphs \u2013 have taken center stage at enabling knowledge management systems as well as knowledge as a service<\/a> (KaaS). At their simplest, graphs are composed of entities (nodes) and relationships (edges). Schemas dictate what types of relationships (facts) can be attached to each entity type. And new fact types can be added \u201con the fly\u201d to accommodate the structuring of un or semi-structured data streams and changing fact types of interest (think, \u201cwild\u201d web data). <\/p>\n\n\n\n

For many knowledge workers, the most common graph-centric form of data they see is literally a graph. That is, a visual graph representation. And the underlying graph structure is just one data source among many used by data teams or for machine learning. <\/p>\n\n\n\n

Working at Diffbot \u2013 maker of the world\u2019s largest commercially available Knowledge Graph<\/a> \u2013 we see many graph visualizations. And regardless of graph data\u2019s use for incorporating external data into apps, structured data source for data teams, and machine learning use, the visuals themselves aren\u2019t often that insightful. <\/p>\n\n\n\n

With this said, there are a variety of data insights that are only possible with graph visualizations. <\/strong><\/p>\n\n\n\n

We\u2019ll be working through some of these insight types that graphs make possible below. But before we jump in let\u2019s talk about some of the broad benefits graph visualizations confer. <\/p>\n\n\n\n

First, graphs enable the tracking of many more relationships than most human minds can map<\/strong>. Miller\u2019s law states the average human can hold about 7 (plus or minus 2) facts in their working memory at once. If a single relationship has a type and links two entities, this is three of our 5-9 facts we can hold at once. With graphs, hundreds of connections can be comfortably surveyed visually. <\/p>\n\n\n\n

\"Automotive<\/figure>\n\n\n\n

Caption: Automotive supply chain data<\/a> in a visual graph from Neo4j<\/p>\n\n\n\n

Secondly, graphs utilize the sensitivity of our sight across an arbitrary range of data types<\/strong>. While most traditional chart types plot 2-3 variable types, graphs can incorporate a wide range of data types so long as they fit the broad categories of entities or relationships between entities. The ability to plot visual clusters, distances, or values across a range of entities can more quickly inform viewers where they should investigate further. <\/p>\n\n\n\n

\"Even<\/figure>\n\n\n\n

Even single articles can contain more concepts than we can mentally map. Source, Diffbot Natural Language API Output<\/a>.<\/p>\n\n\n\n

Third, graphs can plot rough similarity and proximity<\/strong>, even if no direct relationships between entities exist. For example, in a graph of investments within an industry two organization entities that share 6 investors may be visually clustered even if no direct relationship between the pair exists. <\/p>\n\n\n\n

Finally, graph visualizations often enable the derivation of insights followed by the ability to dive into another facet of the exact same data set<\/strong>. This leads to highly efficient investigation. What I mean here is that graph visualizations are often created with a selection of relationship types (among others) as well as entities that exhibit a particular facet. The underlying dataset often includes many additional field and relationship types standing by. <\/p>\n\n\n\n

With these common features of graph visualizations covered, let\u2019s jump into specific insights that are only possible with graph visualizations. <\/p>\n\n\n\n

Point of Failure Or Risk Visualizations<\/h2>\n\n\n\n
\"An<\/figure>\n\n\n\n

An illustration of linked graph data used in Contingent.AI\u2019s<\/a> Supply Chain Risk Platform<\/p>\n\n\n\n

Graph visualizations are the creme de la creme<\/em>  of monitoring risk in spaces where manifold data types inform risk. Take supply chain risk where a viewer may be monitoring suppliers of different types as well as their suppliers. For each they may contain different changeable risk factors (events, financial stability, sentiment, regulations). The ability of knowledge graphs to add new fact types \u201con the fly\u201d is a major selling point for uses like supply chain monitoring for this very reason. <\/p>\n\n\n\n

Fraud Investigation Visualizations<\/h2>\n\n\n\n

Criminal masterminds and their law-abiding inspector counterparts are often shown creating physical representations of graphs in entertainment. Digitally, a much wider range of input types can be modeled. Fraud investigation uses of graph visualizations circles back to our point in the first section about proximity and similarity. <\/p>\n\n\n\n

Let\u2019s say a financial fraud investigation is underway. A series of shell companies through which finances passed may have been opened by a seemingly unrelated string of individuals. And yet relationship data in graphs provides the potential to locate the common link. An individual with a relationship to each of the individuals starting a shell company is certainly worth investigation, no? <\/p>\n\n\n\n

Influencer Visualizations<\/h2>\n\n\n\n
\"A<\/figure>\n\n\n\n

A Neo4j graph visualization populated with Diffbot Knowledge Graph Data on crypto influencers<\/a>. Each Node can be expanded to see fields like news mentions. <\/p>\n\n\n\n

One defining characteristic of knowledge graphs is that each entity has a unique identifier, allowing for disambiguation and proper merging of data from many sources. This is particularly useful in news monitoring, where the velocity and range of mention types surrounding an entity can create noise in other visualization types. <\/p>\n\n\n\n

The presentation of influencer information including sentiment, number of quotes, and mentioned entities can lead to powerful visuals useful in media monitoring, public relations, as well as investing. <\/p>\n\n\n\n

Where Graph Visualizations Excel<\/h2>\n\n\n\n

Graph databases power an ever growing number of market intelligence, machine learning, and recommendation system applications. And they lend themselves to being visualized. But though graphs are great at holding huge numbers of connections between various data types, visualizations often suffer from lack of usability and clarity. However, for a handful of use cases graph visualizations are in fact the usable end product. Some of the most highly regarded uses of graph visualizations include fraud detection, supply chain and risk monitoring, and influencer monitoring. <\/p>\n","protected":false},"excerpt":{"rendered":"

Knowledge graphs \u2013 and their basic data structure ancestors, graphs \u2013 have taken center stage at enabling knowledge management systems as well as knowledge as a service (KaaS). At their …<\/p>\n","protected":false},"author":299,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_eb_attr":"","_glsr_average":0,"_glsr_ranking":0,"_glsr_reviews":0,"footnotes":""},"categories":[40,39],"tags":[],"class_list":["post-72765","post","type-post","status-publish","format-standard","hentry","category-analytics","category-data"],"_links":{"self":[{"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/posts\/72765","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/users\/299"}],"replies":[{"embeddable":true,"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/comments?post=72765"}],"version-history":[{"count":4,"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/posts\/72765\/revisions"}],"predecessor-version":[{"id":73520,"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/posts\/72765\/revisions\/73520"}],"wp:attachment":[{"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/media?parent=72765"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/categories?post=72765"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/aijourn.com\/wp-json\/wp\/v2\/tags?post=72765"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}