-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Description
Hi, I am wondering how is the logical reasoning of this model. If my source and target are
source: ["I have one sister and one brother"]
target: [["I have no siblings", "I have 2 siblings", "I have three siblings", "my parents have 3 kids"]]
the BARTScores: [[-3.561114549636841], [-3.4354922771453857], [-3.130859136581421], [-4.85980749130249]]
corresponding to the quality "I have three siblings" > "I have 2 siblings" > "I have no siblings" > "my parents have 3 kids".
Apparently, this is wrong.
Thanks.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels