Query about how to trace the github issue corresponding to the data
Closed this issue · 2 comments
tangken333 commented
Describe the issue
Hii. It seems that the dataset only contains the description of each problem, but does not specify which github issue it comes from. Is there any way to find the github issue corresponding to each data so that I can study each problem in detail? Thanks!
Suggest an improvement to documentation
No response
klieret commented
The number in the instance_id
corresponds to the pull request. From there you can get the associated issue. For example sympy__sympy-23262
will be sympy/sympy#23262 and from there you can get sympy/sympy#23224 as the corresponding issue.
john-b-yang commented
Closing this as resolved, thanks for the answer @klieret!