effectiveML commited on
Commit
18787d9
1 Parent(s): ef12f45

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -13,4 +13,15 @@ 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.
 
 
 
 
 
 
 
 
 
 
 
 
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.
17
+
18
+ Please cite the source when using this dataset:
19
+ ```
20
+ @inproceedings{farhangiprotformer,
21
+ title={Protoformer: Embedding Prototypes for Transformers},
22
+ author={Farhangi, Ashkan and Sui, Ning and Hua, Nan and Bai, Haiyan and Huang, Arthur and Guo, Zhishan},
23
+ booktitle={Advances in Knowledge Discovery and Data Mining: 26th Pacific-Asia Conference, PAKDD 2022},
24
+ year={2022},
25
+ organization={PAKDD}
26
+ }
27
+ ```