Accessiblity and labeling multiple buttons

I'm working on a mobile app. I have a list with multiple groups and at the end of each group, there are some buttons. I'm not sure what the screen reader should say when focusing on the buttons.

The groups are something like this:

Name | Score | Increase | Decrease | Info

Increase, decrease and info are the buttons to increase, decrease the score and info opens a details page. The list will have anywhere from one to many groups (I don't expect there to be more than 10).

When each group of the list is focused, it reads the name and score together. So as you move across a group it reads:

"Name. Score" and then the buttons, "Increase", "Decrease, "Info"

My question is whether it should instead be:

"Name. Score" and then "Name. Increase", "Name. Decrease" and "Name Info"

Is it too repetitive? Or is it clearer to say which button goes with which group?

Once the button is tapped, the new score is announced as "Name. Score" again.