8000 GitHub - oplatek/chateval-llm: Three Ways of Using Large Language Models to Evaluate Chat. A system description of Dstc11 Track 4 submission.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Three Ways of Using Large Language Models to Evaluate Chat. A system description of Dstc11 Track 4 submission.

License

Notifications You must be signed in to change notification settings

oplatek/chateval-llm

Repository files navigation

ChatEvaluation using ChatGPT and Llama2.

Three Ways of Using Large Language Models to Evaluate Chat, on Arxiv.
Accepted to DST11 workshop, 2023, Prague

 

Chateval Package

Installation

# Optional for reinstallation
conda deactivate; rm -rf env; 
# Installing new conda environment and editable pip moosenet package
conda env create --prefix ./env -f environment.yml \
  && conda activate ./env \
  && pip install -e .[dev] 

Acknowledgements

This work was co-funded by Charles University projects GAUK 40222, SVV 260575 and the European Union (ERC, NG-NLG, 101039303). erc-logo

About

Three Ways of Using Large Language Models to Evaluate Chat. A system description of Dstc11 Track 4 submission.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0