Skip to content
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

fine tune #11

Open
rgarcia opened this issue Nov 15, 2023 · 1 comment
Open

fine tune #11

rgarcia opened this issue Nov 15, 2023 · 1 comment

Comments

@rgarcia
Copy link

rgarcia commented Nov 15, 2023

I feel like the success rate of a given objective will always be significantly less than 100%. E.g., I've been testing Tarsier to try and get it to make a reservation at a restaurant using resy.com, but it fails at the login step because it incorrectly picks the label on the "password" input to type text into (and wants to type my email in that field no less).

I wonder if there's some system that could be built that has a human in the loop correcting mistakes made by the AI, and those corrections are then used to fine tune the model for that specific task.

Anyway this is more of a "idea" than an issue, but wondering what you think! (Feel free to close)

@asim-shrestha
Copy link
Contributor

Are you using GPT-4-Vision or the text based approach?

In the text based case, you could also add a critic loop for the LLM to validate that it made the correct choice. Another option is to first have the LLM choose candidate elements and then provide more context on the selected elements. (Such as HTML attributes)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants