I found some behaviors, but I’m not sure this is what you are looking for because the algorithm in both is quite simple. I’d appreciate feedback on them.
Incrementing days of the week
“If today is Monday, tomorrow is Tuesday. If today is Wednesday, tomorrow is” → “Thursday”
“If today is Monday, tomorrow is Tuesday. If today is Thursday, tomorrow is” → “Friday”
etc.
This also works with zero-shot prompting although the effect isn’t as strong. eg:
I found some behaviors, but I’m not sure this is what you are looking for because the algorithm in both is quite simple. I’d appreciate feedback on them.
Incrementing days of the week
“If today is Monday, tomorrow is Tuesday. If today is Wednesday, tomorrow is” → “Thursday”
“If today is Monday, tomorrow is Tuesday. If today is Thursday, tomorrow is” → “Friday”
etc.
This also works with zero-shot prompting although the effect isn’t as strong. eg:
“If today is Friday, tomorrow is” → “Saturday”
Inferring gender
“Lisa is great. I really like” → “her”
“John is great. I really like” → “him”
etc.