From da47ff50b6d43630d358f7852a5fec315a6e09e1 Mon Sep 17 00:00:00 2001 From: peterjliu Date: Fri, 26 Aug 2016 15:25:33 -0700 Subject: [PATCH] fix citation --- textsum/README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/textsum/README.md b/textsum/README.md index a28c9319dacb59..76a96c2b7ab4b1 100644 --- a/textsum/README.md +++ b/textsum/README.md @@ -2,7 +2,8 @@ Sequence-to-Sequence with Attention Model for Text Summarization. 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) Introduction @@ -17,8 +18,8 @@ for open source purpose. DataSet -We used the Gigaword dataset described in -https://arxiv.org/pdf/1602.06023.pdf +We used the Gigaword dataset described in [Rush et al. A Neural Attention Model +for Sentence Summarization](https://arxiv.org/abs/1509.00685). 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