MWPToolkit icon indicating copy to clipboard operation
MWPToolkit copied to clipboard

MWPToolkit is an open-source framework for math word problem(MWP) solvers.

Results 19 MWPToolkit issues
Sort by recently updated
recently updated
newest added

When will Dolphin18K datasets be supported?

I want to combine RoBerta encoder with a gts decoder, using custom dataset, is this possible?have u already implemented it. I need to do this for class research project so...

Is the experiment for MAWPS-s using 5-fold as well? It seems yes to me as the paper reported. I got around 85.4 accuracy on MAWPS using train/dev/test. Wondering if I'm...

I've been using this codebase to handle some new datasets, it did help me a lot, but I found a few places where there might be bugs or unclear descriptions....

Hi, I checked the documentation and didn't find any notes for constants. So will numbers not in the problem text, but in the equations, be automatically treated as constants and...

The module seems to run fine with the provided datasets. But it throws error on when I've included a custom dataset. Errortrace: ``` MWPToolkit/mwptoolkit/model/Seq2Tree/gts.py line 220, in train_tree current_num =...

bug

Traceback (most recent call last): File "/MWPToolkit/run_mwptoolkit.py", line 26, in run_toolkit(args.model, args.dataset, args.task_type, config_dict) File "/MWPToolkit/mwptoolkit/quick_start.py", line 215, in run_toolkit train_with_train_valid_test_split(config) File "/MWPToolkit/mwptoolkit/quick_start.py", line 103, in train_with_train_valid_test_split trainer.fit() File "/MWPToolkit/mwptoolkit/trainer/supervised_trainer.py",...

因为ape200k的segmented_text是以字为粒度进行训练,我将ape200k测试集进行重新分词成math23k里的segmented_text格式,即以词为单位。如下图。然后将处理好格式的ape200k测试集数据加入到math23k测试集里。 ![image](https://user-images.githubusercontent.com/42962212/217235909-39e6a438-0dde-4bab-ae29-1e784650aa4b.png) 但是这是错误提示:![5V01GSU`8Q@FS_`134}Q~XJ](https://user-images.githubusercontent.com/42962212/217235053-1ea3f995-320f-466c-8927-76423db964d7.png) 数据格式与math23k一致,试了几个算法模型都存在问题,不知问题所在,故请教

Hi, Thanks for your great work. I am trying to reproduce the results for RobertaGen on SVAMP. This is my command python run_mwptoolkit.py \ --model=RobertaGen --dataset=mawps_asdiv-a_svamp --task_type=single_equation --equation_fix=prefix --k_fold=None --test_step=5...