AkariAsai/learning_to_retrieve_reasoning_paths

json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)

ukab23 opened this issue · 1 comments

Experiencing this error while training graph retriever over hotpotqa data
jsn = json.load(open(file_name, 'r', encoding="utf-8", errors='ignore', newline='\n'))
learning_to_retrieve_reasoning_paths/graph_retriever/utils.py", line 232

Hi, thanks for the comment. You are trying to use hotpotqa_new_selector_train_data_db_2017_10_12_fix located here, right?
Did you unzip the data before feeding it to out codes?