microsoft / FLAML

A fast library for AutoML and tuning. Join our Discord: https://discord.gg/Cppx2vSPVP.
https://microsoft.github.io/FLAML/
MIT License
3.87k stars 506 forks source link

Continual learning with LLM #1063

Open sonichi opened 1 year ago

sonichi commented 1 year ago

Reason: to support continual learning with LLM, such as:

One possible solution is: Implement a continual learning agent and a teaching agent such that:

qingyun-wu commented 1 year ago

This implementation could be used to answer the following research question: How to use historical interaction log to improve the performance of an agent with the accumulation of interaction sessions?

qingyun-wu commented 1 year ago

One possible implementation is to just have a learning component in the AssistantAgent and a teaching component in the UserProxyAgent.