diff --git a/new_experiment/pipeline/pipeline_process_word_classic_wer.py b/new_experiment/pipeline/pipeline_process_word_classic_wer.py
index 212e3db6eb95eb802a7d95134374e3c79dc0f1e5..231a696ae4190ab8c261e6718f56148e98f480ec 100644
--- a/new_experiment/pipeline/pipeline_process_word_classic_wer.py
+++ b/new_experiment/pipeline/pipeline_process_word_classic_wer.py
@@ -15,7 +15,7 @@ def run_word_wer_classic_pipeline(dataset_name: str, asr_name: str):
                 asr_property_name=PropertyHelper.asr_result(asr_name),
                 gold_transcript_property_name=PropertyHelper.get_gold_transcript_words(),
                 metrics_property_name=PropertyHelper.word_wer_classic_metrics(asr_name),
-                require_update=False,
+                require_update=True,
                 alignment_property_name=PropertyHelper.word_wer_classic_alignment(asr_name)
             ),
         ],