Adapted from https://huggingface.co/datasets/mwpt5/MAWPS
Processed with the following code:
def process_row(row):
# Create placeholder-to-actual mapping
placeholder_map = [(f"N_{i:02}", actual) for i, actual in enumerate(row['Numbers'].split())]
try:
# Process placeholders and replacements
for placeholder, replacement in placeholder_map:… See the full description on the dataset page: https://huggingface.co/datasets/saniyak1217/MAWPS.