-
Notifications
You must be signed in to change notification settings - Fork 112
Open
Description
Is your feature request related to a problem? Please describe.
We would like to enable the longform version of Semantic Entropy as proposed by Farquhar et al., 2024. This approach takes the following steps:
- Deconstruct an LLM response into individual 'factoids'
- For each factoid, create a small set of questions for which the factoid is the answer.
- For each of the questions created in step (2) above, generate
$m$ sampled responses from which semantic entropy is computed. - Average the semantic entropy for each factoid in the response to get longform semantic entropy score.
Describe the solution you'd like
Assigning this issue to @mohitcek and trust his decision-making for this one.
Describe alternatives you've considered
Only offering short-form (regular) semantic entropy
Additional context
The claim-to-question will require an LLM. Let's use the same prompt used in the original paper.
Metadata
Metadata
Assignees
Labels
No labels