Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Non-sequitur handling #28

Open
lalalune opened this issue Feb 1, 2022 · 0 comments
Open

Non-sequitur handling #28

lalalune opened this issue Feb 1, 2022 · 0 comments

Comments

@lalalune
Copy link
Contributor

lalalune commented Feb 1, 2022

One thing that's very problematic in conversation flow is, when the agent is ranting a lot, they can get contextually hung up on the current conversation and can't change topics well.

We can aid this by caching the conversation any time we come upon a non-sequitur. This is ideally not a GPT-3 prompt, seems like a sentence bert solvable thing, but we can definite solve it with a prompt like this for now:

Derrik: yeh so thats fixed all we need pretty much is initial capital to launch the contract on main net which is less then an eth and then we do free mint on it they just pay the gas costs
Shaw: We can get that shortly
Is Shaw's message a non sequitur to Derrik's message? No.

Fancy: I matched all the crypto sabers to the reveal box and made sure they fit in the box.
Shaw: Guys here is a plan I made to achieve the first Milestone by Jan 15th
Is Shaw's message a non sequitur to Fancy message? Yes.

Shaw: Check out useEffect hook for initialization of state in react components
Alex: Hey, good morning, I’ll read them and update the requests
Is Alex's message a non-sequitur to Shaw's message?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant