Papers with chat-bots
MATILDA - Multi-AnnoTator multi-language InteractiveLight-weight Dialogue Annotator (2021.eacl-demos)
Copied to clipboard
| Challenge: | MATILDA is the first multi-annotator, multi-language dialogue annotation tool . it allows the creation of corpora, the management of users, the annotation of dialogues, the quick adaptation of the user interface to any language and the resolution of interannotation disagreement. |
| Approach: | They propose to use MATILDA to create corpora, manage users, and annotation dialogues. |
| Outcome: | The proposed tool supports the full pipeline for dialogue annotation, and non-technical people can use it. |
MiniChain: A Small Library for Coding with Large Language Models (2023.emnlp-demo)
Copied to clipboard
| Challenge: | Programming augmented by large language models (LLMs) opens up many new application areas, but also requires care. |
| Approach: | They introduce a tool for augmented programming that provides basic primitives for coding LLM calls. |
| Outcome: | The proposed tool provides core primitives for coding LLM calls and separating out prompt templates. |