in src/open-r1-multimodal/local_scripts/prepare_hf_data.py [0:0]
def has_answer_pattern(text): if "Answer:" in text: return True return False