A console app, and future hosted service, for the generation of French language quizzing problems based on language features. Also, my first time writing in Python beyond simple tooling scripts. It will back a mobile app I've already made if it ends up working out.
MIT License
0
stars
0
forks
source link
🐞 Prompts for the passé compose tense frequently fail #1
This is because there are several forms, and several ways for them to be returned by ChatGTP.
The existing prompts are outrageously huge, and adding more details has only raise the variance even against explicit cases it is instructed to correct.
A good way to handle this would be to stop trying to force all participles into a single field targeting only the past participle (which was originally done for simplicity), and just support all of them. That a lot of prompt complexity gone right there.
This is because there are several forms, and several ways for them to be returned by ChatGTP.
The existing prompts are outrageously huge, and adding more details has only raise the variance even against explicit cases it is instructed to correct.
A good way to handle this would be to stop trying to force all participles into a single field targeting only the past participle (which was originally done for simplicity), and just support all of them. That a lot of prompt complexity gone right there.