Update README.md
Browse files---
license: cc-by-4.0
---
![ArXiv-10.jpg](https://cdn-uploads.huggingface.co/production/uploads/630f5d27e52a259b8560c198/cyNYQv8X9K6MerKrbQSaJ.jpeg)
ArXiv-10 dataset consists of titles and abstracts extracte
d from 100 thousand scientific papers on ArXiv, covering ten distinct research categories.
These categories span subfields of computer science, physics, and mathematics.
To ensure consistency and manageability, the dataset is downsampled to precisely 10 thousand samples per category.
This dataset provides a practical resource for researchers and practitioners interested in text classification tasks within the domain of scientific literature.
It is characterized by high data complexity and domain-specific terminology, poses significant challenges for text classification models.
The intricate language and specialized vocabulary found in research papers require models to have a deep understanding of context and semantic relationships.
@@ -1,3 +1,16 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-4.0
|
3 |
+
task_categories:
|
4 |
+
- text-classification
|
5 |
+
- zero-shot-classification
|
6 |
+
language:
|
7 |
+
- en
|
8 |
+
size_categories:
|
9 |
+
- 10K<n<100K
|
10 |
+
---
|
11 |
+
ArXiv-10 dataset consists of titles and abstracts extracted from 100 thousand scientific papers on ArXiv, covering ten distinct research categories.
|
12 |
+
These categories span subfields of computer science, physics, and mathematics.
|
13 |
+
To ensure consistency and manageability, the dataset is downsampled to precisely 10 thousand samples per category.
|
14 |
+
This dataset provides a practical resource for researchers and practitioners interested in text classification tasks within the domain of scientific literature.
|
15 |
+
It is characterized by high data complexity and domain-specific terminology, poses significant challenges for text classification models.
|
16 |
+
The intricate language and specialized vocabulary found in research papers require models to have a deep understanding of context and semantic relationships.
|