This repository was archived by the owner on Jul 7, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
New problem: mathematical language understanding #1290
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Great thanks for the contribution and the great paper Art! I'm ready to merge it, but I'll need to replace your copyright licence with the default T2T one. I just need you to confirm that this is ok with you before we merge, please let me know! |
lukaszkaiser
approved these changes
Dec 11, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It all looks good but for one legal nit, please let me know (and add yourself to AUTHORS).
lukaszkaiser
approved these changes
Dec 11, 2018
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
tensorflow-copybara
pushed a commit
that referenced
this pull request
Dec 11, 2018
PiperOrigin-RevId: 224943245
kpe
pushed a commit
to kpe/tensor2tensor
that referenced
this pull request
Mar 2, 2019
* fix bAbi data generator and readme * Fix bAbi hparams deletion * Fix bAbi hparams delete unecessary keys * Fix bAbi hparams clean keys * bAbi hparams delete keys * fix readme * fix universal transformer decoding * fix merge conflict * mathematical language understanding * clarify usage * add to authors
kpe
pushed a commit
to kpe/tensor2tensor
that referenced
this pull request
Mar 2, 2019
PiperOrigin-RevId: 224943245
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
New problem to evaluate symbolic variables and expressions in mathematics at the character level based on Attending to Mathematical Language with Transformers by Artit Wangperawong: https://arxiv.org/abs/1812.02825
Problem works with transformer, universal transformer, adaptive universal transformer.