News Summarization Report 40pages
News Summarization Report 40pages
# Example text
article = '''
Artificial Intelligence is transforming industries like healthcare, finance, and transportation.
Recent advancements in machine learning are leading to groundbreaking innovations.
'''
# Generate summary
summary = summarize(article, word_count=30)
print("Summary:", summary)
9. Results and Discussion
The summarization models were evaluated using metrics such as ROUGE and BLEU. The
extractive method achieved an average ROUGE score of 0.58, while the abstractive model
scored 0.65. The table below summarizes the results: