Divyanandh/resume-matching-dataset-v2
π Dataset Card - Resume Matching Dataset v2 Overview This dataset is designed for training and evaluating large language models (LLMs) on resume-job matching tasks, specifically in AI and software engineering domains. All data samples were generated using GPT-4o-mini. The dataset exclusively contains synthetic data β no real resumes, self-introductions, or job postings are used. This dataset targets three roles: AI/LLM Developer Frontend Developer Backendβ¦ See the full description on the dataset page: https://huggingface.co/datasets/Divyanandh/resume-matching-dataset-v2.
π Dataset Card - Resume Matching Dataset v2
Overview
This dataset is designed for training and evaluating large language models (LLMs) on resume-job matching tasks, specifically in AI and software engineering domains.
- All data samples were generated using GPT-4o-mini.
- The dataset exclusively contains synthetic data β no real resumes, self-introductions, or job postings are used.
- This dataset targets three roles:
- AI/LLM Developer
- Frontend Developer
- Backend Developer
Each sample includes:
- A job post (
jobpost) - A resume (
resume) - A self-introduction (
selfintro) - Grade evaluations (
resume_grade,selfintro_grade) - Matching evaluation (
evaluation) with total and component scores
π Structure
π§ͺ Example
{
"jobpost": "React.js κΈ°λ° μΉ νλ‘ νΈμλ κ°λ°μλ₯Ό λͺ¨μ§ν©λλ€. 2λ
μ΄μμ κ²½λ ₯ νμ...",
"resume_grade": "μ",
"selfintro_grade": "μ€",
"resume": "νκΈΈλμ 3λ
κ° νλ‘ νΈμλ κ°λ° κ²½νμ 보μ νκ³ μμΌλ©°...",
"selfintro": "μ λ μ¬μ©μ κ²½νμ μ΅μ°μ μΌλ‘ κ³ λ €νλ νλ‘ νΈμλ κ°λ°μμ
λλ€...",
"evaluation": "μ΄λ ₯μμ μκΈ°μκ°μλ μ§λ¬΄ μ건과 λμ²΄λ‘ λΆν©ν©λλ€. μ΄μ : 88/100. κ°μ : React νλ‘μ νΈ κ²½ν, ν νλ‘μ νΈ νμ
κ²½ν. 보μμ : Next.js κ²½ν λ―ΈκΈ°μ¬.",
"total_score": 88,
"resume_score": 45,
"selfintro_score": 43
}π Dataset Statistics
- Total Samples: 74,147
- Target Roles: AI/LLM Developer, Frontend Developer, Backend Developer
- Data Source: Fully synthetic (GPT-4o-mini generated)
- Evaluation: GPT-4o-mini scoring and reasoning
- Language: Korean
β οΈ Limitations
- All data is synthetically generated and may not fully capture the nuances of real-world hiring processes.
- This dataset is intended for research and educational purposes only. It should not be used for real-world hiring or personnel decisions.
ποΈ Dataset Creation Notes
- Developed as part of a team project focusing on AI-based career matching systems.
- Data generation, grading, and evaluation were fully automated using GPT-4o-mini.
- No personally identifiable information (PII) or copyrighted material is included.
π Citation If you use this dataset, please cite:
@misc{resume-matching-dataset-v2,
title={Resume Matching Dataset v2},
author={Rezoom Team},
year={2025},
howpublished={\url{https://huggingface.co/datasets/jminc/resume-matching-dataset-v2}}
}