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

I got 'value accu=40.0' and found that the model uses 'bert-base-uncased' as the encoder by default. Could the reason be that I were not using a Chinese bert for math23k?...

When use a GPU to train any model with k-fold cross validation, it seems all right when running the first fold and starts to train model slowly when running the...

bug

hi I get the same error using different datasets. any advice?

bug

On trying to train the LSTM VAE model for multi-equation on both hwmps and draw the following error is thrown. ![image](https://user-images.githubusercontent.com/62837028/170872799-cfa97161-680d-4240-befb-fe3ebe274504.png) Changing max_gen_len to max_length in rnnvae.py fixed this issue.

bug

Failure # 1 (occurred at 2022-05-23_16-22-42) Traceback (most recent call last): File "/home/marzieh/anaconda3/envs/mwptoolkit/lib/python3.7/site-packages/ray/tune/ray_trial_executor.py", line 901, in get_next_executor_event future_result = ray.get(ready_future) File "/home/marzieh/anaconda3/envs/mwptoolkit/lib/python3.7/site-packages/ray/_private/client_mode_hook.py", line 105, in wrapper return func(*args, **kwargs) File...

hi how can I use different embedding vectors?

When `test_batch_size` is set through command line, e.g., ``` python run_mwptoolkit.py --model=GTS --dataset=mawps --task_type=multi_equation --gpu_id=0 --equation_fix=prefix --test_batch_size=32 ``` Both `Graph2Tree` and `GTS` fail to forward propagate, ``` Traceback (most recent...

The dimensions of the input data are shown to be different from the dimensions trained in the model when I test with the trained model. Why is this happening? Error:...

![image](https://user-images.githubusercontent.com/101533080/159103440-d6ebf599-754d-4344-b42c-124ab43d9acd.png)

Hi, I wanted to trained the model by RobertaGen, but it always showed the error "robertagen can't be found", why did it happend? That's my code below: python run_mwptoolkit.py --model=RoBERTaGen...