소스 검색

fix citation

peterjliu 9 년 전
부모
커밋
da47ff50b6
1개의 변경된 파일4개의 추가작업 그리고 3개의 파일을 삭제
  1. 4 3
      textsum/README.md

+ 4 - 3
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)
 
 <b>Introduction</b>
 
@@ -17,8 +18,8 @@ for open source purpose.
 
 <b>DataSet</b>
 
-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