I was running the conversion tools by python run.py on AmazonReview 2023 data.
I reached the following two errors:
-
NameError: name 'null' is not defined when convert item data. Seemingly there are null fields in the meta json file. Any quick fixes?
-
When I diff the interaction file created by running python run.py ... ... --convert_inter with the corresponding processed interaction file provided in the Google Drive, there's a lot of difference.
Can you specify if there's any version difference between the processed dataset and the source data files used?
Thank you so much.
I was running the conversion tools by python run.py on AmazonReview 2023 data.
I reached the following two errors:
NameError: name 'null' is not defined when convert item data. Seemingly there are null fields in the meta json file. Any quick fixes?
When I diff the interaction file created by running
python run.py ... ... --convert_interwith the corresponding processed interaction file provided in the Google Drive, there's a lot of difference.Can you specify if there's any version difference between the processed dataset and the source data files used?
Thank you so much.