Spaces:
Running
Running
Julien Chaumond
commited on
Commit
•
41667ee
1
Parent(s):
a578e63
meta tags
Browse files- assets/thumbnail-large.png +0 -0
- index.html +5 -1
assets/thumbnail-large.png
ADDED
index.html
CHANGED
@@ -5,6 +5,10 @@
|
|
5 |
<title>Neural Coreference – Hugging Face</title>
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
7 |
<link rel="stylesheet" href="dist/style.css">
|
|
|
|
|
|
|
|
|
8 |
</head>
|
9 |
<body>
|
10 |
<div class="header">
|
@@ -49,7 +53,7 @@
|
|
49 |
<p>This is a demo of our State-of-the-art neural coreference resolution system.
|
50 |
The open source code for <a target="_blank" href="https://github.com/huggingface/neuralcoref">Neural coref</a>,
|
51 |
our coreference system based on neural nets and spaCy, is <a target="_blank" href="https://github.com/huggingface/neuralcoref">on Github</a>,
|
52 |
-
and we explain how it works in <a target="_blank" href="https://medium.com/
|
53 |
<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.
|
54 |
It is a classical Natural language processing task, that has seen a revival of interest in the past
|
55 |
two years as several research groups applied cutting-edge deep-learning and reinforcement-learning techniques to it.
|
|
|
5 |
<title>Neural Coreference – Hugging Face</title>
|
6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no">
|
7 |
<link rel="stylesheet" href="dist/style.css">
|
8 |
+
<meta property="og:url" content="https://huggingface.co/coref/">
|
9 |
+
<meta property="og:image" content="https://huggingface.co/coref/assets/thumbnail-large.png">
|
10 |
+
<meta property="fb:app_id" content="1321688464574422">
|
11 |
+
<meta name="description" content="This is a demo of Neuralcoref, our state-of-the-art neural coreference resolution system.">
|
12 |
</head>
|
13 |
<body>
|
14 |
<div class="header">
|
|
|
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.
|