TimSchopf commited on
Commit
9d91346
Β·
verified Β·
1 Parent(s): d09226d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -66,7 +66,7 @@ tags:
66
 
67
  πŸ“„ Paper: [Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes (ICNLSP 2024)](https://aclanthology.org/2024.icnlsp-1.21)
68
 
69
- πŸ’» Code: [https://github.com/sebischair/FusionSent](https://github.com/sebischair/FusionSent)
70
 
71
  This is a dataset of scientific documents derived from [arXiv metadata](https://www.kaggle.com/datasets/Cornell-University/arxiv). The arXiv metadata provides information about more than 2 million scholarly articles published in arXiv from various scientific fields. We use this metadata to create a dataset of 203,961 titles and abstracts categorized into 130 different classes. To this end, we first perform stratified downsampling of the metadata to only 10% of all articles while retaining the original class distribution. Afterward, articles assigned to categories occurring less than 100 times in the downsampled dataset are removed. To obtain the final dataset, we then perform a stratified train/validation/test split of the processed dataset in an 80:10:10 ratio. The number of examples in each set is shown in the table below.
72
 
 
66
 
67
  πŸ“„ Paper: [Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes (ICNLSP 2024)](https://aclanthology.org/2024.icnlsp-1.21)
68
 
69
+ πŸ’» GitHub: [https://github.com/sebischair/FusionSent](https://github.com/sebischair/FusionSent)
70
 
71
  This is a dataset of scientific documents derived from [arXiv metadata](https://www.kaggle.com/datasets/Cornell-University/arxiv). The arXiv metadata provides information about more than 2 million scholarly articles published in arXiv from various scientific fields. We use this metadata to create a dataset of 203,961 titles and abstracts categorized into 130 different classes. To this end, we first perform stratified downsampling of the metadata to only 10% of all articles while retaining the original class distribution. Afterward, articles assigned to categories occurring less than 100 times in the downsampled dataset are removed. To obtain the final dataset, we then perform a stratified train/validation/test split of the processed dataset in an 80:10:10 ratio. The number of examples in each set is shown in the table below.
72