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

Gpt math solver #991

Draft
wants to merge 136 commits into
base: main
Choose a base branch
from
Draft

Gpt math solver #991

wants to merge 136 commits into from

Commits on Apr 11, 2023

  1. Configuration menu
    Copy the full SHA
    7dc4035 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2023

  1. fix typo

    yiranwu0 committed Apr 12, 2023
    Configuration menu
    Copy the full SHA
    83ff983 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2023

  1. Configuration menu
    Copy the full SHA
    ab2cada View commit details
    Browse the repository at this point in the history
  2. add imports in QueryHandler

    yiranwu0 committed Apr 16, 2023
    Configuration menu
    Copy the full SHA
    2d70c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2023

  1. update math solver

    yiranwu0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    c823cbf View commit details
    Browse the repository at this point in the history
  2. require wolfram id in readme

    yiranwu0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    766b022 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    84ba0be View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8f67ed7 View commit details
    Browse the repository at this point in the history
  5. Update flaml/autogen/math_solver/MathSolver.py

    Co-authored-by: Chi Wang <[email protected]>
    yiranwu0 and sonichi authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a511f0a View commit details
    Browse the repository at this point in the history
  6. Update flaml/autogen/math_solver/README.md

    Co-authored-by: Chi Wang <[email protected]>
    yiranwu0 and sonichi authored Apr 23, 2023
    Configuration menu
    Copy the full SHA
    87ad79d View commit details
    Browse the repository at this point in the history
  7. revise according to comments

    yiranwu0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    a16fa5f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e21fd76 View commit details
    Browse the repository at this point in the history
  9. fix code format

    yiranwu0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    45dcb7f View commit details
    Browse the repository at this point in the history
  10. Add prompt to system message

    yiranwu0 committed Apr 23, 2023
    Configuration menu
    Copy the full SHA
    435e7a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

  1. refrtor file names

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d1747cf View commit details
    Browse the repository at this point in the history
  2. refine prompts

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    56627a7 View commit details
    Browse the repository at this point in the history
  3. add baseline PoT

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    9821820 View commit details
    Browse the repository at this point in the history
  4. fix bugs in query_handler

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    e37ee3e View commit details
    Browse the repository at this point in the history
  5. refine prompts

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    5d44e5e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bab2878 View commit details
    Browse the repository at this point in the history
  7. change prompt

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    d0b0d4b View commit details
    Browse the repository at this point in the history
  8. add temperature as args

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    3e171a3 View commit details
    Browse the repository at this point in the history
  9. fix concat float to str

    yiranwu0 committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    2261c5c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8c5a86c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. rewind prompt back to e37ee3

    yiranwu0 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2b8b717 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8b68ff7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54407a7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4806631 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    80a7063 View commit details
    Browse the repository at this point in the history
  6. refine logging

    yiranwu0 committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d737644 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2023

  1. add option to put prompt in either system or user message, add option…

    … to load one or more categories
    yiranwu0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    d146e35 View commit details
    Browse the repository at this point in the history
  2. clean up main.py

    yiranwu0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    26c0caa View commit details
    Browse the repository at this point in the history
  3. create pseudo_main.py

    yiranwu0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    2a1a47e View commit details
    Browse the repository at this point in the history
  4. fix category loading bug

    yiranwu0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    edfc679 View commit details
    Browse the repository at this point in the history
  5. handle timeout

    yiranwu0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    6a15761 View commit details
    Browse the repository at this point in the history
  6. two new prompts

    yiranwu0 committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    ab64723 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. add bash

    yiranwu0 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    f723a8f View commit details
    Browse the repository at this point in the history
  2. more prompts

    yiranwu0 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    1a5c93c View commit details
    Browse the repository at this point in the history
  3. change run sequence

    yiranwu0 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    955edca View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2023

  1. add more prompts

    yiranwu0 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    8519967 View commit details
    Browse the repository at this point in the history
  2. catch wolfram error

    yiranwu0 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    912193e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8f90b4 View commit details
    Browse the repository at this point in the history
  4. compress when all finished

    yiranwu0 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    7a8c2ac View commit details
    Browse the repository at this point in the history
  5. py exec output fix

    yiranwu0 committed Apr 28, 2023
    Configuration menu
    Copy the full SHA
    b9a7e04 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2023

  1. v3.1 select

    yiranwu0 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    65f1580 View commit details
    Browse the repository at this point in the history
  2. new both prompt, v3.2select

    yiranwu0 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    73088ce View commit details
    Browse the repository at this point in the history
  3. change execute to run

    yiranwu0 committed Apr 29, 2023
    Configuration menu
    Copy the full SHA
    144c148 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2023

  1. Configuration menu
    Copy the full SHA
    812477a View commit details
    Browse the repository at this point in the history
  2. catch wolfram errors

    yiranwu0 committed Apr 30, 2023
    Configuration menu
    Copy the full SHA
    25e2708 View commit details
    Browse the repository at this point in the history

Commits on May 1, 2023

  1. Configuration menu
    Copy the full SHA
    1c00283 View commit details
    Browse the repository at this point in the history
  2. change run sequence

    yiranwu0 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    1330a00 View commit details
    Browse the repository at this point in the history
  3. new run

    yiranwu0 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    e61212f View commit details
    Browse the repository at this point in the history
  4. new run

    yiranwu0 committed May 1, 2023
    Configuration menu
    Copy the full SHA
    2b5dd52 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ac11d2a View commit details
    Browse the repository at this point in the history

Commits on May 2, 2023

  1. Configuration menu
    Copy the full SHA
    9d291b9 View commit details
    Browse the repository at this point in the history
  2. resume 22 if not finished

    yiranwu0 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    ce7144a View commit details
    Browse the repository at this point in the history
  3. handle wolfram exception

    yiranwu0 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    6fefde3 View commit details
    Browse the repository at this point in the history
  4. one run for v1.5

    yiranwu0 committed May 2, 2023
    Configuration menu
    Copy the full SHA
    eaae6ce View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8fdf74f View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Configuration menu
    Copy the full SHA
    ca75c91 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47179ce View commit details
    Browse the repository at this point in the history
  3. handle UnicodeDecodeError

    yiranwu0 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    a8c3758 View commit details
    Browse the repository at this point in the history
  4. handle UnicodeDecodeError

    yiranwu0 committed May 3, 2023
    Configuration menu
    Copy the full SHA
    132638a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    280f9de View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Configuration menu
    Copy the full SHA
    45a4abd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b0efcbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10c28ae View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Configuration menu
    Copy the full SHA
    bfe61aa View commit details
    Browse the repository at this point in the history
  2. trial 38-42: validate our methods on all level of problems, run large…

    … scale level-5 problems
    yiranwu0 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    39ea367 View commit details
    Browse the repository at this point in the history
  3. update run.sh

    yiranwu0 committed May 5, 2023
    Configuration menu
    Copy the full SHA
    0cebecb View commit details
    Browse the repository at this point in the history

Commits on May 6, 2023

  1. move

    sonichi committed May 6, 2023
    Configuration menu
    Copy the full SHA
    bddb610 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. add v4

    yiranwu0 committed May 7, 2023
    Configuration menu
    Copy the full SHA
    326da82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd040b5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c8ba447 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    62b5259 View commit details
    Browse the repository at this point in the history
  2. fix trial 49

    yiranwu0 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    ef509d4 View commit details
    Browse the repository at this point in the history
  3. remove print

    yiranwu0 committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e60850f View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. Configuration menu
    Copy the full SHA
    5fe0b0b View commit details
    Browse the repository at this point in the history
  2. remove trial 52

    yiranwu0 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    d92b559 View commit details
    Browse the repository at this point in the history
  3. endpoint

    sonichi committed May 9, 2023
    Configuration menu
    Copy the full SHA
    ede98a5 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'gpt_math_solver' of https://github.com/kevin666aa/FLAML

    …into gpt_math_solver
    sonichi committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7082355 View commit details
    Browse the repository at this point in the history
  5. fix bug in queryhandler

    yiranwu0 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    7d34485 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8e34218 View commit details
    Browse the repository at this point in the history
  7. fix queryhandler 2

    yiranwu0 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    c592837 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. v3.3python

    yiranwu0 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    6345e0b View commit details
    Browse the repository at this point in the history
  2. remove print

    yiranwu0 committed May 10, 2023
    Configuration menu
    Copy the full SHA
    40fd299 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2023

  1. test final prompts

    yiranwu0 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    dac1551 View commit details
    Browse the repository at this point in the history
  2. change run sequence

    yiranwu0 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    fff4e4b View commit details
    Browse the repository at this point in the history
  3. run exact v3.1 as before

    yiranwu0 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    da0f7d9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2775e08 View commit details
    Browse the repository at this point in the history
  5. add general_5

    yiranwu0 committed May 11, 2023
    Configuration menu
    Copy the full SHA
    ad10b71 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. continue run 55 and 56

    yiranwu0 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    7800a46 View commit details
    Browse the repository at this point in the history
  2. switch seq

    yiranwu0 committed May 12, 2023
    Configuration menu
    Copy the full SHA
    4f78539 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a76113f View commit details
    Browse the repository at this point in the history

Commits on May 13, 2023

  1. add v3.3, 3.7, 3.8

    yiranwu0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    7d22c07 View commit details
    Browse the repository at this point in the history
  2. revise 3.6-3.8

    yiranwu0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    908d283 View commit details
    Browse the repository at this point in the history
  3. v3.9

    yiranwu0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    079b4e2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f071214 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6444f91 View commit details
    Browse the repository at this point in the history
  6. fix prompt

    yiranwu0 committed May 13, 2023
    Configuration menu
    Copy the full SHA
    1c4a278 View commit details
    Browse the repository at this point in the history
  7. endpoint

    sonichi committed May 13, 2023
    Configuration menu
    Copy the full SHA
    c744613 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'gpt_math_solver' of https://github.com/kevin666aa/FLAML

    …into gpt_math_solver
    sonichi committed May 13, 2023
    Configuration menu
    Copy the full SHA
    2ad469f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b806dfb View commit details
    Browse the repository at this point in the history
  10. endpoint

    sonichi committed May 13, 2023
    Configuration menu
    Copy the full SHA
    3733028 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. Configuration menu
    Copy the full SHA
    cbd0be0 View commit details
    Browse the repository at this point in the history
  2. run v1python

    yiranwu0 committed May 15, 2023
    Configuration menu
    Copy the full SHA
    89d7512 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3791326 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. run v1python+wolfram

    yiranwu0 committed May 16, 2023
    Configuration menu
    Copy the full SHA
    2a6ffa1 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. run pot with sys message

    yiranwu0 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d833938 View commit details
    Browse the repository at this point in the history
  2. endpoint

    sonichi committed May 19, 2023
    Configuration menu
    Copy the full SHA
    bf73756 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'gpt_math_solver' of https://github.com/kevin666aa/FLAML

    …into gpt_math_solver
    sonichi committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f1b3873 View commit details
    Browse the repository at this point in the history
  4. run pot with system message

    yiranwu0 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    e3d8de1 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gpt_math_solver' of https://github.com/kevin666aa/FLAML

    …into gpt_math_solver
    sonichi committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d84213d View commit details
    Browse the repository at this point in the history
  6. Merge branch 'gpt_math_solver' of github.com:kevin666aa/FLAML into gp…

    …t_math_solver
    Feiran Jia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    f8c68ff View commit details
    Browse the repository at this point in the history
  7. fewshot+zeroshot prompt

    Feiran Jia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    9bc17db View commit details
    Browse the repository at this point in the history
  8. add assert

    Feiran Jia committed May 19, 2023
    Configuration menu
    Copy the full SHA
    769803e View commit details
    Browse the repository at this point in the history

Commits on May 20, 2023

  1. refine fewshot

    yiranwu0 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    85d9b59 View commit details
    Browse the repository at this point in the history
  2. run pre-commit

    yiranwu0 committed May 20, 2023
    Configuration menu
    Copy the full SHA
    bce7f4f View commit details
    Browse the repository at this point in the history

Commits on May 21, 2023

  1. Configuration menu
    Copy the full SHA
    59bc9f9 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2023

  1. run PoT on all problems

    yiranwu0 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    32de58f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9dabf61 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c3efd4 View commit details
    Browse the repository at this point in the history
  4. endpoint

    sonichi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    fc8bcdc View commit details
    Browse the repository at this point in the history
  5. Merge branch 'gpt_math_solver' of https://github.com/kevin666aa/FLAML

    …into gpt_math_solver
    sonichi committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c711143 View commit details
    Browse the repository at this point in the history
  6. fix decode in PoT

    yiranwu0 committed May 22, 2023
    Configuration menu
    Copy the full SHA
    f535e50 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    841ff2a View commit details
    Browse the repository at this point in the history

Commits on May 27, 2023

  1. clean up and rename

    yiranwu0 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    43d8277 View commit details
    Browse the repository at this point in the history
  2. resolve conflict in setup

    yiranwu0 committed May 27, 2023
    Configuration menu
    Copy the full SHA
    01f7712 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    d4d8242 View commit details
    Browse the repository at this point in the history
  2. clean up

    yiranwu0 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    1cfce5f View commit details
    Browse the repository at this point in the history
  3. update readme

    yiranwu0 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    be7bb3d View commit details
    Browse the repository at this point in the history
  4. add mathchat flow hart

    yiranwu0 committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    d3e8719 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    yiranwu0 authored Jun 7, 2023
    Configuration menu
    Copy the full SHA
    2c8823f View commit details
    Browse the repository at this point in the history

Commits on Jun 10, 2023

  1. Configuration menu
    Copy the full SHA
    7808b4f View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2023

  1. add missing files

    yiranwu0 committed Jul 10, 2023
    Configuration menu
    Copy the full SHA
    348446b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c49ab9c View commit details
    Browse the repository at this point in the history