Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Michal Štefánik
ARQMath-eval
Commits
2496357e
Commit
2496357e
authored
Jun 01, 2020
by
Vít Novotný
Browse files
Fix definition of arqmath_eval.configuration.TASKS
parent
3001afd4
Pipeline
#61716
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
scripts/configuration.py
View file @
2496357e
...
...
@@ -44,7 +44,7 @@ RELEVANCE_JUDGEMENTS = {
'ntcir-12-mathir-math-wiki-formula'
:
'NTCIR12_MathWikiFrm-qrels_agg-test.dat'
,
},
}
TASKS
=
list
(
RELEVANCE_JUDGEMENTS
[
'
test
'
].
keys
())
TASKS
=
list
(
RELEVANCE_JUDGEMENTS
[
'
validation
'
].
keys
())
PARSED_RELEVANCE_JUDGEMENTS
=
{}
EVALUATORS
=
{}
for
subset
,
filenames
in
RELEVANCE_JUDGEMENTS
.
items
():
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment