Please refer to the github pages for detailed information on the project: https://ukplab.github.io/PuzzLing-Machines/
Please use the following citation:
@InProceedings{sahin:2020:CONFERENCE_TITLE,
author = {Gözde Gül Şahin,
Yova Kementchedjhieva,
Phillip Rust,
Iryna Gurevych},
title = {Puzz{L}ing {M}achines: {A} {C}hallenge on {L}earning {F}rom {S}mall {D}ata},
booktitle = {Proceedings of the 58th Annual Meeting of the Association for Computational Linguistics, {ACL} 2020, July 5-10, 2018, Volume 1: Long Papers},
month = July,
year = {2020},
address = {Seattle, USA},
publisher = {Association for Computational Linguistics},
pages = {TBD--TBD},
url = {TBD}
}
Abstract: Deep neural models have repeatedly proved excellent at memorizing surface patterns from large datasets for various ML and NLP benchmarks. They struggle to achieve human-like thinking, however, because they lack the skill of iterative reasoning upon knowledge. To expose this problem in a new light, we introduce a challenge on learning from small data, PuzzLing Machines, which consists of Rosetta Stone puzzles from Linguistic Olympiads for high school students. These puzzles are carefully designed to contain only the minimal amount of parallel text necessary to deduce the form of unseen expressions. Solving them does not require external information (e.g., knowledge bases, visual signals) or linguistic expertise, but meta-linguistic awareness and deductive skills. Our challenge contains around 100 puzzles covering a wide range of linguistic phenomena from 81 languages. We show that both simple statistical algorithms and state-of-the-art deep neural models perform inadequately on this challenge, as expected. We hope that this benchmark, available at https://ukplab.github.io/PuzzLing-Machines/, inspires further efforts towards a new paradigm in NLP---one that is grounded in human-like reasoning and understanding.
Contact person: Gözde Gül Şahin, [email protected]
https://www.ukp.tu-darmstadt.de/
Don't hesitate to send us an e-mail or report an issue, if something is broken (and it shouldn't be) or if you have further questions.
This repository contains experimental software and is published for the sole purpose of giving additional background details on the respective publication.