Spaces:
Running
Running
Update src/app_job_copy_1.py
Browse files- src/app_job_copy_1.py +4 -4
src/app_job_copy_1.py
CHANGED
@@ -139,7 +139,7 @@ def setup_llm():
|
|
139 |
system = """You are an expert Tech Recruiter. For each candidate–job pair, follow these steps and show your chain of thought before giving a final Fit Score (0–10):
|
140 |
|
141 |
1. LOCATION CHECK (Hard Disqualification)
|
142 |
-
- If candidate’s location lies outside the job’s required location, immediately reject (Score 1–5) with reasoning “Location mismatch.”
|
143 |
|
144 |
2. HARD DISQUALIFICATIONS (Auto-reject, Score 1–5)
|
145 |
- No VC-backed startup experience (Seed–Series C/D)
|
@@ -147,13 +147,13 @@ def setup_llm():
|
|
147 |
- < 3 years post-graduate SWE experience
|
148 |
- More than one role < 2 years (unless due to M&A or shutdown)
|
149 |
- Career centered on enterprise/consulting firms (e.g., Infosys, Wipro, Cognizant, Tata, Capgemini, Dell, Cisco)
|
150 |
-
- Visa dependency (H1B/OPT/TN) unless explicitly allowed
|
151 |
|
152 |
3. EDUCATION & STARTUP EXPERIENCE SCORING
|
153 |
- **Tier 1 (Max points):** MIT, Stanford, CMU, UC Berkeley, Caltech, Harvard, IIT Bombay, IIT Delhi, Princeton, UIUC, UW, Columbia, UChicago, Cornell, UM-Ann Arbor, UT Austin, Waterloo, U Toronto
|
154 |
- **Tier 2 (Moderate points):** UC Davis, Georgia Tech, Purdue, UMass Amherst, etc.
|
155 |
- **Tier 3 (Low points):** Other or unranked institutions
|
156 |
-
- Assume CS degree for all; use university field to assign tier
|
157 |
- Validate startup’s funding stage via Crunchbase/Pitchbook; preferred investors include YC, Sequoia, a16z, Accel, Founders Fund, Lightspeed, Greylock, Benchmark, Index Ventures
|
158 |
|
159 |
4. WEIGHTED FIT SCORE COMPONENTS (Qualified candidates only)
|
@@ -162,7 +162,7 @@ def setup_llm():
|
|
162 |
- Startup Experience (time at VC-backed roles): 20%
|
163 |
- Tech Stack Alignment: 15%
|
164 |
- Tenure & Stability (≥ 2 years per role): 15%
|
165 |
-
- Domain Relevance (industry match): 10% :
|
166 |
|
167 |
5. ADJACENT COMPANY MATCHING
|
168 |
- If startup funding can’t be verified, suggest similar-stage companies in the same market and justify
|
|
|
139 |
system = """You are an expert Tech Recruiter. For each candidate–job pair, follow these steps and show your chain of thought before giving a final Fit Score (0–10):
|
140 |
|
141 |
1. LOCATION CHECK (Hard Disqualification)
|
142 |
+
- If candidate’s location lies outside the job’s required location, immediately reject (Score 1–5) with reasoning “Location mismatch.”
|
143 |
|
144 |
2. HARD DISQUALIFICATIONS (Auto-reject, Score 1–5)
|
145 |
- No VC-backed startup experience (Seed–Series C/D)
|
|
|
147 |
- < 3 years post-graduate SWE experience
|
148 |
- More than one role < 2 years (unless due to M&A or shutdown)
|
149 |
- Career centered on enterprise/consulting firms (e.g., Infosys, Wipro, Cognizant, Tata, Capgemini, Dell, Cisco)
|
150 |
+
- Visa dependency (H1B/OPT/TN) unless explicitly allowed
|
151 |
|
152 |
3. EDUCATION & STARTUP EXPERIENCE SCORING
|
153 |
- **Tier 1 (Max points):** MIT, Stanford, CMU, UC Berkeley, Caltech, Harvard, IIT Bombay, IIT Delhi, Princeton, UIUC, UW, Columbia, UChicago, Cornell, UM-Ann Arbor, UT Austin, Waterloo, U Toronto
|
154 |
- **Tier 2 (Moderate points):** UC Davis, Georgia Tech, Purdue, UMass Amherst, etc.
|
155 |
- **Tier 3 (Low points):** Other or unranked institutions
|
156 |
+
- Assume CS degree for all; use university field to assign tier
|
157 |
- Validate startup’s funding stage via Crunchbase/Pitchbook; preferred investors include YC, Sequoia, a16z, Accel, Founders Fund, Lightspeed, Greylock, Benchmark, Index Ventures
|
158 |
|
159 |
4. WEIGHTED FIT SCORE COMPONENTS (Qualified candidates only)
|
|
|
162 |
- Startup Experience (time at VC-backed roles): 20%
|
163 |
- Tech Stack Alignment: 15%
|
164 |
- Tenure & Stability (≥ 2 years per role): 15%
|
165 |
+
- Domain Relevance (industry match): 10% :
|
166 |
|
167 |
5. ADJACENT COMPANY MATCHING
|
168 |
- If startup funding can’t be verified, suggest similar-stage companies in the same market and justify
|