You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
6
+
7
+
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
8
+
9
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
本项目中的数据使用Computational Use of Data Agreement (C-UDA)授权。
26
+
27
+
## 引用
28
+
29
+
如果您使用了这个项目内的代码或数据,建议您这样引用它:
30
+
31
+
```
32
+
Hao Yiyang, Li Ge, Liu Yongqiang, Miao Xiaowei, Zong He, Jiang Siyuan., Liu Yang, & Wei He. (2022, June 17). AiXcoder NL2Code Evaluation DataSet: A Dataset for Evaluating Text-to-Code Generation Model. GitHub. Retrieved June 17, 2022, from https://github.com/aixcoder-plugin/nl2code-dataset
1. 描述里包含了具体的,为了实现功能所必需的信息。比如:`Returns whether or no the JDK version is high enough.` 里面并没有明确`high enough`的标准。所以我们将它手动补充为`Returns whether or no the JDK version is 1.7u40 and above.`。
48
+
2. 删除了和任务无关的描述。例如删除了原始数据`max() that works on three integers. Like many of the other max() functions in this class`中的后半句。
0 commit comments