Skip to content

Commit

Permalink
Fix typos in rel_ext_01_task.ipynb
Browse files Browse the repository at this point in the history
Fix two small typos
  • Loading branch information
wcmac committed Apr 21, 2019
1 parent 47be08f commit bf83930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rel_ext_01_task.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@
"cell_type": "markdown",
"metadata": {},
"source": [
"Not surprisingly, the performance of even this extremely simplistic model is noticeably better than random guessing. Of course, recall is much worse across the board, but precision and F<sub>0.5</sub>-score are sometimes much better. We observe big gains especially on `adjoins`, `author`, `contains`, `founders`, `has_sibling`, and `has spouse`. Then again, at least one relation actually got worse. (Can you offer any explanation for that?)\n",
"Not surprisingly, the performance of even this extremely simplistic model is noticeably better than random guessing. Of course, recall is much worse across the board, but precision and F<sub>0.5</sub>-score are sometimes much better. We observe big gains especially on `adjoins`, `author`, `has_sibling`, and `has_spouse`. Then again, at least one relation actually got worse. (Can you offer any explanation for that?)\n",
"\n",
"Admittedly, performance is still not great in absolute terms. However, we should have modest expectations for performance on this task — we are unlikely ever to get anywhere near perfect precision with perfect recall. Why?\n",
"\n",
Expand Down

0 comments on commit bf83930

Please sign in to comment.