{"kind":"task","effective_mode":"full","benchmark":{"kind":"benchmark","effective_mode":"full","slug":"humaneval-plus","formal_name":"HumanEval+","introduction":"HumanEval+ keeps the 164 original HumanEval problems and multiplies their tests by roughly 80×. It exists because the original suite was loose enough to pass implementations that were actually wrong.","introduction_ja":"","introduction_en":"","category":"Category not supplied","task_count":null,"acquisition_status":"Acquisition status not supplied","official_url":"https://github.com/evalplus/evalplus","indexing_mode":"noindex","profile":{"resources":[],"task_format":"","scoring":"","metric":"","size":"","answer_access":"","license":"","citation":"","maintainer":"","released":"","why_hard":"","related":[]}},"task_id":"5cfc9185-c9bc-51b1-96c7-91aa27b819fd","task_key":"default--test--5cfc9185-c9bc-51b1-96c7-91aa27b819fd","task_revision_id":"2","upstream_id":"","short_description":"def get_odd_collatz(n):","config":"default","split":"test","body":"{\"entry_point\":\"get_odd_collatz\",\"prompt\":\"\\ndef get_odd_collatz(n):\\n    \\\"\\\"\\\"\\n    Given a positive integer n, return a sorted list that has the odd numbers in collatz sequence.\\n\\n    The Collatz conjecture is a conjecture in mathematics that concerns a sequence defined\\n    as follows: start with any positive integer n. Then each term is obtained from the \\n    previous term as follows: if the previous term is even, the next term is one half of \\n    the previous term. If the previous term is odd, the next term is 3 times the previous\\n    term plus 1. The conjecture is that no matter what value of n, the sequence will always reach 1.\\n\\n    Note: \\n        1. Collatz(1) is [1].\\n        2. returned list sorted in increasing order.\\n\\n    For example:\\n    get_odd_collatz(5) returns [1, 5] # The collatz sequence for 5 is [5, 16, 8, 4, 2, 1], so the odd numbers are only 1, and 5.\\n    \\\"\\\"\\\"\\n\"}","display_format":"code","language":"","answer_status":"published","assets":[],"source_url":"https://github.com/evalplus/evalplus","history":"initial import","indexing_mode":"noindex","subproblems":[],"grids":[]}