├── License.md ├── README.md ├── apply_patch.sh ├── bart_decoder.py ├── codr.py ├── doha.py ├── metrics.py ├── patch └── generation_utils.py ├── run_train.py └── scripts ├── prepare_cmu_dog.py └── prepare_wiki_update_gen.py /License.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/License.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/README.md -------------------------------------------------------------------------------- /apply_patch.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/apply_patch.sh -------------------------------------------------------------------------------- /bart_decoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/bart_decoder.py -------------------------------------------------------------------------------- /codr.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/codr.py -------------------------------------------------------------------------------- /doha.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/doha.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/metrics.py -------------------------------------------------------------------------------- /patch/generation_utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/patch/generation_utils.py -------------------------------------------------------------------------------- /run_train.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/run_train.py -------------------------------------------------------------------------------- /scripts/prepare_cmu_dog.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/scripts/prepare_cmu_dog.py -------------------------------------------------------------------------------- /scripts/prepare_wiki_update_gen.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/shrimai/Focused-Attention-Improves-Document-Grounded-Generation/HEAD/scripts/prepare_wiki_update_gen.py --------------------------------------------------------------------------------