Coder Social home page Coder Social logo

ckbqa's Introduction

CKBQA

A Chinese KBQA dataset containing both simple questions and complex questions.

For each chinese question, we provide both the gold answers and the gold SPARQL query, so that this dataset can be also applyied in Semantic Parsing task. Here is a example:

q1546:列出**曾获柏林国际电影节金熊奖的导演?
select ?x where { ?x <职业> <导演>. ?x <国籍> <中华人民共和国>. ?x <主要成就> "威尼斯国际电影节金狮奖". }
<张艺谋>	<贾樟柯>

The annotation based on the PKUBASE knowledge base, please click here to download, the extraction code is 3grq.

CCKS Evaluation

From the 2018, we hold the CKBQA evaluation task in CCKS (China Conference on Knowledge Graph and Semantic Computing). We update the dataset and release the latest version annually after the evaluation task ends.

Here are the previous evaluation pages:

Citation

This dataset is annotated and released by pkumod group. If you use this dataset in your research work, please cite the following paper.

// To be updated
@inproceedings{
  title={},
  author={},
  booktitle={},
  volume={},
  pages={},
  year={2019}
}

ckbqa's People

Contributors

knightmarehs avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.