Code Monkey home page Code Monkey logo

Comments (4)

evelinehong avatar evelinehong commented on July 30, 2024

Hi Aashish,

Thank you for pointing it out. I wrote the original codes a year ago and rewrote them after acceptance. I did not continue training after I reached ~55% accuracy using this code. I will look into it to see what's possibly wrong. Before that, you can use the performance achieved by running the code yourself.

I see your recent arxiv paper: A Weakly Supervised Model for Solving Math word Problems. Could you please cite our paper, since we are the first paper to do weakly supervised math word problem solving? You can use the accuracy that you achieved, and add a footnote suggesting that this is the accuracy by running our codes.

Best,
Yining

from lbf.

evelinehong avatar evelinehong commented on July 30, 2024

Close this issue until further update

from lbf.

evelinehong avatar evelinehong commented on July 30, 2024

Hi,
I ran the training code using "python run_seq2tree.py --model ma-fix --nstep 50 --name ma-fix". But I'm getting best test accuracy of around 53.6%. Can you please provide the exact details of the setting in which 59.4% accuracy was obtained?

Hi,

I found the bug. Just comment these two lines:

#y = eval(fix_infix)
#if y == eval(num_ans[idx]):

It seems that there's sth wrong with the eval function.

And the codes can get similar results to the paper (with probably a 1% variance).

Sorry for the inconvenience!

Again, we will really appreciate it if you could cite us in ur paper.

Best,
Yining

from lbf.

evelinehong avatar evelinehong commented on July 30, 2024

Hi, sorry to bother again. The debugged codes can get 59.8% accuracy. I have uploaded the checkpoint for it.

Best,
Yining

from lbf.

Related Issues (7)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.