Real / Fake Job Posting Prediction
Dataset of real and fake job postings
@kaggle.shivamb_real_or_fake_fake_jobposting_prediction
Dataset of real and fake job postings
@kaggle.shivamb_real_or_fake_fake_jobposting_prediction
This dataset contains 18K job descriptions out of which about 800 are fake. The data consists of both textual information and meta-information about the jobs. The dataset can be used to create classification models which can learn the job descriptions which are fraudulent.
The University of the Aegean | Laboratory of Information & Communication Systems Security
http://emscad.samos.aegean.gr/
The dataset is very valuable as it can be used to answer the following questions:
CREATE TABLE fake_job_postings (
"job_id" BIGINT,
"title" VARCHAR,
"location" VARCHAR,
"department" VARCHAR,
"salary_range" VARCHAR,
"company_profile" VARCHAR,
"description" VARCHAR,
"requirements" VARCHAR,
"benefits" VARCHAR,
"telecommuting" BIGINT,
"has_company_logo" BIGINT,
"has_questions" BIGINT,
"employment_type" VARCHAR,
"required_experience" VARCHAR,
"required_education" VARCHAR,
"industry" VARCHAR,
"function" VARCHAR,
"fraudulent" BIGINT
);Anyone who has the link will be able to view this.