Skip to content

Commit 9eea2e9

Browse files
authored
New Demos to Examples Page (#331)
1 parent ffa7458 commit 9eea2e9

3 files changed

Lines changed: 20 additions & 6 deletions

File tree

docs/source/condyns.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ ConDynS builds on top of the `SCD (Summary of Conversation Dynamics) <scd.html>`
1313

1414
Note that ConDynS computation requires access to a LLM. We provide a unified interface for working with LLMs in the `GenAI module <genai.html>`_. It is recommended to setup for GenAI models in the module beforehand to compute ConDynS.
1515

16-
Usage Examples
17-
--------------
18-
1916
We provide experiments notebooks from the paper:
2017

2118
* `Validation experiments <https://github.com/CornellNLP/ConvoKit/blob/master/convokit/convo_similarity/examples/validation/validation.ipynb>`_

docs/source/examples.rst

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,23 @@ Ranker
7171
Speaker Convo Diversity
7272
-----------------------
7373
- `Speaker conversation attributes and diversity example on ChangeMyView <https://github.com/CornellNLP/ConvoKit/blob/master/examples/speaker-convo-attributes/speaker-convo-diversity-demo.ipynb>`_
74+
75+
Redirection and Utterance Likelihood
76+
------------------------------------
77+
- `Redirections in supreme court oral arguments <https://github.com/CornellNLP/ConvoKit/tree/master/convokit/redirection/redirectionDemo.ipynb>`_
78+
79+
Talk Time Sharing Dynamics
80+
--------------------------
81+
- `Talk-Time Sharing Dynamics in CANDOR Corpus and Supreme Court Oral Arguments <https://github.com/CornellNLP/ConvoKit/tree/master/convokit/talktimesharing/talktimesharing_example.ipynb>`_
82+
83+
Summary of Conversation Dynamics (SCD)
84+
--------------------------------------
85+
- `Example notebook for creating SCDs <https://github.com/CornellNLP/ConvoKit/blob/master/convokit/convo_similarity/examples/example.ipynb>`_
86+
87+
ConDynS
88+
-------
89+
- Comparing conversational dynamics of conversations in `WikiConv German <https://github.com/CornellNLP/ConvoKit/blob/master/convokit/convo_similarity/examples/applications/wiki_german/wiki_german_condyns.ipynb>`_ and `Friends <https://github.com/CornellNLP/ConvoKit/blob/master/convokit/convo_similarity/examples/applications/friends/friends_condyns.ipynb>`_
90+
91+
Pivotal Moments
92+
---------------
93+
- `Pivotal moments demo in conversations gone awry <https://github.com/CornellNLP/ConvoKit/tree/master/convokit/pivotal_framework/pivotal_demo.ipynb>`_

docs/source/scd.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,6 @@ SCD extracts structured representations of conversation dynamics in two forms:
1010

1111
Note that SCD computation requires access to a LLM. We provide a unified interface for working with LLMs in the `GenAI module <genai.html>`_. It is recommended to setup for GenAI models in the module beforehand to compute SCD.
1212

13-
Usage Examples
14-
--------------
15-
1613
To see the use of SCD Transformer in action, check out:
1714

1815
* `Simple example notebook <https://github.com/CornellNLP/ConvoKit/blob/master/convokit/convo_similarity/examples/example.ipynb>`_ showcasing basic SCD usage.

0 commit comments

Comments
 (0)