Found 3 repositories(showing 3)
nethra8902
Text Summarization recapitulate the content available in articles, research paper, news, paragraph or a piece of information. Automatic Text Summarization is made possible in Natural Language Processing (NLP) by employing two types of summarization techniques viz., 1) Extractive Summarization and 2) Abstractive Summarization. Extractive summarization generates summary by extracting the verbatim from the original passage whereas Abstractive summarization generates summary either by paraphrasing or by using new words instead of extracting the main points. A comprehensive news article and summary dataset has been chosen from Kaggle and the latter method of summarisation is employed in our coursework which calls for an abstractive modelling approach using sequence to sequence Long Short-Term Memory (LSTM) model. BLEU scoring technique has been used for evaluating the accuracy of the model owing to the extensive usage of the same for many of the models involving Natural Language Processing.
This project seeks to create a comprehensive system for summarising research papers by harnessing the latest advancements in AI and NLP. By merging abstractive text summarization with LLMs and the RAG methodology, we anticipate developing a unique and effective approach to extracting valuable insights from research papers
aoorogun
An NLP project that provides solution for automatic text condensation with both abstractive and extractive summarisation methods
All 3 repositories loaded