Code Monkey home page Code Monkey logo

Comments (5)

urialon avatar urialon commented on June 24, 2024

Hi @rishab-32 ,
Thank you for your interest in code2seq.

By default, our preprocessing takes Java method names as the code sequences. Getting the sequences from a separate text file will require some modifications. For example, you can change the method names to unique IDs in the Java file, and then use these IDs to look up the code sequence in the text file and join them.

Please see: https://github.com/tech-srl/code2seq#creating-and-preprocessing-a-new-java-dataset
and follow the execution of preprocess.sh on a small code directory, to see the outcomes of every step.

Best,
Uri

from code2seq.

rishab-32 avatar rishab-32 commented on June 24, 2024

Hi thanks for the prompt reply, In the paper, you have talked about an additional comparison to Hu et al. (2018) dataset. I am also working with the Hu dataset, do you have any implementation of code2seq available on this dataset? That would be really helpful.

from code2seq.

urialon avatar urialon commented on June 24, 2024

The comparison to Hu et al was rush, because one of the reviewers asked for it throughout the rebuttal. Since we found out that the BLEU scores reported by Hu et al were totally erroneous, we did not release official repro scripts (if I remember correctly, they reported exceptional BLEU score of about 40, while in fact, when I measured BLEU score on their logs - it was about 9).

However, I do have the scripts that I used to convert their dataset to our format.
If I remember correctly, you need to use the first script to convert their dataset from one-large-json into a directory of many files (for each of training/validation/test):

https://gist.github.com/urialon/6ce2ffab7b675d9437b730246dc07827

Then, run our preprocess.sh script on the resulting directories.
Finally, you need to "insert" the code sequences into the produced files, using this script:

https://gist.github.com/urialon/7c4d129f6cb45c2cdba669a15f132fb4

from code2seq.

urialon avatar urialon commented on June 24, 2024

But note that I haven't touched these scripts for almost two years, so it is very likely that I am forgetting some details. Follow these scripts carefully to verify that I did not mislead you.

from code2seq.

rishab-32 avatar rishab-32 commented on June 24, 2024

Thanks a lot for sharing the scripts. I understand that you do not have any intention of misleading me in any way.

from code2seq.

Related Issues (20)

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.