MatthiasC commited on
Commit
9dab425
β€’
1 Parent(s): 1ba4f32

Change typo and some sentences

Browse files
Files changed (1) hide show
  1. app.py +5 -4
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** may generate novel words. A good abstractive summary should cover principal
326
- information in the input and has to be linguistically fluent. This interactive blogpost will focus on this more difficult task of
327
- abstractive summary generation. Furthermore we will focus on factual errors in summaries, and less sentence fluency.""")
 
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 "