From 00521dfe3e7375396aa70c51ded668f4e50d66ab Mon Sep 17 00:00:00 2001 From: Harry Li Date: Mon, 10 Feb 2025 11:59:55 -0500 Subject: [PATCH] updated readme --- README.md | 19 ++++++++++++++++++- 1 file changed, 18 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d47970c..41da9fb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,8 @@ # LinkQ: An LLM-Assisted Visual Interface for Knowledge Graph Question-Answering -Arxiv Paper: https://arxiv.org/abs/2406.06621 +This is a release version of LinkQ to record the version of LinkQ that we presented to IEEE VIS 2024. + +IEEE VIS 2024 Paper: https://ieeexplore.ieee.org/document/10771088 Demo Site: https://mit-ll.github.io/linkq @@ -52,6 +54,21 @@ export default { - Optionally add `plugin:@typescript-eslint/stylistic-type-checked` - Install [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) and add `plugin:react/recommended` & `plugin:react/jsx-runtime` to the `extends` list +## Citation +``` +@INPROCEEDINGS{10771088, + author={Li, Harry and Appleby, Gabriel and Suh, Ashley}, + booktitle={2024 IEEE Visualization and Visual Analytics (VIS)}, + title={LinkQ: An LLM-Assisted Visual Interface for Knowledge Graph Question-Answering}, + year={2024}, + volume={}, + number={}, + pages={116-120}, + keywords={Analytical models;Protocols;Limiting;Data analysis;Visual analytics;Large language models;Data visualization;Knowledge graphs;Writing;Data models;Knowledge graphs;large language models;query construction;question-answering;natural language interfaces}, + doi={10.1109/VIS55277.2024.00031} +} +``` + ## Disclaimer