-
Notifications
You must be signed in to change notification settings - Fork 1
Sa692 soc prompts st2 st3 #30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
peter-spencer-ons
wants to merge
26
commits into
main
Choose a base branch
from
SA692_soc_prompts_st2_st3
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
0ffe782
Add prompt and validation model for initial SOC classificaiton
peter-spencer-ons 1db4e81
add llm method for initial SOC classification
peter-spencer-ons b54238d
add llm method, prompt and validation for stage 3
peter-spencer-ons 23a5087
resolve merging problems
peter-spencer-ons 0a5b907
reflect types as in ruff
peter-spencer-ons 7d76e93
add tests to meet 80% coverage
peter-spencer-ons d50951a
merge main
peter-spencer-ons 40f0926
reorder llm.py to reflect changes made in main
peter-spencer-ons b419c6c
Use more general validation method
peter-spencer-ons a9b7c45
remove duplications in prompt.py
peter-spencer-ons 7f77306
uncomment code in llm.py
peter-spencer-ons 0fbf380
correct validation method
peter-spencer-ons 9117aa1
hash level_of_education
peter-spencer-ons 0788eb9
remove level of education from test and prompt
peter-spencer-ons 0179a00
Revert "remove level of education from test and prompt"
peter-spencer-ons 0098876
Revert "hash level_of_education"
peter-spencer-ons cb4be4e
level of education typehint: optional str
peter-spencer-ons 5d24c2e
add level of education field in the followup quesiton
peter-spencer-ons 91ab1f1
level of education for stages 2 and 3 in the pipeline
peter-spencer-ons 4fb7766
allow zero alternative candidates
peter-spencer-ons 88337c0
add level of education to the prompt
peter-spencer-ons 07c23f1
create soc lookup
peter-spencer-ons cf5cb1f
Revert "add level of education to the prompt"
peter-spencer-ons 29c5712
Revert "create soc lookup"
peter-spencer-ons be20c2e
add level of education
peter-spencer-ons e8c5773
include level_of_education in two prompt pipeline
peter-spencer-ons File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
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
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
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
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
you have added the level of edu to the sa_rag_soc_code method but not to its prompt