Dataset Viewer
The dataset viewer is not available for this dataset.
Unexpected token '<', "<html> <h"... is not valid JSON

Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.

GreekPubMed4000

We introduce GreekPubMed40000, a clustering and classification dataset that comprises 4,000 medical documents translated into Greek from PubMed4000. For information about dataset creation, limitations etc. see the upcoming conference paper - TBA.

Supported Tasks

This dataset supports Text Clustering and Classification.

Language

All dataset samples are written in Greek.

Dataset Structure

The dataset is structured as a .csv file of 4000 rows.
The following data fields are provided:

id: (int) The row id.
text: (str) The medical text.
label: (str): The classification label (4 different values).

Example code

from datasets import load_dataset

# Load the dataset.
dataset = load_dataset('IMISLab/GreekPubMed4000', split = 'all_rows')
print(dataset[0])

Contact

If you have any questions/feedback about the dataset please e-mail one of the following authors:

giarelis@ceid.upatras.gr
karacap@upatras.gr

Citation

TBA
Downloads last month
25