Skip to content

Commit

Permalink
LLMFactCheck
Browse files Browse the repository at this point in the history
  • Loading branch information
mlupei committed Feb 18, 2024
1 parent 2569d72 commit cde244d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/processing.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def create_prompt(triple_text, sentence, context=""):
Returns:
str: The constructed prompt.
"""
return f"'Is the trupple \"{triple_text}\" supported by the sentence: \"{sentence}\"?"
return f"'Is the tripple \"{triple_text}\" supported by the sentence: \"{sentence}\"?"


def process_data(model_info, model_type, use_icl, triple_data: pd.DataFrame, sentence_data: pd.DataFrame,
Expand Down

0 comments on commit cde244d

Please sign in to comment.