-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into link2concept
- Loading branch information
Showing
10 changed files
with
72 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Title: Accelerating Asynchronous Stochastic Gradient Descent for Neural Machine Translation | ||
# Online location: https://www.aclweb.org/anthology/D18-1332.pdf | ||
train-parallel | ||
optim-adam | ||
norm-gradient | ||
arch-gru | ||
task-seq2seq |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
# Title: Leveraging Structural and Semantic Correspondence for Attribute-Oriented Aspect Sentiment Discovery | ||
# Online location: https://www.aclweb.org/anthology/D19-1555.pdf | ||
# CHECK: confidence=0.9, justification=Matched regex attention | ||
arch-att | ||
pre-word2vec | ||
pre-use |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Title: Ranking Sentences for Extractive Summarization with Reinforcement Learning | ||
# Online location: https://www.aclweb.org/anthology/N18-1158.pdf | ||
optim-adam | ||
pool-max | ||
arch-lstm | ||
arch-cnn | ||
nondif-reinforce | ||
task-extractive | ||
task-seq2seq | ||
pre-word2vec |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Title: A Discourse-Aware Attention Model for Abstractive Summarization of Long Documents | ||
# Online location: https://www.aclweb.org/anthology/N18-2097.pdf | ||
arch-bilstm | ||
arch-att | ||
arch-copy | ||
arch-coverage | ||
search-beam | ||
optim-adagrad | ||
task-seq2seq |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Title: Topic-Guided Variational Auto-Encoder for Text Generation | ||
# Online location: https://www.aclweb.org/anthology/N19-1015.pdf | ||
reg-dropout | ||
arch-gru | ||
arch-att | ||
latent-vae | ||
latent-topic | ||
task-lm | ||
task-seq2seq |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Title: One Size Does Not Fit All: Comparing NMT Representations of Different Granularities | ||
# Online location: https://www.aclweb.org/anthology/N19-1154.pdf | ||
optim-sgd | ||
arch-lstm | ||
arch-att | ||
arch-subword | ||
task-seqlab | ||
task-seq2seq |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# Title: Quantifying the morphosyntactic content of Brown Clusters | ||
# Online location: https://www.aclweb.org/anthology/N19-1157.pdf | ||
not-neural |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Title: Sequence-to-Nuggets: Nested Entity Mention Detection via Anchor-Region Networks | ||
# Online location: https://www.aclweb.org/anthology/P19-1511.pdf | ||
arch-bilstm | ||
arch-cnn | ||
pre-glove | ||
optim-adadelta | ||
struct-crf | ||
task-seqlab |
This file contains 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
This file contains 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