CoolFace
Datasetpublic

HelixCipher/job-training-data

Job Training Data Training dataset for fine-tuning LLMs to extract structured JSON from job postings. Description This dataset contains 12,000 examples of job postings in markdown format paired with their JSON extractions. Used to train the job-posting-extractor-qwen model. Data Format Each example contains: instruction: What to do (e.g., "Extract job fields as JSON"). input: Job posting in markdown format. output: Expected JSON output (as a… See the full description on the dataset page: https://huggingface.co/datasets/HelixCipher/job-training-data.

sourceHugging Faceupdated 6mo agoView on Hugging Face
0likes23downloads
Dataset Card

Job Training Data

Training dataset for fine-tuning LLMs to extract structured JSON from job postings.

Description

This dataset contains 12,000 examples of job postings in markdown format paired with their JSON extractions. Used to train the job-posting-extractor-qwen model.

Data Format

Each example contains:

  • —instruction: What to do (e.g., "Extract job fields as JSON").
  • —input: Job posting in markdown format.
  • —output: Expected JSON output (as a string).

Example Entry

json
{
  "instruction": "Extract all job fields as JSON object.",
  "input": "# Job Position\n**Position:** Platform Engineer\n**Company:** DATAECONOMY\n**Location:** Charlotte, NC\n\n## Job Description\nRole: Platform engineer...",
  "output": "{\"job_title\": \"Platform Engineer\", \"company\": \"DATAECONOMY\", \"location\": \"Charlotte, NC\"}"
}

How It Was Created

  1. 1.Data sourced from webscraped job postings.
  1. 1.Converted to markdown using template-based generation.
  1. 1.JSON labels programmatically extracted from the scraped data.
  1. 1.Augmented with 15 instruction variations.

Dataset Statistics

MetricValue
Total examples12,000
Unique JSON fields7 (jobtitle, company, location, worktype, description, experience_level, salary)
Instruction variations15

Files

  • —job_training_data.json: Main training data (12,000 examples).

License & Attribution

This dataset is licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0) license.

You are free to use, share, copy, modify, and redistribute this material for any purpose (including commercial use), provided that proper attribution is given.

Attribution requirements

Any reuse, redistribution, or derivative work must include:

  1. 1.The creator's name: HelixCipher
  1. 1.A link to the original repository:

https://github.com/HelixCipher/fine-tuning-an-local-llm-for-web-scraping

  1. 1.An indication of whether changes were made
  1. 1.A reference to the license (CC BY 4.0)
Example Attribution
This work is based on Fine-Tuning An Local LLM for Web Scraping by HelixCipher. Original source: https://github.com/HelixCipher/fine-tuning-an-local-llm-for-web-scraping
Licensed under the Creative Commons Attribution 4.0 International (CC BY 4.0).

You may place this attribution in a README, documentation, credits section, or other visible location appropriate to the medium.

Full license text: https://creativecommons.org/licenses/by/4.0/