Skip to content
This repository has been archived by the owner on Jun 3, 2019. It is now read-only.

Graph2Seq: Graph to Sequence Learning with Attention-Based Neural Network #60

Merged
merged 4 commits into from
Oct 28, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/_sidebar.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,3 +64,6 @@
- 8.embeding technique
- [ELMo: Deep contextualized word representations,2018](papers/elmo-deep-contextualized-word-representations-2017.md)
- [Skip-Thought Vectors,2015](papers/skip-thought-vectors-2015.md)

- 9. Knowledge Graph
- [Graph2Seq: Graph to Sequence Learning with Attention-Based Neural Networks,2018](papers/graph2seq-graph-to-sequence-learning-with-attention-based-neural-networks-2018.md)
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Graph2Seq: Graph to Sequence Learning with Attention-Based Neural Networks

| | |
| :--- | :--- |
| title | Graph2Seq: Graph to Sequence Learning with Attention-Based Neural Networks |
| author | Kun Xu, Lingfei Wu, Zhiguo Wang, Yansong Feng, Michael Witbrock, Vadim Sheinin |
| year | 2018 |
| paper | https://arxiv.org/pdf/1804.00823.pdf |
| github | None |
| paperweekly | https://www.paperweekly.site/papers/2358 |
| page | 17 |
| member | [@qhduan](https://github.com/qhduan) |