Simone Primarosa
c96e500454
Add new resource for relation prediction ( #435 )
v0.3
2020-03-21 11:07:54 +00:00
lwmlyy
3babebd45f
A newly proposed knowledge-based WSD approach, KEF ( #430 )
...
Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com >
2020-03-20 15:05:14 +00:00
Majid Fahandezi Sadi
4ed3ff78a9
Adding Lexical Sample task to English WSD ( #425 )
...
* Adding new task to WSD
The task of Lexical Sample was added to English WSD
* Redesigned table
The table was malformed.
* Updating Lexical Smaple
Applying @bitspilanicode comments.
2020-03-20 15:00:41 +00:00
Sepehr Sameni
d3147f2cfe
add Routing Transformer to LM ( #432 )
2020-03-20 14:58:59 +00:00
Xiao Xu
5fffebd2e9
Update README.md ( #433 )
...
Correct the order of Readme.
2020-03-20 14:54:12 +00:00
qiweizhen
caecc8fa5f
add ProphetNet code link ( #429 )
...
Co-authored-by: weizhen <weizhen@mail.ustc.edu.cn >
2020-03-20 14:35:40 +00:00
Syed Shahbaz Ahmed
a0e081aaeb
added models for Webis-TLDR17 Corpus ( #426 )
...
These models were the successful participants of the (TL;DR challenge at INLG 2019)[https://www.aclweb.org/anthology/W19-8666/ ]
Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com >
2020-03-10 16:09:21 +00:00
Syed Shahbaz Ahmed
fd65434950
add new corpus for query-biased abstractive snippet generation ( #427 )
2020-03-10 16:07:42 +00:00
Cenny
c69af935dd
Drop TCAN from language-modelling leaderboards ( #428 )
...
The results have not been peer reviewed and are too extreme to be
considered believable. Dropping until accepted.
2020-03-10 15:23:28 +00:00
Peng Lee
f1e2068ed8
Add 'SpanBERT' for Coreference Resolution ( #423 )
2020-03-03 15:52:29 +00:00
Sepehr Sameni
f1089c0229
add TCAN results to LM ( #424 )
...
* add TCAN results to LM
* add the official implementation of TCAN
* Mention dynamic eval in the evaluation of TCAN
2020-03-03 12:32:56 +00:00
Nirant
dbc55a65cb
Merge pull request #422 from Shashi456/Summ
...
Add SemSim Model to Summarization
2020-02-26 10:02:03 +05:30
Pawan Sasanka Ammanamanchi
6247ac2f4d
Update summarization.md
2020-02-25 12:11:29 +05:30
Xiao Xu
8a42c26423
Update intent_detection_slot_filling.md ( #421 )
...
Add the result of Stack-Propagation.
v0.2
2020-02-24 21:18:36 +00:00
Arushi Sharma
5162ff4d89
Update Hindi-English Machine Translation ( #404 )
...
* Update Hindi - English Machine Translation
* Update hindi.md
* Update hindi.md
* Update hindi.md
* Update hindi/hindi.md
Co-Authored-By: Nirant <NirantK@users.noreply.github.com >
Co-authored-by: Sebastian Ruder <sebastian@ruder.io >
Co-authored-by: Nirant <NirantK@users.noreply.github.com >
2020-02-24 21:17:25 +00:00
Sebastian Ruder
726d01ab16
Added new Chinese and Korean reading comprehension datasets
2020-02-24 21:10:11 +00:00
Sebastian Ruder
fdaf509326
Added reading comprehension datasets for French and Russian
2020-02-23 22:55:37 +00:00
Jonathan Kummerfeld
ca02d5a1aa
Adding results from the Dialogue System Technology Challenge 8 ( #420 )
...
* Adding DSTC 8 Results
* Typo
* Formatting improvement
* Data entry error
* Fixing missing link
2020-02-19 23:07:09 +00:00
Rakesh Chada
9049e2651f
Add table for results on GAP dataset ( #418 )
...
* Add table for GAP dataset results
* add GAP dataset results and update model names
2020-02-15 12:54:45 +00:00
Sebastian Ruder
70d0e2263a
Removed SST-5 result
...
Removed SST-5 result from Learning Semantic Sentence Embeddings using Pair-wise Discriminator as results in the paper is calculated on the phrase level (results in the table are at the sentence level) as pointed out in https://github.com/sebastianruder/NLP-progress/pull/328
2020-02-02 17:41:02 +00:00
Fernando Alva Manchego
b0783e5ae6
added publications from 2019 to Simplification ( #413 )
...
* added new task simplification
* added new task simplification
* added publications from 2019
* added publications from 2019
2020-02-02 17:01:55 +00:00
Ojas Ahuja
581811c42d
Fix dead IOB format wikipedia link ( #415 )
2020-02-02 16:51:20 +00:00
Pawan Sasanka Ammanamanchi
f85cbb74a3
Update summarization.md ( #416 )
2020-02-02 16:30:41 +00:00
Nirant
a70b6b9d55
Readd code link for the Mogrifier LSTM ( #414 )
...
Readd code link for the Mogrifier LSTM
2020-01-31 11:45:37 +05:30
Gabor Melis
6f6c3bba5e
Readd code link for the Mogrifier LSTM
2020-01-29 17:07:07 +00:00
yingweixin
dc600281c6
add NER state-of-the-art result ( #296 )
...
Add NER state-of-the-art result with EMNLP 2018 paper (Learning Better Internal Structure of Words for Sequence Labeling), this paper proposed IntNet, which mainly focus on learning better character-to-word representations, IntNet significantly outperformed other character embedding models, and also combined with BiLSTM-CRF achieved state-of-the-art NER result without using any lexical features, transfer learning, language modeling or pre-training.
v0.1
2020-01-18 09:20:08 +00:00
yingweixin
5dcf3133cb
Add part-of-speech tagging result ( #297 )
...
Add part-of-speech tagging result with EMNLP 2018 long paper (Learning Better Internal Structure of Words for Sequence Labeling), this paper proposed IntNet, which mainly focus on learning better character-to-word representations, IntNet significantly outperformed other character embedding models, and also combined with BiLSTM-CRF achieved state-of-the-art part-of-speech tagging result without using any lexical features, transfer learning, language modeling or pre-training.
2020-01-18 09:19:29 +00:00
Peter Liu
c5b8ccd951
Add PEGASUS summarization results ( #408 )
...
* Add Pegasus results.
* Fix tables.
* Fix ordering gigaword.
2020-01-13 12:54:01 +00:00
Nirmal Thumbar
c4e2dedc7f
Typo correction for BIO full form ( #407 )
2020-01-03 10:09:46 +00:00
Guangxiang Zhao
b8b3274f50
Update results for MUSE in NMT ( #396 )
...
Update results for MUSE(parallel multi-scale attention)
2019-12-30 12:29:02 +00:00
Carlos Gómez-Rodríguez
81d644da49
Add "Left-to-Right Dependency Parsing with Pointer Networks" ( #398 )
2019-12-30 12:09:39 +00:00
Daniel Hershcovich
2cca839405
Add UCCA to semantic parsing ( #399 )
2019-12-30 11:49:35 +00:00
André Cruz
fe823b9d92
Updated Coreference Resolution SoTA ( #400 )
...
* added Joshi et al, 2019
* added Kantor and Globerson, 2019
* added Fei et al. 2019
* minor footnote fix
2019-12-30 11:48:37 +00:00
Dilin Wang
438a22e07e
add machine translation results ( #402 )
...
add results from ICML paper:
Improving Neural Language Modeling via Adversarial Training
http://proceedings.mlr.press/v97/wang19f/wang19f.pdf
2019-12-30 11:40:11 +00:00
Dilin Wang
0a023af3e2
add language modeling results ( #403 )
...
add results from ICML19 paper:
Improving Neural Language Modeling via Adversarial Training
http://proceedings.mlr.press/v97/wang19f/wang19f.pdf
with official code repo:
https://github.com/ChengyueGongR/advsoft
2019-12-30 11:39:11 +00:00
Nirant
9cf92c695c
Merge pull request #406 from chrhad/patch-1
...
Added Supervised WSD BERT score from EMNLP19
2019-12-29 23:09:41 +05:30
Christian Hadiwinoto
40956b39ff
Fixed BERT EMNLP19 scores to be row-consistent
...
Also fixed the URL to be consistent to point to ACL Anthology
2019-12-29 00:04:31 +08:00
Christian Hadiwinoto
716adc515d
Changed EMNLP19 paper URL to the ACL Anthology
2019-12-28 23:33:03 +08:00
Christian Hadiwinoto
8092981e7b
Fixed URL markdown for the second row
2019-12-28 23:22:03 +08:00
Christian Hadiwinoto
6aaafca735
Added Supervised WSD BERT score from EMNLP19
...
Hadiwinoto et al. (2019)
2019-12-28 23:15:49 +08:00
Nirant
e6f3437796
Add T5 result for summarization ( #397 )
...
Add T5 result for summarization
2019-12-04 06:52:57 +05:30
peterjliu
4f34249c69
Fix T5 link.
2019-12-03 15:08:05 -08:00
peterjliu
a207e1b490
Fix formatting.
2019-12-03 15:07:00 -08:00
peterjliu
edd724c26a
Add T5 summarization result.
2019-12-03 15:05:37 -08:00
Nirant
d886cc58c9
Update semantic_parsing.md ( #395 )
...
Update semantic_parsing.md
2019-12-02 05:58:10 +05:30
Nirant
baba214d10
Merge pull request #390 from vncorenlp/master
...
Update Vietnamese machine translation results
2019-12-02 05:53:04 +05:30
Sheng Zhang
064fb3bd90
Update semantic_parsing.md
2019-12-01 10:41:04 -05:00
Vietnamese CoreNLP
aa3ef1a091
Update vietnamese/vietnamese.md
...
Co-Authored-By: Nirant <NirantK@users.noreply.github.com >
2019-12-01 00:57:36 +11:00
Vietnamese CoreNLP
84108019cf
Update vietnamese/vietnamese.md
...
Co-Authored-By: Nirant <NirantK@users.noreply.github.com >
2019-12-01 00:57:28 +11:00
Vietnamese CoreNLP
75e725eea2
Update vietnamese/vietnamese.md
...
Co-Authored-By: Nirant <NirantK@users.noreply.github.com >
2019-12-01 00:56:57 +11:00