Julien Chaumond commited on
Commit
c80a031
·
1 Parent(s): cd278bc

add link to newer medium blogpost

Browse files

cc

@thomwolf

Files changed (1) hide show
  1. index.html +2 -1
index.html CHANGED
@@ -53,7 +53,8 @@
53
  <p>This is a demo of our State-of-the-art neural coreference resolution system.
54
  The open source code for <a target="_blank" href="https://github.com/huggingface/neuralcoref">Neural coref</a>,
55
  our coreference system based on neural nets and spaCy, is <a target="_blank" href="https://github.com/huggingface/neuralcoref">on Github</a>,
56
- and we explain how it works in <a target="_blank" href="https://medium.com/huggingface/state-of-the-art-neural-coreference-resolution-for-chatbots-3302365dcf30">this Medium publication</a>.</p>
 
57
  <p>In short, coreference is the fact that two or more expressions in a text – like pronouns or nouns – link to the same person or thing.
58
  It is a classical Natural language processing task, that has seen a revival of interest in the past
59
  two years as several research groups applied cutting-edge deep-learning and reinforcement-learning techniques to it.
 
53
  <p>This is a demo of our State-of-the-art neural coreference resolution system.
54
  The open source code for <a target="_blank" href="https://github.com/huggingface/neuralcoref">Neural coref</a>,
55
  our coreference system based on neural nets and spaCy, is <a target="_blank" href="https://github.com/huggingface/neuralcoref">on Github</a>,
56
+ and we explain in our Medium publication <a target="_blank" href="https://medium.com/huggingface/state-of-the-art-neural-coreference-resolution-for-chatbots-3302365dcf30">how the model works</a>
57
+ and <a target="_blank" href="https://medium.com/huggingface/how-to-train-a-neural-coreference-model-neuralcoref-2-7bb30c1abdfe">how to train it</a>.</p>
58
  <p>In short, coreference is the fact that two or more expressions in a text – like pronouns or nouns – link to the same person or thing.
59
  It is a classical Natural language processing task, that has seen a revival of interest in the past
60
  two years as several research groups applied cutting-edge deep-learning and reinforcement-learning techniques to it.