Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,30 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
language:
|
3 |
+
- en
|
4 |
+
- de
|
5 |
+
- fr
|
6 |
+
- it
|
7 |
+
- es
|
8 |
+
---
|
9 |
+
|
10 |
+
|
11 |
+
> [!NOTE]
|
12 |
+
> Dataset origin: https://zenodo.org/records/6341173
|
13 |
+
|
14 |
+
# Multilingual_Persuasion_Detection
|
15 |
+
|
16 |
+
This dataset contains dialogue lines from the games Knights of the Old Republic 1 & 2 and Neverwinter Nights 1. Some of the dialogue lines are marked as persuasive (which is when the player character is attempting a Persuade skill check.)
|
17 |
+
|
18 |
+
# Citation
|
19 |
+
|
20 |
+
```
|
21 |
+
@misc{pöyhönen2022multilingualpersuasiondetectionvideo,
|
22 |
+
title={Multilingual Persuasion Detection: Video Games as an Invaluable Data Source for NLP},
|
23 |
+
author={Teemu Pöyhönen and Mika Hämäläinen and Khalid Alnajjar},
|
24 |
+
year={2022},
|
25 |
+
eprint={2207.04453},
|
26 |
+
archivePrefix={arXiv},
|
27 |
+
primaryClass={cs.CL},
|
28 |
+
url={https://arxiv.org/abs/2207.04453},
|
29 |
+
}
|
30 |
+
```
|