|
|
--- |
|
|
configs: |
|
|
- config_name: normal |
|
|
data_files: |
|
|
- split: train |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY/train.jsonl" |
|
|
- split: dev |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY/dev.jsonl" |
|
|
- split: test |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY/test.jsonl" |
|
|
- config_name: instruct |
|
|
data_files: |
|
|
- split: train |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY-instruct/train.jsonl" |
|
|
- split: dev |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY-instruct/dev.jsonl" |
|
|
- config_name: raw |
|
|
data_files: |
|
|
- split: train |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY-raw/*.train" |
|
|
- split: dev |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY-raw/*.dev.jsonl" |
|
|
- split: test |
|
|
path: |
|
|
- "KGLQA-KeySentenceSelect-QuALITY-raw/*.test.jsonl" |
|
|
--- |
|
|
|