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

Learned filter; learned compare (for resolve and join) #187

Open
shreyashankar opened this issue Nov 15, 2024 · 0 comments
Open

Learned filter; learned compare (for resolve and join) #187

shreyashankar opened this issue Nov 15, 2024 · 0 comments
Labels
efficiency Making docetl operations run faster enhancement New feature or request

Comments

@shreyashankar
Copy link
Collaborator

In the optimizer; we should be able to fit a logistic regression model to the embeddings to try to learn the binary classification function. If we learn this with good accuracy; we could replace the LLM call with the logistic regression model---or we could implement a model cascade, if the logistic regression model is well-calibrated, we can fall-back to the LLM call if the probability is uncertain.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
efficiency Making docetl operations run faster enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant