diff --git a/README.md b/README.md index 0749b0b..4b5edb5 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ ABLkit encapsulates advanced ABL techniques, providing users with an efficient a ABLkit

-## Installation +## ๐Ÿ› ๏ธ Installation ### Install from PyPI @@ -60,7 +60,7 @@ sudo apt-get install swi-prolog For Windows and Mac users, please refer to the [SWI-Prolog Install Guide](https://github.com/yuce/pyswip/blob/master/INSTALL.md). -## Quick Start +## โšก Quick Start We use the MNIST Addition task as a quick start example. In this task, pairs of MNIST handwritten images and their sums are given, alongwith a domain knowledge base which contains information on how to perform addition operations. Our objective is to input a pair of handwritten images and accurately determine their sum. @@ -184,7 +184,7 @@ bridge.test(test_data) To explore detailed tutorials and information, please refer to: [Documentation on Read the Docs](https://ablkit.readthedocs.io/en/latest/index.html). -## Examples +## ๐Ÿงช Examples We provide several examples in `examples/`. Each example is stored in a separate folder containing a README file. @@ -194,7 +194,7 @@ We provide several examples in `examples/`. Each example is stored in a separate + [Zoo](https://github.com/AbductiveLearning/ABLkit/tree/main/examples/zoo) + [BDD-OIA](https://github.com/AbductiveLearning/ABLkit/tree/main/examples/bdd_oia) -## References +## ๐Ÿ“š References For more information about ABL, please refer to: [Zhou, 2019](http://scis.scichina.com/en/2019/076101.pdf) and [Zhou and Huang, 2022](https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf). @@ -221,7 +221,7 @@ For more information about ABL, please refer to: [Zhou, 2019](http://scis.scichi } ``` -## Citation +## ๐Ÿ“ Citation To cite ABLkit, please cite the following paper: [Huang et al., 2024](https://journal.hep.com.cn/fcs/EN/10.1007/s11704-024-40085-7). @@ -235,4 +235,52 @@ To cite ABLkit, please cite the following paper: [Huang et al., 2024](https://j pages = {186354}, year = {2024} } -``` \ No newline at end of file +``` + +## โœจ Contributors + +We would like to thank the following contributors for their efforts on this project: + + + + + + + + +
+ + +
+ Yu-Xuan Huang +

+ (placeholder) +
+ + +
+ Wen-Chao Hu +

+ + (current maintainer) + +
+ + +
+ En-Hao Gao +

+ (placeholder) +
+ + +
+ Qi-Jie Li +

+ (placeholder) +
+ +We also thank the following users for their helpful suggestions and feedback: + +- [Hao-Yuan He](https://github.com/Hao-Yuan-He) +- [Wang-Zhou Dai](https://github.com/haldai) \ No newline at end of file