Skip to content

Official Code for Analysis Done in the Paper "Frugal Prompting for Dialog Models"

Notifications You must be signed in to change notification settings

bsantraigi/Frugal-Prompting-Analysis

Repository files navigation

Frugal-Prompting-Analysis

Steps

  1. Initial evaluation results are inside MSC-evals and TC-evals directories, in json format. Edit or replace these files as per your need. These files were generated by the codes inside main repo.
  2. Run eval_convert.py
  3. Run GraphEngine.ipynb
  4. Run PivotEngine.ipynb

Cite us

If you find our work relevant and useful, please cite it in your work:

@misc{santra2023frugal,
      title={Frugal Prompting for Dialog Models}, 
      author={Bishal Santra and Sakya Basak and Abhinandan De and Manish Gupta and Pawan Goyal},
      year={2023},
      eprint={2305.14919},
      archivePrefix={arXiv},
      primaryClass={cs.CL}
}