Skip to content

Implementation of a simple claim reliability scoring function#165

Open
IslamHisham wants to merge 1 commit into
ComplexData-MILA:mainfrom
IslamHisham:IslamHisham-patch-1
Open

Implementation of a simple claim reliability scoring function#165
IslamHisham wants to merge 1 commit into
ComplexData-MILA:mainfrom
IslamHisham:IslamHisham-patch-1

Conversation

@IslamHisham

Copy link
Copy Markdown
Collaborator

This function calculates the claim reliability scoring based on atomic verdicts, returning a float value.

This function calculates the claim reliability scoring based on atomic verdicts, returning a float value.
def claim_reliabity_scoring(atomic_verdicts:list[str]) -> float:
"""
This function calculates the claim reliability scoring based on the atomic verdicts.
The scoring is calculated as the ratio of true verdicts to the total number of verdicts.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

I will edit the documentation of the function later as it is not yet precise.

@IslamHisham IslamHisham left a comment

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Please review and ignore the documentation for now

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.

1 participant