tensorflow / tensorflow/models

Tree RNN Model

Open
#7,947 2 comments 0 reactions 1 assignee View on GitHub

@jaeyounkim is already working on this.

Since Jun 19, 2020.

models:research type:feature
Dominant language
Python
Stars
77.7k
Forks
44.8k
PR merge metrics
No merged PRs in 30d

Description

The latest releases of TensorFlow 2 have been accompanied by excellent tutorials which made it straightforward to manipulate and adapt complex models such as RNNs, CNNs, and GANs to a variety of tasks. However, I did not find any tutorials showing any of these models in structured data, such as the constituent tree.

For instance, in Natural Language Processing with Deep Learning course from Stanford was shown a tree RNN for sentiment analysis and there are even some implementations using older versions of TensorFlow. However, these implementations are very complex to understand and adapted to other tasks.

Then, could a tutorial be published showing how to apply tree RNN to the sentiment analysis task using Tensorflow 2? I think the main points to address would be how to adapt the computation graph of the model to the different trees existing in the training set (i.e. should the model be created for each instance of the training set?)

I think this tutorial would help the community understand and apply dynamic models to a myriad of tasks.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.