Skip to content

Latest commit

 

History

History
98 lines (81 loc) · 4.23 KB

File metadata and controls

98 lines (81 loc) · 4.23 KB
layout page
title KR2ML
subtitle Knowledge Representation & Reasoning Meets Machine Learning
use-site-title true

Overview

Machine learning (ML) has seen a tremendous amount of recent success and has been applied in a variety of applications. However, it comes with several drawbacks, such as the need for large amounts of training data and the lack of explainability and verifiability of the results. In many domains, there is structured knowledge (e.g., from electronic health records, laws, clinical guidelines, or common sense knowledge) which can be leveraged for reasoning in an informed way (i.e., including the information encoded in the knowledge representation itself) in order to obtain high quality answers. Symbolic approaches for knowledge representation and reasoning (KRR) are less prominent today - mainly due to their lack of scalability - but their strength lies in the verifiable and interpretable reasoning that can be accomplished. This workshop aims at the intersection of these two sub-fields of AI, and hopes to shine a light on the synergies that exist between KRR and ML. The 4th KR2ML workshop will be a virtual workshop at NeurIPS 2020, Dec. 11. Our goal is to advance the general discussion of the topic by highlighting contributions proposing innovative approaches integrating KRR and ML.


Speakers & Panelists

{% for p in site.data.speakers %} {% if forloop.index<=5 %} {% capture id %}{{ p[0] }}{% endcapture %} {% include profile.html p=p %} {% endif %} {% endfor %}
{% for p in site.data.speakers %} {% capture id %}{{ p[0] }}{% endcapture %} {% if forloop.index>5 and forloop.index<=10%} {% include profile.html p=p %} {% endif %} {% endfor %}
{% for p in site.data.speakers %} {% capture id %}{{ p[0] }}{% endcapture %} {% if forloop.index>10%} {% include profile.html p=p %} {% endif %} {% endfor %}
More Info

Organizers

{% for p in site.data.organizers %} {% capture id %}{{ p[0] }}{% endcapture %} {% include profile.html p=p %} {% endfor %}

Program Committee

    {% for p in site.data.pc.people %}
  • {{ p }}
  • {% endfor %}

Related Venues


Contact: kr2ml.ws@gmail.com.