effectiveML commited on
Commit
c0a05ed
·
verified ·
1 Parent(s): adae2c0

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +4 -4
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 text classification tasks within the domain of scientific literature.
20
- It is characterized by high data complexity and domain-specific terminology, poses significant challenges for text classification models.
21
- The specialized vocabulary found in research papers require models to have a deep understanding of context and semantic relationships.
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
  ```