Data description:
In data
file, we have:
-
bal
is balanced addition dataset. It can be used to train addition and test addition. -
mixed
is mixed dataset. The expressions are different frombal
. It can be used to train mixed tasks. -
bal2
is another balanced addition dataset, which is not overlap withbal
andaddition_judge
. -
addition_judge
is balanced judgment dataset. They can be used to trian judgment models. And test the ability of judgment.train_3digit_judge_10000.txt
andtest_3_digit_jugde_10000.txt
are transfered frombal
.train_3digit_judge_2_10000.txt
andtest_3_digit_jugde_2_10000.txt
are transfered frombal2
. It can be used to fine-tune a model that is pre-trained onbal
.