The Leolani Language module for evaluating interactions
Project description
cltl-dialogueevaluation
Evaluation of an interaction, using dialogue and resulting eKGs
Description
This package provides the tools to evaluate a dialogue according to several approaches: human annotation, automatic evaluation (likelihood or graph based), and statistical overview.
Getting started
Prerequisites
This repository uses Python >= 3.7
Be sure to run in a virtual python environment (e.g. conda, venv, mkvirtualenv, etc.)
Installation
-
In the root directory of this repo run
pip install -e .
Usage
For using this repository as a package different project and on a different virtual environment, you may
-
install a published version from PyPI:
pip install cltl.dialogue_evaluation
-
or, for the latest snapshot, run:
pip install git+git://github.com/leolani/cltl-dialogueevaluation.git@main
Then you can import it in a python script as:
import cltl.dialogue_evaluation
Examples
Please take a look at the example scripts provided to get an idea on how to run and use this package. Each example has a comment at the top of the script describing the behaviour of the script.
For these example scripts, you need
-
To change your current directory to ./examples/
-
Run some examples (e.g. python label_based.py)
Contributing
Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
License
Distributed under the MIT License. See LICENSE
for more information.
Authors
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file cltl_dialogue_evaluation-0.2.dev1.tar.gz
.
File metadata
- Download URL: cltl_dialogue_evaluation-0.2.dev1.tar.gz
- Upload date:
- Size: 35.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6c70f8ff9b86feebb4780069b1fecec9478cbed688b95bbc8e4ac1452154f020 |
|
MD5 | 1b476cd3c92bc5ac194714e347b9da89 |
|
BLAKE2b-256 | e74b6c03de83048706d5ab0d0e99dacbbd88bee1fec92e2c08d2e22e9252538d |
File details
Details for the file cltl.dialogue_evaluation-0.2.dev1-py3-none-any.whl
.
File metadata
- Download URL: cltl.dialogue_evaluation-0.2.dev1-py3-none-any.whl
- Upload date:
- Size: 45.4 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/5.1.1 CPython/3.9.16
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7c64c09b99bac366f8b8bcbfc15e8e8b0b62063d02affcce78c7ccc6ccf41d9c |
|
MD5 | 8d98292d39d85306853e00e0f23c914a |
|
BLAKE2b-256 | 610002d2fade9cce9397b57ebafd3363b41f14c317f7ca286364e0a5d919662a |