Papers with capsule
Dynamic Past and Future for Neural Machine Translation (D19-1)
Copied to clipboard
| Challenge: | Neural machine translation models can benefit from modeling translated and untranslated source contents as recurrent states, but this less interpretable recurrence hinders their power to model dynamic updating of and contents during decoding. |
| Approach: | They propose to model the dynamic updating of and contents during decoding by explicitly separating source words into groups of translated and untranslated contents through parts-to-wholes assignment. |
| Outcome: | The proposed method achieves significant improvements over both Rnmt and Transformer by producing more adequate translations. |
Attention-Based Capsule Networks with Dynamic Routing for Relation Extraction (D18-1)
Copied to clipboard
| Challenge: | Existing neural networks focus on instance representation, and subsampling fails to retain precise spatial relationships between higher-level parts. |
| Approach: | They propose a neural approach based on capsule networks with attention mechanisms to extract relational information from a capsule. |
| Outcome: | The proposed method improves the precision of the predicted relations with different benchmarks. |
A Capsule Network-based Embedding Model for Knowledge Graph Completion and Search Personalization (N19-1)
Copied to clipboard
| Challenge: | Existing knowledge graphs with billions of triples are incomplete, i.e., missing a lot of valid triples. |
| Approach: | They propose to embed relationship triples into a capsule network using a convolution layer and multiple filters to generate feature maps. |
| Outcome: | The proposed model outperforms strong search personalization baselines on two benchmark datasets and outperformed previous state-of-the-art models on WN18RR and FB15k-237. |