Change typo and some sentences
Browse files
app.py
CHANGED
@@ -321,10 +321,11 @@ Recent work using π€ **transformers** π€ on large text corpora has shown gre
|
|
321 |
several different downstream NLP tasks. One such task is that of text summarization. The goal of text summarization
|
322 |
is to generate concise and accurate summaries from input document(s). There are 2 types of summarization:
|
323 |
|
324 |
-
- **Extractive summarization** merely copies informative fragments from the input
|
325 |
-
- **Abstractive summarization**
|
326 |
-
|
327 |
-
|
|
|
328 |
|
329 |
st.markdown("###")
|
330 |
st.markdown("π€ **Why is this important?** π€ Let's say we want to summarize news articles for a popular "
|
|
|
321 |
several different downstream NLP tasks. One such task is that of text summarization. The goal of text summarization
|
322 |
is to generate concise and accurate summaries from input document(s). There are 2 types of summarization:
|
323 |
|
324 |
+
- **Extractive summarization** merely copies informative fragments from the input.
|
325 |
+
- **Abstractive summarization**
|
326 |
+
may generate novel words. A good abstractive summary should cover principal information in the input and has to be
|
327 |
+
linguistically fluent. This interactive blogpost will focus on this more difficult task of abstractive summary
|
328 |
+
generation. Furthermore we will focus mainly on hallucination errors, and less on sentence fluency.""")
|
329 |
|
330 |
st.markdown("###")
|
331 |
st.markdown("π€ **Why is this important?** π€ Let's say we want to summarize news articles for a popular "
|