Let’s say there’s three subjects A, B and C with relationships between each other: AB, BA, AC, CA, BC, CB.
Let’s say the information is as follows
A feeds B. B brings joy to A. A cleans C. C annoys A. B uses C. C is used by B.
I’m imagining A as a person, B as a cat, and C as the litter.
How to best organize this information for a prompt with a LLM? Would this order be better?
A feeds B. B uses C. C annoys A. A cleans C. C is used by B. B brings joy to A.
Thank you,
kovkev