Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[REVIEW]: DeepSynth: Scaling Neural Program Synthesis with Distribution-based Search #4151

Closed
40 of 60 tasks
whedon opened this issue Feb 10, 2022 · 56 comments
Closed
40 of 60 tasks
Assignees
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Slash Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning

Comments

@whedon
Copy link

whedon commented Feb 10, 2022

Submitting author: @Theomat (Théo Matricon)
Repository: https://github.com/nathanael-fijalkow/DeepSynth
Branch with paper.md (empty if default branch): joss
Version: v1.0
Editor: @arfon
Reviewers: @njuaplusplus, @bzz
Archive: 10.5281/zenodo.7194579

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

Status

status

Status badge code:

HTML: <a href="https://joss.theoj.org/papers/b5281edb0bde03b86149a7baf94db2f0"><img src="https://joss.theoj.org/papers/b5281edb0bde03b86149a7baf94db2f0/status.svg"></a>
Markdown: [![status](https://joss.theoj.org/papers/b5281edb0bde03b86149a7baf94db2f0/status.svg)](https://joss.theoj.org/papers/b5281edb0bde03b86149a7baf94db2f0)

Reviewers and authors:

Please avoid lengthy details of difficulties in the review thread. Instead, please create a new issue in the target repository and link to those issues (especially acceptance-blockers) by leaving comments in the review thread below. (For completists: if the target issue tracker is also on GitHub, linking the review thread in the issue or vice versa will create corresponding breadcrumb trails in the link target.)

Reviewer instructions & questions

@njuaplusplus & @Kraks, please carry out your review in this issue by updating the checklist below. If you cannot edit the checklist please:

  1. Make sure you're logged in to your GitHub account
  2. Be sure to accept the invite at this URL: https://github.com/openjournals/joss-reviews/invitations

The reviewer guidelines are available here: https://joss.readthedocs.io/en/latest/reviewer_guidelines.html. Any questions/concerns please let @terrytangyuan know.

Please start on your review when you are able, and be sure to complete your review in the next six weeks, at the very latest

Review checklist for @njuaplusplus

✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@Theomat) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

Review checklist for @Kraks

✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@Theomat) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?

Review checklist for @bzz

✨ Important: Please do not use the Convert to issue functionality when working through this checklist, instead, please open any new issues associated with your review in the software repository associated with the submission. ✨

Conflict of interest

  • I confirm that I have read the JOSS conflict of interest (COI) policy and that: I have no COIs with reviewing this work or that any perceived COIs have been waived by JOSS for the purpose of this review.

Code of Conduct

General checks

  • Repository: Is the source code for this software available at the repository url?
  • License: Does the repository contain a plain-text LICENSE file with the contents of an OSI approved software license?
  • Contribution and authorship: Has the submitting author (@Theomat) made major contributions to the software? Does the full list of paper authors seem appropriate and complete?
  • Substantial scholarly effort: Does this submission meet the scope eligibility described in the JOSS guidelines

Functionality

  • Installation: Does installation proceed as outlined in the documentation?
  • Functionality: Have the functional claims of the software been confirmed?
  • Performance: If there are any performance claims of the software, have they been confirmed? (If there are no claims, please check off this item.)

Documentation

  • A statement of need: Do the authors clearly state what problems the software is designed to solve and who the target audience is?
  • Installation instructions: Is there a clearly-stated list of dependencies? Ideally these should be handled with an automated package management solution.
  • Example usage: Do the authors include examples of how to use the software (ideally to solve real-world analysis problems).
  • Functionality documentation: Is the core functionality of the software documented to a satisfactory level (e.g., API method documentation)?
  • Automated tests: Are there automated tests or manual steps described so that the functionality of the software can be verified?
  • Community guidelines: Are there clear guidelines for third parties wishing to 1) Contribute to the software 2) Report issues or problems with the software 3) Seek support

Software paper

  • Summary: Has a clear description of the high-level functionality and purpose of the software for a diverse, non-specialist audience been provided?
  • A statement of need: Does the paper have a section titled 'Statement of Need' that clearly states what problems the software is designed to solve and who the target audience is?
  • State of the field: Do the authors describe how this software compares to other commonly-used packages?
  • Quality of writing: Is the paper well written (i.e., it does not require editing for structure, language, or writing quality)?
  • References: Is the list of references complete, and is everything cited appropriately that should be cited (e.g., papers, datasets, software)? Do references in the text use the proper citation syntax?
@whedon
Copy link
Author

whedon commented Feb 10, 2022

Hello human, I'm @whedon, a robot that can help you with some common editorial tasks. @njuaplusplus, @Kraks it looks like you're currently assigned to review this paper 🎉.

⚠️ JOSS reduced service mode ⚠️

Due to the challenges of the COVID-19 pandemic, JOSS is currently operating in a "reduced service mode". You can read more about what that means in our blog post.

⭐ Important ⭐

If you haven't already, you should seriously consider unsubscribing from GitHub notifications for this (https://github.com/openjournals/joss-reviews) repository. As a reviewer, you're probably currently watching this repository which means for GitHub's default behaviour you will receive notifications (emails) for all reviews 😿

To fix this do the following two things:

  1. Set yourself as 'Not watching' https://github.com/openjournals/joss-reviews:

watching

  1. You may also like to change your default settings for this watching repositories in your GitHub profile here: https://github.com/settings/notifications

notifications

For a list of things I can do to help you, just type:

@whedon commands

For example, to regenerate the paper pdf after making changes in the paper's md or bib files, type:

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Feb 10, 2022

PDF failed to compile for issue #4151 with the following error:

 Can't find any papers to compile :-(

@whedon
Copy link
Author

whedon commented Feb 10, 2022

Software report (experimental):

github.com/AlDanial/cloc v 1.88  T=0.28 s (179.5 files/s, 46480.3 lines/s)
-------------------------------------------------------------------------------
Language                     files          blank        comment           code
-------------------------------------------------------------------------------
Python                          49           1225           1144           5441
SVG                              1              1              1           5177
Markdown                         1             50              0            170
-------------------------------------------------------------------------------
SUM:                            51           1276           1145          10788
-------------------------------------------------------------------------------


Statistical information for the repository 'dd71a7aa04ea7726de6bda9d' was
gathered on 2022/02/10.
The following historical commit information, by author, was found:

Author                     Commits    Insertions      Deletions    % of changes
Guillaume Lagarde                8           871            242            5.05
Nathanael Fijalkow              37          7691           3627           51.32
Theomat                        181          5705           3281           40.75
[email protected]               5           540             95            2.88

Below are the number of rows from each author that have survived and are still
intact in the current revision:

Author                     Rows      Stability          Age       % in comments
Guillaume Lagarde            64            7.3          6.9                0.00
Nathanael Fijalkow         4073           53.0          3.3               10.83
Theomat                    3665           64.2          4.5               10.42
[email protected]            8            1.5          5.1               37.50

@terrytangyuan
Copy link
Member

@whedon generate pdf

@whedon
Copy link
Author

whedon commented Feb 10, 2022

PDF failed to compile for issue #4151 with the following error:

 Can't find any papers to compile :-(

@terrytangyuan
Copy link
Member

@whedon generate pdf from branch joss

@whedon
Copy link
Author

whedon commented Feb 10, 2022

Attempting PDF compilation from custom branch joss. Reticulating splines etc...

@whedon
Copy link
Author

whedon commented Feb 10, 2022

👉📄 Download article proof 📄 View article proof on GitHub 📄 👈

@Kraks Kraks self-assigned this Feb 10, 2022
@terrytangyuan
Copy link
Member

@whedon add @bzz as reviewer

@whedon
Copy link
Author

whedon commented Feb 11, 2022

OK, @bzz is now a reviewer

@bzz
Copy link

bzz commented Feb 11, 2022

HI @ Theomat.

I’ve started reviewing the submission and got a couple of questions that are not immediately related to the code, so posting it here.

“What should my paper contain” of JOSS submission guideline and “citations of relevant work” of JOSS Review Criteria mentions

list of key references, including to other software addressing related needs. Note that the references should include full names of venues, e.g., journals and conferences, not abbreviations only understood in the context of a specific discipline.

  1. There is reference to Copilot, but no mention of the Codex paper that it is based on.
    In this context, would you agree that the paper would benefit for a brief description on how this popular approach with large language models is fundamentally different from the neuro-symbolic one that your work is exploring?

  2. I think the paper would also benefit greatly from more references to the other published OSS software in the field of program synthesis / programming by example (PbE)

Several examples that come to mind are:

That may, in turn, call for including a short exposition on the enumerative/ stochastic/constraint-based search strategies, possibly with linking in a literature review like Gulwani 2017 for further details.

I suggest all that, in the spirit of making whole program synthesis domain more legible for non-experts, but the curious souls with software engineering background who might be reading JOSS.

What do you think?

-Alex

@Theomat
Copy link

Theomat commented Feb 21, 2022

Hi Alex,
Thanks a lot for the suggestions!

  1. About citing the Codex paper, we should have done it, thanks.
  2. About giving a broader overview of techniques and OSS software in program synthesis, that's also a good point. However in 1000 words we won't be able to say much, so it's more about citing more relevant work? Another natural reference is the AAAI paper which uses the current tool for experiments; we did a more thorough job on related works -- we may simply refer to that section explicitly.
    One last comment: many, if not most, of the program synthesis tools target a specific domain (DSL), and one (academic) appeal of DeepSynth is to work in a general fashion, allowing users to input DSLs themselves. For that reason, it's hard to list existing program synthesis tools, as each serves a different purpose.
  • Nathanaël and Théo

@whedon
Copy link
Author

whedon commented Feb 24, 2022

👋 @Kraks, please update us on how your review is going (this is an automated reminder).

@njuaplusplus
Copy link

Hi @Theomat,

I have some problems completing the installation as instructed in your repo, could you take a look at this issue nathanael-fijalkow/DeepSynth#2 ? Thank you.

Best,
Shengwei

@njuaplusplus
Copy link

Hi Nath & Théo,

Thank you very much for your patience. I have read your AAAI paper. It's quite interesting. The following are my suggestions on the documentation and software paper.

  1. Example usage
    I couldn't find detailed complete examples in the documentation. At least one complete example which can explore most of the features is expected.

  2. Functionality documentation
    No API method documentation.

  3. Community guidelines
    No such guidelines.

  4. State of the field
    This section mentions some packages but didn't describe the difference or comparison. Besides, I suggest citing and comparing PROSE.

Best,
Shengwei

@arfon
Copy link
Member

arfon commented May 13, 2022

👋 folks. Just checking in here to see how things are going? @terrytangyuan – what's the next step here?

@terrytangyuan
Copy link
Member

@Theomat Did you get a chance to take a look at the feedback above?

@bzz and @Kraks Would you like to take a closer look and provide your feedback as well?

@Theomat
Copy link

Theomat commented May 18, 2022

Hi,

We did look at the feedback above for points 1 up to 3, we have added more documentation within the README. We believe this is enough for the targeted users.

We are currently writing something on PROSE.

Best,

Nath and Théo

@arfon
Copy link
Member

arfon commented Oct 16, 2022

@editorialbot set 10.5281/zenodo.7194579 as archive

@editorialbot
Copy link
Collaborator

Done! Archive is now 10.5281/zenodo.7194579

@arfon
Copy link
Member

arfon commented Oct 16, 2022

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- None

MISSING DOIs

- 10.1145/3453483.3454080 may be a valid DOI for title: DreamCoder: bootstrapping inductive program synthesis with wake-sleep library learning
- 10.1145/3517034 may be a valid DOI for title: TF-Coder: Program Synthesis for Tensor Manipulations
- 10.1145/1925844.1926423 may be a valid DOI for title: Automating string processing in spreadsheets using input-output examples
- 10.1609/aaai.v36i6.20616 may be a valid DOI for title: Scaling Neural Program Synthesis with Distribution-based Search

INVALID DOIs

- None

@arfon
Copy link
Member

arfon commented Oct 16, 2022

@Theomat – can you check if the DOIs that @editorialbot is suggesting are correct for your paper and if they are, could you add them to your BibTeX file please?

@editorialbot
Copy link
Collaborator

👋 @openjournals/joss-eics, this paper is ready to be accepted and published.

Check final proof 👉📄 Download article

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#3622, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Oct 16, 2022
@arfon
Copy link
Member

arfon commented Oct 16, 2022

@Theomat – I've also found a few small issues with your paper that need fixing: nathanael-fijalkow/DeepSynth#4

@arfon arfon removed the recommend-accept Papers recommended for acceptance in JOSS. label Oct 16, 2022
@Theomat
Copy link

Theomat commented Oct 16, 2022

Hi,

All the missing DOIs pointed out by the bot have been added.

@arfon
Copy link
Member

arfon commented Oct 16, 2022

@editorialbot check references

@editorialbot
Copy link
Collaborator

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1145/3453483.3454080 is OK
- 10.1145/3517034 is OK
- 10.1145/1926385.1926423 is OK
- 10.1609/aaai.v36i6.20616 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@arfon
Copy link
Member

arfon commented Oct 16, 2022

@editorialbot recommend-accept

@editorialbot
Copy link
Collaborator

Attempting dry run of processing paper acceptance...

@editorialbot
Copy link
Collaborator

Reference check summary (note 'MISSING' DOIs are suggestions that need verification):

OK DOIs

- 10.1145/3453483.3454080 is OK
- 10.1145/3517034 is OK
- 10.1145/1926385.1926423 is OK
- 10.1609/aaai.v36i6.20616 is OK

MISSING DOIs

- None

INVALID DOIs

- None

@editorialbot
Copy link
Collaborator

👋 @openjournals/joss-eics, this paper is ready to be accepted and published.

Check final proof 👉📄 Download article

If the paper PDF and the deposit XML files look good in openjournals/joss-papers#3623, then you can now move forward with accepting the submission by compiling again with the command @editorialbot accept

@editorialbot editorialbot added the recommend-accept Papers recommended for acceptance in JOSS. label Oct 16, 2022
@arfon
Copy link
Member

arfon commented Oct 16, 2022

@editorialbot accept

@editorialbot
Copy link
Collaborator

Doing it live! Attempting automated processing of paper acceptance...

@editorialbot
Copy link
Collaborator

🐦🐦🐦 👉 Tweet for this paper 👈 🐦🐦🐦

@editorialbot
Copy link
Collaborator

🚨🚨🚨 THIS IS NOT A DRILL, YOU HAVE JUST ACCEPTED A PAPER INTO JOSS! 🚨🚨🚨

Here's what you must now do:

  1. Check final PDF and Crossref metadata that was deposited 👉 Creating pull request for 10.21105.joss.04151 joss-papers#3624
  2. Wait a couple of minutes, then verify that the paper DOI resolves https://doi.org/10.21105/joss.04151
  3. If everything looks good, then close this review issue.
  4. Party like you just published a paper! 🎉🌈🦄💃👻🤘

Any issues? Notify your editorial technical team...

@editorialbot editorialbot added accepted published Papers published in JOSS labels Oct 16, 2022
@arfon
Copy link
Member

arfon commented Oct 16, 2022

@njuaplusplus, @bzz – many thanks for your reviews here! JOSS relies upon the volunteer effort of people like you and we simply wouldn't be able to do this without you ✨

@Theomat – your paper is now accepted and published in JOSS ⚡🚀💥

@arfon arfon closed this as completed Oct 16, 2022
@editorialbot
Copy link
Collaborator

🎉🎉🎉 Congratulations on your paper acceptance! 🎉🎉🎉

If you would like to include a link to your paper from your README use the following code snippets:

Markdown:
[![DOI](https://joss.theoj.org/papers/10.21105/joss.04151/status.svg)](https://doi.org/10.21105/joss.04151)

HTML:
<a style="border-width:0" href="https://doi.org/10.21105/joss.04151">
  <img src="https://joss.theoj.org/papers/10.21105/joss.04151/status.svg" alt="DOI badge" >
</a>

reStructuredText:
.. image:: https://joss.theoj.org/papers/10.21105/joss.04151/status.svg
   :target: https://doi.org/10.21105/joss.04151

This is how it will look in your documentation:

DOI

We need your help!

The Journal of Open Source Software is a community-run journal and relies upon volunteer effort. If you'd like to support us please consider doing either one (or both) of the the following:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted published Papers published in JOSS Python recommend-accept Papers recommended for acceptance in JOSS. review Slash Track: 5 (DSAIS) Data Science, Artificial Intelligence, and Machine Learning
Projects
None yet
Development

No branches or pull requests

8 participants