mathllm / MathCoder

Family of LLMs for mathematical reasoning.
Apache License 2.0
235 stars 20 forks source link

some questions about the proposed method #4

Open MatCaviar opened 1 year ago

MatCaviar commented 1 year ago

Thank you for your excellent work! There are some details about your paper that I'm not quite sure about:

  1. Use prompt to generate data tagged with <|text|>, <|code|>, <|execution|>, and <|endofblock|>?
  2. How to select a pair of easy - difficult data from the seed data, random pairing?

Thank you very much for your reply!