bigshanedogg / survey

2 stars 0 forks source link

Large language models are not zero-shot communicators #27

Open bigshanedogg opened 1 year ago

bigshanedogg commented 1 year ago

Problem statement

  1. LLM (Large Language Model)의 implicature 이해 능력(context 이해) 분석
    • implicature를 이해는 context 이해를 수반하는 어려운 태스크이다. (human 대비 zs 24%, fs 9% 차이)
      • Q: Have you senn my phone?
      • Wrong: Yes, I have seen your phone.
      • Correct: Yes, It is under the table.
    • scale, in-context examples의 수, prompt 구성 방법, context-light vs. context-heavy 별로 성능을 비교
  2. LLM의 implicature 이해 능력을 측정할 수 있는 방법론 제시

Glossary

Baseline

Data details

Experiment Setting

Evaluation

Conclusion

Limitations

Reference and Implementation: