Skip to content

Commit 479ce53

Browse files
committed
moved to new doc, updated TOC
1 parent bcf2516 commit 479ce53

File tree

2 files changed

+43
-0
lines changed

2 files changed

+43
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
**/.definition
22
**/.preview/**
3+
.DS_Store
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
---
2+
title: Conversational Analysis
3+
subtitle: Understanding the Anatomy of Conversation as it relates to Speech Recognition
4+
slug: customization/conversational-analysis
5+
---
6+
7+
### Introduction
8+
9+
10+
Conversation Analysis (CA) examines the structure and organization of human interactions, focusing on how participants manage conversations in real-time. We mimic this natural behavior in our API.
11+
12+
Key concepts include:
13+
14+
<AccordionGroup>
15+
16+
<Accordion title="Turn-Taking Organization">
17+
Conversations are structured into turns, where typically one person speaks at a time. Speakers use Turn Construction Units (TCUs)—such as words, phrases, or clauses—that listeners recognize, allowing them to anticipate when a turn will end and when it's appropriate to speak. Transition Relevance Places (TRPs) are points where a change of speaker can occur. Turn allocation follows specific rules:
18+
19+
- **Current speaker selects next**: The current speaker designates who speaks next.
20+
- **Self-selection**: If not selected, another participant may self-select to speak.
21+
- **Continuation**: If no one else speaks, the current speaker may continue.
22+
23+
Silences are categorized as pauses (within a turn), gaps (between turns), or lapses (when no one speaks).
24+
</Accordion>
25+
<Accordion title="Sequence Organization">
26+
Conversations often involve sequences like adjacency pairs, where an initial utterance (e.g., a question) prompts a related response (e.g., an answer). These pairs can be expanded with pre-sequences (preparing for the main action), insert expansions (occurring between the initial and responsive actions), and post-expansions (following the main action).
27+
</Accordion>
28+
<Accordion title="Preference Organization">
29+
Certain responses are socially preferred. For example, agreements or acceptances are typically delivered promptly and directly, while disagreements or refusals may be delayed or mitigated to maintain social harmony.
30+
</Accordion>
31+
<Accordion title="Repair Mechanisms">
32+
Participants address problems in speaking, hearing, or understanding through repair strategies. Self-repair (the speaker corrects themselves) is generally preferred over other-repair (another person corrects the speaker), helping to maintain conversational flow and mutual understanding.
33+
</Accordion>
34+
<Accordion title="Action Formation">
35+
Speakers perform actions (e.g., questioning, requesting, asserting) through their utterances. Understanding how these actions are constructed and interpreted is central to CA, as it reveals how participants achieve social objectives through conversation.
36+
</Accordion>
37+
<Accordion title="Adjacency Pair">
38+
An adjacency pair is a fundamental unit of conversation consisting of two related utterances. The first part (e.g., a question) typically elicits a specific response (e.g., an answer). These pairs are essential for structuring conversations and ensuring coherence.
39+
</Accordion>
40+
</AccordionGroup>
41+
42+
These foundational structures illustrate how individuals collaboratively produce and interpret talk in interaction, ensuring coherent and meaningful communication.

0 commit comments

Comments
 (0)