Papers with Graph2Tree
Graph-to-Tree Neural Networks for Learning Structured Input-Output Translation with Applications to Semantic Parsing and Math Word Problem (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Graph2Tree model encodes graph-structured input and decodes tree-structures output. |
| Approach: | They propose a novel Graph-to-Tree Neural Network consisting of a graph encoder and a hierarchical tree decoder that encodes an augmented graph-structured input and decodes a tree-structure-output. |
| Outcome: | The proposed model outperforms or matches the performance of other state-of-the-art models on two problems, neural semantic parsing and math word problem. |
Graph-to-Tree Learning for Solving Math Word Problems (2020.acl-main)
Copied to clipboard
| Challenge: | Existing tree-based neural models do not capture the relationships and order information among the quantities well. |
| Approach: | They propose a novel deep learning architecture that combines the merits of the graph-based encoder and tree-based decoder to generate better solution expressions. |
| Outcome: | The proposed framework outperforms the state-of-the-art on two available datasets significantly. |
Towards Robust Numerical Question Answering: Diagnosing Numerical Capabilities of NLP Systems (2022.emnlp-main)
Copied to clipboard
| Challenge: | Numerical Question Answering is the task of answering questions that require numerical capabilities. |
| Approach: | They propose to conduct numerical capability diagnosis on a series of Numerical Question Answering systems and datasets. |
| Outcome: | The proposed approach relieves existing systems’ lack of robust numerical capabilities. |