Remix.run Logo
Finding the best dog treat with statistics(wespiser.com)
127 points by wespiser_2018 a day ago | 54 comments
gwern a day ago | parent | next [-]

One thing I'm not following is how the side/order bias is being handled. OP measures a IMO very large bias towards left-hand treats, but it is unclear how that is handled (ahem)? Skimming https://github.com/adamwespiser/best-dog-treat/blame/main/an... doesn't help me understand if it is being modeled as a covariate to adjust for the bias or if it was dealt with by construction (eg. by always offering pairs twice, swapping hands), or what?

Incidentally OP if you want to make it more adaptive, you can just fit the B-T model each time, and grab a posterior sample of what the best pair is, and test that, which turns out to be Thompson sampling. I did this for fun with blind taste-testing of mineral waters: https://gwern.net/water

markerz 19 hours ago | parent | next [-]

I suspect it’s by construction, looks like they’re offering every permutation of treat choice twice.

Below, I filtered for A vs E, the top two choices. Notice how they switch left and right hand each time:

A/E :: A

E/A :: A

A/E :: E

E/A :: E

A/E :: E

wespiser_2018 10 hours ago | parent [-]

Author here, yes, that's correct.

The initial set-up was to do 3 comparisons of the 5 treats (30 trials), alternate between right and left hand, then write a quick python script to randomize the order.

A bit more than halfway through the experiment, I ran the model and realized that A/D/E were the only contenders left, so I removed the B/C trials and added more A/D/E trials.

nosioptar 4 hours ago | parent | prev | next [-]

Some dogs have a strong preference on right/left. I've known at least six dogs that will only shake hands with their left paw.

RataNova 4 hours ago | parent | next [-]

Yep, I have seen dogs that clearly have "a side" for certain habits, even if it is not obvious whether it is paw preference, training, comfort...

kokanee 4 hours ago | parent | prev [-]

Yes, and also the presence of a window fan on that side is a big deal because the selection is based on scent. In my experience dogs appear to "like" a scent based on how strong it is, not necessarily how it is "flavored" (for examples, dogs can behave as if they love the smell of poop or skunk spray, but it's actually the powerful sensory information that they're reacting to, not a culinary desire). It seems possible to me that the dog is choosing whichever scent is more powerful.

wespiser_2018 3 hours ago | parent [-]

If I repeat this experiment, I'll be a lot more careful about that, or also alternate which direction I'm standing in.

I didn't realize R/L preference was biased until I did the data analysis, and during the trials he was picking from both hands often enough that I perceived it as roughly 50% depending on the treats!

RataNova 4 hours ago | parent | prev | next [-]

I liked that the post surfaced the bias instead of quietly ignoring it

wespiser_2018 a day ago | parent | prev [-]

That's awesome! Thank you!

andrew_eu 3 hours ago | parent | prev | next [-]

I love it. For years with my old dog I would give him a binary choice between two treats and intuitively got a sense of his favorites as well. More satisfying to me was giving him the choice, which (maybe I'm over personifying him) I think he liked to pick his favorite. He had stomach issues which limited him to really only a few types of treats, and it was obvious which were his favorites, but it was fun anyway. I miss that dog.

jnellis a day ago | parent | prev | next [-]

My dog's favorite treat is the most expensive one. Or the one that causes the most intestinal (and therefore cleanup) issues. All it takes is a pause and some brief math to see that a lot of (good for your dog) dog treats are $16/lb. That's not even remotely the most expensive. It's cheaper to feed them straight meat. I've resorted to making my own treats. It's like $4/lb, plus you know exactly what goes into it (mostly ground turkey, yams, rice/chickpea flour).

scrtm 20 hours ago | parent [-]

care to share the recipe?

jnellis 20 hours ago | parent [-]

https://pdfhost.io/v/BQBcuLsPCK_dogtreats

abofh 20 hours ago | parent | prev | next [-]

This just feels like an excuse to give your dog a statically significant amount of treats

RataNova 4 hours ago | parent [-]

Bebop: "I don't fully understand the model but I support increasing the sample size"

rkagerer 4 hours ago | parent | prev | next [-]

The same time every day, around 11pm, I go to the kitchen, select two different treats, say the word “choice”, and present the treats in either hand, allowing Bebop to only take one... By the time the experiment started, Bebop was used to the routine and sniffing both treats before taking one.

Winner was Pur Luv Chicken, closely followed by MON2SUN duck + rawhide. Greenies and Pork Chomps fared poorly.

CM30 a day ago | parent | prev | next [-]

This makes me wonder what the research is for whether certain types or breeds of dog prefer certain dog treats, and how individual dogs might develop a preference for one kind over another. Based on this experiment it doesn't seem like the type of meat matters much, since while the top ranked treat is chicken, his second favourite seems to be the duck one.

wespiser_2018 3 hours ago | parent | next [-]

It's pretty interesting, but Bebop is barely treat motivated, and mostly inside. Once you take him outside, especially in open areas, he becomes more interested in tracking movement and chasing things.

I believe it's explained by the job we've asked Greyhounds to do: see movement, get released, run after it. Once you let go, that's it, the dog needs to be motivated enough by the running animal or lure, and there's no chance to reinforce the loop once it starts!

tracker1 5 hours ago | parent | prev | next [-]

We have 4 smaller dogs (mix of chihuahua and terriers), and they all absolutely love the greenies over anything else. One of them now has a prescribed treat and he definitely isn't happy about it, and the others won't touch it.

Hardest part is now feeding them all separate dishes at regular times every day.

RataNova 4 hours ago | parent | prev [-]

I'd guess texture and(or) smell might matter as much as the actual meat

wespiser_2018 a day ago | parent | prev | next [-]

Author here: I did a quick experiment with my Greyhound, Bebop, to figure out the treat he prefers best using pair-wise comparison analyzed with the Bradley-Terry model. Same tech as Elo scores in chess, and several other places! Enjoy!

zthrowaway 12 hours ago | parent [-]

Really weird question but what boots are you wearing in your blog photo? They look wide enough for my weird feet. Thanks

zerobees a day ago | parent | prev | next [-]

In my experience, it's usually a partly-rotten deer leg found in the bushes on a nature walk.

wespiser_2018 3 hours ago | parent [-]

With Bebop, it's dead birds! He also finds them, then checks the same spot for months afterwords!

thih9 a day ago | parent | prev | next [-]

My dog told me to write that the set of treats is missing non bleached rawhide, other dehydrated meats (eg rabbit, goat, fish), animal parts (eg ears), and vegetables. Also, he volunteers.

buildsjets a day ago | parent [-]

My Husky used to CRAVE little dehydrated minnows. Extra crunchy.

RataNova 4 hours ago | parent | prev | next [-]

Even in a simple setup with one dog and five treats, the measurement process can still sneak into the result

buildsjets a day ago | parent | prev | next [-]

The best dog treat is always the treat the OTHER dog is eating.

ses1984 20 hours ago | parent | next [-]

My one dog hates broccoli but she will choke it down just so the other one can’t have it.

weberer 19 hours ago | parent | prev | next [-]

Or cat turds

buildsjets 19 hours ago | parent | next [-]

Kitty roca confirmed. Our Husky was a goon for it. At least it forced us to keep the boxes clean several times a day.

nosioptar 4 hours ago | parent [-]

Kitty Roca is both the best and most awful thing I've seen in ages.

There is a medicine you can put on dogs' food to make their crap taste bad to them. There might be something similar you can give kitty.

NordStreamYacht 18 hours ago | parent | prev [-]

Good grief.

Why would you give your dog those as treats?

buildsjets 13 hours ago | parent [-]

You don’t need to give it to them, they just graze at the conveniently provided buffet.

NordStreamYacht 12 hours ago | parent [-]

Truffles come to mind.

savethejoy 20 hours ago | parent | prev [-]

Oh my goodness.

lijok a day ago | parent | prev | next [-]

Bebop is clearly being paid off by Big Chicken to skew the results

shermantanktop a day ago | parent [-]

Big Chicken == Tyson, I believe, at least in the US.

Big Strawberry == Driscoll's, at least on the west coast. And those are some pretty undistinguished strawberries.

buildsjets a day ago | parent [-]

No, Big Chicken == Shaquille O'Neal in the US. His picture is right there on the official Big Chicken Dot Com website and everything.

https://www.bigchicken.com/about

shermantanktop 20 hours ago | parent [-]

I stand corrected. And he is big, so that’s an apt spokesman.

buildsjets 19 hours ago | parent [-]

Check out his hands. That’s a full sized chicken sandwich he is holding, and it looks like a McNugget on a slider bun.

pike00 a day ago | parent | prev | next [-]

Interesting read! I might replicate with my two whippets. What’s their inter-rater reliability?

You also should continue with a swap of the hands; randomize which one is in the left and record the results to see if the left bias is real

doglover737484 a day ago | parent | prev | next [-]

Add some interesting smells and dogs will eat absolutely anything.

Used tampons, literal shit, soiled underwear, dierhia, dead bird, freshly killed cat, they owners... It is basically a pig with collar that lives in your house.

ngai_aku a day ago | parent | next [-]

* varies by breed

I've seen many a lab eat their own shit, but my standard poodle takes his time investigating even a piece of steak before he decides whether it's worth eating.

srean 8 hours ago | parent [-]

Varies by personality too.

srean 8 hours ago | parent | prev | next [-]

Like these siblings ?

https://youtu.be/nMNLrQW7_pU

embedding-shape 19 hours ago | parent | prev | next [-]

It'd be hard to sleep with a pig in the bed with us though, but point taken. Now I kind of wanna get a pig-buddy for our dog.

dgacmu a day ago | parent | prev [-]

And so useful when you don't feel like scraping the dishes. ;-)

dieselgate a day ago | parent | prev | next [-]

Our Malinois really liked the dehydrated chicken too, currently finishing a bag of the Trader Joes organic chicken jerky sticks. Interesting idea for some experiments, thanks for sharing

dice a day ago | parent | prev | next [-]

I missed the word "Treat" in the title initially and I was incensed. All dogs are the best dog TYVM.

FrankenDino a day ago | parent | prev | next [-]

You should really try Growlers dog bones.

https://growlersdogbones.org/

democracy 19 hours ago | parent | prev | next [-]

nothing beats diy dehydrated turkey mince stripes... but pita to make them )))

pnw a day ago | parent | prev | next [-]

Beautiful hound!

metalman an hour ago | parent | prev [-]

I can sell a dog anything. It helps that I speak fluent dog and most of the dialects, except yap, and bark³ bark³ bark³ bark³ bark³. It also helps that I truely love dogs and they love me, or at least are very attentive of and curious about, and possibly get completly wound up and loose there fluffy minds around, but I live with a horse. Anyway, dogs and things they can, shall we say, interact with oraly, just to be safe, which includes tiny little unidentifiable things they very delicatly nibble with just there front teath, and entire car interiors and hotel rooms, reduced to a even mulch, some of which makes it all the way through there digestive track, these I bring up as they are spontainious choices, free from any possibility of testing bias. But all in all, of my many observations, good meat tended carefully on a charcoal barbeque is paws down going to win 100/100, but they also like chicken poop, hoof trimmings, and afterbirth, which is a far from complete list. Then, we can get into the things dogs luxurate in rolling themselves in if you realy want to make them happy.