diff --git a/README.md b/README.md index bc0648a..b34252f 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ # 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 logical reasoning in a unified framework. It is suitable for tasks where both data and (logical) domain knowledge are available. diff --git a/docs/README.rst b/docs/README.rst index b3f9ed3..c510cac 100644 --- a/docs/README.rst +++ b/docs/README.rst @@ -1,10 +1,12 @@ 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 + +
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.
.. image:: _static/img/ABL.png