{"kind":"task","effective_mode":"full","benchmark":{"kind":"benchmark","effective_mode":"full","slug":"humaneval","formal_name":"HumanEval","introduction":"HumanEval asks for a Python function body from a docstring and signature, checked by hidden unit tests. It is the original functional-correctness benchmark for code generation.","introduction_ja":"","introduction_en":"","category":"Category not supplied","task_count":null,"acquisition_status":"Acquisition status not supplied","official_url":"https://huggingface.co/datasets/openai/openai_humaneval","indexing_mode":"noindex","profile":{"resources":[],"task_format":"","scoring":"","metric":"","size":"","answer_access":"","license":"","citation":"","maintainer":"","released":"","why_hard":"","related":[]}},"task_id":"81783a73-e407-5f4d-9fef-794d4caf71d4","task_key":"openai~5fhumaneval--test--81783a73-e407-5f4d-9fef-794d4caf71d4","task_revision_id":"1","upstream_id":"","short_description":"def get_odd_collatz(n):","config":"openai_humaneval","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":"text","language":"","answer_status":"unknown","assets":[],"source_url":"https://huggingface.co/datasets/openai/openai_humaneval","history":"initial import","indexing_mode":"noindex","subproblems":[],"grids":[]}