About 160 results
Open links in new tab
  1. ConvoKit

    ConvoKit is funded in part by the U.S. National Science Foundation under Grant No. IIS-1750615 (CAREER). Any opinions, findings, and conclusions in this work are those of the author(s) and do not …

  2. Cornell Conversational Analysis Toolkit (ConvoKit) Documentation

    Nov 3, 2025 · Cornell Conversational Analysis Toolkit (ConvoKit) Documentation This toolkit contains tools to extract conversational features and analyze social phenomena in conversations, using a …

  3. Core Concepts — convokit 4.0.0 documentation

    At the heart of ConvoKit are two key concepts: Corpora and Transformations. At a high level, a Corpus represents a collection of one or more conversations, while a Transformation represents some action …

  4. Introductory tutorial — convokit 4.0.0 documentation

    In this notebook, we cover the key ideas behind ConvoKit, as well as some of its most commonly used methods and functions. Read our documentation for an exhaustive coverage of ConvoKit’s classes …

  5. Cornell Movie-Dialogs Corpus — convokit 4.0.0 documentation

    >>> from convokit import Corpus, download >>> corpus = Corpus(filename=download("movie-corpus"))

  6. Datasets — convokit 4.0.0 documentation

    Conversations Gone Awry Dataset - Wikipedia version (CGA-WIKI) Dataset details Speaker-level information Utterance-level information Conversational-level information Usage Additional note …

  7. Reddit Corpus (by subreddit) — convokit 4.0.0 documentation

    >>> from convokit import Corpus, download >>> corpus = Corpus(filename=download("subreddit-Cornell"))

  8. Installing ConvoKit — convokit 4.0.0 documentation

    By default, ConvoKit uses a native Python backend which keeps all data in memory during runtime. This is suitable for most use cases and does not require any additional setup.

  9. Examples — convokit 4.0.0 documentation

    An index of useful examples to help you interactively explore ConvoKit’s features. Be sure to take a look at the introductory tutorial before exploring these examples!

  10. Switchboard Dialog Act Corpus — convokit 4.0.0 documentation

    This is a Convokit-formatted version of the Switchboard Dialog Act Corpus (SwDA), originally distributed together with the following paper: Andreas Stolcke, Klaus Ries, Noah Coccaro, Elizabeth Shriberg, …