File size: 693 Bytes
5146615
 
ecb41a2
5146615
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
277fa86
 
 
 
 
 
 
 
 
 
 
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
---
configs:
- config_name: ConvFinQA
  data_files:
    - split: test
      path: "ConviFinQA/test.json"
- config_name: FiQA_SA
  data_files:
    - split: test
      path: "FiQA_SA/test.json"
- config_name: FPB
  data_files:
    - split: test
      path: "FPB/test.json"
- config_name: Headline
  data_files:
    - split: test
      path: "Headline/test.json"
- config_name: NER
  data_files:
    - split: test
      path: "NER/test.json"
---

Citation:
```bibtex
@inproceedings{AdaptLLM,
      title={Adapting Large Language Models via Reading Comprehension}, 
      author={Daixuan Cheng and Shaohan Huang and Furu Wei},
      url={https://arxiv.org/abs/2309.09530},
      year={2023},
}
```