Browse Source

[MNT] add ltn comparision result on mnist add

pull/8/head
Gao Enhao 1 year ago
parent
commit
15ac8679d5
3 changed files with 18 additions and 0 deletions
  1. +6
    -0
      docs/Examples/MNISTAdd.rst
  2. +6
    -0
      examples/mnist_add/README.md
  3. +6
    -0
      examples/mnist_add/mnist_add.ipynb

+ 6
- 0
docs/Examples/MNISTAdd.rst View File

@@ -379,6 +379,7 @@ We present the results of ABL as follows, which include the reasoning accuracy (

- `NeurASP <https://github.com/azreasoners/NeurASP>`_: An extension of answer set programs by treating the neural network output as the probability distribution over atomic facts;
- `DeepProbLog <https://github.com/ML-KULeuven/deepproblog>`_: An extension of ProbLog by introducing neural predicates in Probabilistic Logic Programming;
- `LTN <https://github.com/logictensornetworks/logictensornetworks>`_: A neural-symbolic framework that uses differentiable first-order logic language to incorporate data and logic;
- `DeepStochLog <https://github.com/ML-KULeuven/deepstochlog>`_: A neural-symbolic framework based on stochastic logic program.

.. raw:: html
@@ -410,6 +411,11 @@ We present the results of ABL as follows, which include the reasoning accuracy (
<td>97.1</td>
<td>2045</td>
</tr>
<tr>
<td>LTN</td>
<td>97.4</td>
<td>251</td>
</tr>
<tr>
<td>DeepStochLog</td>
<td>97.5</td>


+ 6
- 0
examples/mnist_add/README.md View File

@@ -54,6 +54,7 @@ We present the results of ABL as follows, which include the reasoning accuracy (

- [**NeurASP**](https://github.com/azreasoners/NeurASP): An extension of answer set programs by treating the neural network output as the probability distribution over atomic facts;
- [**DeepProbLog**](https://github.com/ML-KULeuven/deepproblog): An extension of ProbLog by introducing neural predicates in Probabilistic Logic Programming;
- [**LTN**](https://github.com/logictensornetworks/logictensornetworks): A neural-symbolic framework that uses differentiable first-order logic language to incorporate data and logic.
- [**DeepStochLog**](https://github.com/ML-KULeuven/deepstochlog): A neural-symbolic framework based on stochastic logic program.

<table class="tg" style="margin-left: auto; margin-right: auto;">
@@ -75,6 +76,11 @@ We present the results of ABL as follows, which include the reasoning accuracy (
<td>97.1</td>
<td>2045</td>
</tr>
<tr>
<td>LTN</td>
<td>97.4</td>
<td>251</td>
</tr>
<tr>
<td>DeepStochLog</td>
<td>97.5</td>


+ 6
- 0
examples/mnist_add/mnist_add.ipynb View File

@@ -472,6 +472,7 @@
"We present the results of ABL as follows, which include the reasoning accuracy (the proportion of equations that are correctly summed), and the training time used to achieve this accuracy. These results are compared with the following methods:\n",
"- [**NeurASP**](https://github.com/azreasoners/NeurASP): An extension of answer set programs by treating the neural network output as the probability distribution over atomic facts;\n",
"- [**DeepProbLog**](https://github.com/ML-KULeuven/deepproblog): An extension of ProbLog by introducing neural predicates in Probabilistic Logic Programming;\n",
"- [**LTN**](https://github.com/logictensornetworks/logictensornetworks): A neural-symbolic framework that uses differentiable first-order logic language to incorporate data and logic.\n",
"- [**DeepStochLog**](https://github.com/ML-KULeuven/deepstochlog): A neural-symbolic framework based on stochastic logic program."
]
},
@@ -507,6 +508,11 @@
" <td>2045</td>\n",
"</tr>\n",
"<tr>\n",
" <td>LTN</td>\n",
" <td>97.4</td>\n",
" <td>251</td>\n",
"</tr>\n",
"<tr>\n",
" <td>DeepStochLog</td>\n",
" <td>97.5</td>\n",
" <td>257</td>\n",


Loading…
Cancel
Save