juewang commited on
Commit
04ee873
1 Parent(s): acf1a57

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -1
README.md CHANGED
@@ -1,3 +1,26 @@
1
  ---
2
- license: apache-2.0
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ license: other
3
  ---
4
+
5
+ # Dataset Summary
6
+
7
+ This collection is a compilation of long context datasets, specifically designed for tasks requiring extensive comprehension and inference from large text inputs.
8
+ Currently, the datasets included in this collection are derived from Natural Questions for multi-passage question answering, and BookSum, a long context summarization dataset.
9
+
10
+ # Detailed Description
11
+
12
+ ## Multi-passage QA from Natural Questions:
13
+
14
+ This dataset is a multi-passage question answering dataset derived from the original Natural Questions (NQ) dataset by Google. The NQ dataset consists of real user queries issued to Google's search engine, paired with high-quality answers. In this derived version, each example consists of a question along with multiple (10-200) Wiki passages, from which the model must infer the correct answer. This dataset is designed to challenge and evaluate models on their ability to handle complex, multi-passage question answering.
15
+
16
+ ## BookSum:
17
+
18
+ BookSum is a dataset for long context summarization. It includes a vast collection of books from various genres, and the task is to generate a coherent and concise summary given a long context from the book. This dataset is designed to test and train models on their ability to understand and summarize long, complex narratives.
19
+
20
+ ### Dataset Limitations and Future Work
21
+
22
+ While these datasets provide a robust platform for training and evaluating models on long context tasks, they may still contain some limitations. For instance, the datasets might be biased towards the types of questions asked in Google's search engine and the genres of books included in the BookSum dataset. In the future, we plan to expand this collection to include more diverse datasets for a wider range of long context tasks.
23
+
24
+ ### Licensing Information
25
+
26
+ Please refer to the original sources of the datasets for information on their respective licenses.