Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Added

- Update `response_helpfulness` criteria

## [1.0.13] - 2025-03-20

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/cleanlab_tlm/utils/rag.py
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ def __repr__(self) -> str:
A Response is not helpful if it:
- Is not useful, incomplete, or unclear
- Abstains or refuses to answer the question
- Contains statements which are similar to 'I don't know', 'Sorry', or 'No information available'
- Contains statements which are similar to 'I don't know', 'Sorry', 'N.A', or 'No information available'
- Leaves part of the original User Query unresolved""",
"query_identifier": "User Query",
"context_identifier": None,
Expand Down