Datasets:
Tasks:
Text Classification
Modalities:
Text
Formats:
csv
Sub-tasks:
text-scoring
Languages:
English
Size:
10K - 100K
License:
Detokenize `answers` and `email`
Browse files
README.md
CHANGED
@@ -25,8 +25,20 @@ task_ids:
|
|
25 |
---
|
26 |
|
27 |
|
28 |
-
This dataset contains sentence-level formality annotations used in the 2016
|
29 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
```
|
32 |
@article{PavlickAndTetreault-2016:TACL,
|
@@ -59,4 +71,4 @@ The annotated data files and number of lines in each are as follows:
|
|
59 |
Each record contains the following fields:
|
60 |
|
61 |
1. `avg_score`: the mean formality rating, which ranges from -3 to 3 where lower scores indicate less formal sentences
|
62 |
-
2. `sentence`
|
|
|
25 |
---
|
26 |
|
27 |
|
28 |
+
This dataset contains sentence-level formality annotations used in the 2016
|
29 |
+
TACL paper "An Empirical Analysis of Formality in Online Communication"
|
30 |
+
(Pavlick and Tetreault, 2016). It includes sentences from four genres (news,
|
31 |
+
blogs, email, and QA forums), all annotated by humans on Amazon Mechanical
|
32 |
+
Turk. The news and blog data was collected by Shibamouli Lahiri, and we are
|
33 |
+
redistributing it here for the convenience of other researchers. We collected
|
34 |
+
the email and answers data ourselves, using a similar annotation setup to
|
35 |
+
Shibamouli.
|
36 |
+
|
37 |
+
In the original dataset, `answers` and `email` were tokenized. In this version,
|
38 |
+
Oleksiy Syvokon detokenized them with `moses-detokenizer` and a bunch of
|
39 |
+
additional regexps.
|
40 |
+
|
41 |
+
If you use this data in your work, please cite BOTH of the below papers:
|
42 |
|
43 |
```
|
44 |
@article{PavlickAndTetreault-2016:TACL,
|
|
|
71 |
Each record contains the following fields:
|
72 |
|
73 |
1. `avg_score`: the mean formality rating, which ranges from -3 to 3 where lower scores indicate less formal sentences
|
74 |
+
2. `sentence`
|
all.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
test.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|
train.csv
CHANGED
The diff for this file is too large to render.
See raw diff
|
|