Commit
•
ec5daa8
1
Parent(s):
1f06874
Update README.md
Browse files
README.md
CHANGED
@@ -63,7 +63,8 @@ We acknowledge and cite the CulturaX dataset using the following citation:
|
|
63 |
|
64 |
Additionally, the dataset includes news article data, and we acknowledge and cite the source of this data using the following citations:
|
65 |
|
66 |
-
|
|
|
67 |
@inproceedings{see-etal-2017-get,
|
68 |
title = "Get To The Point: Summarization with Pointer-Generator Networks",
|
69 |
author = "See, Abigail and
|
@@ -79,7 +80,7 @@ Additionally, the dataset includes news article data, and we acknowledge and cit
|
|
79 |
pages = "1073--1083",
|
80 |
abstract = "Neural sequence-to-sequence models have provided a viable new approach for abstractive text summarization (meaning they are not restricted to simply selecting and rearranging passages from the original text). However, these models have two shortcomings: they are liable to reproduce factual details inaccurately, and they tend to repeat themselves. In this work we propose a novel architecture that augments the standard sequence-to-sequence attentional model in two orthogonal ways. First, we use a hybrid pointer-generator network that can copy words from the source text via pointing, which aids accurate reproduction of information, while retaining the ability to produce novel words through the generator. Second, we use coverage to keep track of what has been summarized, which discourages repetition. We apply our model to the CNN / Daily Mail summarization task, outperforming the current abstractive state-of-the-art by at least 2 ROUGE points.",}
|
81 |
|
82 |
-
@inproceedings{DBLP:conf/nips/HermannKGEKSB15,
|
83 |
author={Karl Moritz Hermann and Tomás Kociský and Edward Grefenstette and Lasse Espeholt and Will Kay and Mustafa Suleyman and Phil Blunsom},
|
84 |
title={Teaching Machines to Read and Comprehend},
|
85 |
year={2015},
|
@@ -89,7 +90,7 @@ Additionally, the dataset includes news article data, and we acknowledge and cit
|
|
89 |
booktitle={NIPS},
|
90 |
crossref={conf/nips/2015}
|
91 |
}
|
92 |
-
|
93 |
|
94 |
#### License
|
95 |
|
|
|
63 |
|
64 |
Additionally, the dataset includes news article data, and we acknowledge and cite the source of this data using the following citations:
|
65 |
|
66 |
+
```
|
67 |
+
|
68 |
@inproceedings{see-etal-2017-get,
|
69 |
title = "Get To The Point: Summarization with Pointer-Generator Networks",
|
70 |
author = "See, Abigail and
|
|
|
80 |
pages = "1073--1083",
|
81 |
abstract = "Neural sequence-to-sequence models have provided a viable new approach for abstractive text summarization (meaning they are not restricted to simply selecting and rearranging passages from the original text). However, these models have two shortcomings: they are liable to reproduce factual details inaccurately, and they tend to repeat themselves. In this work we propose a novel architecture that augments the standard sequence-to-sequence attentional model in two orthogonal ways. First, we use a hybrid pointer-generator network that can copy words from the source text via pointing, which aids accurate reproduction of information, while retaining the ability to produce novel words through the generator. Second, we use coverage to keep track of what has been summarized, which discourages repetition. We apply our model to the CNN / Daily Mail summarization task, outperforming the current abstractive state-of-the-art by at least 2 ROUGE points.",}
|
82 |
|
83 |
+
@inproceedings{DBLP:conf/nips/HermannKGEKSB15,
|
84 |
author={Karl Moritz Hermann and Tomás Kociský and Edward Grefenstette and Lasse Espeholt and Will Kay and Mustafa Suleyman and Phil Blunsom},
|
85 |
title={Teaching Machines to Read and Comprehend},
|
86 |
year={2015},
|
|
|
90 |
booktitle={NIPS},
|
91 |
crossref={conf/nips/2015}
|
92 |
}
|
93 |
+
```
|
94 |
|
95 |
#### License
|
96 |
|