"This example shows a simple implementation of Handwritten Formula, which was first introduced in [Li et al., 2020](https://arxiv.org/abs/2006.06649). In this task, the inputs are images of decimal formulas, and the outputs are their computed results.\n",
"\n",
"This example shows a simple implementation of [Handwritten Formula](https://arxiv.org/abs/2006.06649). In this task, xxx.\n",
"<!-- \n",
"In Abductive Learning, we hope to first use learning part to map the input images to their symbols (we call them pseudo labels), and then use reasoning part to calculate the summation of these pseudo labels to get the final result.\n",
"\n",
"The HWF dataset ontains images of decimal formulas and their computed results. "
"The HWF dataset ontains images of decimal formulas and their computed results. -->"
]
},
{
@@ -41,17 +41,9 @@
},
{
"cell_type": "code",
"execution_count": 3,
"execution_count": null,
"metadata": {},
"outputs": [
{
"name": "stdout",
"output_type": "stream",
"text": [
"12/18 12:48:19 - abl - INFO - Abductive Learning on the HWF example.\n"
]
}
],
"outputs": [],
"source": [
"# Initialize logger and print basic information\n",
"print_log(\"Abductive Learning on the HWF example.\", logger=\"current\")\n",