FoS number of instances lower than in the article
#1
by
MHoubre
- opened
Hello there,
I am interested in using the FoS dataset and especially the part with articles having "Computer science" in their field of study. In the article, it says that more than a million articles are in this category. However, when I download the whole FoS (from scirepeval and from scirepeval_test), it contains only 731k articles all fos combined.
Is there something that I am not doing right?
I downloaded the data with these lines of code:data = load_dataset("allenai/scirepeval","fos")
test_data = load_dataset("allenai/scirepeval_test","fos")