This repo provides the code for reproducing the experiments in NLPCC2021 paper: CUSTOM: Aspect-Oriented Product Summarization for E-Commerce
torch==0.4.0
- Train
- make pretrained_model folder, download Bert-base chinese version and move to this folder
sh run_seq2seq.sh
- Predict
sh run_decode.sh
Thanks for your citation:
@article{Liang2021CUSTOMAP,
title={CUSTOM: Aspect-Oriented Product Summarization for E-Commerce},
author={Jiahui Liang and Junwei Bao and Yifan Wang and Youzheng Wu and Xiaodong He and Bowen Zhou},
journal={ArXiv},
year={2021},
volume={abs/2108.08010}
}