Shell script for `ecthr_b`
atreyasha opened this issue · 2 comments
Hello all, thank you for releasing this repository!
I am currently working on reproducing some of the results in this repository. In the readme, benchmarked results are presented for all tasks including ECtHR Task A
and ECtHR Task B
. However, the shell script run_ecthr.sh
only encodes one task; namely ecthr_a
:
Line 6 in dfee272
Is there a reason for this, or is it implied to run this script another time after changing the TASK
variable to ecthr_b
?
Hi @atreyasha,
I'm glad you try to replicate or even extend the results. That’s absolutely right, you have to replace ecthr_a
with ecthr_b
.
I preferred not to make a duplicate script with this minor change :)
Best,
Ilias
@iliaschalkidis thanks for the quick response, closing this issue