THUDM / GLM-130B

GLM-130B: An Open Bilingual Pre-Trained Model (ICLR 2023)
Apache License 2.0
7.66k stars 608 forks source link

zero-shot or few-shot for summarization task question. #84

Open siyuanxue opened 1 year ago

siyuanxue commented 1 year ago

How to design prompt for summarization task? I tried summarization task in "https://models.aminer.cn/democenter?demo=summary", it's fine. However, when I tried to evaluate summarization task in coding, I failed to get a fine result. It seems that simply adding prefix prompt like "summarize following text" or post prefix "please summarize above text" cannot guarantee a proper summarization but a continuing writing.

siyuanxue commented 1 year ago

In addition, I want to evaluate error correction task which also shown in "https://models.aminer.cn/democenter?demo=summary", but did not find any demo in parper or code.

Prompt for error correction task is better! Thanks!