From c3a54f65f57a7bc9e5d2b0ad63c5a1325fbd82bc Mon Sep 17 00:00:00 2001 From: Insop Song Date: Sun, 1 Mar 2020 11:00:41 -0800 Subject: [PATCH] Update broken link - h/t Jennifer Arnold from XCS224U --- hw_wordsim.ipynb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hw_wordsim.ipynb b/hw_wordsim.ipynb index 5b90c49..7830b8b 100644 --- a/hw_wordsim.ipynb +++ b/hw_wordsim.ipynb @@ -54,9 +54,9 @@ "\n", "| Dataset | Pairs | Task-type | Current best Spearman $\\rho$ | Best $\\rho$ paper | |\n", "|---------|-------|-----------|------------------------------|-------------------|---|\n", - "| [WordSim-353](http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/) | 353 | Relatedness | 82.8 | [Speer et al. 2017](https://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14972) |\n", - "| [MTurk-771](http://www2.mta.ac.il/~gideon/mturk771.html) | 771 | Relatedness | 81.0 | [Speer et al. 2017](https://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14972) |\n", - "| [The MEN Test Collection](http://clic.cimec.unitn.it/~elia.bruni/MEN) | 3,000 | Relatedness | 86.6 | [Speer et al. 2017](https://aaai.org/ocs/index.php/AAAI/AAAI17/paper/view/14972) | \n", + "| [WordSim-353](http://www.cs.technion.ac.il/~gabr/resources/data/wordsim353/) | 353 | Relatedness | 82.8 | [Speer et al. 2017](https://arxiv.org/abs/1612.03975) |\n", + "| [MTurk-771](http://www2.mta.ac.il/~gideon/mturk771.html) | 771 | Relatedness | 81.0 | [Speer et al. 2017](https://arxiv.org/abs/1612.03975) |\n", + "| [The MEN Test Collection](http://clic.cimec.unitn.it/~elia.bruni/MEN) | 3,000 | Relatedness | 86.6 | [Speer et al. 2017](https://arxiv.org/abs/1612.03975) | \n", "| [SimVerb-3500-dev](http://people.ds.cam.ac.uk/dsg40/simverb.html) | 500 | Similarity | 61.1 | [Mrkišć et al. 2016](https://arxiv.org/pdf/1603.00892.pdf) |\n", "| [SimVerb-3500-test](http://people.ds.cam.ac.uk/dsg40/simverb.html) | 3,000 | Similarity | 62.4 | [Mrkišć et al. 2016](https://arxiv.org/pdf/1603.00892.pdf) |\n", "\n",