Code Monkey home page Code Monkey logo

fakejobposts's Introduction

Predicting Job Postings as Real or Fake

This project looks to address the problem of fake job postings and tries to predict whether a given job posting fraudulent based on its text. The data was highly imbalanced with only 5% fraudulent postings and required extensive preprocessing to replace missing values. The baseline model was a RNN (Recurrent Neural Network) with an Embedding layer and a Bidirectional LSTM layer, and its results were compared with a BERT (Bidirectional Encoder Representations from Transformers) model. Due to resource constraints, the Small-BERT architecture was applied. Initially, the baseline model was trained on all data (numeric and textual) but the AUC of 50% was no better than a random classifier so the project instead focused solely on the textual data. The twelve text columns in the dataset were split into five groups to be passed as inputs to each model. After five epochs, the baseline RNN resulted in a validation AUC of 0.7974 with 139 False Negatives; and the test data had a final AUC of 0.7864 with 173 False Negatives. The Small-BERT model ran for a single epoch on the same five text groupings and yielded significantly higher results. The validation AUC was 0.9625 with 109 False Negatives and 1 False Positive; and the testing AUC was 0.9637 with 119 False Negatives and 4 False Positives. The ability of both models to distinguish between fraudulent and real postings on heavily imbalanced data is promising, but it highlights the need for job posters to be diligent in creating complete job postings, and for job seekers to read all postings with a critical eye.

Included in file

  • Jupyter Notebook built in Google Colab
  • Powerpoint slide show of results
  • Final report (PDF)

fakejobposts's People

Contributors

jaymekirchner avatar

Stargazers

 avatar Vince Fulco--Bighire.tools avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.