Datasets:

Modalities:
Text
Languages:
English
ArXiv:
License:

Update dataset card

#2
by nielsr HF staff - opened
Files changed (1) hide show
  1. README.md +17 -13
README.md CHANGED
@@ -1,24 +1,28 @@
1
  ---
 
 
 
 
 
2
  configs:
3
  - config_name: Recalling
4
- data_files:
5
  - split: test
6
- path: "recalling.zip"
7
  - config_name: Summarizing
8
- data_files:
9
  - split: test
10
- path: "summarizing.zip"
11
  - config_name: Organizing
12
- data_files:
13
  - split: test
14
- path: "organizing.zip"
15
  - config_name: Attributing
16
- data_files:
17
  - split: test
18
- path: "attributing.zip"
19
- license: cc-by-4.0
20
- language:
21
- - en
22
  ---
23
- Github : https://github.com/dmis-lab/ETHIC
24
- Arxiv : https://arxiv.org/abs/2410.16848
 
 
 
1
  ---
2
+ language:
3
+ - en
4
+ license: cc-by-4.0
5
+ task_categories:
6
+ - question-answering
7
  configs:
8
  - config_name: Recalling
9
+ data_files:
10
  - split: test
11
+ path: recalling.zip
12
  - config_name: Summarizing
13
+ data_files:
14
  - split: test
15
+ path: summarizing.zip
16
  - config_name: Organizing
17
+ data_files:
18
  - split: test
19
+ path: organizing.zip
20
  - config_name: Attributing
21
+ data_files:
22
  - split: test
23
+ path: attributing.zip
 
 
 
24
  ---
25
+
26
+ This repository contains the dataset presented in [ETHIC: Evaluating Large Language Models on Long-Context Tasks with High Information Coverage](https://huggingface.co/papers/2410.16848).
27
+
28
+ Github : https://github.com/dmis-lab/ETHIC