Skip to content

Latest commit

History

History
27 lines (20 loc) 路 1.49 KB

File metadata and controls

27 lines (20 loc) 路 1.49 KB

JOYBOY_07 Ranker | Intelligent Candidate Discovery

This repository contains the JOYBOY_07 Ranker, a multi-stage cascading pipeline engineered for the Redrob Talent Intelligence Challenge.

馃殌 Live Sandbox

Access the Command Center

馃彈 System Architecture

Our engine is designed to operate under strict CPU-only constraints while aggressively filtering for dataset traps.

  1. Deterministic Guardrails: Hard-filters honeypots and "keyword stuffers" (e.g., non-engineering titles with high skill keywords).
  2. Hybrid Retrieval: Uses optimized TF-IDF sparse matching to prune 100k candidates to the top 2k, followed by dense semantic scoring for relevance.
  3. Behavioral Calibration: Applies a mathematical multiplier to prioritize candidates with high recruiter response rates and recent platform activity.

馃洜 Tech Stack

  • Backend: Python, Scikit-Learn (TF-IDF), Pandas, NumPy.
  • Frontend: Streamlit with custom Glassmorphism CSS and Plotly-integrated visualizations.
  • Performance: Optimized for <5 minute execution on CPU-constrained environments.

馃搵 How to Reproduce

  1. Clone the repository: git clone https://github.com/07MADARA/talent-ranker
  2. Install dependencies: pip install -r requirements.txt
  3. Run the ranker: python rank.py (ensure candidates.jsonl is in the root directory).
  4. Validate results: python validate_submission.py team_antigravity.csv

Submission by Team JOYBOY_07