forked from UKPLab/MetaQA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
62 lines (54 loc) · 1.26 KB
/
config.yaml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
# DATASETS
datasets:
extractive:
mrqa:
- SQuAD
- NewsQA
- HotpotQA
- SearchQA
- NaturalQuestionsShort
- TriviaQA-web
others:
- QAMR
- DuoRC
multiple_choice:
- SIQA
- RACE
- BoolQ
- HellaSWAG
- CommonSenseQA
abstractive:
- DROP
- NarrativeQA
multimodal:
- HybridQA
# AGENTS
agents2training_dataset:
# extractive
spanbert-large-cased_DuoRC: DuoRC
spanbert-large-cased_QAMR: QAMR
spanbert-large-cased_HotpotQA: HotpotQA
spanbert-large-cased_NewsQA: NewsQA
spanbert-large-cased_NaturalQuestionsShort: NaturalQuestionsShort
spanbert-large-cased_SearchQA: SearchQA
spanbert-large-cased_SQuAD: SQuAD
spanbert-large-cased_TriviaQA-web: TriviaQA-web
# multiple_choice
lewtun_bert-large-uncased-wwm-finetuned-boolq: BoolQ
danlou-albert-xxlarge-v2-finetuned-csqa: CommonSenseQA
prajjwal1-roberta_hellaswag: HellaSWAG
roberta-large_SIQA: SIQA
LIAMF-USP_roberta-large-finetuned-race: RACE
# abstractive
TASE: DROP
bart_adapter_narrativeqa: NarrativeQA
# multimodal
hybrider: HybridQA
# PAHTS
paths:
agents_path: ./qa_agents
output_path: ./MetaQA_models
train_data_path: ./data/train
dev_data_path: ./data/validation
test_data_path: ./data/test