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

when rating is null, what the meaning and how to use it? #15

Open
LeopoldACC opened this issue Jan 26, 2024 · 0 comments
Open

when rating is null, what the meaning and how to use it? #15

LeopoldACC opened this issue Jan 26, 2024 · 0 comments

Comments

@LeopoldACC
Copy link

LeopoldACC commented Jan 26, 2024

@peterjdolan @agnoster
Thanks for your sharing of your work.
I found that some process of solution's rating is null, like below.
How should I use data like that?

{
      "completions": [
          {
              "text": "Now I can use the property that if two powers of the same base are equal, then their exponents must be equal as well.",
              "rating": null,
              "flagged": null
          }
      ],
      "human_completion": null,
      "chosen_completion": 0
  },
  {
      "completions": [
          {
              "text": "So I have\n\\[-\\frac{3}{2} + 2 \\cos \\theta - 1 = \\frac{1}{4**} + \\cos \\theta - 1.\\]",
              "rating": null,
              "flagged": null
          }
      ],
      "human_completion": null,
      "chosen_completion": 0
  },
  {
      "completions": [
          {
              "text": "Simplifying this equation, I get\n\\[2 \\cos \\theta - \\frac{5}{2} = \\cos \\theta - \\frac{3}{4}.\\]",
              "rating": null,
              "flagged": null
          }
      ],
      "human_completion": null,
      "chosen_completion": 0
  },
  {
      "completions": [
          {
              "text": "Subtracting $\\cos \\theta$ from both sides, I get\n\\[\\cos \\theta - \\frac{5}{2} = - \\frac{3}{4}.\\]",
              "rating": null,
              "flagged": null
          }
      ],
      "human_completion": null,
      "chosen_completion": 0
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant