-
Notifications
You must be signed in to change notification settings - Fork 7
C.31 Forward Flow
C.31 Forward Flow/Lexical Cohesion
[Paper] (https://psycnet-apa-org.proxy.library.upenn.edu/fulltext/2019-03039-001.pdf)
Captures "stream of consciousness", i.e. the evolution of thoughts/chats over time. Overall, conversations that display higher levels of cohesion (determined via cosine similarity) amongst their chats have increased forward flow. At the chat level, this feature represents the cosine similarity of the current chat to the average of the all the previous chats.
Calculation:
- Determine average cosine similarity the current chat and the "average chat" from all previous chats.
- Compute the new "average chat", now incorporating the current chat, before moving on to the next chat.
N/A
N/A
N/A
[Paper] (https://psycnet-apa-org.proxy.library.upenn.edu/fulltext/2019-03039-001.pdf)
For each chat, source computed the average of the distances between a given chat and EACH previous chat, as opposed to one overarching "average chat." Made this modification with runtime in mind.