You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adopted json_repair in post-processing. When LLM's output does not follow JSON format (e.g., has un-escaped double quote or newline character), json_repair will be used to fix it. If fixed, a warning "JSONDecodeError detected, fixed with repair_json" will be triggered. If still fails, a warning "JSONDecodeError could not be fixed" will be triggered.
For FrameExtractors, frames that have broken JSON format and can not be fixed will be discarded.
For RelationExtractors, relations that have broken JSON format and can not be fixed will be discarded.