From c09ce0855dd9c88109f94d8883fe9ad345024a3e Mon Sep 17 00:00:00 2001 From: kmoscoe <165203920+kmoscoe@users.noreply.github.com> Date: Tue, 24 Sep 2024 10:29:45 -0400 Subject: [PATCH] Update link to DataGemma paper --- papers/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/papers/index.md b/papers/index.md index 81fb8a42e..3d72c445d 100644 --- a/papers/index.md +++ b/papers/index.md @@ -21,7 +21,7 @@ has_children: false } ``` -- [Knowing When to Ask - Bridging Large Language Models and Data](https://datacommons.org/link/DataGemmaPaper) — technical report on the use of Data Commons statistical data for improving the accuracy of large-language model outputs +- [Knowing When to Ask - Bridging Large Language Models and Data](https://arxiv.org/abs/2409.13741) — technical report on the use of Data Commons statistical data for improving the accuracy of large-language model outputs Citation: @@ -33,6 +33,6 @@ has_children: false eprint={}, archivePrefix={arXiv}, primaryClass={cs.CL}, - url={https://datacommons.org/link/DataGemmaPaper}, + url={https://arxiv.org/abs/2409.13741}, } ```