salesforce / factCC

Resources for the "Evaluating the Factual Consistency of Abstractive Text Summarization" paper
https://arxiv.org/abs/1910.12840
BSD 3-Clause "New" or "Revised" License
275 stars 31 forks source link

may be a bug in data_generation/create_data.py ? #2

Closed zide05 closed 4 years ago

zide05 commented 4 years ago

in line 95:data_numswp = apply_transformation(data_positive, dateswap_op) may should be data_dateswp = apply_transformation(data_positive, dateswap_op)?

muggin commented 4 years ago

Hello, thank you for reporting this issue! You are right, Line 95: contained a bug. Issue fixed, closing.