Skip to content

hrlinlp/cepsum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Abstractive product summarization

Pytorch implementation for our AAAI-2020 paper: Aspect-Aware Multimodal Summarization for Chinese E-Commerce Products

If you are interested in our dataset, please fill out the application form and email us.

Requirement

Python2.7, PyTorch v0.4.1

Training

To train the model with RAML:

cd raml
python main.py --mode train_raml

Then, to complete the training:

cd raml_aspect
python main.py --mode train --load-model ../raml/model.bin

Test

python main.py --mode decode --output out.txt

Acknowledgments

This repository is built upon pcyin/pytorch_basic_nmt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages