gli
gli copied to clipboard
[FEATURE REQUEST] New task type Graph2Seq
Is your feature request related to a problem? Please describe.
The prediction target of ogbg-code2 (to be added by #162) is a sequence of words. We should add a new task type Graph2Seq to support it.
Describe the solution you'd like
- [ ] Design the task.json API
- [ ] Develop the corresponding dataloader
- [ ] Add the description into CONTRIBUTING.md.