Update README.md
Browse files
README.md
CHANGED
|
@@ -625,3 +625,63 @@ dataset_info:
|
|
| 625 |
download_size: 808842875
|
| 626 |
dataset_size: 3876305595
|
| 627 |
---
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 625 |
download_size: 808842875
|
| 626 |
dataset_size: 3876305595
|
| 627 |
---
|
| 628 |
+
|
| 629 |
+
# USAJOBS Coded Dataset (2017-01 to 2026-03)
|
| 630 |
+
|
| 631 |
+
## Dataset Description
|
| 632 |
+
The **USAJOBS Dataset** is a comprehensive collection of federal job postings from January 2017 through March 2026. This dataset includes full-text job descriptions, and structured metadata (job title and employer).
|
| 633 |
+
|
| 634 |
+
In this *coded* version, we presented the structured features assigned to each of the postings (by `usajobsControlNumber`), as produced by the [JAAT](https://github.com/Job-Ad-Research-at-QSB-LUC/JAAT) tool
|
| 635 |
+
|
| 636 |
+
## Dataset Structure
|
| 637 |
+
|
| 638 |
+
### Splits
|
| 639 |
+
This dataset is organized by **month** to allow for easy time-series analysis without requiring the user to download the entire multi-year corpus.
|
| 640 |
+
|
| 641 |
+
* **Monthly Splits:** Format `YYYY_MM` (e.g., `2017_01`, `2025_12`).
|
| 642 |
+
|
| 643 |
+
### Data Fields
|
| 644 |
+
Each split contains the following fields:
|
| 645 |
+
|
| 646 |
+
* `usajobsControlNumber`: Unique identifier code for the USAJOBS job posting.
|
| 647 |
+
* `wage_min`: Minimum salary detected by `WageExtract`.
|
| 648 |
+
* `wage_max`: Maximum salary detected by `WageExtract`.
|
| 649 |
+
* `wage_freq`: Frequency of the wage (e.g., hourly, annually) by `WageExtract`.
|
| 650 |
+
* `title_code`: O*NET occupation code (`TitleMatch`).
|
| 651 |
+
* `title_score`: Confidence score of the above.
|
| 652 |
+
* `title_value`: Extracted numerical value of the title, based on seniority and experience (`TitleMatch`).
|
| 653 |
+
* `title_features`: Categorical features of the title, if any (`TitleMatch`).
|
| 654 |
+
* `flesch_kincaid`: Readability score measuring the complexity of the job posting text.
|
| 655 |
+
* `CitizenshipReq`: Boolean flag indicating if United States citizenship is mandatory.
|
| 656 |
+
* `GovContract`: Boolean flag indicating if the position involves government contract work.
|
| 657 |
+
* `VisaExclude`: Boolean flag indicating if specific visa types are barred from applying.
|
| 658 |
+
* `VisaInclude`: Boolean flag indicating if visa sponsorship options are explicitly included.
|
| 659 |
+
* `WorkAuthReq`: Boolean flag indicating if valid proof of work authorization is requested.
|
| 660 |
+
* `driverslicense`: Boolean flag indicating if a valid driver's license is required.
|
| 661 |
+
* `ind_contractor`: Boolean flag indicating if the job operates as an independent contractor role.
|
| 662 |
+
* `proflicenses`: Boolean flag indicating if specialized professional licenses are required.
|
| 663 |
+
* `wfh`: Boolean flag indicating if the position offers work-from-home or remote options.
|
| 664 |
+
* `yesunion`: Boolean flag indicating if the position belongs to a labor union.
|
| 665 |
+
* `tasks`: Text string capturing the coded O*NET tasks, extracted by `TaskMatch`.
|
| 666 |
+
* `skills`: Text string capturing the ESCO skills extracted by `SkillMatch`.
|
| 667 |
+
* `concepts`: Text string of the custom-extracted concepts extracted with `ConceptSearch`.
|
| 668 |
+
* `ai_codes`: AI taxonomy codes extracted by `AIMatch` (beta).
|
| 669 |
+
* `ai_matches`: How many AI codes were extracted.
|
| 670 |
+
* `ai_score`: Overall AI score, following a custom scoring scheme.
|
| 671 |
+
* `ai_selection_score`: Extraction score representing confidence that the statement is AI-related (;-delimited list of scores).
|
| 672 |
+
* `ai_match_score`: Same as the above, but now for matching confidence.
|
| 673 |
+
* `ai_score_v2`: Updated version 2 of our custom AI scoring.
|
| 674 |
+
* `ai_strict_score`: AI score representing only frontier AI work.
|
| 675 |
+
* `ai_lenient_score`: AI score that is more lenient in the defintion of "AI".
|
| 676 |
+
|
| 677 |
+
##
|
| 678 |
+
|
| 679 |
+
If you find this dataset useful or utilize it for your work, please consider citing our working paper:
|
| 680 |
+
|
| 681 |
+
```
|
| 682 |
+
@article{meisenbacher2025extracting,
|
| 683 |
+
title={Extracting O* NET Features from the NLx Corpus to Build Public Use Aggregate Labor Market Data},
|
| 684 |
+
author={Meisenbacher, Stephen and Nestorov, Svetlozar and Norlander, Peter},
|
| 685 |
+
year={2025}
|
| 686 |
+
}
|
| 687 |
+
```
|