You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/condyns.rst
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,9 +13,6 @@ ConDynS builds on top of the `SCD (Summary of Conversation Dynamics) <scd.html>`
13
13
14
14
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.
Copy file name to clipboardExpand all lines: docs/source/examples.rst
+20Lines changed: 20 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -71,3 +71,23 @@ Ranker
71
71
Speaker Convo Diversity
72
72
-----------------------
73
73
- `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>`_
Copy file name to clipboardExpand all lines: docs/source/scd.rst
-3Lines changed: 0 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,6 @@ SCD extracts structured representations of conversation dynamics in two forms:
10
10
11
11
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.
12
12
13
-
Usage Examples
14
-
--------------
15
-
16
13
To see the use of SCD Transformer in action, check out:
17
14
18
15
* `Simple example notebook <https://github.com/CornellNLP/ConvoKit/blob/master/convokit/convo_similarity/examples/example.ipynb>`_ showcasing basic SCD usage.
0 commit comments