Skip to content
Merged
Show file tree
Hide file tree
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
@@ -0,0 +1 @@
# LongContext-ICL-Annotation (长上下文场景中LLM自动数据标注挑战赛)
2 changes: 2 additions & 0 deletions openseek/competition/LongContext-ICL-Annotation/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# LongContext-ICL-Annotation

Comment on lines +1 to +2
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

This README file is very sparse and acts as a placeholder. To provide better context for the competition, please consider adding more details, such as:

  • A brief description of the competition's goals.
  • Information on how to participate.
  • Details about the dataset format.
  • The evaluation metrics that will be used.
  • A timeline with important dates.

11 changes: 11 additions & 0 deletions openseek/competition/LongContext-ICL-Annotation/data/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@

| 任务ID | 任务名称 | 上下文长度最短 | 测试样本数 |
| --- | --- | --- | --- |
| openseek-1 | closest_integers | 30K | 500 |
| openseek-2 | count_nouns_verbs | 30K | 500 |
| openseek-3 | collatz_conjecture | 30K | 500 |
| openseek-4 | conala_concat_strings | 30K | 500 |
| 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 | 30K | 500 |
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'.

Also, it's a good practice to add a newline at the end of the file to avoid issues with some tools and file concatenations.

Suggested change
| openseek-8 | kernel_genernation | 30K | 500 |
| openseek-8 | kernel_generation | 30K | 500 |

Loading
Loading