Specifically tailored to Computer Science students in Nanyang Technological University, AcademicGPT will not only be able to answer your questions more reliably, but will also be able to point you to the relevant lecture materials for you to explore further.
Interested in AI with a hunger for engineering new things, this idea came to me throughout my university years. Me and my friends use ChatGPT extensively but always come across times where it generates answers we know are wrong and we would have to either Google or ask our professors which, as all university students know, take too long...
Students would be able to finally get more reliable answers and would even know which lecture materials to look at, provided by the application.
Spawned from a needs and wants of me and my friends, I was able to come up with a webpage that achieves this idea that spawned in my head a few months ago.
It is completely free of charge so any NTU students are more than welcome to use it. However, it being free of charge, the response time might suffer a bit despite all my engineering efforts to provide a smooth user experience. If the user base grows in the future, investing money into this project could definitely become a possibility.
Please login with your NTU student email, and enter the verification code that will be sent to the email address you have entered.
You can chat and ask any questions related to the CCDS courses mentioned in the website (more courses will be introduced in the future).
The AI is equipped with memory feature so it remembers the previous conversations it had with you. Also, all your conversations will be stored so you can always come back to the website to continue on the conversation.
The AI model will also provide some lecture material sources it consulted to give you the answer so that you can look into the materials if you wish to dive deeper.
- SOTA AI model: Llama3 8 billion model, developed by Meta, is being used as the LLM behind the scenes, a model that is more than capable of providing you with an accurate answer
- RAG: Retrieval-Augmented Generation built with Langchain will provide our LLM with the necessary context derived from a myriad of lecture notes. It is also equipped with the capability to rerank and pick out only a few highly informational material for our LLM to observe.
- Free of Charge: Currently all the external APIs I'm utilizing are free tier, eliminating any financial burden for users!