SemEval-2018 task 3 - Irony detection in English tweets Forum

Go back to competition Back to thread list Post in this thread

> Error while submitting for trial data

Why do I get:
```
Traceback (most recent call last):
File "/tmp/codalab/tmpyXNkwy/run/program/evaluate_dev.py", line 137, in
main()
File "/tmp/codalab/tmpyXNkwy/run/program/evaluate_dev.py", line 133, in main
score(input_dir, output_dir)
File "/tmp/codalab/tmpyXNkwy/run/program/evaluate_dev.py", line 46, in score
with open(os.path.join(input_dir, 'ref', 'goldstandard_train_A.txt')) as truth_file:
IOError: [Errno 2] No such file or directory: '/tmp/codalab/tmpyXNkwy/run/input/ref/goldstandard_train_A.txt'
```
on submission for predictions on trial data?

Posted by: nishnik @ Dec. 13, 2017, 10:52 a.m.

I had the same error, I just don't know whether we could change the file in path '/tmp/codalab/tmpUJGQlc/run/input/ref/goldstandard_train_A.txt'.

I am wondering whether there are submissions on the leader board, is that there are gold standard files under that path?

Posted by: Helenailse @ Dec. 19, 2017, 11:35 a.m.

Hi

Thanks for noticing this!
Can you please test once again? The problem with the file path should be fixed (participants cannot change the path to the gold-standard file themselves).

Cheers
Cynthia

Posted by: cyvhee @ Dec. 20, 2017, 11:20 a.m.
Post in this thread