We lifted 3 functions out of this paper's own repositories and ran 1 of them in a sandbox. "Ran" means the function executed on a synthesized input and returned a value. It is not a reproduction of the paper's results.
| Repository | Role | Ran |
|---|---|---|
| domluna/memn2n | reimplementation | 1 of 1 |
| prashil2792/Question-Answering-System-Deep-Learning | reimplementation | 0 of 2 |
| Function | Status | Where it lives |
|---|---|---|
| position_encoding | Ran | domluna/memn2n/memn2n/memn2n.py code served (permissive licence) · get_code("8abcd06d5ce60851") |
| parse_stories | Not yet run | prashil2792/Question-Answering-System-Deep-Learning/memorynetwork.py pointer only (licence: NONE) · get_code("9d142ef2a5e220be") |
| tokenize | Not yet run | prashil2792/Question-Answering-System-Deep-Learning/memorynetwork.py pointer only (licence: NONE) · get_code("6d27ce4e6c139f45") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
One long-term goal of machine learning research is to produce methods that are applicable to reasoning and natural language, in particular building an intelligent dialogue agent. To measure progress towards that goal, we argue for the usefulness of a set of proxy tasks that evaluate reading comprehension via question answering. Our tasks measure understanding in several ways: whether a system is able to answer questions via chaining facts, simple induction, deduction and many more. The tasks are designed to be prerequisites for any system that aims to be capable of conversing with a human. We believe many existing learning systems can currently not solve them, and hence our aim is to classify these tasks into skill sets, so that researchers can identify (and then rectify) the failings of their systems. We also extend and improve the recently introduced Memory Networks model, and show it is able to solve some, but not all, of the tasks.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("1502.05698")
get_code_for_paper("1502.05698")
have("1502.05698")
Connect an agent — have() is free.