Commit da47ff50 authored by peterjliu's avatar peterjliu
Browse files

fix citation

parent d17aeb61
...@@ -2,7 +2,8 @@ Sequence-to-Sequence with Attention Model for Text Summarization. ...@@ -2,7 +2,8 @@ Sequence-to-Sequence with Attention Model for Text Summarization.
Authors: Authors:
Xin Pan (xpan@google.com, github:panyx0718), Peter Liu (peterjliu@google.com) Xin Pan (xpan@google.com, github:panyx0718),
Peter Liu (peterjliu@google.com, github:peterjliu)
<b>Introduction</b> <b>Introduction</b>
...@@ -17,8 +18,8 @@ for open source purpose. ...@@ -17,8 +18,8 @@ for open source purpose.
<b>DataSet</b> <b>DataSet</b>
We used the Gigaword dataset described in We used the Gigaword dataset described in [Rush et al. A Neural Attention Model
https://arxiv.org/pdf/1602.06023.pdf for Sentence Summarization](https://arxiv.org/abs/1509.00685).
We cannot provide the dataset due to the license. See ExampleGen in data.py We cannot provide the dataset due to the license. See ExampleGen in data.py
about the data format. data/data contains a toy example. Also see data/vocab about the data format. data/data contains a toy example. Also see data/vocab
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment