nitkannen / CONTRASTE

Official codes for EMNLP 2023 Findings paper "CONTRASTE: Supervised Contrastive Pre-training With Aspect-based Prompts For Aspect Sentiment Triplet Extraction"
https://aclanthology.org/2023.findings-emnlp.807.pdf
9 stars 0 forks source link

Questions about conducting comparative experiments with chatgpt. #3

Open yangxuan1999 opened 1 month ago

yangxuan1999 commented 1 month ago

I am very happy to see such an excellent paper. How did you feed the V2 dataset into Chatgpt to compare it with CONTRASTE? I was eager to know the details so I could experiment. Thank you very much!

nitkannen commented 2 weeks ago

Glad you find our work useful and thanks for the question!

We use Chatgpt via the OpenAI API (https://openai.com/index/openai-api/) We consider different few-shot and zero-shot settings and add the examples in-context to obtain the results. More details about this are in Section A.2 of our paper.

Please let us know if you still have questions.