Download PDFOpen PDF in browser

Abduction by Non-Experts

15 pagesPublished: June 4, 2017

Abstract

Crowdsourcing promises to quasi-automate tasks that cannot be automated otherwise. Success stories like natural language translation or recognition of cats in images show that carefully crafted crowdsourcing tasks solve large problem instances which could not be solved otherwise. To utilize crowdsourcing, one has to define the problem in a way that is easy to split into small tasks, that the tasks are easy to solve for humans and hard to solve for a machine, and that the machine can efficiently check if the solution is correct.

In this paper we discuss a novel approach of using crowdsourcing to assist software verification. We argue that Horn clauses form a good base for crowdsourcing since they are easy to subdivide, and that logic abduction is a suitable task since it is hard to find abductive inferences for Horn clauses automatically, but it is easy to check if an inference makes a Horn clause valid. We describe a prototype implementation, we show how crowdsourcing integrates in the verification process, and present preliminary results.

Keyphrases: abduction, Crowdsourcing, Horn solving

In: Thomas Eiter, David Sands, Geoff Sutcliffe and Andrei Voronkov (editors). IWIL Workshop and LPAR Short Presentations, vol 1, pages 58--72

Links:
BibTeX entry
@inproceedings{LPAR-21S:Abduction_by_Non_Experts,
  author    = {Nikolaj Bjorner and Dejan Jovanovi\textbackslash{}'c and Tancr\textbackslash{}`ede Lepoint and Philipp R\textbackslash{}"ummer and Martin Sch\textbackslash{}"af},
  title     = {Abduction by Non-Experts},
  booktitle = {IWIL Workshop and LPAR Short Presentations},
  editor    = {Thomas Eiter and David Sands and Geoff Sutcliffe and Andrei Voronkov},
  series    = {Kalpa Publications in Computing},
  volume    = {1},
  pages     = {58--72},
  year      = {2017},
  publisher = {EasyChair},
  bibsource = {EasyChair, https://easychair.org},
  issn      = {2515-1762},
  url       = {https://easychair.org/publications/paper/cKL},
  doi       = {10.29007/pz3t}}
Download PDFOpen PDF in browser