File size: 1,518 Bytes
018969a
605bc91
 
 
 
 
 
 
 
 
 
 
 
018969a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
605bc91
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
---
language:
- en
multilinguality:
- monolingual
size_categories:
- 100K<n<1M
task_categories:
- feature-extraction
- sentence-similarity
pretty_name: Sentence Compression
tags:
- sentence-transformers
dataset_info:
  config_name: pair
  features:
  - name: text
    dtype: string
  - name: simplified
    dtype: string
  splits:
  - name: train
    num_bytes: 36787355
    num_examples: 180000
  download_size: 27233130
  dataset_size: 36787355
configs:
- config_name: pair
  data_files:
  - split: train
    path: pair/train-*
---

# Dataset Card for Sentence Compression

This dataset is a collection of text-simplified pairs from the Sentence Compression project. See [Sentence Compression](https://github.com/google-research-datasets/sentence-compression) for additional information.
This dataset can be used directly with Sentence Transformers to train embedding models.

## Dataset Subsets

### `pair` subset

* Columns: "text", "simplified"
* Column types: `str`, `str`
* Examples:
    ```python
    {
      'text': "The USHL completed an expansion draft on Monday as 10 players who were on the rosters of USHL teams during the 2009-10 season were selected by the League's two newest entries, the Muskegon Lumberjacks and Dubuque Fighting Saints.",
      'simplified': 'USHL completes expansion draft',
    }
    ```
* Collection strategy: Reading the Sentence Compression dataset from [embedding-training-data](https://huggingface.co/datasets/sentence-transformers/embedding-training-data).
* Deduplified: No