Datasets:

Sub-tasks:
text-scoring
Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
found
Annotations Creators:
crowdsourced
Source Datasets:
original
Tags:
License:
osyvokon commited on
Commit
2c9deaf
1 Parent(s): 1f63171

Detokenize `answers` and `email`

Browse files
Files changed (4) hide show
  1. README.md +15 -3
  2. all.csv +0 -0
  3. test.csv +0 -0
  4. train.csv +0 -0
README.md CHANGED
@@ -25,8 +25,20 @@ task_ids:
25
  ---
26
 
27
 
28
- This dataset contains sentence-level formality annotations used in the 2016 TACL paper "An Empirical Analysis of Formality in Online Communication" (Pavlick
29
- and Tetreault, 2016). It includes sentences from four genres (news, blogs, email, and QA forums), all annotated by humans on Amazon Mechanical Turk. The news and blog data was collected by Shibamouli Lahiri, and we are redistributing it here for the convenience of other researchers. We collected the email and answers data ourselves, using a similar annotation setup to Shibamouli. If you use this data in your work, please cite BOTH of the below papers:
 
 
 
 
 
 
 
 
 
 
 
 
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