id
stringlengths
40
40
pid
stringlengths
42
42
input
stringlengths
8.37k
169k
output
stringlengths
1
1.63k
b2b0321b0aaf58c3aa9050906ade6ef35874c5c1
b2b0321b0aaf58c3aa9050906ade6ef35874c5c1_0
Q: How large is the dataset? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Hate speech is defined in legal literat...
$150,000$ tweets
4e9684fd68a242cb354fa6961b0e3b5c35aae4b6
4e9684fd68a242cb354fa6961b0e3b5c35aae4b6_0
Q: What is the results of multimodal compared to unimodal models? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Ha...
Unimodal LSTM vs Best Multimodal (FCM) - F score: 0.703 vs 0.704 - AUC: 0.732 vs 0.734 - Mean Accuracy: 68.3 vs 68.4
2e632eb5ad611bbd16174824de0ae5efe4892daf
2e632eb5ad611bbd16174824de0ae5efe4892daf_0
Q: What is author's opinion on why current multimodal models cannot outperform models analyzing only text? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech...
Noisy data, Complexity and diversity of multimodal relations, Small set of multimodal examples
d1ff6cba8c37e25ac6b261a25ea804d8e58e09c0
d1ff6cba8c37e25ac6b261a25ea804d8e58e09c0_0
Q: What metrics are used to benchmark the results? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Hate speech is de...
F-score, Area Under the ROC Curve (AUC), mean accuracy (ACC), Precision vs Recall plot, ROC curve (which plots the True Positive Rate vs the False Positive Rate)
24c0f3d6170623385283dfda7f2b6ca2c7169238
24c0f3d6170623385283dfda7f2b6ca2c7169238_0
Q: How is data collected, manual collection or Twitter api? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Hate spe...
Twitter API
21a9f1cddd7cb65d5d48ec4f33fe2221b2a8f62e
21a9f1cddd7cb65d5d48ec4f33fe2221b2a8f62e_0
Q: How many tweats does MMHS150k contains, 150000? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Hate speech is de...
$150,000$ tweets
a0ef0633d8b4040bf7cdc5e254d8adf82c8eed5e
a0ef0633d8b4040bf7cdc5e254d8adf82c8eed5e_0
Q: What unimodal detection models were used? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Hate speech is defined ...
single layer LSTM with a 150-dimensional hidden state for hate / not hate classification
b0799e26152197aeb3aa3b11687a6cc9f6c31011
b0799e26152197aeb3aa3b11687a6cc9f6c31011_0
Q: What different models for multimodal detection were proposed? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of online harassment. Hat...
Feature Concatenation Model (FCM), Spatial Concatenation Model (SCM), Textual Kernels Model (TKM)
4ce4db7f277a06595014db181342f8cb5cb94626
4ce4db7f277a06595014db181342f8cb5cb94626_0
Q: What annotations are available in the dataset - tweat used hate speach or not? Text: Introduction Social Media platforms such as Facebook, Twitter or Reddit have empowered individuals' voices and facilitated freedom of expression. However they have also been a breeding ground for hate speech and other types of onlin...
No attacks to any community, racist, sexist, homophobic, religion based attacks, attacks to other communities
62a6382157d5f9c1dce6e6c24ac5994442053002
62a6382157d5f9c1dce6e6c24ac5994442053002_0
Q: What were the evaluation metrics used? Text: Introduction Short text clustering is of great importance due to its various applications, such as user profiling BIBREF0 and recommendation BIBREF1 , for nowaday's social media dataset emerged day by day. However, short text clustering has the data sparsity problem and m...
accuracy, normalized mutual information
9e04730907ad728d62049f49ac828acb4e0a1a2a
9e04730907ad728d62049f49ac828acb4e0a1a2a_0
Q: What were their performance results? Text: Introduction Short text clustering is of great importance due to its various applications, such as user profiling BIBREF0 and recommendation BIBREF1 , for nowaday's social media dataset emerged day by day. However, short text clustering has the data sparsity problem and mos...
On SearchSnippets dataset ACC 77.01%, NMI 62.94%, on StackOverflow dataset ACC 51.14%, NMI 49.08%, on Biomedical dataset ACC 43.00%, NMI 38.18%
5a0841cc0628e872fe473874694f4ab9411a1d10
5a0841cc0628e872fe473874694f4ab9411a1d10_0
Q: By how much did they outperform the other methods? Text: Introduction Short text clustering is of great importance due to its various applications, such as user profiling BIBREF0 and recommendation BIBREF1 , for nowaday's social media dataset emerged day by day. However, short text clustering has the data sparsity p...
on SearchSnippets dataset by 6.72% in ACC, by 6.94% in NMI; on Biomedical dataset by 5.77% in ACC, 3.91% in NMI
a5dd569e6d641efa86d2c2b2e970ce5871e0963f
a5dd569e6d641efa86d2c2b2e970ce5871e0963f_0
Q: Which popular clustering methods did they experiment with? Text: Introduction Short text clustering is of great importance due to its various applications, such as user profiling BIBREF0 and recommendation BIBREF1 , for nowaday's social media dataset emerged day by day. However, short text clustering has the data sp...
K-means, Skip-thought Vectors, Recursive Neural Network and Paragraph Vector based clustering methods
785c054f6ea04701f4ab260d064af7d124260ccc
785c054f6ea04701f4ab260d064af7d124260ccc_0
Q: What datasets did they use? Text: Introduction Short text clustering is of great importance due to its various applications, such as user profiling BIBREF0 and recommendation BIBREF1 , for nowaday's social media dataset emerged day by day. However, short text clustering has the data sparsity problem and most words o...
SearchSnippets, StackOverflow, Biomedical
3f6610d1d68c62eddc2150c460bf1b48a064e5e6
3f6610d1d68c62eddc2150c460bf1b48a064e5e6_0
Q: Does pre-training on general text corpus improve performance? Text: Introduction Students are exposed to simple arithmetic word problems starting in elementary school, and most become proficient in solving them at a young age. Automatic solvers of such problems could potentially help educators, as well as become an ...
No
4c854d33a832f3f729ce73b206ff90677e131e48
4c854d33a832f3f729ce73b206ff90677e131e48_0
Q: What neural configurations are explored? Text: Introduction Students are exposed to simple arithmetic word problems starting in elementary school, and most become proficient in solving them at a young age. Automatic solvers of such problems could potentially help educators, as well as become an integral part of gene...
tried many configurations of our network models, but report results with only three configurations, Transformer Type 1, Transformer Type 2, Transformer Type 3
163c15da1aa0ba370a00c5a09294cd2ccdb4b96d
163c15da1aa0ba370a00c5a09294cd2ccdb4b96d_0
Q: Are the Transformers masked? Text: Introduction Students are exposed to simple arithmetic word problems starting in elementary school, and most become proficient in solving them at a young age. Automatic solvers of such problems could potentially help educators, as well as become an integral part of general question...
Yes
90dd5c0f5084a045fd6346469bc853c33622908f
90dd5c0f5084a045fd6346469bc853c33622908f_0
Q: How is this problem evaluated? Text: Introduction Students are exposed to simple arithmetic word problems starting in elementary school, and most become proficient in solving them at a young age. Automatic solvers of such problems could potentially help educators, as well as become an integral part of general questi...
BLEU-2, average accuracies over 3 test trials on different randomly sampled test sets
095888f6e10080a958d9cd3f779a339498f3a109
095888f6e10080a958d9cd3f779a339498f3a109_0
Q: What datasets do they use? Text: Introduction Students are exposed to simple arithmetic word problems starting in elementary school, and most become proficient in solving them at a young age. Automatic solvers of such problems could potentially help educators, as well as become an integral part of general question a...
AI2 BIBREF2, CC BIBREF19, IL BIBREF4, MAWPS BIBREF20
57e783f00f594e08e43a31939aedb235c9d5a102
57e783f00f594e08e43a31939aedb235c9d5a102_0
Q: What evaluation metrics were used? Text: Introduction Voice-controlled virtual assistants (VVA) such as Siri and Alexa have experienced an exponential growth in terms of number of users and provided capabilities. They are used by millions for a variety of tasks including shopping, playing music, and even telling jok...
AUC-ROC
9646fa1abbe3102a0364f84e0a55d107d45c97f0
9646fa1abbe3102a0364f84e0a55d107d45c97f0_0
Q: Where did the real production data come from? Text: Introduction Voice-controlled virtual assistants (VVA) such as Siri and Alexa have experienced an exponential growth in terms of number of users and provided capabilities. They are used by millions for a variety of tasks including shopping, playing music, and even ...
jokes of different categories (sci-fi, sports, etc) and types (puns, limerick, etc)
29983f4bc8a5513a198755e474361deee93d4ab6
29983f4bc8a5513a198755e474361deee93d4ab6_0
Q: What feedback labels are used? Text: Introduction Voice-controlled virtual assistants (VVA) such as Siri and Alexa have experienced an exponential growth in terms of number of users and provided capabilities. They are used by millions for a variety of tasks including shopping, playing music, and even telling jokes. ...
five-minute reuse and one-day return
6c0f97807cd83a94a4d26040286c6f89c4a0f8e0
6c0f97807cd83a94a4d26040286c6f89c4a0f8e0_0
Q: What representations for textual documents do they use? Text: Introduction Over the past few years, the term big data has become an important key point for research into data mining and information retrieval. Through the years, the quantity of data managed across enterprises has evolved from a simple and imperceptib...
finite sequence of terms
13ca4bf76565564c8ec3238c0cbfacb0b41e14d2
13ca4bf76565564c8ec3238c0cbfacb0b41e14d2_0
Q: Which dataset(s) do they use? Text: Introduction Over the past few years, the term big data has become an important key point for research into data mining and information retrieval. Through the years, the quantity of data managed across enterprises has evolved from a simple and imperceptible task to an extent to wh...
14 TDs, BIBREF15
70797f66d96aa163a3bee2be30a328ba61c40a18
70797f66d96aa163a3bee2be30a328ba61c40a18_0
Q: How do they evaluate knowledge extraction performance? Text: Introduction Over the past few years, the term big data has become an important key point for research into data mining and information retrieval. Through the years, the quantity of data managed across enterprises has evolved from a simple and imperceptibl...
SRCC
71f2b368228a748fd348f1abf540236568a61b07
71f2b368228a748fd348f1abf540236568a61b07_0
Q: What is CamemBERT trained on? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representations BIBREF5, BIBREF6. Approaches shifted more recen...
unshuffled version of the French OSCAR corpus
d3d4eef047aa01391e3e5d613a0f1f786ae7cfc7
d3d4eef047aa01391e3e5d613a0f1f786ae7cfc7_0
Q: Which tasks does CamemBERT not improve on? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representations BIBREF5, BIBREF6. Approaches shift...
its performance still lags behind models trained on the original English training set in the TRANSLATE-TEST setting, 81.2 vs. 82.91 for RoBERTa
63723c6b398100bba5dc21754451f503cb91c9b8
63723c6b398100bba5dc21754451f503cb91c9b8_0
Q: What is the state of the art? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representations BIBREF5, BIBREF6. Approaches shifted more recen...
POS and DP task: CONLL 2018 NER task: (no extensive work) Strong baselines CRF and BiLSTM-CRF NLI task: mBERT or XLM (not clear from text)
5471766ca7c995dd7f0f449407902b32ac9db269
5471766ca7c995dd7f0f449407902b32ac9db269_0
Q: How much better was results of CamemBERT than previous results on these tasks? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representation...
2.36 point increase in the F1 score with respect to the best SEM architecture, on the TRANSLATE-TRAIN setting (81.2 vs. 80.2 for XLM), lags behind models trained on the original English training set in the TRANSLATE-TEST setting, 81.2 vs. 82.91 for RoBERTa, For POS tagging, we observe error reductions of respectively 0...
dc49746fc98647445599da9d17bc004bafdc4579
dc49746fc98647445599da9d17bc004bafdc4579_0
Q: Was CamemBERT compared against multilingual BERT on these tasks? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representations BIBREF5, BIB...
Yes
8720c096c8b990c7b19f956ee4930d5f2c019e2b
8720c096c8b990c7b19f956ee4930d5f2c019e2b_0
Q: How long was CamemBERT trained? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representations BIBREF5, BIBREF6. Approaches shifted more rec...
Unanswerable
b573b36936ffdf1d70e66f9b5567511c989b46b2
b573b36936ffdf1d70e66f9b5567511c989b46b2_0
Q: What data is used for training CamemBERT? Text: Introduction Pretrained word representations have a long history in Natural Language Processing (NLP), from non-neural methods BIBREF0, BIBREF1, BIBREF2 to neural word embeddings BIBREF3, BIBREF4 and to contextualised representations BIBREF5, BIBREF6. Approaches shifte...
unshuffled version of the French OSCAR corpus
bf25a202ac713a34e09bf599b3601058d9cace46
bf25a202ac713a34e09bf599b3601058d9cace46_0
Q: What are the state of the art measures? Text: Introduction Controversy is a phenomenom with a high impact at various levels. It has been broadly studied from the perspective of different disciplines, ranging from the seminal analysis of the conflicts within the members of a karate club BIBREF0 to political issues in...
Randomwalk, Walktrap, Louvain clustering
abebf9c8c9cf70ae222ecb1d3cabf8115b9fc8ac
abebf9c8c9cf70ae222ecb1d3cabf8115b9fc8ac_0
Q: What controversial topics are experimented with? Text: Introduction Controversy is a phenomenom with a high impact at various levels. It has been broadly studied from the perspective of different disciplines, ranging from the seminal analysis of the conflicts within the members of a karate club BIBREF0 to political ...
political events such as elections, corruption cases or justice decisions
2df910c9806f0c379d7bb1bc2be2610438e487dc
2df910c9806f0c379d7bb1bc2be2610438e487dc_0
Q: What datasets did they use? Text: Introduction Controversy is a phenomenom with a high impact at various levels. It has been broadly studied from the perspective of different disciplines, ranging from the seminal analysis of the conflicts within the members of a karate club BIBREF0 to political issues in modern time...
BIBREF32, BIBREF23, BIBREF33, discussions in four different languages: English, Portuguese, Spanish and French, occurring in five regions over the world: South and North America, Western Europe, Central and Southern Asia.
a2a3af59f3f18a28eb2ca7055e1613948f395052
a2a3af59f3f18a28eb2ca7055e1613948f395052_0
Q: What social media platform is observed? Text: Introduction Controversy is a phenomenom with a high impact at various levels. It has been broadly studied from the perspective of different disciplines, ranging from the seminal analysis of the conflicts within the members of a karate club BIBREF0 to political issues in...
Twitter
d92f1c15537b33b32bfc436e6d017ae7d9d6c29a
d92f1c15537b33b32bfc436e6d017ae7d9d6c29a_0
Q: How many languages do they experiment with? Text: Introduction Controversy is a phenomenom with a high impact at various levels. It has been broadly studied from the perspective of different disciplines, ranging from the seminal analysis of the conflicts within the members of a karate club BIBREF0 to political issue...
four different languages: English, Portuguese, Spanish and French
fa3663567c48c27703e09c42930e51bacfa54905
fa3663567c48c27703e09c42930e51bacfa54905_0
Q: What is the current SOTA for sentiment analysis on Twitter at the time of writing? Text: Synonyms Microblog sentiment analysis; Twitter opinion mining Glossary Sentiment Analysis: This is text analysis aiming to determine the attitude of a speaker or a writer with respect to some topic or the overall contextual pola...
deep convolutional networks BIBREF53 , BIBREF54
7997b9971f864a504014110a708f215c84815941
7997b9971f864a504014110a708f215c84815941_0
Q: What difficulties does sentiment analysis on Twitter have, compared to sentiment analysis in other domains? Text: Synonyms Microblog sentiment analysis; Twitter opinion mining Glossary Sentiment Analysis: This is text analysis aiming to determine the attitude of a speaker or a writer with respect to some topic or th...
Tweets noisy nature, use of creative spelling and punctuation, misspellings, slang, new words, URLs, and genre-specific terminology and abbreviations, short (length limited) text
0d1408744651c3847469c4a005e4a9dccbd89cf1
0d1408744651c3847469c4a005e4a9dccbd89cf1_0
Q: What are the metrics to evaluate sentiment analysis on Twitter? Text: Synonyms Microblog sentiment analysis; Twitter opinion mining Glossary Sentiment Analysis: This is text analysis aiming to determine the attitude of a speaker or a writer with respect to some topic or the overall contextual polarity of a piece of ...
Unanswerable
a3d83c2a1b98060d609e7ff63e00112d36ce2607
a3d83c2a1b98060d609e7ff63e00112d36ce2607_0
Q: How many sentence transformations on average are available per unique sentence in dataset? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and the...
27.41 transformation on average of single seed sentence is available in dataset.
aeda22ae760de7f5c0212dad048e4984cd613162
aeda22ae760de7f5c0212dad048e4984cd613162_0
Q: What annotations are available in the dataset? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their properties have been analyzed in length f...
For each source sentence, transformation sentences that are transformed according to some criteria (paraphrase, minimal change etc.)
d5fa26a2b7506733f3fa0973e2fe3fc1bbd1a12d
d5fa26a2b7506733f3fa0973e2fe3fc1bbd1a12d_0
Q: How are possible sentence transformations represented in dataset, as new sentences? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their prop...
Yes, as new sentences.
2d536961c6e1aec9f8491e41e383dc0aac700e0a
2d536961c6e1aec9f8491e41e383dc0aac700e0a_0
Q: What are all 15 types of modifications ilustrated in the dataset? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their properties have been a...
- paraphrase 1 - paraphrase 2 - different meaning - opposite meaning - nonsense - minimal change - generalization - gossip - formal sentence - non-standard sentence - simple sentence - possibility - ban - future - past
18482658e0756d69e39a77f8fcb5912545a72b9b
18482658e0756d69e39a77f8fcb5912545a72b9b_0
Q: Is this dataset publicly available? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their properties have been analyzed in length from various...
Yes
9d336c4c725e390b6eba8bb8fe148997135ee981
9d336c4c725e390b6eba8bb8fe148997135ee981_0
Q: Are some baseline models trained on this dataset? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their properties have been analyzed in lengt...
Yes
016b59daa84269a93ce821070f4f5c1a71752a8a
016b59daa84269a93ce821070f4f5c1a71752a8a_0
Q: Do they do any analysis of of how the modifications changed the starting set of sentences? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and the...
Yes
771b373d09e6eb50a74fffbf72d059ad44e73ab0
771b373d09e6eb50a74fffbf72d059ad44e73ab0_0
Q: How do they introduce language variation? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their properties have been analyzed in length from v...
we were looking for original and uncommon sentence change suggestions
efb52bda7366d2b96545cf927f38de27de3b5b77
efb52bda7366d2b96545cf927f38de27de3b5b77_0
Q: Do they use external resources to make modifications to sentences? Text: Introduction Vector representations are becoming truly essential in majority of natural language processing tasks. Word embeddings became widely popular with the introduction of word2vec BIBREF0 and GloVe BIBREF1 and their properties have been ...
No
1a7d28c25bb7e7202230e1b70a885a46dac8a384
1a7d28c25bb7e7202230e1b70a885a46dac8a384_0
Q: How big is dataset domain-specific embedding are trained on? Text: Introduction Today's increasing flood of information on the web creates a need for automated multi-document summarization systems that produce high quality summaries. However, producing summaries in a multi-document setting is difficult, as the langu...
Unanswerable
6bc45d4f908672945192390642da5a2760971c40
6bc45d4f908672945192390642da5a2760971c40_0
Q: How big is unrelated corpus universal embedding is traned on? Text: Introduction Today's increasing flood of information on the web creates a need for automated multi-document summarization systems that produce high quality summaries. However, producing summaries in a multi-document setting is difficult, as the lang...
Unanswerable
48cc41c372d44b69a477998be449f8b81384786b
48cc41c372d44b69a477998be449f8b81384786b_0
Q: How better are state-of-the-art results than this model? Text: Introduction Today's increasing flood of information on the web creates a need for automated multi-document summarization systems that produce high quality summaries. However, producing summaries in a multi-document setting is difficult, as the language...
we achieve better results than GCN+PADG but without any use of domain-specific hand-crafted features, RegSum achieves a similar ROUGE-2 score
efb3a87845460655c53bd7365bcb8393c99358ec
efb3a87845460655c53bd7365bcb8393c99358ec_0
Q: What were their results on the three datasets? Text: Introduction Twitter sentiment classification have intensively researched in recent years BIBREF0 BIBREF1 . Different approaches were developed for Twitter sentiment classification by using machine learning such as Support Vector Machine (SVM) with rule-based feat...
accuracy of 86.63 on STS, 85.14 on Sanders and 80.9 on HCR
0619fc797730a3e59ac146a5a4575c81517cc618
0619fc797730a3e59ac146a5a4575c81517cc618_0
Q: What was the baseline? Text: Introduction Twitter sentiment classification have intensively researched in recent years BIBREF0 BIBREF1 . Different approaches were developed for Twitter sentiment classification by using machine learning such as Support Vector Machine (SVM) with rule-based features BIBREF2 and the com...
We compare our model performance with the approaches of BIBREF0 BIBREF5 on STS Corpus. BIBREF0 reported the results of Maximum Entropy (MaxEnt), NB, SVM on STS Corpus having good performance in previous time. The model of BIBREF5 is a state-of-the-art so far by using a CharSCNN., we compare results with the model of BI...
846a1992d66d955fa1747bca9a139141c19908e8
846a1992d66d955fa1747bca9a139141c19908e8_0
Q: Which datasets did they use? Text: Introduction Twitter sentiment classification have intensively researched in recent years BIBREF0 BIBREF1 . Different approaches were developed for Twitter sentiment classification by using machine learning such as Support Vector Machine (SVM) with rule-based features BIBREF2 and t...
Stanford - Twitter Sentiment Corpus (STS Corpus), Sanders - Twitter Sentiment Corpus, Health Care Reform (HCR)
1ef8d1cb1199e1504b6b0daea52f2e4bd2ef7023
1ef8d1cb1199e1504b6b0daea52f2e4bd2ef7023_0
Q: Are results reported only on English datasets? Text: Introduction Twitter sentiment classification have intensively researched in recent years BIBREF0 BIBREF1 . Different approaches were developed for Twitter sentiment classification by using machine learning such as Support Vector Machine (SVM) with rule-based feat...
Yes
12d77ac09c659d2e04b5e3955a283101c3ad1058
12d77ac09c659d2e04b5e3955a283101c3ad1058_0
Q: Which three Twitter sentiment classification datasets are used for experiments? Text: Introduction Twitter sentiment classification have intensively researched in recent years BIBREF0 BIBREF1 . Different approaches were developed for Twitter sentiment classification by using machine learning such as Support Vector M...
Stanford - Twitter Sentiment Corpus (STS Corpus), Sanders - Twitter Sentiment Corpus, Health Care Reform (HCR)
d60a3887a0d434abc0861637bbcd9ad0c596caf4
d60a3887a0d434abc0861637bbcd9ad0c596caf4_0
Q: What semantic rules are proposed? Text: Introduction Twitter sentiment classification have intensively researched in recent years BIBREF0 BIBREF1 . Different approaches were developed for Twitter sentiment classification by using machine learning such as Support Vector Machine (SVM) with rule-based features BIBREF2 ...
rules that compute polarity of words after POS tagging or parsing steps
69a7a6675c59a4c5fb70006523b9fe0f01ca415c
69a7a6675c59a4c5fb70006523b9fe0f01ca415c_0
Q: Which knowledge graph completion tasks do they experiment with? Text: Introduction Knowledge graphs (KGs) such as Freebase BIBREF0 , DBpedia BIBREF1 , and YAGO BIBREF2 play a critical role in various NLP tasks, including question answering BIBREF3 , information retrieval BIBREF4 , and personalized recommendation BIB...
link prediction , triplet classification
60cb756d382b3594d9e1f4a5e2366db407e378ae
60cb756d382b3594d9e1f4a5e2366db407e378ae_0
Q: Apart from using desired properties, do they evaluate their LAN approach in some other way? Text: Introduction Knowledge graphs (KGs) such as Freebase BIBREF0 , DBpedia BIBREF1 , and YAGO BIBREF2 play a critical role in various NLP tasks, including question answering BIBREF3 , information retrieval BIBREF4 , and per...
No
352a1bf734b2d7f0618e9e2b0dbed4a3f1787160
352a1bf734b2d7f0618e9e2b0dbed4a3f1787160_0
Q: Do they evaluate existing methods in terms of desired properties? Text: Introduction Knowledge graphs (KGs) such as Freebase BIBREF0 , DBpedia BIBREF1 , and YAGO BIBREF2 play a critical role in various NLP tasks, including question answering BIBREF3 , information retrieval BIBREF4 , and personalized recommendation B...
Yes
045dbdbda5d96a672e5c69442e30dbf21917a1ee
045dbdbda5d96a672e5c69442e30dbf21917a1ee_0
Q: How does the model differ from Generative Adversarial Networks? Text: Introduction It is well known that sentiment annotation or labeling is subjective BIBREF0. Annotators often have many disagreements. This is especially so for crowd-workers who are not well trained. That is why one always feels that there are many...
Unanswerable
c20b012ad31da46642c553ce462bc0aad56912db
c20b012ad31da46642c553ce462bc0aad56912db_0
Q: What is the dataset used to train the model? Text: Introduction It is well known that sentiment annotation or labeling is subjective BIBREF0. Annotators often have many disagreements. This is especially so for crowd-workers who are not well trained. That is why one always feels that there are many errors in an annot...
movie sentence polarity dataset from BIBREF19, laptop and restaurant datasets collected from SemEval-201, we collected 2,000 reviews for each domain from the same review source
13e87f6d68f7217fd14f4f9a008a65dd2a0ba91c
13e87f6d68f7217fd14f4f9a008a65dd2a0ba91c_0
Q: What is the performance of the model? Text: Introduction It is well known that sentiment annotation or labeling is subjective BIBREF0. Annotators often have many disagreements. This is especially so for crowd-workers who are not well trained. That is why one always feels that there are many errors in an annotated da...
Experiment 1: ACC around 0.5 with 50% noise rate in worst case - clearly higher than baselines for all noise rates Experiment 2: ACC on real noisy datasets: 0.7 on Movie, 0.79 on Laptop, 0.86 on Restaurant (clearly higher than baselines in almost all cases)
89b9a2389166b992c42ca19939d750d88c5fa79b
89b9a2389166b992c42ca19939d750d88c5fa79b_0
Q: Is the model evaluated against a CNN baseline? Text: Introduction It is well known that sentiment annotation or labeling is subjective BIBREF0. Annotators often have many disagreements. This is especially so for crowd-workers who are not well trained. That is why one always feels that there are many errors in an ann...
Yes
dccc3b182861fd19ccce5bd00ce9c3f40451ed6e
dccc3b182861fd19ccce5bd00ce9c3f40451ed6e_0
Q: Does the model proposed beat the baseline models for all the values of the masking parameter tested? Text: Introduction There has been significant research on style transfer, with the goal of changing the style of text while preserving its semantic content. The alternative where semantics are adjusted while keeping ...
No
98ba7a7aae388b1a77dd6cab890977251d906359
98ba7a7aae388b1a77dd6cab890977251d906359_0
Q: Has STES been previously used in the literature to evaluate similar tasks? Text: Introduction There has been significant research on style transfer, with the goal of changing the style of text while preserving its semantic content. The alternative where semantics are adjusted while keeping style intact, which we cal...
No
3da9a861dfa25ed486cff0ef657d398fdebf8a93
3da9a861dfa25ed486cff0ef657d398fdebf8a93_0
Q: What are the baseline models mentioned in the paper? Text: Introduction There has been significant research on style transfer, with the goal of changing the style of text while preserving its semantic content. The alternative where semantics are adjusted while keeping style intact, which we call semantic text exchan...
Noun WordNet Semantic Text Exchange Model (NWN-STEM), General WordNet Semantic Text Exchange Model (GWN-STEM), Word2Vec Semantic Text Exchange Model (W2V-STEM)
8c0a0747a970f6ea607ff9b18cfeb738502d9a95
8c0a0747a970f6ea607ff9b18cfeb738502d9a95_0
Q: What was the performance of both approaches on their dataset? Text: Introduction Speaker recognition including identification and verification, aims to recognize claimed identities of speakers. After decades of research, performance of speaker recognition systems has been vastly improved, and the technique has been ...
ERR of 19.05 with i-vectors and 15.52 with x-vectors
529dabe7b4a8a01b20ee099701834b60fb0c43b0
529dabe7b4a8a01b20ee099701834b60fb0c43b0_0
Q: What kind of settings do the utterances come from? Text: Introduction Speaker recognition including identification and verification, aims to recognize claimed identities of speakers. After decades of research, performance of speaker recognition systems has been vastly improved, and the technique has been deployed to...
entertainment, interview, singing, play, movie, vlog, live broadcast, speech, drama, recitation and advertisement
a2be2bd84e5ae85de2ab9968147b3d49c84dfb7f
a2be2bd84e5ae85de2ab9968147b3d49c84dfb7f_0
Q: What genres are covered? Text: Introduction Speaker recognition including identification and verification, aims to recognize claimed identities of speakers. After decades of research, performance of speaker recognition systems has been vastly improved, and the technique has been deployed to a wide range of practical...
genre, entertainment, interview, singing, play, movie, vlog, live broadcast, speech, drama, recitation and advertisement
5699996a7a2bb62c68c1e62e730cabf1e3186eef
5699996a7a2bb62c68c1e62e730cabf1e3186eef_0
Q: Do they experiment with cross-genre setups? Text: Introduction Speaker recognition including identification and verification, aims to recognize claimed identities of speakers. After decades of research, performance of speaker recognition systems has been vastly improved, and the technique has been deployed to a wide...
No
944d5dbe0cfc64bf41ea36c11b1d378c408d40b8
944d5dbe0cfc64bf41ea36c11b1d378c408d40b8_0
Q: Which of the two speech recognition models works better overall on CN-Celeb? Text: Introduction Speaker recognition including identification and verification, aims to recognize claimed identities of speakers. After decades of research, performance of speaker recognition systems has been vastly improved, and the tech...
x-vector
327e6c6609fbd4c6ae76284ca639951f03eb4a4c
327e6c6609fbd4c6ae76284ca639951f03eb4a4c_0
Q: By how much is performance on CN-Celeb inferior to performance on VoxCeleb? Text: Introduction Speaker recognition including identification and verification, aims to recognize claimed identities of speakers. After decades of research, performance of speaker recognition systems has been vastly improved, and the techn...
For i-vector system, performances are 11.75% inferior to voxceleb. For x-vector system, performances are 10.74% inferior to voxceleb
df8cc1f395486a12db98df805248eb37c087458b
df8cc1f395486a12db98df805248eb37c087458b_0
Q: On what datasets is the new model evaluated on? Text: Introduction Deep neural network-based models are easy to overfit and result in losing their generalization due to limited size of training data. In order to address the issue, data augmentation methods are often applied to generate more training samples. Recent ...
SST (Stanford Sentiment Treebank), Subj (Subjectivity dataset), MPQA Opinion Corpus, RT is another movie review sentiment dataset, TREC is a dataset for classification of the six question types
6e97c06f998f09256be752fa75c24ba853b0db24
6e97c06f998f09256be752fa75c24ba853b0db24_0
Q: How do the authors measure performance? Text: Introduction Deep neural network-based models are easy to overfit and result in losing their generalization due to limited size of training data. In order to address the issue, data augmentation methods are often applied to generate more training samples. Recent years ha...
Accuracy across six datasets
de2d33760dc05f9d28e9dabc13bab2b3264cadb7
de2d33760dc05f9d28e9dabc13bab2b3264cadb7_0
Q: Does the new objective perform better than the original objective bert is trained on? Text: Introduction Deep neural network-based models are easy to overfit and result in losing their generalization due to limited size of training data. In order to address the issue, data augmentation methods are often applied to g...
Yes
63bb39fd098786a510147f8ebc02408de350cb7c
63bb39fd098786a510147f8ebc02408de350cb7c_0
Q: Are other pretrained language models also evaluated for contextual augmentation? Text: Introduction Deep neural network-based models are easy to overfit and result in losing their generalization due to limited size of training data. In order to address the issue, data augmentation methods are often applied to gener...
No
6333845facb22f862ffc684293eccc03002a4830
6333845facb22f862ffc684293eccc03002a4830_0
Q: Do the authors report performance of conditional bert on tasks without data augmentation? Text: Introduction Deep neural network-based models are easy to overfit and result in losing their generalization due to limited size of training data. In order to address the issue, data augmentation methods are often applied ...
Yes
a12a08099e8193ff2833f79ecf70acf132eda646
a12a08099e8193ff2833f79ecf70acf132eda646_0
Q: Do they cover data augmentation papers? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, and revealing questions BIBREF1 ; e.g., ask...
No
999b20dc14cb3d389d9e3ba5466bc3869d2d6190
999b20dc14cb3d389d9e3ba5466bc3869d2d6190_0
Q: What is the latest paper covered by this survey? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, and revealing questions BIBREF1 ; ...
Kim et al. (2019)
ca4b66ffa4581f9491442dcec78ca556253c8146
ca4b66ffa4581f9491442dcec78ca556253c8146_0
Q: Do they survey visual question generation work? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, and revealing questions BIBREF1 ; e...
Yes
b3ff166bd480048e099d09ba4a96e2e32b42422b
b3ff166bd480048e099d09ba4a96e2e32b42422b_0
Q: Do they survey multilingual aspects? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, and revealing questions BIBREF1 ; e.g., asking...
No
3703433d434f1913307ceb6a8cfb9a07842667dd
3703433d434f1913307ceb6a8cfb9a07842667dd_0
Q: What learning paradigms do they cover in this survey? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, and revealing questions BIBRE...
Considering "What" and "How" separately versus jointly optimizing for both.
f7c34b128f8919e658ba4d5f1f3fc604fb7ff793
f7c34b128f8919e658ba4d5f1f3fc604fb7ff793_0
Q: What are all the input modalities considered in prior work in question generation? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, ...
Textual inputs, knowledge bases, and images.
d42031893fd4ba5721c7d37e1acb1c8d229ffc21
d42031893fd4ba5721c7d37e1acb1c8d229ffc21_0
Q: Do they survey non-neural methods for question generation? Text: Introduction Question Generation (QG) concerns the task of “automatically generating questions from various inputs such as raw text, database, or semantic representation" BIBREF0 . People have the ability to ask rich, creative, and revealing questions ...
Unanswerable
a999761aa976458bbc7b4f330764796446d030ff
a999761aa976458bbc7b4f330764796446d030ff_0
Q: What is their model? Text: Introduction Named Entity Recognition is a major natural language processing task that recognizes the proper labels such as LOC (Location), PER (Person), ORG (Organization), etc. Like words or phrase, being a sort of language constituent, named entities also benefit from better representat...
cross-lingual NE recognition
f229069bcb05c2e811e4786c89b0208af90d9a25
f229069bcb05c2e811e4786c89b0208af90d9a25_0
Q: Do they evaluate on NER data sets? Text: Introduction Named Entity Recognition is a major natural language processing task that recognizes the proper labels such as LOC (Location), PER (Person), ORG (Organization), etc. Like words or phrase, being a sort of language constituent, named entities also benefit from bett...
Yes
6b55b558ed581759425ede5d3a6fcdf44b8082ac
6b55b558ed581759425ede5d3a6fcdf44b8082ac_0
Q: What previously proposed methods is this method compared against? Text: Introduction A lot of work has been done in the field of Twitter sentiment analysis till date. Sentiment analysis has been handled as a Natural Language Processing task at many levels of granularity. Most of these techniques use Machine Learning...
Naive Bayes, SVM, Maximum Entropy classifiers
3e3f5254b729beb657310a5561950085fa690e83
3e3f5254b729beb657310a5561950085fa690e83_0
Q: How is effective word score calculated? Text: Introduction A lot of work has been done in the field of Twitter sentiment analysis till date. Sentiment analysis has been handled as a Natural Language Processing task at many levels of granularity. Most of these techniques use Machine Learning algorithms with features ...
We define the Effective Word Score of score x as EFWS(x) = N(+x) - N(-x), where N(x) is the number of words in the tweet with polarity score x.
5bb96b255dab3e47a8a68b1ffd7142d0e21ebe2a
5bb96b255dab3e47a8a68b1ffd7142d0e21ebe2a_0
Q: How is tweet subjectivity measured? Text: Introduction A lot of work has been done in the field of Twitter sentiment analysis till date. Sentiment analysis has been handled as a Natural Language Processing task at many levels of granularity. Most of these techniques use Machine Learning algorithms with features such...
Unanswerable
129c03acb0963ede3915415953317556a55f34ee
129c03acb0963ede3915415953317556a55f34ee_0
Q: Why is supporting fact supervision necessary for DMN? Text: Introduction Neural network based methods have made tremendous progress in image and text classification BIBREF0 , BIBREF1 . However, only recently has progress been made on more complex tasks that require logical reasoning. This success is based in part on...
First, the GRU only allows sentences to have context from sentences before them, but not after them. This prevents information propagation from future sentences. Second, the supporting sentences may be too far away from each other on a word level to allow for these distant sentences to interact through the word level G...
58b3b630a31fcb9bffb510390e1ec30efe87bfbf
58b3b630a31fcb9bffb510390e1ec30efe87bfbf_0
Q: What does supporting fact supervision mean? Text: Introduction Neural network based methods have made tremendous progress in image and text classification BIBREF0 , BIBREF1 . However, only recently has progress been made on more complex tasks that require logical reasoning. This success is based in part on the addit...
the facts that are relevant for answering a particular question) are labeled during training.
141dab98d19a070f1ce7e7dc384001d49125d545
141dab98d19a070f1ce7e7dc384001d49125d545_0
Q: What changes they did on input module? Text: Introduction Neural network based methods have made tremendous progress in image and text classification BIBREF0 , BIBREF1 . However, only recently has progress been made on more complex tasks that require logical reasoning. This success is based in part on the addition o...
For the DMN+, we propose replacing this single GRU with two different components. The first component is a sentence reader, The second component is the input fusion layer
afdad4c9bdebf88630262f1a9a86ac494f06c4c1
afdad4c9bdebf88630262f1a9a86ac494f06c4c1_0
Q: What improvements they did for DMN? Text: Introduction Neural network based methods have made tremendous progress in image and text classification BIBREF0 , BIBREF1 . However, only recently has progress been made on more complex tasks that require logical reasoning. This success is based in part on the addition of m...
the new DMN+ model does not require that supporting facts (i.e. the facts that are relevant for answering a particular question) are labeled during training., In addition, we introduce a new input module to represent images.
bfd4fc82ffdc5b2b32c37f4222e878106421ce2a
bfd4fc82ffdc5b2b32c37f4222e878106421ce2a_0
Q: How does the model circumvent the lack of supporting facts during training? Text: Introduction Neural network based methods have made tremendous progress in image and text classification BIBREF0 , BIBREF1 . However, only recently has progress been made on more complex tasks that require logical reasoning. This succe...
the input fusion layer to allow interactions between input facts and a novel attention based GRU that allows for logical reasoning over ordered inputs.
1ce26783f0ff38925bfc07bbbb65d206e52c2d21
1ce26783f0ff38925bfc07bbbb65d206e52c2d21_0
Q: Does the DMN+ model establish state-of-the-art ? Text: Introduction Neural network based methods have made tremendous progress in image and text classification BIBREF0 , BIBREF1 . However, only recently has progress been made on more complex tasks that require logical reasoning. This success is based in part on the ...
Yes
9213159f874b3bdd9b4de956a88c703aac988411
9213159f874b3bdd9b4de956a88c703aac988411_0
Q: Is this style generator compared to some baseline? Text: Introduction All text has style, whether it be formal or informal, polite or aggressive, colloquial, persuasive, or even robotic. Despite the success of style transfer in image processing BIBREF0, BIBREF1, there has been limited progress in the text domain, wh...
Yes
5f4e6ce4a811c4b3ab07335d89db2fd2a8d8d8b2
5f4e6ce4a811c4b3ab07335d89db2fd2a8d8d8b2_0
Q: How they perform manual evaluation, what is criteria? Text: Introduction All text has style, whether it be formal or informal, polite or aggressive, colloquial, persuasive, or even robotic. Despite the success of style transfer in image processing BIBREF0, BIBREF1, there has been limited progress in the text domain,...
accuracy
a234bcbf2e41429422adda37d9e926b49ef66150
a234bcbf2e41429422adda37d9e926b49ef66150_0
Q: What metrics are used for automatic evaluation? Text: Introduction All text has style, whether it be formal or informal, polite or aggressive, colloquial, persuasive, or even robotic. Despite the success of style transfer in image processing BIBREF0, BIBREF1, there has been limited progress in the text domain, where...
classification accuracy, BLEU scores, model perplexities of the reconstruction