-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature] Alignment over longer spans to assess priming decay #24
Comments
The fix could look like adding a loop around the TurnByTurnAnalysis function looping from delay 1 to delay n, and adding a delay column to the output. |
The way delay is implemented now, is it the case that, if delay is say, 20, then the alignment will be measured between the prime and the one target that is exactly 20 turns later? |
I'm seeing different patterns in comprehension-production and production-production priming in my data, so a self-alignment option would be great. |
Yes, exactly that
On Tue, 13 Aug 2019 at 16.41, jseale-asapp ***@***.***> wrote:
The way delay is implemented now, is it the case that, if delay is say,
20, then the alignment will be measured between the prime and the one
target that is exactly 20 turns later?
—
You are receiving this because you were assigned.
Reply to this email directly, view it on GitHub
<#24?email_source=notifications&email_token=ABOTIJJ4QNLCKT7RHKP2CQ3QELBZXA5CNFSM4E7GBWFKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD4F4CWQ#issuecomment-520864090>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABOTIJNXOKVA7E3EIXM4XBLQELBZXANCNFSM4E7GBWFA>
.
--
…--
Riccardo Fusaroli
Associate Professor in Cognitive Science
Interacting Minds Centre & School of Communication and Culture
Aarhus University
|
Would it be of interest to create a window of turns from the delay-indicated turn to, say, the end of the dialogue? There may be some short-term priming effects within the window that would need to be taken into consideration. For example, using 20 as the delay, if a prime construction is repeated in turn 21 and turn 22, then the probability that is repeated in turn 22 is bolstered by its presence in 21. However, it seems as if the larger window may help to detect the presence of longer term priming—perhaps if the prime-target pairs are restricted to one target per prime within the window, instead of allowing for multiple targets, that would give something of a binary indication that the priming is occurring.
|
Several papers have pointed to differential patterns and effects of alignment over longer spans:
We should implement the possibility to measure alignment over longer spans (not adjacent turns, but at a distance of n). This would also require measuring self-alignment at increasing spans to control for that.
The text was updated successfully, but these errors were encountered: