Update src/tasks_content.py
Browse files- src/tasks_content.py +6 -1
src/tasks_content.py
CHANGED
@@ -86,7 +86,12 @@ TASKS_DESCRIPTIONS = {
|
|
86 |
|
87 |
For further details on the dataset and the baselines from the ๐๏ธ Long Code Arena team, refer to the `commit_message_generation` directory in [our baselines repository](https://github.com/JetBrains-Research/lca-baselines).
|
88 |
|
89 |
-
**Note.** The leaderboard is sorted by the `ROUGE-1` metric by default.
|
|
|
|
|
|
|
|
|
|
|
90 |
""",
|
91 |
|
92 |
"bug_localization": """# Bug localization\n
|
|
|
86 |
|
87 |
For further details on the dataset and the baselines from the ๐๏ธ Long Code Arena team, refer to the `commit_message_generation` directory in [our baselines repository](https://github.com/JetBrains-Research/lca-baselines).
|
88 |
|
89 |
+
**Note.** The leaderboard is sorted by the `ROUGE-1` metric by default.
|
90 |
+
|
91 |
+
If you have any questions or requests concerning this dataset, please contact us at [email protected].
|
92 |
+
|
93 |
+
**Terms of use**. As this dataset is collected from GitHub, researchers may use it for research purposes only if any publications resulting from that research are open access (see [GitHub Acceptable Use Policies](https://docs.github.com/en/site-policy/acceptable-use-policies/github-acceptable-use-policies#7-information-usage-restrictions)).
|
94 |
+
|
95 |
""",
|
96 |
|
97 |
"bug_localization": """# Bug localization\n
|