(function(doc, html, url) {
var widget = doc.createElement("div");
widget.innerHTML = html;
var script = doc.currentScript; // e = a.currentScript;
if (!script) {
var scripts = doc.scripts;
for (var i = 0; i < scripts.length; ++i) {
script = scripts[i];
if (script.src && script.src.indexOf(url) != -1) break;
}
}
script.parentElement.replaceChild(widget, script);
}(document, '
Aging and Word Retrieval in Action Fluency Tasks: A Clustering Analysis
What is it about?
As people age, many notice that finding the right words—especially action-related ones like “run” or “clean”—gets harder. This study looked at how younger and older adults retrieve such words during a one-minute challenge where they had to say as many action verbs as possible. We analyzed not just how many words they said, but how they searched for them—whether they jumped between different types of actions or stayed within one category. We used a method called hierarchical clustering to group the words based on shared features like movement or sensation. The results showed that older adults used fewer strategies and produced fewer varied words. Those with better working memory skills, however, tended to perform better. These findings help us understand how language and memory change with age and may one day help with earlier screening of cognitive decline, such as in dementia.
Why is it important?
To understand how people search for and say action words, we need to go beyond just counting how many words they say—we need to look at the patterns in how they think. This kind of deeper, qualitative analysis requires grouping similar words together. But action verbs are complex—they often involve multiple senses and body parts, which makes them hard to classify. Our study introduced a new way to organize action verbs based on 11 different features, such as hand movement, sound, and even internal sensations, using something called the Lancaster sensorimotor norms. We applied a method called hierarchical clustering to automatically group these verbs and tested how these groupings reflected real differences between younger and older adults. This is one of the first studies to create and validate such a system for verbs. It not only provides a better way to study language and memory in aging but may also help us spot early signs of cognitive changes using a simple task.