saier/unarXive_imrad_clf
Dataset Card for unarXive IMRaD classification Dataset Summary The unarXive IMRaD classification dataset contains 530k paragraphs from computer science papers and the IMRaD section they originate from. The paragraphs are derived from unarXive. The dataset can be used as follows. from datasets import load_dataset imrad_data = load_dataset('saier/unarXive_imrad_clf') imrad_data = imrad_data.class_encode_column('label') # assign target label column imrad_data =… See the full description on the dataset page: https://huggingface.co/datasets/saier/unarXive_imrad_clf.
870
