From 9b67e495936883d8889c921e39b293665b4e46a1 Mon Sep 17 00:00:00 2001 From: Yurong Liu <82892700+lyrain2001@users.noreply.github.com> Date: Fri, 21 Mar 2025 14:06:24 -0400 Subject: [PATCH] Update readme.md --- readme.md | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/readme.md b/readme.md index 1e114b6..d7c9347 100755 --- a/readme.md +++ b/readme.md @@ -289,13 +289,15 @@ Here, `` stands in for all fifty U.S. states. If you find this useful, please cite our work -- ``` -@misc{feuer2023archetype, - title={ArcheType: A Novel Framework for Open-Source Column Type Annotation using Large Language Models}, - author={Benjamin Feuer and Yurong Liu and Chinmay Hegde and Juliana Freire}, - year={2023}, - eprint={2310.18208}, - archivePrefix={arXiv}, - primaryClass={cs.CL} +@article{feuer2024archetype, + title={ArcheType: A Novel Framework for Open-Source Column Type Annotation Using Large Language Models}, + author={Feuer, Benjamin and Liu, Yurong and Hegde, Chinmay and Freire, Juliana}, + journal={Proceedings of the VLDB Endowment}, + volume={17}, + number={9}, + pages={2279--2292}, + year={2024}, + publisher={VLDB Endowment} } ```