Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ The datasets are specifically designed to evaluate the capability of Large Langu
| openseek-5 | semeval_2018_task1_tweet_sadness_detection | 30K | 500 |
| openseek-6 | mnli_same_genre_classification | 30K | 500 |
| openseek-7 | jeopardy_answer_generation_all | 30K | 500 |
| openseek-8 | kernel_genernation | 15K | 166 |
| openseek-8 | kernel_genernation | 16K | 166 |
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

There's a typo in the task name 'kernel_genernation'. It should be 'kernel_generation'. Since you're modifying this line, it's a good opportunity to correct it.

Suggested change
| openseek-8 | kernel_genernation | 16K | 166 |
| openseek-8 | kernel_generation | 16K | 166 |



## Data Structure
Expand All @@ -39,4 +39,4 @@ The datasets are organized in JSON format, with each task having its own json fi

- Participants must use the **official datasets as provided**, without altering test splits or labels, for leaderboard evaluation.
- Any preprocessing steps, context construction strategies, or example selection mechanisms should be clearly described in the accompanying technical report.
- All experimental results must be **fully reproducible** using the datasets in this repository.
- All experimental results must be **fully reproducible** using the datasets in this repository.
Loading