提交

805 次代码提交

作者 SHA1 备注 提交日期
Kostiantyn Omelianchuk 379f03ff75 Update grammatical_error_correction.md with new SOTA result (#646) 2024-06-23 17:44:02 +02:00
Mehrdad Rafiepour 680a54cb43 Update intent_detection_slot_filling.md (#643)
-Added recent research (with official source-codes) from 2020 to 2023
-Added current state of the art
-Corrected a typo
2024-06-23 17:42:12 +02:00
Sowmya 72de9dcda9 Keyphrase Extraction and Generation for English (#639)
* started with KPE

* Added some SOTA results for Keyphrase extraction and generation

* added set models results

* added chatgpt results from martinez etal 2023
2024-06-23 17:39:23 +02:00
Anton Golubev 1c72b20a76 Added RuSentNE-2023 evaluation (#638)
* Update sentiment-analysis.md

+ RuSentNE-2023 evaluation

* Update sentiment-analysis.md

updated RuSentNE-2023

* Update sentiment-analysis.md

+ RuSentNE-2023
2024-06-23 17:37:31 +02:00
Bogdan Didenko 6269904158 add RedPenNet results (#637)
Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com>
2024-06-23 17:34:19 +02:00
Khondoker I. Islam 27c64df4df Pull request with new emotion detection dataset (#631)
* sentiment analysis on bangla language instantiated

This file contains the details description of SentNoB dataset.

* New instance of emotion detection on bangla lang

Initial instance

* Referred emotion detection from readme

* Kept only the best result

---------

Co-authored-by: Sebastian Ruder <ruder.sebastian@gmail.com>
2024-06-23 17:32:58 +02:00
Gábor Melis 47b4810dc4 Add results for Mogrifier RLSTM. (#630)
Co-authored-by: Gabor Melis <(none)>
2024-06-23 17:30:38 +02:00
Yuanhe Tian fb15687016 Update dependency_parsing.md (#629) 2024-06-23 17:30:12 +02:00
Yuanhe Tian 1e7b8a5389 Update semantic_role_labeling.md (#628) 2024-06-23 17:29:44 +02:00
Tchuya Payong Adrien d35079ba16 Update paraphrase-generation.md (#626) 2024-06-23 17:26:25 +02:00
Tchuya Payong Adrien ca4371400a add this to machine translation,. Is it okay? (#625)
* Update machine_translation.md

* Update machine_translation.md

* Update paraphrase-generation.md

* Update paraphrase-generation.md

* Update paraphrase-generation.md
2024-06-23 17:25:48 +02:00
Hồng Hạnh 29dc695026 Add xlnet-gcn as one of the benchmark in NER (#622)
Hi Sebastian,
I would like to update my work on improving NER using the combination of contextual information from XLNet and global information from GCN to boost NER performance in comparison to standalone information.
Thanks in advance.
2024-06-23 17:19:57 +02:00
Freda Shi 7040ae704b Add UD POS tagging Results (#620)
Added the UD POS tagging results from Substructure Substitution: Structured Data Augmentation for NLP (Shi et al., Findings of ACL 2021).
2024-06-23 17:19:11 +02:00
Reza Qorib 0fbc440f76 Add new result for GEC (#642)
* Add new result for GEC

* Update grammatical_error_correction.md

Add EditScorer and GRECO

---------

Co-authored-by: Stuart Mesham <stumes3@gmail.com>
2023-12-15 08:41:12 +01:00
Sharukh Rahman Soikat 00a483fed0 Added introduction of Multimodal NLP (#633) 2023-03-09 11:36:42 +01:00
Freda Shi 8ad2a583c2 Add zero-shot cross-lingual d-parsing results (#621)
* Add zero-shot cross-lingual d-parsing results

Add results from Substructure Distribution Projection for Zero-Shot Cross-Lingual Dependency Parsing.

* Update dependency_parsing.md
2022-08-30 10:13:50 +02:00
Reza Qorib 661169c1d3 Try to resolve the strange file diff by resetting branch to master (#615) 2022-07-19 10:00:33 +02:00
Irina Nikishina dda4a5558c Add new results to Taxonomy_learning.md (#616)
* Update taxonomy_learning.md

* move best scores to the top of the table
2022-07-19 09:56:30 +02:00
David Beauchemin 1d150f0118 Fix typo in title (#614) 2022-07-18 11:06:21 +02:00
Cass 78f50b7f1a fix: article link for Knowledge-based WSD (#613)
Fixes a link that was broken. I couldn't find or access the original link at [1]. Searching around, the suitable replacement seemed to be [2]. Fix by replacing the link. 

1. https://www.mitpressjournals.org/doi/full/10.1162/COLI_a_00164
2. https://direct.mit.edu/coli/article/40/1/57/1454/Random-Walks-for-Knowledge-Based-Word-Sense
2022-07-18 11:05:56 +02:00
Edoardo Barba ce2f831bb9 added ConSeC result to word sense disambiguation (#612)
English Word Sense Disambiguation results added.
Reference paper: https://aclanthology.org/2021.emnlp-main.112.pdf
Code: https://github.com/SapienzaNLP/consec
2022-07-18 10:58:10 +02:00
Yixin Liu 8f9e203078 Update summarization.md (#611)
Added results from our paper "BRIO: Bringing Order to Abstractive Summarization", ACL 2022 for CNN/DailyMail (Non-Anonymized: Abstractive Models & Mixed Models) and XSum.
2022-07-18 10:56:11 +02:00
getao ac2279cdc4 Add new results for grammatical error correction (#610)
Add "Instantaneous Grammatical Error Correction with Shallow Aggressive Decoding](https://aclanthology.org/2021.acl-long.462.pdf)" which reports a SOTA single model result in CoNLL-14 and BEA-19.
2022-07-18 10:55:21 +02:00
Yuanhe Tian f09516690b Add new results on English constituency parsing, English relationship extraction, Arabic language model (#609)
* Add new results on constituency parsing

* Add new results on Relationship Extraction

* Add new Arabic language model
2022-07-18 10:54:20 +02:00
Julian Risch 2beeccf6ec add german question answering dataset (#606)
* add german question answering dataset

* add German QA page to main TOC
2022-07-18 10:51:21 +02:00
lyuchenyang b13df852e4 Add new results of "Sentiment classification with user and product information" (#603) 2022-07-18 10:50:25 +02:00
Ratish Puduppully 6eaa61f184 Add a new result for data to text generation (#602) 2022-07-18 10:49:18 +02:00
null e347d1acc1 Add new results for word sense disambiguation (#605)
* Add new results for word sense disambiguation

Add new results for EMNLP 2021 Findings Paper [Improved Word Sense Disambiguation with Enhanced Sense Representations](https://aclanthology.org/2021.findings-emnlp.365.pdf).

* Update word_sense_disambiguation.md
2022-04-02 23:00:07 +01:00
Konstantinos Kogkalidis 6a9a2e3145 add Kogkalidis & Moortgat (2022) (#608) 2022-03-26 16:12:25 +00:00
Sebastian Ruder e224c6d052 Create CITATION.cff 2022-02-06 12:07:44 +00:00
Mohammad Fasha 828dd5bc92 Update language_modeling.md (#599)
* Update language_modeling.md

minor misspelling

* add section for Arabic language
2022-02-05 12:18:25 +00:00
jzhou316 ad10a1e9c3 Adding new results for AMR parsing (#597)
Latest results from a published paper for AMR parsing
2022-01-05 11:15:10 +00:00
Khondoker I. Islam d5f7c01a36 Mapped the progress .md on the readme.md (#596)
This change is for the users to find bengali/sentiment_analysis.md from the readme.md
2022-01-05 11:14:25 +00:00
Yury Zemlyanskiy 33e6800400 Add NarrativeQA results for entire books/sciprs mode (#598) 2022-01-05 10:24:27 +00:00
Tahsin Mayeesha 4957110ecc Create question_answering.md (#594)
* Create question_answering.md

added Bangla-Question Answering Dataset

* Update bengali/question_answering.md

Co-authored-by: Sebastian Ruder <sebastian@ruder.io>
2021-12-06 10:43:24 +00:00
Long Đoàn b1ba289586 Add new dataset and results for English-Vietnamese Machine Translation (#593)
* Add PhoMT dataset and results for English-Vietnamese Machine Translation

* Add desciprtion for PhoMT dataset

* Add desciprtion for PhoMT dataset
2021-12-06 10:38:51 +00:00
Khondoker I. Islam 815dbea18a sentiment analysis for Bangla added (#591)
* sentiment analysis for Bangla added

Added details description of SentNoB

* only kept the best result
2021-12-06 10:33:15 +00:00
Yuanhe Tian 7df2fff6e8 Add a paper on Ontonotes v5 (English) (#590)
Add a paper from Nie et al. (2020) published at EMNLP-2020: findings.
2021-12-06 10:32:13 +00:00
Yuanhe Tian b60600bd30 Add a paper to supertagging on CCGBank (#589)
Add a paper from Tian et al. (2020) published in EMNLP-2020 for CCG supertagging.
2021-12-06 10:31:39 +00:00
Nicolay Rusnachenko 037e5703a4 Added Sentiment Analysis section for Russian language. The latter includes sentiment attitude extraction task description and reference to RuSentRel leaderboard. (#587) 2021-12-06 10:31:03 +00:00
jzhou316 8e5ecf3d2c Adding new results for AMR parsing (#586)
Latest results from a published paper for AMR parsing
2021-12-06 10:27:36 +00:00
Irina Nikishina 34edd9b127 Add subsection about the Taxonomy Enrichment task (#581)
* Update taxonomy_learning.md

* update dataset for the taxonomy enrichment task

* Update english/taxonomy_learning.md

* Update english/taxonomy_learning.md

* Update english/taxonomy_learning.md

Co-authored-by: Sebastian Ruder <sebastian@ruder.io>
2021-12-06 10:26:46 +00:00
gotutiyan 217718130c added Seq2Edits to Grammatical Error Correction (#583) 2021-12-06 10:12:34 +00:00
Edoardo Barba 510179ba7b Update word_sense_disambiguation.md (#582)
Addition of ESCHER to the supervised Word Sense Disambiguation systems. Accepted at NAACL 2021: https://aclanthology.org/2021.naacl-main.371/
2021-12-06 10:11:54 +00:00
Solaris 1bc5bbb10f Update simplification.md (#580) 2021-12-06 10:11:05 +00:00
vdobrovolskii a853b90bfe Update coreference_resolution.md (#577) 2021-12-06 10:10:08 +00:00
Moussa Kamal Eddine 88cb53cbb3 Add OrangeSum (#595) 2021-12-06 10:08:38 +00:00
Yixin Liu e8cf7332f1 Added new result for summarization (#575)
Added SimCLS model for CNN/DailyMail dataset. This work is published at ACL 2021 as a short paper.
2021-09-02 11:35:06 +01:00
Vipul Raheja 9541d2e8dc Add TST Results for Text Simplification (#565)
Text Simplification by Tagging (https://aclanthology.org/2021.bea-1.2.pdf)
2021-08-25 14:38:50 +01:00
Michele Bevilacqua 490b883b23 fix Markdown error (#562)
Markdown table wasn't parsed correctly by github pages (but weirdly it was by the github preview and https://dillinger.io/). I guess it was because of a missing newline. Now everything should be fine.
2021-08-25 14:38:12 +01:00