Prompt Types ============ Note: this is an older method that we keep in the ConvoKit library to reflect the content of past publications, and for backwards compatability. For a modified and more general variant of the method, see the `ExpectedContextModel functionality `_. Implements prompt type model described in this `paper `_. Example usage: `end to end pipeline to infer question types in British parliament `_, `more detailed exploration of additional options for using the module `_, `understanding the use of conversational prompts in conversations gone awry on Wikipedia `_. .. automodule:: convokit.prompt_types.promptTypes :members: .. automodule:: convokit.prompt_types.promptTypeWrapper :members: