Datasets:

Languages:
English
Multilinguality:
monolingual
Size Categories:
10K<n<100K
Language Creators:
expert-generated
Annotations Creators:
expert-generated
Source Datasets:
extended|s2orc
ArXiv:
Tags:
License:

dataset['train']['full_text'][511] looks empty.

#3
by UNIST-Eunchan - opened

While using this data, I noticed that one of the indexes for that data was empty.

The code snippet below is the code for what I'm talking about.

print(dataset['train']['full_text'][511])
>>{'section_name': [], 'paragraphs': []} 

Fortunately, this was not difficult to deal with, but I'm uploading the discussion for sharing with community.
Thanks!

UNIST-Eunchan changed discussion title from dataset['train']['full_text'][511] is empty. to dataset['train']['full_text'][511] looks empty.

Sign up or log in to comment