Summary of ChatGPT-Related Research and Perspective Towards the Future of Large Language Models
You can get the result by following the steps below.
- Get the latest articles from the arxiv.
python articles_info.py
- Based on the articles information your get from the above code, download the pdf file from arxiv.
python download_pdf.py
- Based on the pdf your download, you can extract the word from the pdf files and save them on the txt files.
python readpdf.py
- We can get the word cloud from the extracting words.
python txt2wordcloud.py
@article{liu2023summary,
title={Summary of ChatGPT-Related Research and Perspective Towards the Future of Large Language Models},
author={Liu, Yiheng and Han, Tianle and Ma, Siyuan and Zhang, Jiayue and Yang, Yuanyuan and Tian, Jiaming and He, Hao and Li, Antong and He, Mengshen and Liu, Zhengliang and others},
journal={Meta-Radiology},
pages={100017},
year={2023},
publisher={Elsevier}
}