From ca0edffb4d0241415473150b3c4e20ef1f6f182b Mon Sep 17 00:00:00 2001 From: Oscar Sainz Jimenez Date: Mon, 8 Apr 2024 11:48:59 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 70d8b43e..fc073395 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ We present GoLLIE, a Large Language Model trained to follow annotation guidelines. GoLLIE outperforms previous approaches on zero-shot Information Extraction and allows the user to perform inferences with annotation schemas defined on the fly. Different from previous approaches, GoLLIE is able to follow detailed definitions and does not only rely on the knowledge already encoded in the LLM. Code and models are publicly available. - 📒 Blog Post: [GoLLIE: Guideline-following Large Language Model for Information Extraction](https://hitz-zentroa.github.io/GoLLIE/) -- 📖 Paper: [GoLLIE: Annotation Guidelines improve Zero-Shot Information-Extraction](https://arxiv.org/abs/2310.03668) +- 📖 Paper: [GoLLIE: Annotation Guidelines improve Zero-Shot Information-Extraction](https://openreview.net/forum?id=Y3wpuxd7u9) - GoLLIE in the 🤗HuggingFace Hub: [HiTZ/gollie](https://huggingface.co/collections/HiTZ/gollie-651bf19ee315e8a224aacc4f) - 🚀 Example Jupyter Notebooks: [GoLLIE Notebooks](notebooks/)

@@ -212,12 +212,12 @@ python3 -m src.run ${CONFIGS_FOLDER}/GoLLIE+-7B_CodeLLaMA.yaml ## Citation ```bibtex -@misc{sainz2023gollie, - title={GoLLIE: Annotation Guidelines improve Zero-Shot Information-Extraction}, - author={Oscar Sainz and Iker García-Ferrero and Rodrigo Agerri and Oier Lopez de Lacalle and German Rigau and Eneko Agirre}, - year={2023}, - eprint={2310.03668}, - archivePrefix={arXiv}, - primaryClass={cs.CL} +@inproceedings{ + sainz2024gollie, + title={Go{LLIE}: Annotation Guidelines improve Zero-Shot Information-Extraction}, + author={Oscar Sainz and Iker Garc{\'\i}a-Ferrero and Rodrigo Agerri and Oier Lopez de Lacalle and German Rigau and Eneko Agirre}, + booktitle={The Twelfth International Conference on Learning Representations}, + year={2024}, + url={https://openreview.net/forum?id=Y3wpuxd7u9} } ```