Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

resources for the paper 'Get To The Point: Summarization with Pointer-Generator Networks' with python3.x. overview on the posthttp://www.abigailsee.com/2017/04/16/taming-rnns-for-better-summarization.html or

NotificationsYou must be signed in to change notification settings

carlos9310/pointer-generator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

DataSet

参考https://github.com/abisee/cnn-dailymail

raw corpus

command for data preprocessing

python data/make_datafiles.py /path/to/unzipped/cnn_stories.tgz /path/to/unzipped/dailymail_stories.tgz

generate data for model

Code with python3

参考https://github.com/abisee/pointer-generator

Run training

python run_summarization.py --mode=train --data_path=/path/to/chunked/train_* --vocab_path=/path/to/vocab --log_root=/path/to/a/log/directory --exp_name=myexperiment

Run eval

python run_summarization.py --mode=eval --data_path=/path/to/chunked/val_* --vocab_path=/path/to/vocab --log_root=/path/to/a/log/directory --exp_name=myexperiment

Run beam search decoding

python run_summarization.py --mode=decode --data_path=/path/to/chunked/val_* --vocab_path=/path/to/vocab --log_root=/path/to/a/log/directory --exp_name=myexperiment

About

resources for the paper 'Get To The Point: Summarization with Pointer-Generator Networks' with python3.x. overview on the posthttp://www.abigailsee.com/2017/04/16/taming-rnns-for-better-summarization.html or

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages


[8]ページ先頭

©2009-2025 Movatter.jp