From dac0a89fbf087a856197b64b066f87ef2302ec4a Mon Sep 17 00:00:00 2001 From: troyyyyy Date: Thu, 28 Dec 2023 09:23:09 +0800 Subject: [PATCH] [FIX] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index af49c3a..8d5c1b8 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,10 @@ We provide several examples in `examples/`. Each example is stored in a separate + [MNIST Addition](https://github.com/AbductiveLearning/ABL-Package/blob/Dev/examples/mnist_add) + [Hand Written Formula](https://github.com/AbductiveLearning/ABL-Package/blob/Dev/examples/hwf) -+ [Hand written Equation Decipherment](https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/hed) ++ [Hand Written Equation Decipherment](https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/hed) + [Zoo](https://github.com/AbductiveLearning/ABL-Package/tree/Dev/examples/zoo) -## A Simple Example +## 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 contain information on how to perform addition operations. Our objective is to input a pair of handwritten images and accurately determine their sum.