yineza7 / Summarization-of-a-stack-of-papers-using-LLMs-

Summarizing a stack of papers involves systematically reviewing and condensing the key information from each paper to provide a concise overview It might be feasible to have two stages to come out the summarization of a stack of papers.
MIT License
0 stars 0 forks source link

Finding Good models #1

Closed yineza7 closed 6 months ago

yineza7 commented 7 months ago

we will need to find a couple of good models before we start development.

1) A word/document summarization model 2) word/document generation model

yineza7 commented 7 months ago

https://medium.com/@YasinShafiei/text-summarization-with-deep-learning-python-with-tensorflow-d0f3e329c3d2 Potential Model/Stuff to learn from

yineza7 commented 7 months ago

we have chosen openAI and T5

tahmidkhan115 commented 6 months ago

https://cookbook.openai.com/examples/evaluation/how_to_eval_abstractive_summarization

yineza7 commented 6 months ago

T5 was chosen as a model!