|
|
|
|
|
by margorczynski
968 days ago
|
|
Maybe the issue is that for us the "context window" that we feed ourselves is actually a compressed and abstracted version - we do not re-feed ourselves the whole conversation but a "notion" and key points that we have stored. LLMs have static memory so I guess there is no other way as to single-pass the whole thing. For human-like learning it would need to update it state (learn) on the fly as it does inference. |
|