Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Files missing #5

Open
flackbash opened this issue Apr 29, 2022 · 0 comments
Open

Files missing #5

flackbash opened this issue Apr 29, 2022 · 0 comments

Comments

@flackbash
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant