|
|
--- |
|
|
dataset_info: |
|
|
features: |
|
|
- name: question |
|
|
dtype: string |
|
|
- name: answer |
|
|
list: |
|
|
- name: aliases |
|
|
sequence: string |
|
|
- name: normalized_aliases |
|
|
sequence: string |
|
|
- name: primed_question |
|
|
sequence: string |
|
|
- name: greedy_ans |
|
|
sequence: string |
|
|
- name: p_greed |
|
|
sequence: bool |
|
|
- name: Category |
|
|
dtype: string |
|
|
- name: para |
|
|
sequence: string |
|
|
- name: para_len |
|
|
dtype: float64 |
|
|
- name: is_para |
|
|
dtype: bool |
|
|
splits: |
|
|
- name: full |
|
|
num_bytes: 190118286 |
|
|
num_examples: 21036 |
|
|
download_size: 20380670 |
|
|
dataset_size: 190118286 |
|
|
configs: |
|
|
- config_name: default |
|
|
data_files: |
|
|
- split: full |
|
|
path: data/full-* |
|
|
task_categories: |
|
|
- question-answering |
|
|
--- |
|
|
|
|
|
Dataset for paper “How Much Knowledge Can You Pack into a LoRA Adapter without Harming LLM?” |
|
|
|
|
|
Based on DBpedia dataset |
|
|
|
|
|
[Paper](https://huggingface.co/papers/2502.14502), [Code](https://github.com/AIRI-Institute/knowledge-packing) |