(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, '
Finding the speed-accuracy "sweet spot" in aphasia.
What is it about?
People who survive strokes or other brain injuries often experience aphasia, defined as difficulty in understanding or producing language. As they recover, people with aphasia have to figure out how to best adapt to the changes in their language system. This paper used computational modeling to look at one type of adaptation- how well people with aphasia are able to balance speed and language during simple "lexical decision" language tasks. Overall, 40% of the people with aphasia in our study responded either too impulsively (impairing accuracy), or too cautiously (impairing processing speed). This suggests that setting the wrong balance between speed and accuracy leads to unnecessarily poor language performance in aphasia.
Why is it important?
When people with aphasia set the wrong balance between speed and accuracy, they either make unnecessary errors or perform unnecessarily slowly. This may negatively impact their day-to-day communication ability, and may also reduce the gains made during language rehabilitation. This work offers one way carefully characterize speed-accuracy tradeoffs in individual people with aphasia, a first step in helping patients better adapt to the needs and abilities of their current language system.