AnnaWegmann's picture
Upload folder using huggingface_hub
3be2d35 verified
|
raw
history blame
950 Bytes
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.
Data is tab separated and looks like
```
QID Annotator Session Is Paraphrase Guest Tokens Guest Highlights Host Tokens Host Highlights
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]
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]
```
Dataset was created as described in https://arxiv.org/abs/2404.06670