Datasets:

Modalities:
Text
Formats:
text
ArXiv:
Libraries:
Datasets
License:
ganchengguang commited on
Commit
ba63f41
1 Parent(s): ade6db8

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -0
README.md CHANGED
@@ -1,3 +1,15 @@
1
  ---
2
  license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: apache-2.0
3
  ---
4
+
5
+
6
+ This is a resume sentence classification dataset constructed based on resume text.(https://www.kaggle.com/datasets/oo7kartik/resume-text-batch)
7
+ The dataset have seven category.(experience education knowledge project others ) And three element label(header content meta).
8
+ Because the dataset is a published paper, if you want to use this dataset in a paper or work, please cite BibTex.
9
+
10
+ @article{gan2022construction,
11
+ title={Construction of English Resume Corpus and Test with Pre-trained Language Models},
12
+ author={Gan, Chengguang and Mori, Tatsunori},
13
+ journal={arXiv preprint arXiv:2208.03219},
14
+ year={2022}
15
+ }