File size: 1,173 Bytes
a8cfc03
f6261b7
 
a8cfc03
 
 
 
 
 
 
 
 
 
 
 
 
a863b23
a8cfc03
 
 
 
 
 
 
a863b23
 
c144266
 
 
49254fe
 
 
 
 
a26c27f
 
42569d3
a26c27f
 
 
 
 
 
42569d3
a26c27f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
---
language:
- en
dataset_info:
  features:
  - name: doc_id
    dtype: string
  - name: file_name
    dtype: string
  - name: key
    dtype: string
  - name: value
    dtype: string
  - name: text
    dtype: string
  splits:
  - name: validation
    num_bytes: 8498008
    num_examples: 1102
  download_size: 1381388
  dataset_size: 8498008
configs:
- config_name: default
  data_files:
  - split: validation
    path: data/validation-*
task_categories:
- question-answering
- feature-extraction
---


This dataset is adapted from the paper [Language Models Enable Simple Systems for Generating
Structured Views of Heterogeneous Data Lakes](https://www.vldb.org/pvldb/vol17/p92-arora.pdf). You can learn more about the data collection process there.  

Please consider citing the following if you use this task in your work:
```
@article{arora2024simple,
  title={Simple linear attention language models balance the recall-throughput tradeoff},
  author={Arora, Simran and Eyuboglu, Sabri and Zhang, Michael and Timalsina, Aman and Alberti, Silas and Zinsley, Dylan and Zou, James and Rudra, Atri and Ré, Christopher},
  journal={arXiv:2402.18668},
  year={2024}
}
```