AnnaWegmann commited on
Commit
3be2d35
1 Parent(s): 79dc881

Upload folder using huggingface_hub

Browse files
Files changed (4) hide show
  1. README.md +14 -0
  2. dev.tsv +0 -0
  3. test.tsv +0 -0
  4. train.tsv +0 -0
README.md ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ This dataset consists of 601 interview turns between a guest and a host of a news interview and 5581 crowd-sourced annotations of whether the host paraphrased the guest. If the annotator classifies a paraphrase, they also provided spans of words where the paraphrase occurs. There are between 3-21 annotations per item. Generally, an item has more annotations if annotators disagreed more.
2
+
3
+ Data is tab separated and looks like
4
+
5
+ ```
6
+ QID Annotator Session Is Paraphrase Guest Tokens Guest Highlights Host Tokens Host Highlights
7
+ CNN-177596-7 PROLIFIC_1 R_2PoEZfAptrkFdsx 0 This is not good. [0, 0, 0, 0] This is what you don't want happening with your menorah, folks. [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
8
+ CNN-177596-7 PROLIFIC_2 R_3HCjJuW3mB9PQpL 1 This is not good. [1, 1, 1, 1] This is what you don't want happening with your menorah, folks. [1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0]
9
+ ```
10
+
11
+ Dataset was created as described in https://arxiv.org/abs/2404.06670
12
+
13
+
14
+
dev.tsv ADDED
The diff for this file is too large to render. See raw diff
 
test.tsv ADDED
The diff for this file is too large to render. See raw diff
 
train.tsv ADDED
The diff for this file is too large to render. See raw diff