thomasyyj commited on
Commit
a47a691
·
verified ·
1 Parent(s): 9a16155

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -7
README.md CHANGED
@@ -1,13 +1,14 @@
1
- # LongBioBench Sample Dataset
 
 
 
 
 
2
 
3
- A sample dataset created using Qwen-7B tokenizer. For details, please check our [paper](https://arxiv.org/abs/2506.02921)
4
 
5
  This dataset is created by running from our [repo](https://github.com/Thomasyyj/LongBio-Benchmark/tree/main)
6
 
7
  ```
8
  bash scripts/submit_scripts/prepare_data.sh
9
- ```
10
-
11
- ---
12
- license: apache-2.0
13
- ---
 
1
+ ---
2
+ license: apache-2.0
3
+ task_categories:
4
+ - question-answering
5
+ ---
6
+ # A Controllable Examination for Long-Context Language Models
7
 
8
+ This is a sample dataset created using Qwen-7B tokenizer. For details, please check our [paper](https://arxiv.org/abs/2506.02921)
9
 
10
  This dataset is created by running from our [repo](https://github.com/Thomasyyj/LongBio-Benchmark/tree/main)
11
 
12
  ```
13
  bash scripts/submit_scripts/prepare_data.sh
14
+ ```