Skip to content

Commit d80fd9e

Browse files
committed
fixed adapt link
added replication instruction link
1 parent b01936d commit d80fd9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ To freeze the weights of the adaptive model and evaluate it on `heldout_set.txt`
4141

4242
## Features
4343
* Outputs incremental word-by-word information-theoretic complexity estimates (i.e. surprisal, entropy, entropy reduction) if the runtime command `--words` is given.
44-
* Can function as an [adaptive language model](https://vansky.github.io/assets/pdf/vanschijndel_linzen-2018-emnlp_adapt.pdf) if the runtime command `--adapt` is given (van Schijndel and Linzen, 2018)
44+
* Can function as an [adaptive language model](http://aclweb.org/anthology/D18-1499) if the runtime command `--adapt` is given (van Schijndel and Linzen, 2018). [Complete replication instructions](https://github.com/vansky/replications/blob/master/vanschijndel_linzen-2018-emnlp/vanschijndel_linzen-2018-emnlp-replication.md)
4545
* Can operate interactively
4646
* Early convergence detection (when loss is the same for 3 consecutive training epochs)
4747
* Any words in the test corpus which were not seen during training are converted to `<unk>`. The probability of `<unk>` can be explicitly trained on `<unk>` tokens in the training data and/or implicitly learned using new words seen during validation.

0 commit comments

Comments
 (0)