| 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", | |
| } | |
| ``` |