Skip to content

Releases: LYH-YF/MWPToolkit

MWPToolkit v0.0.6

23 Apr 07:48
Compare
Choose a tag to compare

MWPToolkit is a PyTorch-based toolkit for Math Word Problem (MWP) solving.

News in version 0.0.6
1.Fix some bugs:

(1)from_prefix_to_infix,from_postfix_to_infix in mwptoolkit/utils/preprocess_tool/equation_operator.py

(2)the sequence length will be longer than pos_embedder's max length in RobertGen, BertGen.

(3)data preprocessing for new dataset won't automatically remove 'x=' or '=x' in single equation.

2.Update new models:

(1)Seq2Tree model [BertTD]

(2)Seq2Tree model [MWPBert]

3.Rewrite Dataloader and Config

4.Implement function save_dataset() and load_from_pretrained() of Dataset

5.Implement function save_config() and load_from_pretrained() of Config

MWPToolkit v0.0.5

24 Oct 06:04
Compare
Choose a tag to compare

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

News:Fix some bugs.

MWPToolkit v0.0.4

15 Sep 04:02
Compare
Choose a tag to compare

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