Factuality
You can get factuality scores (or rather factual consistency scores) from the
/factuality
REST API endpoint or any of the official SDKs (Python, Go, Rust,
JS, or cURL).
The output will include a score
that ranges from 0.0 to 1.0. The higher the
score, the more factuality consistency between the text
and the reference
.
Generate a Factuality Score
To generate a factuality score, you can use the following code examples. Depending on your preference or requirements, select the appropriate method for your application.
The output will look something like:
This approach presents a straightforward way for readers to choose and apply the code example that best suits their needs for generating text completions using either Python, Go, Rust, JS, or cURL.