├── README.md ├── callback.py ├── dataloader.py ├── metrics.py ├── model.py ├── preprocess ├── get_candidate.py └── test_cnndm.jsonl ├── train_matching.py └── utils.py /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/README.md -------------------------------------------------------------------------------- /callback.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/callback.py -------------------------------------------------------------------------------- /dataloader.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/dataloader.py -------------------------------------------------------------------------------- /metrics.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/metrics.py -------------------------------------------------------------------------------- /model.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/model.py -------------------------------------------------------------------------------- /preprocess/get_candidate.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/preprocess/get_candidate.py -------------------------------------------------------------------------------- /preprocess/test_cnndm.jsonl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/preprocess/test_cnndm.jsonl -------------------------------------------------------------------------------- /train_matching.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/train_matching.py -------------------------------------------------------------------------------- /utils.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/maszhongming/MatchSum/HEAD/utils.py --------------------------------------------------------------------------------