SA-752 SOC prompt engineering: Top candidate#34
Open
ivyONS wants to merge 8 commits into
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
✨ Summary
Adds a new top-1 SOC selection flow for shortlist-based classification, with a strict prompt, typed response model, robust parsing fallback, and targeted tests. This is better aligned with clerical coding practices on SOC specifically (that is assigning one code always instead of higher groups used for SIC).
📜 Changes Introduced
top_one_soc_codein the LLM classification flow.TopOneResponsewith fields for selected SOC code, title, likelihood score, and reasoning.- exactly one shortlist code selection
- shortlist-only output
- calibrated likelihood scoring using fixed values (0.2, 0.4, 0.6, 0.8, 0.9)
- explicit reasoning and separation from next-best alternatives
top_one_soc_codewhen chain/parsing fails: returns first shortlist item with low confidence and error-context reasoning- Example job titles
- Description
- Example job tasks
- prompt constraints for top-one selection
- typed return behavior of top_one_soc_code
- updated candidate-text expectations
✅ Checklist
terraform fmt&terraform validate)🔍 How to Test
Ran unit tests.
Invoke the llm interaction from
survey-assist-evel(paired PR).