The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
Error code: DatasetGenerationCastError
Exception: DatasetGenerationCastError
Message: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'category', 'job_text', 'years_required', 'job_title', 'job_description', 'job_id'}) and 7 missing columns ({'resume_text', 'source_row', 'candidate_id', 'target_position', 'experience_text', 'years_experience', 'inferred_category'}).
This happened while the csv dataset builder was generating data using
hf://datasets/nonameee12233/job-resume-matching/job.csv (at revision 6186dded39f983b96a1a2eb4d1ecf365a90a46f9), [/tmp/hf-datasets-cache/medium/datasets/45062853541829-config-parquet-and-info-nonameee12233-job-resume--3fff3213/hub/datasets--nonameee12233--job-resume-matching/snapshots/6186dded39f983b96a1a2eb4d1ecf365a90a46f9/cv.csv (origin=hf://datasets/nonameee12233/job-resume-matching@6186dded39f983b96a1a2eb4d1ecf365a90a46f9/cv.csv), /tmp/hf-datasets-cache/medium/datasets/45062853541829-config-parquet-and-info-nonameee12233-job-resume--3fff3213/hub/datasets--nonameee12233--job-resume-matching/snapshots/6186dded39f983b96a1a2eb4d1ecf365a90a46f9/job.csv (origin=hf://datasets/nonameee12233/job-resume-matching@6186dded39f983b96a1a2eb4d1ecf365a90a46f9/job.csv), /tmp/hf-datasets-cache/medium/datasets/45062853541829-config-parquet-and-info-nonameee12233-job-resume--3fff3213/hub/datasets--nonameee12233--job-resume-matching/snapshots/6186dded39f983b96a1a2eb4d1ecf365a90a46f9/matches.csv (origin=hf://datasets/nonameee12233/job-resume-matching@6186dded39f983b96a1a2eb4d1ecf365a90a46f9/matches.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)
Traceback: Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1837, in _prepare_split_single
writer.write_table(table)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 765, in write_table
self._write_table(pa_table, writer_batch_size=writer_batch_size)
File "/usr/local/lib/python3.12/site-packages/datasets/arrow_writer.py", line 773, in _write_table
pa_table = table_cast(pa_table, self._schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2369, in table_cast
return cast_table_to_schema(table, schema)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/table.py", line 2297, in cast_table_to_schema
raise CastError(
datasets.table.CastError: Couldn't cast
job_id: int64
job_title: string
category: string
job_description: string
job_text: string
clean_skills: string
clean_skills_json: string
education_text: string
years_required: double
embedding: string
-- schema metadata --
pandas: '{"index_columns": [{"kind": "range", "name": null, "start": 0, "' + 1484
to
{'candidate_id': Value('string'), 'source_row': Value('int64'), 'target_position': Value('string'), 'resume_text': Value('string'), 'clean_skills': Value('string'), 'clean_skills_json': Value('string'), 'education_text': Value('string'), 'experience_text': Value('string'), 'years_experience': Value('float64'), 'inferred_category': Value('string'), 'embedding': Value('string')}
because column names don't match
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1348, in compute_config_parquet_and_info_response
parquet_operations = convert_to_parquet(builder)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 980, in convert_to_parquet
builder.download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 890, in download_and_prepare
self._download_and_prepare(
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 951, in _download_and_prepare
self._prepare_split(split_generator, **prepare_split_kwargs)
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1683, in _prepare_split
for job_id, done, content in self._prepare_split_single(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/datasets/builder.py", line 1839, in _prepare_split_single
raise DatasetGenerationCastError.from_cast_error(
datasets.exceptions.DatasetGenerationCastError: An error occurred while generating the dataset
All the data files must have the same columns, but at some point there are 6 new columns ({'category', 'job_text', 'years_required', 'job_title', 'job_description', 'job_id'}) and 7 missing columns ({'resume_text', 'source_row', 'candidate_id', 'target_position', 'experience_text', 'years_experience', 'inferred_category'}).
This happened while the csv dataset builder was generating data using
hf://datasets/nonameee12233/job-resume-matching/job.csv (at revision 6186dded39f983b96a1a2eb4d1ecf365a90a46f9), [/tmp/hf-datasets-cache/medium/datasets/45062853541829-config-parquet-and-info-nonameee12233-job-resume--3fff3213/hub/datasets--nonameee12233--job-resume-matching/snapshots/6186dded39f983b96a1a2eb4d1ecf365a90a46f9/cv.csv (origin=hf://datasets/nonameee12233/job-resume-matching@6186dded39f983b96a1a2eb4d1ecf365a90a46f9/cv.csv), /tmp/hf-datasets-cache/medium/datasets/45062853541829-config-parquet-and-info-nonameee12233-job-resume--3fff3213/hub/datasets--nonameee12233--job-resume-matching/snapshots/6186dded39f983b96a1a2eb4d1ecf365a90a46f9/job.csv (origin=hf://datasets/nonameee12233/job-resume-matching@6186dded39f983b96a1a2eb4d1ecf365a90a46f9/job.csv), /tmp/hf-datasets-cache/medium/datasets/45062853541829-config-parquet-and-info-nonameee12233-job-resume--3fff3213/hub/datasets--nonameee12233--job-resume-matching/snapshots/6186dded39f983b96a1a2eb4d1ecf365a90a46f9/matches.csv (origin=hf://datasets/nonameee12233/job-resume-matching@6186dded39f983b96a1a2eb4d1ecf365a90a46f9/matches.csv)]
Please either edit the data files to have matching columns, or separate them into different configurations (see docs at https://hf.co/docs/hub/datasets-manual-configuration#multiple-configurations)Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
candidate_id string | source_row int64 | target_position string | resume_text string | clean_skills string | clean_skills_json string | education_text string | experience_text string | years_experience float64 | inferred_category string | embedding string |
|---|---|---|---|---|---|---|---|---|---|---|
cand_00000 | 0 | Senior Software Engineer | Target position: Senior Software Engineer Objective: Big data analytics working and database warehouse manager with robust experience in handling all kinds of data. I have also used multiple cloud infrastructure services and am well acquainted with them. Currently in search of role that offers more of development. Skil... | ["big data", "hadoop", "hive", "python", "mapreduce", "spark", "java", "machine learning", "cloud", "hdfs", "yarn", "core java", "data science", "c++", "data structures", "dbms", "rdbms", "informatica", "talend", "amazon redshift", "microsoft azure"] | ["big data", "hadoop", "hive", "python", "mapreduce", "spark", "java", "machine learning", "cloud", "hdfs", "yarn", "core java", "data science", "c++", "data structures", "dbms", "rdbms", "informatica", "talend", "amazon redshift", "microsoft azure"] | ['B.Tech'] ['Electronics'] ['The Amity School of Engineering & Technology (ASET), Noida'] B.Sc in Computer Science & Engineering from a reputed university. | At least 1 year ['Big Data Analyst'] Technical Support
Troubleshooting
Collaboration
Documentation
System Monitoring
Software Deployment
Training & Mentorship
Industry Trends
Field Visits Technical Support
Troubleshooting
Collaboration
Documentation
System Monitoring
Software Deployment
Training & Mentorship
Industry T... | 1 | INFORMATION-TECHNOLOGY | [0.06282798945903778, 0.03344276547431946, -0.052133239805698395, -0.043887585401535034, 0.04524204134941101, 0.016655540093779564, -0.05059404671192169, -0.022055206820368767, 0.03531971573829651, -0.026899630203843117, 0.043325576931238174, 0.0053589665330946445, -0.023390525951981544, 0.12542881071567535, 0.00505356... |
cand_00001 | 1 | Machine Learning (ML) Engineer | Target position: Machine Learning (ML) Engineer Objective: Fresher looking to join as a data analyst and junior data scientist. Experienced in creating meaningful data dashboards and evaluation models. Skills: data analysis, data analytics, business analysis, sas, powerbi, tableau, data visualization, business analytic... | ["data analysis", "data analytics", "business analysis", "sas", "powerbi", "tableau", "data visualization", "business analytics", "machine learning"] | ["data analysis", "data analytics", "business analysis", "sas", "powerbi", "tableau", "data visualization", "business analytics", "machine learning"] | ['B.Sc (Maths)', 'M.Sc (Science) (Statistics)'] ['Mathematics', 'Statistics'] ['Delhi University - Hansraj College', 'Delhi University - Hansraj College'] M.Sc in Computer Science & Engineering or in any relevant discipline from a reputed University | At least 5 year(s) ['Business Analyst'] Machine Learning Leadership
Cross-Functional Collaboration
Strategy Development
ML/NLP Infrastructure
Prototype Transformation
ML System Design
Algorithm Research
Application Development
Dataset Selection
ML Testing
Statistical Analysis
R&D in ML/NLP
Text Representation
Data Pipe... | 5 | INFORMATION-TECHNOLOGY | [0.038818471133708954, 0.016407284885644913, -0.04155665636062622, -0.04380759969353676, 0.039911895990371704, 0.012901297770440578, -0.019838621839880943, -0.03994489088654518, 0.018734358251094818, -0.03830249235033989, 0.03677288070321083, 0.025491809472441673, 0.0036031308118253946, 0.1251394897699356, 0.0274867918... |
cand_00002 | 2 | Executive/ Senior Executive- Trade Marketing, Hygiene Products | Target position: Executive/ Senior Executive- Trade Marketing, Hygiene Products Objective: Skills: software development, machine learning, deep learning, risk assessment, requirement gathering, application support, javascript, python, docker, html, hive, css, c++, brand promotion, campaign management, field supervision... | ["software development", "machine learning", "deep learning", "risk assessment", "requirement gathering", "application support", "javascript", "python", "docker", "html", "hive", "css", "c++", "brand promotion", "campaign management", "field supervision", "merchandising", "promotional activities", "trade marketing", "u... | ["software development", "machine learning", "deep learning", "risk assessment", "requirement gathering", "application support", "javascript", "python", "docker", "html", "hive", "css", "c++", "brand promotion", "campaign management", "field supervision", "merchandising", "promotional activities", "trade marketing", "u... | ['B.Tech'] ['Electronics/Telecommunication'] ['Birla Institute of Technology (BIT), Ranchi'] Master of Business Administration (MBA) | At least 3 years ['Software Developer (Machine Learning Engineer)'] Trade Marketing Executive
Brand Visibility, Sales Targets
Field Marketing, Campaigns, Product Distribution
Brand Head
Excel, KPIs Tracking Trade Marketing Executive
Brand Visibility, Sales Targets
Field Marketing, Campaigns, Product Distribution
Brand ... | 3 | INFORMATION-TECHNOLOGY | [0.05784870311617851, 0.004059996455907822, -0.03691127896308899, -0.053641464561223984, 0.07488514482975006, 0.005337785463780165, -0.07059039175510406, 0.011579280719161034, 0.02062462829053402, -0.06968192011117935, 0.043509598821401596, -0.017938269302248955, 0.002314196899533272, 0.12274858355522156, 0.01772570237... |
cand_00003 | 3 | Business Development Executive | Target position: Business Development Executive Objective: To obtain a position in a fast-paced business office environment, demanding a strong organizational, technical, and interpersonal position utilizing my skills and attributes. Skills: accounts payables, accounts receivables, accounts payable, accounts receivable... | ["accounts payables", "accounts receivables", "accounts payable", "accounts receivable", "administrative functions", "trial balance", "banking", "budget", "bi", "closing", "computer applications", "credit", "clients", "data entry", "delivery", "driving", "email", "insurance", "inventory", "ledger", "access", "excel", "... | ["accounts payables", "accounts receivables", "accounts payable", "accounts receivable", "administrative functions", "trial balance", "banking", "budget", "bi", "closing", "computer applications", "credit", "clients", "data entry", "delivery", "driving", "email", "insurance", "inventory", "ledger", "access", "excel", "... | ['Computer Applications Specialist Certificate Program'] ['Computer Applications'] ['Martinez Adult Education, Business Training Center ï¼ City , State'] Bachelor/Honors | 1 to 3 years ['Accountant', 'Accounts Receivable Clerk', 'Mortgage Underwriter', 'Commercial Auto Underwriter', 'Personal Auto Underwriter', 'Claims Examiner'] Apparel Sourcing
Quality Garment Sourcing
Reliable Partner
Buyer/Vendor Communication Apparel Sourcing
Quality Garment Sourcing
Reliable Partner
Buyer/Vendor Co... | 3 | FINANCE | [0.019778592512011528, 0.05583859235048294, -0.015562583692371845, -0.03855457901954651, 0.03330591320991516, 0.020740794017910957, -0.06854544579982758, 0.05172549933195114, -0.02580251917243004, -0.05112230032682419, -0.02346677891910076, -0.04726371914148331, 0.03583984449505806, 0.025701409205794334, 0.002113234950... |
cand_00004 | 4 | Senior iOS Engineer | Target position: Senior iOS Engineer Objective: Professional accountant with an outstanding work ethic and integrity seeking to make a valuable contribution utilizing strong analytical, organizational, communication, and computer skills. Skills: analytical reasoning, compliance testing knowledge, effective time managem... | ["analytical reasoning", "compliance testing knowledge", "effective time management", "public and private accounting", "accounting", "accounting systems", "accounts payable", "accounts receivable", "administrative", "ar", "billing", "closing", "client", "clients", "financial", "financial reports", "preparation of finan... | ["analytical reasoning", "compliance testing knowledge", "effective time management", "public and private accounting", "accounting", "accounting systems", "accounts payable", "accounts receivable", "administrative", "ar", "billing", "closing", "client", "clients", "financial", "financial reports", "preparation of finan... | ['Bachelor of Business Administration'] ['Accounting'] ['Kent State University'] Bachelor of Science (BSc) in Computer Science | At least 4 years ['Staff Accountant', 'Senior Accountant', 'Tax Analyst', 'Staff Accountant II', 'Staff Auditor II'] iOS Lifecycle
Requirement Analysis
Native Frameworks
iOS Development
API Integration
Technical Communication
UI Design
Performance Optimization
Feature Collaboration
Bug Fixing
Code Translation
High-Perf... | 4 | FINANCE | [0.05881429836153984, 0.0753575786948204, -0.03426152095198631, -0.038024723529815674, 0.0135869812220335, 0.018801400437951088, -0.033414896577596664, -0.010639375075697899, -0.02807893604040146, -0.05507759749889374, -0.0003351474879309535, 0.0011144425952807069, 0.04874209314584732, 0.052259109914302826, -0.01065634... |
cand_00005 | 5 | AI Engineer | Target position: AI Engineer Objective: To secure an IT specialist, desktop support, network administration, database administrator, technical support specialist or related position with a growing organization where my Microsoft certification, technical aptitude, networking, Windows and Mac OS, Apple and Android IOS, w... | ["microsoft applications", "network security", "networking", "remote desktop and help desk management", "verbal communication", "technical support", "team leadership", "programming languages", "on-call tech support", "windows mac os", "wiring/wire spicing cat3 cat5 cat5e coaxial", "application development", "voice over... | ["microsoft applications", "network security", "networking", "remote desktop and help desk management", "verbal communication", "technical support", "team leadership", "programming languages", "on-call tech support", "windows mac os", "wiring/wire spicing cat3 cat5 cat5e coaxial", "application development", "voice over... | ['Bachelor Degree', 'Associate Degree'] ['Electronics and Communications Engineering Technology', 'Software Development'] ['Glen Oaks High School', 'Glen Oaks High School'] Bachelors or Masters degree in Computer Science, Engineering, or a related field. | ['Engineering Systems Installer', 'IT Technician/QA Tester', 'Installation/Service Technician'] Machine Learning Design
Data Analysis
Model Training
AI Integration
Innovation
Cross-Functional Collaboration
Model Deployment
Documentation
Analytical Skills
Communication
Team Collaboration Machine Learning Design
Data An... | 0 | INFORMATION-TECHNOLOGY | [0.025875668972730637, 0.04568507522344589, -0.027930302545428276, -0.05057172104716301, 0.01975022442638874, -0.0038268021307885647, 0.0285288505256176, -0.014812219887971878, 0.02622232772409916, -0.0332656130194664, 0.011378670111298561, 0.003341836156323552, -0.005507177673280239, 0.07640592753887177, 0.02309459261... |
cand_00006 | 6 | Senior iOS Engineer | Target position: Senior iOS Engineer Objective: Skills: machine learning, linear regression, ridge regression, lasso regression, tableau, time series analysis, ios, ios app developer, ios application development, ios development, mobile apps developer ios, native ios, swift ios, swift ui Education: ['B.Tech'] ['IT'] ['... | ["machine learning", "linear regression", "ridge regression", "lasso regression", "tableau", "time series analysis", "ios", "ios app developer", "ios application development", "ios development", "mobile apps developer ios", "native ios", "swift ios", "swift ui"] | ["machine learning", "linear regression", "ridge regression", "lasso regression", "tableau", "time series analysis", "ios", "ios app developer", "ios application development", "ios development", "mobile apps developer ios", "native ios", "swift ios", "swift ui"] | ['B.Tech'] ['IT'] ['DJR College and University'] Bachelor of Science (BSc) in Computer Science | At least 4 years ['Intern'] iOS Lifecycle
Requirement Analysis
Native Frameworks
iOS Development
API Integration
Technical Communication
UI Design
Performance Optimization
Feature Collaboration
Bug Fixing
Code Translation
High-Performance Development
Task Management
Cross-Team Collaboration
Code Quality iOS Lifecycle
R... | 4 | INFORMATION-TECHNOLOGY | [0.09565069526433945, 0.042642802000045776, -0.04479209706187248, -0.07114242017269135, 0.03355644270777702, 0.0026770809199661016, -0.014569244347512722, -0.029542425647377968, -0.019887171685695648, -0.06191856414079666, 0.06497107446193695, 0.023626036942005157, 0.017966967076063156, 0.061899326741695404, -0.0332840... |
cand_00007 | 7 | Senior iOS Engineer | Target position: Senior iOS Engineer Objective: Skills: maintenance, corrective maintenance, industrial machinery, preventive maintenance, sensors, biotechnology, electrical mechanical, estimation, hydraulics, mechanical technician, pneumatics, project manager, sop, manufacturing process, apqp, assembly, circuit boards... | ["maintenance", "corrective maintenance", "industrial machinery", "preventive maintenance", "sensors", "biotechnology", "electrical mechanical", "estimation", "hydraulics", "mechanical technician", "pneumatics", "project manager", "sop", "manufacturing process", "apqp", "assembly", "circuit boards", "dmm", "electrical ... | ["maintenance", "corrective maintenance", "industrial machinery", "preventive maintenance", "sensors", "biotechnology", "electrical mechanical", "estimation", "hydraulics", "mechanical technician", "pneumatics", "project manager", "sop", "manufacturing process", "apqp", "assembly", "circuit boards", "dmm", "electrical ... | ['Bachelor of Science'] ['Electrical Engineering'] ['POLYTECHNIC UNIVERSITY OF PUERTO RICO'] Bachelor of Science (BSc) in Computer Science | At least 4 years ['Engineering Technician', 'Instrument Technician', 'Project Manager Assistance'] iOS Lifecycle
Requirement Analysis
Native Frameworks
iOS Development
API Integration
Technical Communication
UI Design
Performance Optimization
Feature Collaboration
Bug Fixing
Code Translation
High-Performance Developmen... | 4 | INFORMATION-TECHNOLOGY | [0.06489976495504379, 0.016980081796646118, -0.043869853019714355, -0.04959297180175781, 0.03755663335323334, 0.0003354399814270437, -0.01823880895972252, -0.012915798462927341, -0.029958905652165413, -0.047943584620952606, 0.05245485156774521, 0.022779742255806923, 0.02820620685815811, 0.05693230777978897, -0.03367571... |
cand_00008 | 8 | Mechanical Engineer | Target position: Mechanical Engineer Objective: Certified Data analyst with a degree in Electronics Engineering, I have hands on experience in analyzing & interpreting data with good numerical accuracy. Skills: python, machine learning, mysql, data mining, deep learning, data analysis, computer vision, flask api, predi... | ["python", "machine learning", "mysql", "data mining", "deep learning", "data analysis", "computer vision", "flask api", "predictive modeling", "aws", "scikit-learn", "numpy", "statistical analysis", "multivariate analysis", "decision trees", "random forest", "xgboost", "nlp", "maintenance and troubleshooting", "mechan... | ["python", "machine learning", "mysql", "data mining", "deep learning", "data analysis", "computer vision", "flask api", "predictive modeling", "aws", "scikit-learn", "numpy", "statistical analysis", "multivariate analysis", "decision trees", "random forest", "xgboost", "nlp", "maintenance and troubleshooting", "mechan... | ['B.Tech/B.E.'] ['Electronics/Telecommunication'] ['Nagpur University'] Bachelor of Science (BSc) in Mechanical Engineering, Diploma in Mechanical | 2 to 5 years ['Associate Analyst'] Machinery Maintenance
Troubleshooting
Report Preparation
Log Maintenance Machinery Maintenance
Troubleshooting
Report Preparation
Log Maintenance ['Jun 2019'] ['till date'] | 5 | INFORMATION-TECHNOLOGY | [0.01317627727985382, 0.021266566589474678, -0.04304218664765358, -0.04230967536568642, 0.04581877216696739, 0.002525860443711281, -0.08223313838243484, 0.010537601076066494, -0.025392543524503708, -0.054367609322071075, 0.04997594654560089, 0.026911897584795952, 0.008682758547365665, 0.08809483796358109, 0.01592056453... |
cand_00009 | 9 | Business Development Executive | "Target position: Business Development Executive Objective: Skills: django, python, relational datab(...TRUNCATED) | "[\"django\", \"python\", \"relational databases\", \"restapi\", \"github\", \"jira\", \"postgresql\(...TRUNCATED) | "[\"django\", \"python\", \"relational databases\", \"restapi\", \"github\", \"jira\", \"postgresql\(...TRUNCATED) | "['BCA', 'MCA'] ['Computers', 'Computers'] ['Dr. Virendra Swaroop Institute of Computer Studies, Kan(...TRUNCATED) | "1 to 3 years ['Software Developer'] Apparel Sourcing\nQuality Garment Sourcing\nReliable Partner\nB(...TRUNCATED) | 3 | INFORMATION-TECHNOLOGY | "[0.0666370838880539, 0.009425442665815353, -0.04079640656709671, -0.03247826173901558, 0.0566240809(...TRUNCATED) |
Resume–Job Matching Dataset
Dataset Summary
This dataset is designed for research and experimentation on resume-to-job matching, semantic retrieval, ranking, and recommendation systems. It contains candidate resume records, job posting records, and candidate-job compatibility records with multiple scoring features.
The dataset can be used for tasks such as:
- Resume-job matching
- Candidate ranking
- Job recommendation
- Semantic similarity modeling
- Skill-based matching
- Learning-to-rank experiments
- Graph-based recommendation models
- Embedding-based retrieval
Dataset Files
The dataset contains three CSV files:
| File | Rows | Description |
|---|---|---|
cv.csv |
9,544 | Candidate resume records with extracted profile information and text embeddings |
job.csv |
1,167 | Job posting records with job descriptions, required skills, categories, and text embeddings |
matches.csv |
122,560 | Candidate-job compatibility records with ranking labels and scoring components |
Data Structure
cv.csv
Each row represents one candidate profile.
| Column | Type | Description |
|---|---|---|
candidate_id |
string | Unique candidate identifier |
source_row |
integer | Source row index from the original resume data |
target_position |
string | Target or inferred job position for the candidate |
resume_text |
string | Full resume text |
clean_skills |
string | Cleaned skills represented as text |
clean_skills_json |
string | Cleaned skills in JSON-like format |
education_text |
string | Extracted education-related text |
experience_text |
string | Extracted experience-related text |
years_experience |
float | Estimated years of professional experience |
inferred_category |
string | Inferred job category for the candidate |
embedding |
string | Precomputed 768-dimensional text embedding |
job.csv
Each row represents one job posting.
| Column | Type | Description |
|---|---|---|
job_id |
integer | Unique job identifier |
job_title |
string | Job title |
category |
string | Job category |
job_description |
string | Original job description |
job_text |
string | Processed job text used for matching or modeling |
clean_skills |
string | Cleaned required skills represented as text |
clean_skills_json |
string | Cleaned required skills in JSON-like format |
education_text |
string | Education requirements or related text |
years_required |
float | Estimated years of experience required |
embedding |
string | Precomputed 768-dimensional text embedding |
matches.csv
Each row represents a candidate-job compatibility record.
| Column | Type | Description |
|---|---|---|
candidate_id |
string | Candidate identifier, linked to cv.csv |
job_id |
integer | Job identifier, linked to job.csv |
final_score |
float | Final normalized compatibility score |
raw_score |
float | Raw compatibility score before final normalization |
label_strength |
string | Match strength label: weak_positive, medium_positive, or strong_positive |
semantic_score |
float | Semantic similarity score between resume and job text |
skill_score |
float | Skill overlap or skill compatibility score |
position_score |
float | Position/title compatibility score |
category_score |
float | Category compatibility score |
experience_score |
float | Experience compatibility score |
education_score |
float | Education compatibility score |
candidate_rank |
integer | Rank of the job for the candidate |
candidate_rank_pct |
float | Percentile-style rank score for the candidate |
Dataset Statistics
Overall Counts
| Metric | Value |
|---|---|
| Candidate profiles | 9,544 |
| Job postings | 1,167 |
| Candidate-job compatibility records | 122,560 |
| Candidates appearing in compatibility records | 9,532 |
| Jobs appearing in compatibility records | 1,164 |
| Embedding dimension | 768 |
Job Category Distribution
| Category | Job Count |
|---|---|
| INFORMATION-TECHNOLOGY | 240 |
| BUSINESS-DEVELOPMENT | 239 |
| FINANCE | 236 |
| SALES | 232 |
| HR | 220 |
Candidate Category Distribution
| Category | Candidate Count |
|---|---|
| INFORMATION-TECHNOLOGY | 8,140 |
| FINANCE | 1,010 |
| SALES | 215 |
| BUSINESS-DEVELOPMENT | 83 |
| HR | 80 |
| UNKNOWN | 16 |
Match Label Distribution
| Label | Count |
|---|---|
| medium_positive | 70,636 |
| weak_positive | 51,150 |
| strong_positive | 774 |
Score Ranges
| Score Column | Min | Max | Mean |
|---|---|---|---|
final_score |
0.4300 | 0.7561 | 0.5857 |
raw_score |
0.3060 | 0.6516 | 0.4359 |
semantic_score |
0.5805 | 0.9177 | 0.7812 |
skill_score |
0.0000 | 0.6170 | 0.0581 |
position_score |
0.0229 | 1.0000 | 0.2656 |
category_score |
0.0000 | 1.0000 | 0.8847 |
experience_score |
0.0000 | 1.0000 | 0.6765 |
education_score |
0.3000 | 1.0000 | 0.8974 |
candidate_rank_pct |
0.3832 | 1.0000 | 0.9353 |
Intended Use
This dataset is suitable for building and evaluating matching and recommendation systems in the recruitment domain.
Example use cases include:
Semantic retrieval
Use resume and job embeddings to retrieve relevant jobs for each candidate.Learning-to-rank
Train a ranking model using compatibility scores, ranking positions, and label strengths.Classification
Convertlabel_strengthinto classes for supervised classification.Graph recommendation
Build a heterogeneous or bipartite graph using candidates, jobs, and compatibility edges.Hybrid matching models
Combine semantic similarity, skill compatibility, position matching, category matching, experience matching, and education matching.
Example Usage
import pandas as pd
cv_df = pd.read_csv("cv.csv")
job_df = pd.read_csv("job.csv")
matches_df = pd.read_csv("matches.csv")
print(cv_df.shape)
print(job_df.shape)
print(matches_df.shape)
Load Embeddings
The embedding columns are stored as string representations of numeric lists. You can convert them back into arrays as follows:
import ast
import numpy as np
cv_df["embedding"] = cv_df["embedding"].apply(lambda x: np.array(ast.literal_eval(x), dtype=np.float32))
job_df["embedding"] = job_df["embedding"].apply(lambda x: np.array(ast.literal_eval(x), dtype=np.float32))
print(cv_df["embedding"].iloc[0].shape)
print(job_df["embedding"].iloc[0].shape)
Join Candidate, Job, and Match Data
merged_df = (
matches_df
.merge(cv_df, on="candidate_id", how="left")
.merge(job_df, on="job_id", how="left", suffixes=("_candidate", "_job"))
)
merged_df.head()
Convert Match Labels to Numeric Classes
label_map = {
"weak_positive": 0,
"medium_positive": 1,
"strong_positive": 2,
}
matches_df["label_id"] = matches_df["label_strength"].map(label_map)
Recommended Train/Validation/Test Splitting
For recommendation and ranking experiments, avoid random row-level splitting only. A row-level split may place records from the same candidate in multiple subsets and can overestimate model performance.
Recommended approaches:
- Split by
candidate_idfor candidate-level generalization. - Split by
job_idfor job-level generalization. - Use a time-based split if timestamp information is added in future versions.
- For graph-based models, ensure validation and test edges are not included in the training graph as target edges.
Data Quality Notes
- All columns in the provided CSV files are complete, with no missing values detected.
- Candidate and job embeddings are stored as text and should be parsed before numerical modeling.
- The dataset contains positive compatibility records. For binary classification or pairwise ranking, negative or unobserved candidate-job pairs may need to be sampled depending on the experiment design.
- Some candidates or jobs may not appear in
matches.csv; this is expected when using a filtered compatibility table.
Ethical Considerations
Recruitment datasets should be handled carefully because automated matching systems can influence employment opportunities. Users of this dataset should:
- Evaluate models for bias across relevant groups where such metadata is available and appropriate.
- Avoid using protected attributes for ranking or filtering.
- Treat model scores as decision-support signals rather than final hiring decisions.
- Review recommendations with human oversight.
- Ensure compliance with applicable privacy, employment, and data protection regulations.
Limitations
- The dataset focuses on selected job categories and may not generalize to all occupations.
- Compatibility labels and scores should be interpreted as modeling signals, not definitive hiring decisions.
- The dataset does not guarantee complete coverage of every possible candidate-job pair.
- The embedding model used to create the stored vectors is not specified in the dataset files.
- Additional validation may be required before using models trained on this dataset in real recruitment workflows.
Citation
If you use this dataset in a project, report, or experiment, please cite the dataset repository.
@dataset{resume_job_matching_dataset,
title = {Resume-Job Matching Dataset},
author = {Dataset Contributors},
year = {2026},
url = {https://huggingface.co/datasets/<your-username>/<your-dataset-name>}
}
License
Please update the dataset license before publishing. Use a license that matches your data source permissions and intended sharing policy.
Dataset Maintenance
For questions, updates, or corrections, please open an issue or discussion in the dataset repository.
- Downloads last month
- 100