Add dataset card and metadata

#2
by nielsr HF Staff - opened
Files changed (1) hide show
  1. README.md +24 -0
README.md ADDED
@@ -0,0 +1,24 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ task_categories:
3
+ - question-answering
4
+ license: apache-2.0
5
+ tags:
6
+ - long-context
7
+ - reinforcement-learning
8
+ - question-answering
9
+ - docqa
10
+ ---
11
+
12
+ # DocQA-RL-1.6K: A Reinforcement Learning Dataset for Long-Context Question Answering
13
+
14
+ This dataset, `DocQA-RL-1.6K`, is a specialized reinforcement learning (RL) training dataset comprising 1.6K document question answering (DocQA) problems. These problems span three reasoning domains: mathematical, logical, and multi-hop reasoning, designed to challenge large language models (LLMs) in long-context scenarios. The dataset was used to train the QwenLong-L1 model, detailed in the following paper:
15
+
16
+ [QwenLong-L1: Towards Long-Context Large Reasoning Models with Reinforcement Learning](https://huggingface.co/papers/2505.17667)
17
+
18
+ **Dataset Composition:**
19
+
20
+ * **Mathematical Reasoning:** 600 problems from the DocMath dataset, requiring numerical reasoning across long and specialized documents.
21
+ * **Logical Reasoning:** 600 multi-choice questions synthesized using DeepSeek-R1, requiring logic analysis of real-world documents.
22
+ * **Multi-Hop Reasoning:** 400 examples sampled from MultiHopRAG and Musique, emphasizing cross-document reasoning.
23
+
24
+ **Code:** The code used for creating and utilizing this dataset can be found on Github: [https://github.com/Tongyi-Zhiwen/QwenLong-L1](https://github.com/Tongyi-Zhiwen/QwenLong-L1)