Update README.md
Browse files
README.md
CHANGED
@@ -15,24 +15,26 @@ Quick Links:
|
|
15 |
|
16 |
We considered the following tasks and provided corresponding pretrained models.
|
17 |
|
18 |
-
|
|
19 |
-
|
|
20 |
-
|
|
21 |
-
|
|
22 |
-
| `
|
23 |
-
|
|
24 |
-
| | **
|
25 |
-
|
|
26 |
-
|
|
|
|
27 |
|
28 |
|
29 |
### Examples:
|
30 |
-
The `
|
|
|
31 |
|
32 |
-
| Context | Response | `
|
33 |
| :------ | :------- | :------------: |
|
34 |
-
| I love NLP! |
|
35 |
-
| I love NLP! | Me too! | 0.
|
36 |
|
37 |
### Contact:
|
38 |
Please create an issue on [our repo](https://github.com/golsun/DialogRPT)
|
|
|
15 |
|
16 |
We considered the following tasks and provided corresponding pretrained models.
|
17 |
|
18 |
+
|Task | Description | Pretrained model |
|
19 |
+
| :------------- | :----------- | :-----------: |
|
20 |
+
| **Human feedback** | **given a context and its two human responses, predict...**|
|
21 |
+
| `updown` | ... which gets more upvotes? | [model card](https://huggingface.co/microsoft/DialogRPT-updown) |
|
22 |
+
| `width`| ... which gets more direct replies? | (this model) |
|
23 |
+
| `depth`| ... which gets longer follow-up thread? | [model card](https://huggingface.co/microsoft/DialogRPT-width) |
|
24 |
+
| **Human-like** (human vs fake) | **given a context and one human response, distinguish it with...** |
|
25 |
+
| `human_vs_rand`| ... a random human response | [model card](https://huggingface.co/microsoft/DialogRPT-human-vs-rand) |
|
26 |
+
| `human_vs_machine`| ... a machine generated response | [model card](https://huggingface.co/microsoft/DialogRPT-human-vs-machine) |
|
27 |
+
|
28 |
|
29 |
|
30 |
### Examples:
|
31 |
+
The `width` score predicts how likely the response is getting replied.
|
32 |
+
Examples below can be reproduced with this [Colab Notebook](https://colab.research.google.com/drive/1cAtfkbhqsRsT59y3imjR1APw3MHDMkuV?usp=sharing)
|
33 |
|
34 |
+
| Context | Response | `width` score |
|
35 |
| :------ | :------- | :------------: |
|
36 |
+
| I love NLP! | Can anyone recommend a nice review paper? | 0.701 |
|
37 |
+
| I love NLP! | Me too! | 0.029 |
|
38 |
|
39 |
### Contact:
|
40 |
Please create an issue on [our repo](https://github.com/golsun/DialogRPT)
|