skywalker023 / sodaverse

🥤🧑🏻‍🚀Code and dataset for our EMNLP 2023 paper - "SODA: Million-scale Dialogue Distillation with Social Commonsense Contextualization"
https://aclanthology.org/2023.emnlp-main.799/
MIT License
218 stars 12 forks source link

Add search-server as fallback for dialogue #2

Closed justlearntutors closed 1 year ago

justlearntutors commented 1 year ago

Can you add search-server as fallback for dialogue like BlenderBot2?

Example 1 => "What are the latest news in Denmark"? 2 => AI check, if 1 => search else 0 => no search 3 => search = 1 => Search "lastest news in denmark" => Get text => Send text to sodaverse and sodaverse will rewrite text for the dialogue.

It will work good with search-server as fallback for sodaverse

Examples https://github.com/JulesGM/ParlAI_SearchEngine https://www.blenderbot.ai (Blenderbot3 with search-server, you need VPN or to be located in USA to test)

justlearntutors commented 1 year ago

Other examples "What happened in year 1023?" => search=1 "What happened in year 3?" => search=1

skywalker023 commented 1 year ago

COSMO is a simple model trained on SODA and ProsocialDialog mainly for research/academic purposes. Currently, we do not have plans for adding new features :)