Difference between revisions of "Main Page"

From QAWiki
Jump to navigation Jump to search
(minor edits to clarify meaning of queries, etc.)
Line 18: Line 18:
There are many ways in which you can contribute to QAWiki.
There are many ways in which you can contribute to QAWiki.


Users who are not familiar with query languages like SPARQL can:
If you are not familiar with query languages like SPARQL you can:


* '''Suggest new questions''', thus requesting a query from another user.
* '''Suggest new questions''', thus requesting a query from another user.
Line 39: Line 39:
# Add one or more qualifier values for the [[Property:P18|Wikidata property ID]] property indicating the item on Wikidata that the mention(s) refer(s) to in the specific context of the question.
# Add one or more qualifier values for the [[Property:P18|Wikidata property ID]] property indicating the item on Wikidata that the mention(s) refer(s) to in the specific context of the question.


Users who are familiar with query languages like SPARQL can also:
If you who are familiar with query languages like SPARQL you can also:
* '''Provide queries to answer questions''' on the [https://query.wikidata.org/ Wikidata Query Service].
* '''Provide queries to answer questions''' on the [https://query.wikidata.org/ Wikidata Query Service].
# Use the [http://query.qawiki.dcc.uchile.cl/#%23%20finds%20questions%20without%20a%20corresponding%20query%0ASELECT%20%3Fq%20%3FqLabel%20WHERE%20%7B%20%3Fq%20wdt%3AP1%20wd%3AQ1%20.%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%20MINUS%20%7B%20%3Fq%20wdt%3AP11%20%3Fo%20.%20%7D%20%7D following query] to find questions without a corresponding query.
# Use the [http://query.qawiki.dcc.uchile.cl/#%23%20finds%20questions%20without%20a%20corresponding%20query%0ASELECT%20%3Fq%20%3FqLabel%20WHERE%20%7B%20%3Fq%20wdt%3AP1%20wd%3AQ1%20.%20SERVICE%20wikibase%3Alabel%20%7B%20bd%3AserviceParam%20wikibase%3Alanguage%20%22%5BAUTO_LANGUAGE%5D%2Cen%22.%20%7D%20MINUS%20%7B%20%3Fq%20wdt%3AP11%20%3Fo%20.%20%7D%20%7D following query] to find questions without a corresponding query.
Line 45: Line 45:
# Add the query to solve the question via the property [[Property:P11|query]].
# Add the query to solve the question via the property [[Property:P11|query]].
# Add the qualifier [[Property:P13|dataset]] to indicate [[Item:Q12|Wikidata]] and the qualifier [[Property:P12|query language]] to indicate [[Item:Q13|SPARQL]].
# Add the qualifier [[Property:P13|dataset]] to indicate [[Item:Q12|Wikidata]] and the qualifier [[Property:P12|query language]] to indicate [[Item:Q13|SPARQL]].
If you are interested in research on Question Answering, you can also build tools and systems using QAWiki and link them below.
== Systems using QAWiki ==
* [https://templet.dcc.uchile.cl/ Templet]: A system using template-based question answering over QAWiki ([https://templet.dcc.uchile.cl/question_template/Q169 see example]).

Revision as of 05:20, 28 November 2022

Welcome to QAWiki: a repository of questions and queries that anyone can contribute to!

QAWiki collects questions in different languages, and queries over knowledge bases like Wikidata that can answer them.

Questions are typically factual so that they are answerable by knowledge bases. As some examples:

Here you can query for all the questions (and queries) collected thus far by QAWiki.

How can I contribute?

There are many ways in which you can contribute to QAWiki.

If you are not familiar with query languages like SPARQL you can:

  • Suggest new questions, thus requesting a query from another user.
  1. Create a new item.
  2. Add the question in the language(s) you prefer as the label of the new item.
  3. Optionally add other ways to ask the same question as aliases.
  4. Add the claim that the new item is an instance of question.
  • Translate questions (or other items/properties) for the language(s) you speak.
  1. Use the following query to find questions without a translation (the example is for French, but you can change the two letter "fr" code to any language).
  2. Visit the questions you like and translate the question to your language.
  • Add mentions for entities found in questions for languages you speak.
  1. Use the following query to find questions ordered by the number of entity mentions annotated for a language (the example is English, but you can change the two letter "en" code to any language).
  2. Visit the question(s) you like.
  3. Add new values for the mention property in the language of your choice. These should be substrings of a question or alias in the same language.
  4. Add one or more qualifier values for the Wikidata item ID property indicating the item on Wikidata that the mention(s) refer(s) to in the specific context of the question.
  • Add mentions for properties found in questions for languages you speak.
  1. Use the following query to find questions ordered by the number of property mentions annotated for a language (the example is English, but you can change the two letter "en" code to any language).
  2. Visit the question(s) you like.
  3. Add new values for the mention property in the language of your choice. These should be substrings of a question or alias in the same language.
  4. Add one or more qualifier values for the Wikidata property ID property indicating the item on Wikidata that the mention(s) refer(s) to in the specific context of the question.

If you who are familiar with query languages like SPARQL you can also:

  1. Use the following query to find questions without a corresponding query.
  2. Visit the question(s) you like.
  3. Add the query to solve the question via the property query.
  4. Add the qualifier dataset to indicate Wikidata and the qualifier query language to indicate SPARQL.

If you are interested in research on Question Answering, you can also build tools and systems using QAWiki and link them below.

Systems using QAWiki