--- language: - en size_categories: - 100K` symbols indicate a `parent->child` relationship between categories that can be linked and create a path from the root to the leaf node. For classification, you can either use the complete paths as classes or just parse the respective leaf nodes as classes, resulting in the same (abbreviated) categories. * The `arxiv_category_descriptions` subset contains the tags, names, and textual descriptions of the leaf nodes from the [arXiv category taxonomy](https://arxiv.org/category_taxonomy). | Split | Number of Samples | |:-----------:|:-----------------:| | Train | 163,168 | | Validation | 20,396 | | Test | 20,397 | Each article in the resulting arXiv dataset is categorized into one or more distinct categories. The figure below shows the distribution of papers across the 130 categories of the dataset. ![arXiv Dataset Class Distribution](https://github.com/sebischair/FusionSent/blob/main/figures/arxiv_plot.png?raw=true) ## License MIT ## Citation information When citing our work in academic papers and theses, please use this BibTeX entry: ``` @inproceedings{schopf-etal-2024-efficient, title = "Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes", author = "Schopf, Tim and Blatzheim, Alexander and Machner, Nektarios and Matthes, Florian", editor = "Abbas, Mourad and Freihat, Abed Alhakim", booktitle = "Proceedings of the 7th International Conference on Natural Language and Speech Processing (ICNLSP 2024)", month = oct, year = "2024", address = "Trento", publisher = "Association for Computational Linguistics", url = "https://aclanthology.org/2024.icnlsp-1.21", pages = "186--198", } ```