Qiang Zhang, Zhengxiang Shi, Aldo Lipani
We lifted 7 functions out of this paper's own repositories and ran 5 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 |
|---|---|---|
| ZhengxiangShi/StepGame | — | 5 of 7 |
| Function | Status | Where it lives |
|---|---|---|
| InferenceModule | Ran | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("c45368528446001c") |
| LayerNorm | Ran | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("8b94a14b1e542957") |
| MLP | Ran | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("07292c83f8398f4d") |
| OptionalLayer | Ran | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("3dae9138f98cdefa") |
| UpdateModule | Ran | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("b61d5d9761232a97") |
| InputModule | Not yet run | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("bc83a2dc9f1b6337") |
| Tpmann | Not yet run | ZhengxiangShi/StepGame/Code/TP-MANN/model/tp_mann.py code served (permissive licence) · get_code("ddc0dbfc4e527788") |
Some links come from the archived Papers with Code dataset (CC BY-SA 4.0): attribution and licence.
Inferring spatial relations in natural language is a crucial ability an intelligent system should possess. The bAbI dataset tries to capture tasks relevant to this domain (task 17 and 19). However, these tasks have several limitations. Most importantly, they are limited to fixed expressions, they are limited in the number of reasoning steps required to solve them, and they fail to test the robustness of models to input that contains irrelevant or redundant information. In this paper, we present a new Question-Answering dataset called StepGame for robust multi-hop spatial reasoning in texts. Our experiments demonstrate that state-of-the-art models on the bAbI dataset struggle on the StepGame dataset. Moreover, we propose a Tensor-Product based Memory-Augmented Neural Network (TP-MANN) specialized for spatial reasoning tasks. Experimental results on both datasets show that our model outperforms all the baselines with superior generalization and robustness performance.
The same record, over MCP at https://syntology.ai/mcp:
get_harvested_code_for_paper("2204.08292")
get_code_for_paper("2204.08292")
have("2204.08292")
Connect an agent — have() is free.