Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

updated readme #13

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 18 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down Expand Up @@ -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

Expand Down
Loading