Commit c354b30a authored by Vít Novotný's avatar Vít Novotný
Browse files

Add task1-votes-V1.2 task

parent 6ae73714
...@@ -38,6 +38,7 @@ RELEVANCE_JUDGEMENTS = { ...@@ -38,6 +38,7 @@ RELEVANCE_JUDGEMENTS = {
'test': { 'test': {
'task1': 'qrel.V1.0-test.tsv', 'task1': 'qrel.V1.0-test.tsv',
'task1-votes': 'votes-qrels-test.V1.0.tsv', 'task1-votes': 'votes-qrels-test.V1.0.tsv',
'task1-votes.V1.2': 'votes-qrels.V1.2.tsv',
'ntcir-11-math-2-main': 'NTCIR11_Math-qrels-test.dat', 'ntcir-11-math-2-main': 'NTCIR11_Math-qrels-test.dat',
'ntcir-12-mathir-arxiv-main': 'NTCIR12_Math-qrels_agg-test.dat', 'ntcir-12-mathir-arxiv-main': 'NTCIR12_Math-qrels_agg-test.dat',
'ntcir-12-mathir-math-wiki-formula': 'NTCIR12_MathWikiFrm-qrels_agg-test.dat', 'ntcir-12-mathir-math-wiki-formula': 'NTCIR12_MathWikiFrm-qrels_agg-test.dat',
......
This diff is collapsed.
...@@ -5,7 +5,7 @@ from setuptools import setup ...@@ -5,7 +5,7 @@ from setuptools import setup
setup( setup(
name='arqmath_eval', name='arqmath_eval',
version='0.0.8', version='0.0.9',
description='Evaluation of ARQMath systems', description='Evaluation of ARQMath systems',
packages=['arqmath_eval'], packages=['arqmath_eval'],
package_dir={'arqmath_eval': 'scripts'}, package_dir={'arqmath_eval': 'scripts'},
...@@ -32,6 +32,7 @@ setup( ...@@ -32,6 +32,7 @@ setup(
'votes-qrels-small-validation.V1.0.tsv', 'votes-qrels-small-validation.V1.0.tsv',
'votes-qrels-validation.V1.0.tsv', 'votes-qrels-validation.V1.0.tsv',
'votes-qrels-test.V1.0.tsv', 'votes-qrels-test.V1.0.tsv',
'votes-qrels.V1.2.tsv',
], ],
}, },
include_package_data=True, include_package_data=True,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment