-
Notifications
You must be signed in to change notification settings - Fork 6
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
🐛 New GPT 4 seems as if it doesn't know about SSW Rules #132
Comments
Meta queries like this one are difficult. Rules are only indexed by text content embeddings and not qualities such as "wordiness" or "poorly written-ness". So when you ask for those, it's not going to find any unless there are rules that cover those topics in their contents. I guess if you wanted to address this, you would need to add some pre processing to ask it to comment on each rule, then embed the comments and search that as an additional data source. Maybe worth a try to see if it improves anything... |
I think the purpose of this issue was for RulesGPT to admit it if it doesn't know. this would be a simple update to the prompt - not sure if it would fix anything though... |
For context I gave a bad example - but the point I was getting at was that it didn't say anything about the SSW Rules, and the first data source it referenced was Wikipedia. If we did want to get some meta/quality knowledge of the rules we could add in hemingway editor to a check/semantic kernel function: https://hemingwayapp.com/ It can rate the writing on a grade then also on 5 categories. |
Feel free to close if you disagree, or I'm pushing it too far :)
Maybe add to the prompt. 'If there is no SSW rule relevant, mention that'
The text was updated successfully, but these errors were encountered: