-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' of github.com:WSE-research/LLM-based-explanations…
…-for-SPARQL-queries
- Loading branch information
Showing
4 changed files
with
75 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
button[kind="primary"] { | ||
background-color: #33FF33; | ||
border-color: #339933; | ||
color: #000000; | ||
} | ||
|
||
button[kind="primary"]:hover { | ||
background-color: #66FF66; | ||
border-color: #336633; | ||
color: #000000; | ||
box-shadow: 0px 0px 1ex 0.5ex #CDC; | ||
} | ||
|
||
button[kind="secondary"] { | ||
background-color: #FF3333; | ||
border-color: #993333; | ||
color: #000000; | ||
} | ||
|
||
button[kind="secondary"]:hover { | ||
background-color: #FF6666; | ||
border-color: #663333; | ||
color: #000000; | ||
box-shadow: 0px 0px 1ex 0.5ex #DCC; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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="\nLoriS explains your SPARQL query 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. \n\nFor more details, see our [GitHub repository](%s) where you can also [submit bug reports](%s) and [feature requests](%s)." | ||
META_DESCRIPTION="Loris -- LLM-based explanations for SPARQL queries -- explains your SPARQL query using multiple LLMs, s.t., it becomes easier to understand SPARQL queries." | ||
DESCRIPTION="\nLoRiS 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." | ||
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 |