Update README.md
Browse files
README.md
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
|
|
4 |
- text-classification
|
5 |
- zero-shot-classification
|
6 |
-
- text-generation
|
7 |
- sentence-similarity
|
8 |
language:
|
9 |
- en
|
@@ -16,9 +16,9 @@ size_categories:
|
|
16 |
"ArXiv-10" dataset consists of titles and abstracts extracted from 100k scientific papers on ArXiv, covering ten distinct research categories.
|
17 |
These categories span subfields of computer science, physics, and mathematics.
|
18 |
To ensure consistency and manageability, the dataset is downsampled to precisely 10k samples per category.
|
19 |
-
This dataset provides a practical resource for researchers and practitioners interested in
|
20 |
-
|
21 |
-
|
22 |
|
23 |
Please cite the source when using this dataset:
|
24 |
```
|
|
|
1 |
---
|
2 |
license: cc-by-4.0
|
3 |
task_categories:
|
4 |
+
- text-generation
|
5 |
- text-classification
|
6 |
- zero-shot-classification
|
|
|
7 |
- sentence-similarity
|
8 |
language:
|
9 |
- en
|
|
|
16 |
"ArXiv-10" dataset consists of titles and abstracts extracted from 100k scientific papers on ArXiv, covering ten distinct research categories.
|
17 |
These categories span subfields of computer science, physics, and mathematics.
|
18 |
To ensure consistency and manageability, the dataset is downsampled to precisely 10k samples per category.
|
19 |
+
This dataset provides a practical resource for researchers and practitioners interested in LLM.
|
20 |
+
What is different about this dataset is the high complexity and domain-specific terminology, which currently poses significant challenges for LLM models.
|
21 |
+
This specialized vocabulary found in research papers requires LLMs or LMs to have a deep understanding of context and semantic relationships.
|
22 |
|
23 |
Please cite the source when using this dataset:
|
24 |
```
|