Add dataset card, link to paper
Browse filesThis PR ensures the dataset can be found at https://huggingface.co/papers/2505.04606 and https://huggingface.co/datasets?task_categories=task_categories:question-answering.
README.md
CHANGED
@@ -1,3 +1,9 @@
|
|
1 |
-
---
|
2 |
-
license: cc-by-nc-sa-4.0
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: cc-by-nc-sa-4.0
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
---
|
8 |
+
|
9 |
+
This repository contains the data presented in [OmniGIRL: A Multilingual and Multimodal Benchmark for GitHub Issue Resolution](https://huggingface.co/papers/2505.04606). OmniGIRL is a GitHub issue resolution benchmark that is multilingual, multimodal, and multi-domain. It includes 959 task instances collected from repositories across four programming languages (Python, JavaScript, TypeScript, and Java) and eight different domains.
|