From 892da8ea16b6a0d0a9681067b9ac4a929e6dc79e Mon Sep 17 00:00:00 2001 From: Tony-HYX <605698554@qq.com> Date: Sun, 7 Jan 2024 19:47:41 +0800 Subject: [PATCH] [MNT] Update ABL Kit description --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 09aba0b..deb385d 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ # Abductive Learning (ABL) Kit -**ABL Kit** is an open source Python toolkit for **Abductive Learning (ABL)**. +**ABL Kit** 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. @@ -192,7 +192,7 @@ To explore detailed tutorials and information, please refer to - [document](http We provide several examples in `examples/`. Each example is stored in a separate folder containing a README file. + [MNIST Addition](https://github.com/AbductiveLearning/ABLKit/tree/main/examples/mnist_add) -+ [Handwritten Formula](https://github.com/AbductiveLearning/ABLKit/tree/main/examples/hwf) ++ [Handwritten Formula (HWF)](https://github.com/AbductiveLearning/ABLKit/tree/main/examples/hwf) + [Handwritten Equation Decipherment](https://github.com/AbductiveLearning/ABLKit/tree/main/examples/hed) + [Zoo](https://github.com/AbductiveLearning/ABLKit/tree/main/examples/zoo)