AI Certification Parser Returns Too Many Unmentioned Certifications
Resolved 💬 2 comments Opened Sep 20, 2025 by walters954 Closed Nov 29, 2025
Problem Description
The AI certification parser is returning excessive certifications that are not mentioned in the job listing, causing inaccurate job metadata.
Example Case
Input Job Listing Text:
Current AI Output (Incorrect):
Expected Output:
Root Cause
The AI is interpreting "Salesforce Architect credentials" as a broad category and returning ALL architect certifications instead of treating it as a general mention.
Proposed Solution
Update the certification parsing prompt to:
- Only extract explicitly mentioned certifications
- When generic terms like "Salesforce Architect" are mentioned without specifics, do not expand to all possible architect certifications
- Maintain distinction between required, preferred, and nice-to-have certifications
- Return only the certifications directly referenced in the text
Impact
This issue affects job listing accuracy and may mislead job seekers about actual certification requirements.
This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗