Closed paolo-gajo closed 4 months ago
Thank you very much for your attention!
In the paper, the setting of vanilla prompts is very simple and straightforward, without any structured transformations.
For example, the input is:
text: Gynecomastia in epileptics treated with phenobarbital, phenytoin, and fluoresone: two case reports.
The output is:
triple_list: xxx
If you want to reproduce the results, you can try using an older version of the GPT-3.5 API. The latest GPT models have enhanced text and code semantic understanding capabilities, so using a vanilla prompt directly can also produce very good results.
Hello, you can modify the parameter value of ICL_prompt at this point in the code, replacing the code prompt data with vanilla prompts.
prompt = schema_prompt + '\n' + ICL_prompt + text
If you have any further questions, please feel free to contact us via email (bizhen_zju@zju.edu.cn)
Hello, I wanted to ask if you could please make available the vanilla prompts used for the CodeKGC paper. I am working on reproducing the results and I would like to know what the vanilla prompt looked like exactly. Thank you.