CoolFace
Datasetpublic

sentence-transformers/sentence-compression

Dataset Card for Sentence Compression This dataset is a collection of text-simplified pairs from the Sentence Compression project. See 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:{ 'text': "The USHL completed an expansion draft on Monday as 10 players who were on the… See the full description on the dataset page: https://huggingface.co/datasets/sentence-transformers/sentence-compression.

sourceHugging Faceupdated 2y agoView on Hugging Face
6likes147downloads
Dataset Card

Dataset Card for Sentence Compression

This dataset is a collection of text-simplified pairs from the Sentence Compression project. See 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',
    }