Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 928 Bytes

README.md

File metadata and controls

29 lines (21 loc) · 928 Bytes

Short Texts Of Products and Services (STOPS)

The files used to create this dataset are downloaded from:

MAVE

Retrieved July 17, 2022

yelp_dataset > yelp_academic_dataset_business.json

Retrieved July 17, 2022

Setup

To create the dataset, put the downloaded files in the following structure:

.
├── STOPS
├── STOPS-2
├── creation.ipynb
├── creation.py
├── README.md
└── source
    ├── mave
    │     ├── mave_negatives.jsonl
    │     └── mave_positives.jsonl
    └── yelp
        └── yelp_academic_dataset_business.json

Now run the creation.py script or creation.ipynb notebook. This will create the STOPS-41 and STOPS-2 datasets.