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

Add llm explanation to output dataframe #462

Merged
merged 2 commits into from
Jul 18, 2023
Merged

Add llm explanation to output dataframe #462

merged 2 commits into from
Jul 18, 2023

Conversation

rajasbansal
Copy link
Contributor

@rajasbansal rajasbansal commented Jul 17, 2023

Currently, the llm explanation is not exposed to the user. This PR adds explanations to LLMAnnotation and the output dataframe allowing users to see the explanation for a label if chain of thought is enabled

Address #460

@rajasbansal rajasbansal requested a review from nihit July 17, 2023 20:37
@rajasbansal rajasbansal linked an issue Jul 17, 2023 that may be closed by this pull request
Copy link
Contributor

@nihit nihit left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm!

@nihit nihit merged commit 8c60ad2 into main Jul 18, 2023
2 checks passed
@nihit nihit deleted the add_explanation branch July 18, 2023 04:51
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

Successfully merging this pull request may close these issues.

CoT Explanation column in generated LLM outputs
2 participants