diff --git a/README.md b/README.md index 0cbf0a84..5ba1c427 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,7 @@ **Latest News** 🔥 +- [2024/06] We will present STORM at NAACL 2024! Find us at Poster Session 2 on June 17 or check our [presentation material](assets/storm_naacl2024_slides.pdf). - [2024/05] We add Bing Search support in [rm.py](src/rm.py). Test STORM with `GPT-4o` - we now configure the article generation part in our demo using `GPT-4o` model. - [2024/04] We release refactored version of STORM codebase! We define [interface](src/interface.py) for STORM pipeline and reimplement STORM-wiki (check out [`src/storm_wiki`](src/storm_wiki)) to demonstrate how to instantiate the pipeline. We provide API to support customization of different language models and retrieval/search integration. diff --git a/assets/storm_naacl2024_slides.pdf b/assets/storm_naacl2024_slides.pdf new file mode 100644 index 00000000..28d7892f Binary files /dev/null and b/assets/storm_naacl2024_slides.pdf differ