<?xml version="1.0" encoding="UTF-8"?><rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
><channel><title>research Archives - Francesco Lelli %</title> <atom:link href="https://francescolelli.info/tag/research/feed/" rel="self" type="application/rss+xml" /><link>https://francescolelli.info/tag/research/</link> <description>Information Management, Computer Science,  Economics, Finance and more</description> <lastBuildDate>Tue, 22 Feb 2022 20:38:38 +0000</lastBuildDate> <language>en-US</language> <sy:updatePeriod> hourly </sy:updatePeriod> <sy:updateFrequency> 1 </sy:updateFrequency> <generator>https://wordpress.org/?v=6.8.5</generator><image> <url>https://francescolelli.info/wp-content/uploads/2018/11/cropped-InstrumentElement-32x32.jpg</url><title>research Archives - Francesco Lelli %</title><link>https://francescolelli.info/tag/research/</link> <width>32</width> <height>32</height> </image> <site
xmlns="com-wordpress:feed-additions:1">156264324</site> <item><title>On Knowledge Graph and Artificial Intelligence</title><link>https://francescolelli.info/big-data/on-knowledge-graph-and-artificial-intelligence/</link> <comments>https://francescolelli.info/big-data/on-knowledge-graph-and-artificial-intelligence/#respond</comments> <dc:creator><![CDATA[Francesco Lelli]]></dc:creator> <pubDate>Tue, 22 Feb 2022 19:37:44 +0000</pubDate> <category><![CDATA[Big Data]]></category> <category><![CDATA[Machine Learning]]></category> <category><![CDATA[Research]]></category> <category><![CDATA[Artificial Intelligence]]></category> <category><![CDATA[Knowledge Graph]]></category> <category><![CDATA[nlp]]></category> <category><![CDATA[RDF]]></category> <category><![CDATA[research]]></category> <category><![CDATA[schema.org]]></category> <category><![CDATA[Semantic web]]></category> <category><![CDATA[SPARQL]]></category> <category><![CDATA[wikidata]]></category> <guid
isPermaLink="false">https://francescolelli.info/?p=2400</guid><description><![CDATA[<p>In this article I will try to give an introduction to what is a knowledge graph and what is its relationship with artificial intelligence. In a nutshell, we can see this relationship as bi-directional. On the one hand knowledge graphs are ways to represent information and can be used as data for machine learning models. [&#8230;]</p><p>The post <a
href="https://francescolelli.info/big-data/on-knowledge-graph-and-artificial-intelligence/">On Knowledge Graph and Artificial Intelligence</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></description> <content:encoded><![CDATA[<p>In this article I will try to give an introduction to what is a knowledge graph and what is its relationship with artificial intelligence. In a nutshell, we can see this relationship as bi-directional. On the one hand knowledge graphs are ways to represent information and can be used as data for machine learning models. On the other hand AI models can be use for enriching information that are represented using a knowledge graph.</p><p>A knowledge graph is also known as a semantic network and represents a network of real-world entities. In other words represent &#8220;reality&#8221; as a combination of objects, events, situations, or concepts taking into account the relationship between them. This information is usually stored in a graph database and visualized as a graph structure, prompting the term knowledge “graph.”. The figure below can give you a visual idea of how these entities interlink among each other.</p><figure
class="wp-block-image size-large"><img
fetchpriority="high" decoding="async" width="1024" height="770" data-attachment-id="2407" data-permalink="https://francescolelli.info/big-data/on-knowledge-graph-and-artificial-intelligence/attachment/conceptual_diagram_-_example-2/" data-orig-file="https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example.jpg" data-orig-size="1280,963" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Conceptual_Diagram_-_Example" data-image-description="&lt;p&gt;Knowledge Graph and Artificial Intelligence&lt;/p&gt;
" data-image-caption="&lt;p&gt;Knowledge Graph and Artificial Intelligence&lt;/p&gt;
" data-medium-file="https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-300x226.jpg" data-large-file="https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-1024x770.jpg" src="https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-1024x770.jpg?8011c3&amp;8011c3" alt="Knowledge Graph and Artificial Intelligence" class="wp-image-2407" title="Knowledge Graph and Artificial Intelligence" srcset="https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-1024x770.jpg 1024w, https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-300x226.jpg 300w, https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-768x578.jpg 768w, https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example-600x451.jpg 600w, https://francescolelli.info/wp-content/uploads/2022/02/Conceptual_Diagram_-_Example.jpg 1280w" sizes="(max-width: 1024px) 100vw, 1024px" /></figure><p>Intuitively, we can note that knowledge graphs take advantages of triples: subject-verb-qualifier in order to infer relationships among the data.</p><p>The knowledge graphs is at the core of the semantic web vision and standards like RDF and query languages like SPARQL are maintained by the w3c. A set of pointers for more information is available in this paper that I wrote specifically for <a
href="https://francescolelli.info/publication/interoperability-of-the-time-of-industry-4-0-and-the-internet-of-things/" target="_blank" rel="noreferrer noopener">interoperability in industry 4.0 and internet of things</a>. However sections 2.3. (of the paper) give an overview of the semantic stack.</p><h3 class="wp-block-heading">Existing tools and technologies that use knowledge graph</h3><p>A core set of technologies that are currently in productions and used companies like Google, Facebook, Apple includes the following:</p><ul
class="wp-block-list"><li><a
href="https://www.wikidata.org/wiki/Wikidata:Main_Page" target="_blank" rel="noreferrer noopener nofollow"><strong>Wikidata</strong></a>: Wikidata is a collaboratively edited multilingual knowledge graph hosted by the Wikimedia Foundation. It is a free and open knowledge base that can be read and edited by both humans and machines.</li><li><strong><a
href="https://schema.org/" target="_blank" rel="noreferrer noopener nofollow">schema.org</a></strong> is an organization that publishes documentations and guidelines to using structured data mark-up on web-pages. Its main objective is to standardize HTML tags to be used by webmasters for creating rich results about a certain topic of interest.</li><li><a
href="https://developers.google.com/knowledge-graph" target="_blank" rel="noreferrer noopener nofollow"><strong>Google Knowledge Graph</strong></a> is a knowledge base used by Google and its services to enhance its search engine&#8217;s results with information gathered from a variety of sources.</li></ul><p>These technologies are strictly focusing on the data instead and the video below share a practical approach that focus on the data and how to combine them. Note that it does not consider any AI approach but focus on how to combine existing available data and their relationships.</p><figure
class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div
class="wp-block-embed__wrapper"> <iframe
title="Strands of the modern semantic web: schema.org, Wikidata, and the Knowledge Graph" width="800" height="450" src="https://www.youtube.com/embed/UzyIlAXOAP8?feature=oembed&#038;enablejsapi=1&#038;origin=https://francescolelli.info" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div></figure><p>However, it contains very nice examples and give an intuitive idea on how Wikidata, Schema.org and Knowledge graph works.</p><h3 class="wp-block-heading">Research on Knowledge Graph and Artificial Intelligence</h3><p>Now that we have an idea of what are the basic techniques for representing information we need to understand how we can use machine learning techniques for enriching these information and the expressiveness of the models. What follows is a set of seminars that discuss the knowledge graph from a more theoretical point of view and consider open research questions. This is the first part:</p><figure
class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div
class="wp-block-embed__wrapper"> <iframe
title="CS520: Knowledge Graph Seminar Session 1 (Spring 2020)" width="800" height="450" src="https://www.youtube.com/embed/bvwjG-3qAmY?feature=oembed&#038;enablejsapi=1&#038;origin=https://francescolelli.info" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div></figure><p>Below you can find the second part. It also contains very nice real life case studies. Including how Siri works!</p><figure
class="wp-block-embed-youtube wp-block-embed is-type-video is-provider-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio"><div
class="wp-block-embed__wrapper"> <iframe
title="CS 520: Knowledge Graph Seminar Session 2 (Spring 2020)" width="800" height="450" src="https://www.youtube.com/embed/ZWM-Dlw3VCM?feature=oembed&#038;enablejsapi=1&#038;origin=https://francescolelli.info" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe></div></figure><p>If you are curious and would like to know more about the topic I encourage you in browsing the YouTube channel for more videos.</p><hr
/><p><em>On #Knowledge Graph and #ArtificialIntelligence : how to combine data and models for better information. #BigData #DataScience</em><br
/><a
href='https://twitter.com/intent/tweet?url=https%3A%2F%2Ffrancescolelli.info%2Fbig-data%2Fon-knowledge-graph-and-artificial-intelligence%2F&#038;text=On%20%23Knowledge%20Graph%20and%20%23ArtificialIntelligence%20%3A%20how%20to%20combine%20data%20and%20models%20for%20better%20information.%20%23BigData%20%23DataScience&#038;related' target='_blank' rel="noopener noreferrer" >Share on X</a><br
/><hr
/><p>The post <a
href="https://francescolelli.info/big-data/on-knowledge-graph-and-artificial-intelligence/">On Knowledge Graph and Artificial Intelligence</a> appeared first on <a
href="https://francescolelli.info">Francesco Lelli</a>.</p> ]]></content:encoded> <wfw:commentRss>https://francescolelli.info/big-data/on-knowledge-graph-and-artificial-intelligence/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <post-id
xmlns="com-wordpress:feed-additions:1">2400</post-id> </item> </channel> </rss>