Spaces:
Running
Running
Shane Weisz
commited on
Commit
·
ae062a4
1
Parent(s):
e9e9957
Minor wording change and link to counterspeech definition
Browse files
app.py
CHANGED
@@ -10,9 +10,9 @@ Built by [Shane Weisz](https://shaneweisz.com) for my research project on _Autom
|
|
10 |
<br/>
|
11 |
The project is supervised by [Dr Marcus Tomalin](https://www.crassh.cam.ac.uk/about/people/marcus-tomalin/) and forms part of the [Giving Voice to Digital Democracies](https://www.crassh.cam.ac.uk/research/projects-centres/giving-voice-to-digital-democracies/) project on the _The Social Impact of Artificially Intelligent Communications Technology_.
|
12 |
<br/>
|
13 |
-
The system is built by fine-tuning [DialoGPT](https://huggingface.co/microsoft/DialoGPT-medium#:~:text=DialoGPT%20is%20a%20SOTA%20large,single%2Dturn%20conversation%20Turing%20test) on the [MultiCONAN](https://github.com/marcoguerini/CONAN#Multitarget-CONAN) dataset, a dataset comprising a set of hate speech inputs and appropriate counterspeech responses produced under the supervision of trained NGO operators from [Stop Hate UK](https://www.stophateuk.org/).
|
14 |
<br/><br/>
|
15 |
-
**Try it out**: Enter a hate speech comment (or select one of the provided examples), click Submit, and see if the system generates an appropriate counterspeech response.
|
16 |
"""
|
17 |
|
18 |
ARTICLE = f"""
|
|
|
10 |
<br/>
|
11 |
The project is supervised by [Dr Marcus Tomalin](https://www.crassh.cam.ac.uk/about/people/marcus-tomalin/) and forms part of the [Giving Voice to Digital Democracies](https://www.crassh.cam.ac.uk/research/projects-centres/giving-voice-to-digital-democracies/) project on the _The Social Impact of Artificially Intelligent Communications Technology_.
|
12 |
<br/>
|
13 |
+
The system is built by fine-tuning [DialoGPT](https://huggingface.co/microsoft/DialoGPT-medium#:~:text=DialoGPT%20is%20a%20SOTA%20large,single%2Dturn%20conversation%20Turing%20test) on the [MultiCONAN](https://github.com/marcoguerini/CONAN#Multitarget-CONAN) dataset, a dataset comprising a set of hate speech inputs and appropriate [counterspeech](https://dangerousspeech.org/counterspeech/) responses produced under the supervision of trained NGO operators from [Stop Hate UK](https://www.stophateuk.org/).
|
14 |
<br/><br/>
|
15 |
+
**Try it out**: Enter a hate speech comment (or select one of the provided examples below), click Submit, and see if the system generates an appropriate counterspeech response.
|
16 |
"""
|
17 |
|
18 |
ARTICLE = f"""
|