Add dataset card and metadata for DocQA-RL-1.6K

#1
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +31 -0
README.md ADDED
@@ -0,0 +1,31 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ license: apache-2.0
5
+ tags:
6
+ - long-context
7
+ - reasoning
8
+ - reinforcement-learning
9
+ - question-answering
10
+ - docqa
11
+ ---
12
+
13
+ # DocQA-RL-1.6K: A Reinforcement Learning Dataset for Long-Context Question Answering
14
+
15
+ This dataset, `DocQA-RL-1.6K`, comprises 1.6K document question answering (DocQA) problems designed for training and evaluating large reasoning models (LRMs) on long-context reasoning tasks. The dataset is divided into three reasoning domains:
16
+
17
+ 1. **Mathematical Reasoning:** 600 problems from the DocMath dataset, requiring numerical reasoning across long and specialized documents.
18
+ 2. **Logical Reasoning:** 600 multi-choice questions synthesized using DeepSeek-R1, requiring logic analysis of real-world documents.
19
+ 3. **Multi-Hop Reasoning:** 400 examples (200 from MultiHopRAG and 200 from Musique), emphasizing cross-document reasoning.
20
+
21
+ This dataset was used in the training and evaluation of the QwenLong-L1 model, as described in the paper: [QwenLong-L1: Towards Long-Context Large Reasoning Models with Reinforcement Learning](https://huggingface.co/papers/2505.17667).
22
+
23
+ **Links:**
24
+
25
+ * **Github:** [https://github.com/Tongyi-Zhiwen/QwenLong-L1](https://github.com/Tongyi-Zhiwen/QwenLong-L1)
26
+
27
+ **Related Datasets (for evaluation):**
28
+
29
+ * docmath (https://huggingface.co/datasets/Tongyi-Zhiwen/docmath)
30
+ * frames (https://huggingface.co/datasets/Tongyi-Zhiwen/frames)
31
+ * longbench (https://huggingface.co/datasets/Tongyi-Zhiwen/longbench)