paper/experiments/ldc/preprocess.py [60:66]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                swapping_candidates,
                cutting_candidates,
                random_text,
                num_candidates=num_candidates,
                max_per_operation=max_per_operation,
            )
            classification_data.extend(classification_items)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



paper/experiments/webnlg/preprocess.py [151:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                swapping_candidates,
                cutting_candidates,
                random_text,
                num_candidates=num_candidates,
                max_per_operation=max_per_operation,
            )

            classification_data.extend(classification_items)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



