You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

References.rst 1.9 kB

1 year ago
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. References
  2. ==========
  3. To cite ABLkit, please cite the following paper:
  4. Yu-Xuan Huang, Wen-Chao Hu, En-Hao Gao and Yuan Jiang. `ABLkit: a Python toolkit for abductive learning <https://journal.hep.com.cn/fcs/EN/10.1007/s11704-024-40085-7>`_. **Frontiers of Computer Science**, 2024, 18: 186354.
  5. .. code-block:: latex
  6. @article{ABLkit2024,
  7. author = {Huang, Yu-Xuan and Hu, Wen-Chao and Gao, En-Hao and Jiang, Yuan},
  8. title = {ABLkit: a Python toolkit for abductive learning},
  9. journal = {Frontiers of Computer Science},
  10. volume = {18},
  11. number = {6},
  12. pages = {186354},
  13. year = {2024}
  14. }
  15. For more information about ABL, please refer to:
  16. Zhi-Hua Zhou. `Abductive learning: Towards bridging machine learning and logical reasoning <http://scis.scichina.com/en/2019/076101.pdf>`_. **Science China Information Sciences**, 2019, 62: 076101.
  17. Zhi-Hua Zhou and Yu-Xuan Huang. `Abductive learning <https://www.lamda.nju.edu.cn/publication/chap_ABL.pdf>`_. In P. Hitzler and M. K. Sarker eds., **Neuro-Symbolic Artificial Intelligence: The State of the Art**, IOP Press, Amsterdam, 2022, p.353-379
  18. .. code-block:: latex
  19. @article{zhou2019abductive,
  20. title = {Abductive learning: towards bridging machine learning and logical reasoning},
  21. author = {Zhou, Zhi-Hua},
  22. journal = {Science China Information Sciences},
  23. volume = {62},
  24. number = {7},
  25. pages = {76101},
  26. year = {2019}
  27. }
  28. @incollection{zhou2022abductive,
  29. title = {Abductive Learning},
  30. author = {Zhou, Zhi-Hua and Huang, Yu-Xuan},
  31. booktitle = {Neuro-Symbolic Artificial Intelligence: The State of the Art},
  32. editor = {Pascal Hitzler and Md. Kamruzzaman Sarker},
  33. publisher = {{IOS} Press},
  34. pages = {353--369},
  35. address = {Amsterdam},
  36. year = {2022}
  37. }

An efficient Python toolkit for Abductive Learning (ABL), a novel paradigm that integrates machine learning and logical reasoning in a unified framework.