Datasets:

Modalities:
Text
Formats:
parquet
Languages:
Korean
ArXiv:
Libraries:
Datasets
pandas
License:
amphora commited on
Commit
db4776a
·
1 Parent(s): 95d6deb

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +25 -1
README.md CHANGED
@@ -15,9 +15,31 @@ language:
15
  - ko
16
  configs:
17
  - config_name: correct_definition_matching
18
- data_files: "data/correct_definition_matching.tsv"
19
  - config_name: csat_geo
20
  data_files: "csat_geo.tsv"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
21
  ---
22
 
23
 
@@ -28,6 +50,8 @@ The HAE-RAE Bench team is constantly working to broaden its coverage and regular
28
  For detailed information on the tasks included, please refer to our release notes.
29
 
30
  ### Release Notes
 
 
31
  __2023.09.28__: [LM-Eval-Harness](https://github.com/EleutherAI/lm-evaluation-harness) support added for the following 8 tasks:
32
  Loan Words, Rare Words, Standard Nomenclature, History, General Knowledge,correct_definition_matching, date_understanding,reading_comprehension.
33
  Refer to the following [document](https://github.com/guijinSON/HAE-RAE-Bench.v2/blob/main/HAE_RAE_Bench_Evaluation.ipynb) to run the evaluation yourself.
 
15
  - ko
16
  configs:
17
  - config_name: correct_definition_matching
18
+ data_files: "correct_definition_matching.tsv"
19
  - config_name: csat_geo
20
  data_files: "csat_geo.tsv"
21
+ - config_name: csat_law
22
+ data_files: "csat_law.tsv"
23
+ - config_name: csat_socio
24
+ data_files: "csat_socio.tsv"
25
+ - config_name: date_understanding
26
+ data_files: "date_understanding.tsv"
27
+ - config_name: general_knowledge
28
+ data_files: "general_knowledge.tsv"
29
+ - config_name: history
30
+ data_files: "history.tsv"
31
+ - config_name: loan_words
32
+ data_files: "loan_words.tsv"
33
+ - config_name: lyrics_denoising
34
+ data_files: "lyrics_denoising.tsv"
35
+ - config_name: proverbs_denoising
36
+ data_files: "proverbs_denoising.tsv"
37
+ - config_name: rare_words
38
+ data_files: "rare_words.tsv"
39
+ - config_name: reading_comprehension
40
+ data_files: "reading_comprehension.tsv"
41
+ - config_name: standard_nomenclature
42
+ data_files: "standard_nomenclature.tsv"
43
  ---
44
 
45
 
 
50
  For detailed information on the tasks included, please refer to our release notes.
51
 
52
  ### Release Notes
53
+ __2023.11.06__: 3 tasks added (csat_geo, csat_law, csat_socio)
54
+
55
  __2023.09.28__: [LM-Eval-Harness](https://github.com/EleutherAI/lm-evaluation-harness) support added for the following 8 tasks:
56
  Loan Words, Rare Words, Standard Nomenclature, History, General Knowledge,correct_definition_matching, date_understanding,reading_comprehension.
57
  Refer to the following [document](https://github.com/guijinSON/HAE-RAE-Bench.v2/blob/main/HAE_RAE_Bench_Evaluation.ipynb) to run the evaluation yourself.