robert1003 / ash-prompting

"Hierarchical Prompting Assists Large Language Model on Web Navigation", EMNLP Findings 2023; NLRSE workshop @ ACL 2023

Home Page:https://arxiv.org/abs/2305.14257

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ASH Prompting

GPT-3 and ChatGPT prompting code for paper:

Hierarchical Prompting Assists Large Language Model on Web Navigation

Abishek Sridhar*, Robert Lo*, Frank F. Xu, Hao Zhu, Shuyan Zhou

Setup

  • You need to first have OpenAI API Key and fill it in the notebook.
  • Follow WebShop official repo to setup WebShop environment

Citation

@inproceedings{sridhar2023hierarchical,
  bibtex_show = {true},
  title = {Hierarchical Prompting Assists Large Language Model on Web Navigation},
  author = {Abishek Sridhar and Robert Lo and Frank F. Xu and Hao Zhu and Shuyan Zhou},
  booktitle = {ArXiv},
  year = {preprint},
  html = {https://arxiv.org/abs/2305.14257},
  tag = {NLP}
}

About

"Hierarchical Prompting Assists Large Language Model on Web Navigation", EMNLP Findings 2023; NLRSE workshop @ ACL 2023

https://arxiv.org/abs/2305.14257

License:MIT License


Languages

Language:Jupyter Notebook 50.3%Language:Python 49.7%