Update README.md
Browse files
README.md
CHANGED
@@ -67,7 +67,7 @@ This is a dataset of scientific documents derived from [arXiv metadata](https://
|
|
67 |
* The `default` subset contains the dataset with the document categories as classes in the form of lists of strings. The categories are ordered hierarchically according to the [arXiv category taxonomy](https://arxiv.org/category_taxonomy). In this dataset, the `->` 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.
|
68 |
* 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).
|
69 |
|
70 |
-
π Paper: [Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes (ICNLSP 2024)](
|
71 |
|
72 |
π» Code: [https://github.com/sebischair/FusionSent](https://github.com/sebischair/FusionSent)
|
73 |
|
@@ -89,10 +89,13 @@ MIT
|
|
89 |
## Citation information
|
90 |
When citing our work in academic papers and theses, please use this BibTeX entry:
|
91 |
```
|
92 |
-
@
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
|
|
|
|
|
|
97 |
}
|
98 |
```
|
|
|
67 |
* The `default` subset contains the dataset with the document categories as classes in the form of lists of strings. The categories are ordered hierarchically according to the [arXiv category taxonomy](https://arxiv.org/category_taxonomy). In this dataset, the `->` 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.
|
68 |
* 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).
|
69 |
|
70 |
+
π Paper: [Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes (ICNLSP 2024)](https://arxiv.org/abs/2410.05770)
|
71 |
|
72 |
π» Code: [https://github.com/sebischair/FusionSent](https://github.com/sebischair/FusionSent)
|
73 |
|
|
|
89 |
## Citation information
|
90 |
When citing our work in academic papers and theses, please use this BibTeX entry:
|
91 |
```
|
92 |
+
@misc{schopf2024efficientfewshotlearningmultilabel,
|
93 |
+
title={Efficient Few-shot Learning for Multi-label Classification of Scientific Documents with Many Classes},
|
94 |
+
author={Tim Schopf and Alexander Blatzheim and Nektarios Machner and Florian Matthes},
|
95 |
+
year={2024},
|
96 |
+
eprint={2410.05770},
|
97 |
+
archivePrefix={arXiv},
|
98 |
+
primaryClass={cs.CL},
|
99 |
+
url={https://arxiv.org/abs/2410.05770},
|
100 |
}
|
101 |
```
|