You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
First of all thank you for making your code publicly available. We are working on an evaluation tool for entity linking systems and would love to include your system and reproduce your results. I did however not succeed in running your code and the provided instructions are a bit sparse.
More specificly, when calling python cholan.py as instructed here in the directory CHOLAN/Cholan_T-REx/End2End, I get the error message
Traceback (most recent call last):
File "cholan.py", line 60, in <module>
df_target = pd.read_csv(predict_data_dir + "ned_target_data.tsv", sep="\t", encoding='utf-8')
...
FileNotFoundError: [Errno 2] No such file or directory: '/data/prabhakar/CG/prediction_data/data_10000/ned_target_data.tsv'
When running python cholan.py in the directory Cholan_CoNLL_AIDA/End2End, I get the error message
Traceback (most recent call last):
File "cholan.py", line 65, in <module>
df_ned = pd.read_csv(predict_data_dir + "ned_data.tsv", sep='\t', encoding='utf-8', usecols=['sequence1', 'sequence2', 'label'])
...
FileNotFoundError: [Errno 2] No such file or directory: '/data/prabhakar/CG/WNED/msnbc/prediction_data/data_full/Zeroshot/ned_data.tsv'
Neither of these files are included in any of the linked data packages or the linked repositories.
Could you please provide the necessary data and provide some more instructions on how to use your code and reproduce your results?
The text was updated successfully, but these errors were encountered:
First of all thank you for making your code publicly available. We are working on an evaluation tool for entity linking systems and would love to include your system and reproduce your results. I did however not succeed in running your code and the provided instructions are a bit sparse.
More specificly, when calling
python cholan.py
as instructed here in the directoryCHOLAN/Cholan_T-REx/End2End
, I get the error messageWhen running
python cholan.py
in the directoryCholan_CoNLL_AIDA/End2End
, I get the error messageNeither of these files are included in any of the linked data packages or the linked repositories.
Could you please provide the necessary data and provide some more instructions on how to use your code and reproduce your results?
The text was updated successfully, but these errors were encountered: