Watts-Lab / team-process-map

MIT License
0 stars 4 forks source link

Implementation: Accounting for Conversational Context #191

Open xehu opened 5 months ago

xehu commented 5 months ago

The vast majority of our features are applied at the level of a single message. However, as we are learning from the process of hand-labeling conversations, sometimes we need to be able to look at the overall context of a conversation in order to fully understand what a message means.

This is a relatively open-ended issue. The basic premise is that we need to think through the kinds of features that might need to be processed in the context of a larger conversation --- what does that look like?

One answer might be in some of our existing features: for example, "forward flow" (and related features) measures messages in the context of how similar they are to what's already been said. The design for this feature might be somewhere along those lines.