File size: 1,286 Bytes
eb70c98
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7a1754f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
---
configs:
- config_name: default
  data_files:
  - split: train
    path: data/train-*
  - split: validation
    path: data/validation-*
  - split: test
    path: data/test-*
dataset_info:
  features:
  - name: text_a
    dtype: string
  - name: text_b
    dtype: string
  - name: label
    dtype: int64
  splits:
  - name: train
    num_bytes: 1183683
    num_examples: 11530
  - name: validation
    num_bytes: 404683
    num_examples: 4142
  - name: test
    num_bytes: 81188
    num_examples: 838
  download_size: 547699
  dataset_size: 1669554
---
# Dataset Card for "pit"

https://aclanthology.org/S15-2001/

```
@inproceedings{xu-etal-2015-semeval,
    title = "{S}em{E}val-2015 Task 1: Paraphrase and Semantic Similarity in {T}witter ({PIT})",
    author = "Xu, Wei  and
      Callison-Burch, Chris  and
      Dolan, Bill",
    editor = "Nakov, Preslav  and
      Zesch, Torsten  and
      Cer, Daniel  and
      Jurgens, David",
    booktitle = "Proceedings of the 9th International Workshop on Semantic Evaluation ({S}em{E}val 2015)",
    month = jun,
    year = "2015",
    address = "Denver, Colorado",
    publisher = "Association for Computational Linguistics",
    url = "https://aclanthology.org/S15-2001",
    doi = "10.18653/v1/S15-2001",
    pages = "1--11",
}
```