Giter Site home page Giter Site logo

craft's People

Contributors

lifan-yuan avatar yangyi-chen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

craft's Issues

Some problem about the code

Dear author, when I run the code, there exists some error. I do not know whether is the problem of code. I will be appreciate it if you can help me solve this problem.
bug1
bug2

Plans to release model outputs?

Hi,

Interesting work! Are there any plans to release the model outputs (especially the induced library of tools and the test set solutions that use those tools) for the datasets studied in the paper?

About the reusable code snippets

Hi yuan:
Thanks for your awesome and insightful work! I would like to know whether and when the reusable code snippets in these tasks could be released. It helps a lot to facilitate future research. Thanks😊!

Heming

Some potential issue in codes

In the file https://github.com/lifan-yuan/CRAFT/blob/main/tab_and_math/retrieve_tools.py:

if table is None:
    prompt = retrieval_template_tab.format(table, query)
else:
    prompt = retrieval_template_math + "\n".join([f"Query: {query}", "Let's think step by step:"]) + "\n"

It seems that "if table is None:" is not correct. I think it should be:

if table is not None:
    prompt = retrieval_template_tab.format(table, query)
else:
    prompt = retrieval_template_math + "\n".join([f"Query: {query}", "Let's think step by step:"]) + "\n"

GQA evaluation

Thank you for the great work! I wanted to reproduce evaluation on GQA, however, I am not sure how I can do that.

I am working with the 1000 samples of GQA that you provided with the code and used gpt-3.5-turbo-0613.
However, I got an accuracy of 33.2, which is more than 10% lower than the reported accuracy.
I used 'results/craft_tools/5_deduplicated_tool.csv' as a toolset and used the default configuration on retrieval_gqa_config.yaml.

Can you help me reproduce the results?
Also, if possible, can you provide the output of the code you got using gpt-3.5?

Thanks in advance!

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.