Skip to content

Commit

Permalink
improved text
Browse files Browse the repository at this point in the history
  • Loading branch information
anbo-de committed Mar 7, 2024
1 parent 145546f commit 6b6c1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion loris--llm-based-explanations-for-sparql-queries.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
ADDITIONAL_HTML_HEAD_CONTENT = config('ADDITIONAL_HTML_HEAD_CONTENT', default=None)
WRAP = True

PAGE_TITLE = "LoRiS -- LLM-based natural-language representations for SPARQL queries over Wikidata"
PAGE_TITLE = "LoRiS -- LLM-based natural-language representations for SPARQL queries over Wikidata and DBpedia"

GPT3_5_TURBO = "GPT-3.5 (from OpenAI)"
GPT4 = "GPT-4 (from OpenAI)"
Expand Down
4 changes: 2 additions & 2 deletions service_config/files/env
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PAGE_ICON=images/loris-small.png
PAGE_IMAGE=images/loris.png
GITHUB_REPO=https://github.com/WSE-research/LLM-based-explanations-for-SPARQL-queries
DESCRIPTION=LoRiS translates your SPARQL query over the Wikidata knowledge graph into a natural-language representation using multiple LLMs (Large Language Models), s.t., it becomes easier to understand [SPARQL queries](https://www.w3.org/TR/rdf-sparql-query/). For configuration, please see the sidebar. For more details, see our [GitHub repository](%s) where you can also [submit bug reports](%s) and [feature requests](%s).
META_DESCRIPTION=LoRiS -- LLM-based natural-language representations for SPARQL queries -- translates your SPARQL query over Wikidata using multiple LLMs, s.t., it becomes easier to understand SPARQL queries.
DESCRIPTION=LoRiS translates your SPARQL query over the Wikidata and DBpedia knowledge graphs into a natural-language representation using multiple LLMs (Large Language Models), s.t., it becomes easier to understand [SPARQL queries](https://www.w3.org/TR/rdf-sparql-query/). For configuration, please see the sidebar. For more details, see our [GitHub repository](%s) where you can also [submit bug reports](%s) and [feature requests](%s).
META_DESCRIPTION=LoRiS -- LLM-based natural-language representations for SPARQL queries -- translates your SPARQL query over Wikidata or DBpedia using multiple LLMs, s.t., it becomes easier to understand SPARQL queries.
REPLACE_INDEX_HTML_CONTENT=True
CANONICAL_URL=https://wse-research.org/LoriS--LLM-based-explanations-for-SPARQL-queries
BACKEND_URL=http://141.57.8.18:8099

0 comments on commit 6b6c1a8

Please sign in to comment.