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

[AGE-370] Improve reproducibility of AI critique outputs #1825

Open
mmabrouk opened this issue Jun 28, 2024 · 1 comment
Open

[AGE-370] Improve reproducibility of AI critique outputs #1825

mmabrouk opened this issue Jun 28, 2024 · 1 comment
Labels

Comments

@mmabrouk
Copy link
Member

AI critique provides different results from run to run.
The goal of this issue is to determine and implement the best practices / parameters for running AI critic and improving its reliability.

The first step is to determine the best practices in other oss libraries / literature

From SyncLinear.com | AGE-370

@mmabrouk mmabrouk added Backend improvement Medium priority Created by Linear-GitHub Sync and removed Medium priority Created by Linear-GitHub Sync labels Jun 28, 2024
@dosubot dosubot bot added the enhancement New feature or request label Jun 28, 2024
@mmabrouk
Copy link
Member Author

I looked into how it is done in Ragas.
In the default mode, they set the temperature to 1e-8
To increase the reproducibility (for example in CI), they increase the temperature to 0.3 and run each call three times.

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

No branches or pull requests

1 participant