Why reinvent the wheel: Let's build question answering systems together

Publikation: Beiträge in SammelwerkenAufsätze in KonferenzbändenForschungbegutachtet

Standard

Why reinvent the wheel: Let's build question answering systems together. / Singh, Kuldeep; Radhakrishna, Arun Sethupat; Both, Andreas et al.
The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018. Hrsg. / Pierre-Antoine Champin; Fabien Gandon; Lionel Medini. Association for Computing Machinery, Inc, 2018. S. 1247-1256 (The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018).

Publikation: Beiträge in SammelwerkenAufsätze in KonferenzbändenForschungbegutachtet

Harvard

Singh, K, Radhakrishna, AS, Both, A, Shekarpour, S, Lytra, I, Usbeck, R, Vyas, A, Khikmatullaev, A, Punjani, D, Lange, C, Vidal, ME, Lehmann, J & Auer, S 2018, Why reinvent the wheel: Let's build question answering systems together. in P-A Champin, F Gandon & L Medini (Hrsg.), The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018. The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018, Association for Computing Machinery, Inc, S. 1247-1256, 27th International World Wide Web, WWW 2018, Lyon, Frankreich, 23.04.18. https://doi.org/10.1145/3178876.3186023

APA

Singh, K., Radhakrishna, A. S., Both, A., Shekarpour, S., Lytra, I., Usbeck, R., Vyas, A., Khikmatullaev, A., Punjani, D., Lange, C., Vidal, M. E., Lehmann, J., & Auer, S. (2018). Why reinvent the wheel: Let's build question answering systems together. In P.-A. Champin, F. Gandon, & L. Medini (Hrsg.), The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018 (S. 1247-1256). (The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018). Association for Computing Machinery, Inc. https://doi.org/10.1145/3178876.3186023

Vancouver

Singh K, Radhakrishna AS, Both A, Shekarpour S, Lytra I, Usbeck R et al. Why reinvent the wheel: Let's build question answering systems together. in Champin PA, Gandon F, Medini L, Hrsg., The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018. Association for Computing Machinery, Inc. 2018. S. 1247-1256. (The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018). doi: 10.1145/3178876.3186023

Bibtex

@inbook{3df1a7d4f3b5490a9080b9378bce8e36,
title = "Why reinvent the wheel: Let's build question answering systems together",
abstract = "Modern question answering (QA) systems need to flexibly integrate a number of components specialised to fulfil specific tasks in a QA pipeline. Key QA tasks include Named Entity Recognition and Disambiguation, Relation Extraction, and Query Building. Since a number of different software components exist that implement different strategies for each of these tasks, it is a major challenge to select and combine the most suitable components into a QA system, given the characteristics of a question. We study this optimisation problem and train classifiers, which take features of a question as input and have the goal of optimising the selection of QA components based on those features. We then devise a greedy algorithm to identify the pipelines that include the suitable components and can effectively answer the given question. We implement this model within Frankenstein, a QA framework able to select QA components and compose QA pipelines. We evaluate the effectiveness of the pipelines generated by Frankenstein using the QALD and LC-QuAD benchmarks. These results not only suggest that Frankenstein precisely solves the QA optimisation problem but also enables the automatic composition of optimised QA pipelines, which outperform the static Baseline QA pipeline. Thanks to this flexible and fully automated pipeline generation process, new QA components can be easily included in Frankenstein, thus improving the performance of the generated pipelines.",
keywords = "QA framework, Question answering, Semantic search, Semantic web, Software reusability, Informatics, Business informatics",
author = "Kuldeep Singh and Radhakrishna, {Arun Sethupat} and Andreas Both and Saeedeh Shekarpour and Ioanna Lytra and Ricardo Usbeck and Akhilesh Vyas and Akmal Khikmatullaev and Dharmen Punjani and Christoph Lange and Vidal, {Maria Esther} and Jens Lehmann and S{\"o}ren Auer",
note = "Publisher Copyright: {\textcopyright} 2018 IW3C2 (International World Wide Web Conference Committee), published under Creative Commons CC BY 4.0 License.; 27th International World Wide Web, WWW 2018 : Bridging natural and artificial intelligence worldwide ; Conference date: 23-04-2018 Through 27-04-2018",
year = "2018",
month = apr,
day = "10",
doi = "10.1145/3178876.3186023",
language = "English",
isbn = "978-1-4503-5639-8",
series = "The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018",
publisher = "Association for Computing Machinery, Inc",
pages = "1247--1256",
editor = "Pierre-Antoine Champin and Fabien Gandon and Lionel Medini",
booktitle = "The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018",
address = "United States",
url = "https://archives.iw3c2.org/www2018/",

}

RIS

TY - CHAP

T1 - Why reinvent the wheel

T2 - 27th International World Wide Web, WWW 2018

AU - Singh, Kuldeep

AU - Radhakrishna, Arun Sethupat

AU - Both, Andreas

AU - Shekarpour, Saeedeh

AU - Lytra, Ioanna

AU - Usbeck, Ricardo

AU - Vyas, Akhilesh

AU - Khikmatullaev, Akmal

AU - Punjani, Dharmen

AU - Lange, Christoph

AU - Vidal, Maria Esther

AU - Lehmann, Jens

AU - Auer, Sören

N1 - Publisher Copyright: © 2018 IW3C2 (International World Wide Web Conference Committee), published under Creative Commons CC BY 4.0 License.

PY - 2018/4/10

Y1 - 2018/4/10

N2 - Modern question answering (QA) systems need to flexibly integrate a number of components specialised to fulfil specific tasks in a QA pipeline. Key QA tasks include Named Entity Recognition and Disambiguation, Relation Extraction, and Query Building. Since a number of different software components exist that implement different strategies for each of these tasks, it is a major challenge to select and combine the most suitable components into a QA system, given the characteristics of a question. We study this optimisation problem and train classifiers, which take features of a question as input and have the goal of optimising the selection of QA components based on those features. We then devise a greedy algorithm to identify the pipelines that include the suitable components and can effectively answer the given question. We implement this model within Frankenstein, a QA framework able to select QA components and compose QA pipelines. We evaluate the effectiveness of the pipelines generated by Frankenstein using the QALD and LC-QuAD benchmarks. These results not only suggest that Frankenstein precisely solves the QA optimisation problem but also enables the automatic composition of optimised QA pipelines, which outperform the static Baseline QA pipeline. Thanks to this flexible and fully automated pipeline generation process, new QA components can be easily included in Frankenstein, thus improving the performance of the generated pipelines.

AB - Modern question answering (QA) systems need to flexibly integrate a number of components specialised to fulfil specific tasks in a QA pipeline. Key QA tasks include Named Entity Recognition and Disambiguation, Relation Extraction, and Query Building. Since a number of different software components exist that implement different strategies for each of these tasks, it is a major challenge to select and combine the most suitable components into a QA system, given the characteristics of a question. We study this optimisation problem and train classifiers, which take features of a question as input and have the goal of optimising the selection of QA components based on those features. We then devise a greedy algorithm to identify the pipelines that include the suitable components and can effectively answer the given question. We implement this model within Frankenstein, a QA framework able to select QA components and compose QA pipelines. We evaluate the effectiveness of the pipelines generated by Frankenstein using the QALD and LC-QuAD benchmarks. These results not only suggest that Frankenstein precisely solves the QA optimisation problem but also enables the automatic composition of optimised QA pipelines, which outperform the static Baseline QA pipeline. Thanks to this flexible and fully automated pipeline generation process, new QA components can be easily included in Frankenstein, thus improving the performance of the generated pipelines.

KW - QA framework

KW - Question answering

KW - Semantic search

KW - Semantic web

KW - Software reusability

KW - Informatics

KW - Business informatics

UR - http://www.scopus.com/inward/record.url?scp=85076220402&partnerID=8YFLogxK

U2 - 10.1145/3178876.3186023

DO - 10.1145/3178876.3186023

M3 - Article in conference proceedings

AN - SCOPUS:85076220402

SN - 978-1-4503-5639-8

T3 - The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018

SP - 1247

EP - 1256

BT - The Web Conference 2018 - Proceedings of the World Wide Web Conference, WWW 2018

A2 - Champin, Pierre-Antoine

A2 - Gandon, Fabien

A2 - Medini, Lionel

PB - Association for Computing Machinery, Inc

Y2 - 23 April 2018 through 27 April 2018

ER -

DOI

Zuletzt angesehen

Publikationen

  1. Die neue Parallelgesellschaft
  2. The multipole resonance probe
  3. Ein Kreis mit fünf Sanktionen
  4. Umweltverträglichkeitsprüfung
  5. Parteien ohne Parteilichkeit ?
  6. Reform nach deutschem Vorbild?
  7. Luhmann als Kulturtheoretiker?
  8. Punk - Keine Macht für Niemand
  9. Es geht nicht um einen Dialog
  10. Umweltverträglichkeitsprüfung
  11. Konventionen der Sichtbarkeit
  12. Organization as communication
  13. Luhmann und die Kulturtheorie
  14. Neue Formen der Beschäftigung
  15. Umweltverträglichkeitsprüfung
  16. Organization as Communication
  17. Das Spiel in der Gesellschaft
  18. Consumer information problems
  19. Soziale Netzwerke im Internet
  20. Australia’s Stock Route Network
  21. Australia’s Stock Route Network
  22. 44 VwGO: objektive Klagehäufung
  23. Chinese capitalism in Thailand
  24. Start-up success of freelancers
  25. The path biography methodology
  26. Trainerinnen im Frauenfußball
  27. Magnesium and Magnesium Alloys
  28. Der Preis für Taxikonzessionen
  29. Voices, Bodies and Organization
  30. Gesundheit und Urlaubstourismus
  31. Permanent Night Work in Germany
  32. Ansatz- und Bewertungsstetigkeit
  33. Messung von Markenvorstellungen
  34. Buchhaltung und Jahresabschluss
  35. Gender als didaktisches Prinzip
  36. Castability of magnesium alloys
  37. Wellness as a Hybrid Phenomenon
  38. Systemtheorie als Medientheorie
  39. Der Kunde als Innovationsquelle
  40. Humanentwicklung und Demokratie
  41. Hot tearing of magnesium alloys
  42. Transnational labour solidarity
  43. Personalmanagement im Tourismus
  44. John Stuart Mill zur Einführung
  45. Internationaler Personaleinsatz
  46. Die Beschaffung von Kooperation
  47. Kinderliterarische Komparatistik
  48. Verantwortung und Gebürtlichkeit
  49. Verhältniswahl und Regierbarkeit
  50. Strategisches Logistikmanagement