Browse Source

[ENH] add link for ABL in readme

pull/6/head
troyyyyy 1 year ago
parent
commit
79bc183eec
2 changed files with 7 additions and 5 deletions
  1. +1
    -1
      README.md
  2. +6
    -4
      docs/README.rst

+ 1
- 1
README.md View File

@@ -21,7 +21,7 @@


# ABLkit: A Python Toolkit for Abductive Learning # ABLkit: A Python Toolkit for Abductive Learning


**ABLkit** is an efficient Python toolkit for **Abductive Learning (ABL)**.
**ABLkit** is an efficient Python toolkit for [**Abductive Learning (ABL)**](https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf).
ABL is a novel paradigm that integrates machine learning and ABL is a novel paradigm that integrates machine learning and
logical reasoning in a unified framework. It is suitable for tasks logical reasoning in a unified framework. It is suitable for tasks
where both data and (logical) domain knowledge are available. where both data and (logical) domain knowledge are available.


+ 6
- 4
docs/README.rst View File

@@ -1,10 +1,12 @@
ABLkit ABLkit
======= =======


**ABLkit** is an efficient Python toolkit for **Abductive Learning (ABL)**.
ABL is a novel paradigm that integrates machine learning and
logical reasoning in a unified framework. It is suitable for tasks
where both data and (logical) domain knowledge are available.
.. raw:: html

<p><b>ABLkit</b> is an efficient Python toolkit for <a href="https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf"><b>Abductive Learning (ABL)</b></a>.
ABL is a novel paradigm that integrates machine learning and
logical reasoning in a unified framework. It is suitable for tasks
where both data and (logical) domain knowledge are available.</p>


.. image:: _static/img/ABL.png .. image:: _static/img/ABL.png




Loading…
Cancel
Save