id stringlengths 40 40 | pid stringlengths 42 42 | input stringlengths 8.37k 169k | output stringlengths 1 1.63k |
|---|---|---|---|
f27502c3ece9ade265389d5ace90ca9ca42b46f3 | f27502c3ece9ade265389d5ace90ca9ca42b46f3_0 | Q: How do they evaluate generated stories?
Text: Introduction
Collaborative human-machine story-writing has had a recent resurgence of attention from the research community BIBREF0 , BIBREF1 . It represents a frontier for AI research; as a research community we have developed convincing NLP systems for some generative ... | separate set of Turkers to rate the stories for overall quality and the three improvement areas |
ffb7a12dfe069ab7263bb7dd366817a9d22b8ef2 | ffb7a12dfe069ab7263bb7dd366817a9d22b8ef2_0 | Q: Do they evaluate in other language appart from English?
Text: Introduction
Collaborative human-machine story-writing has had a recent resurgence of attention from the research community BIBREF0 , BIBREF1 . It represents a frontier for AI research; as a research community we have developed convincing NLP systems for ... | Unanswerable |
aa4b38f601cc87bf93849245d5f65124da3dc112 | aa4b38f601cc87bf93849245d5f65124da3dc112_0 | Q: What are the baselines?
Text: Introduction
Collaborative human-machine story-writing has had a recent resurgence of attention from the research community BIBREF0 , BIBREF1 . It represents a frontier for AI research; as a research community we have developed convincing NLP systems for some generative tasks like machi... | Title-to-Story system |
08b87a90139968095433f27fc88f571d939cd433 | 08b87a90139968095433f27fc88f571d939cd433_0 | Q: What is used a baseline?
Text: Introduction
Indicators of Compromise (IOCs) are forensic artifacts that are used as signs when a system has been compromised by an attacker or infected with a particular piece of malware. To be specific, IOCs are composed of some combinations of virus signatures, IPs, URLs or domain n... | As the baseline, we simply judge the input token as IOCs on the basis of the spelling features described in BIBREF12 |
ef872807cb0c9974d18bbb886a7836e793727c3d | ef872807cb0c9974d18bbb886a7836e793727c3d_0 | Q: What contextual features are used?
Text: Introduction
Indicators of Compromise (IOCs) are forensic artifacts that are used as signs when a system has been compromised by an attacker or infected with a particular piece of malware. To be specific, IOCs are composed of some combinations of virus signatures, IPs, URLs o... | The words that can indicate the characteristics of the neighbor words as contextual keywords and generate it from the automatically extracted contextual keywords. |
4db3c2ca6ddc87209c31b20763b7a3c1c33387bc | 4db3c2ca6ddc87209c31b20763b7a3c1c33387bc_0 | Q: Where are the cybersecurity articles used in the model sourced from?
Text: Introduction
Indicators of Compromise (IOCs) are forensic artifacts that are used as signs when a system has been compromised by an attacker or infected with a particular piece of malware. To be specific, IOCs are composed of some combination... | from a collection of advanced persistent threats (APT) reports which are published from 2008 to 2018 |
63337fd803f6fdd060ebd0f53f9de79d451810cd | 63337fd803f6fdd060ebd0f53f9de79d451810cd_0 | Q: What type of hand-crafted features are used in state of the art IOC detection systems?
Text: Introduction
Indicators of Compromise (IOCs) are forensic artifacts that are used as signs when a system has been compromised by an attacker or infected with a particular piece of malware. To be specific, IOCs are composed o... | Unanswerable |
63496705fff20c55d4b3d8cdf4786f93e742dd3d | 63496705fff20c55d4b3d8cdf4786f93e742dd3d_0 | Q: Do they compare DeepER against other approaches?
Text: Introduction
A Question Answering (QA) system is a computer program capable of understanding questions in a natural language, finding answers to them in a knowledge base and providing answers in the same language. So broadly defined task seems very hard; BIBREF0... | Yes |
7b44bee49b7cb39cb7d5eec79af5773178c27d4d | 7b44bee49b7cb39cb7d5eec79af5773178c27d4d_0 | Q: How is the data in RAFAEL labelled?
Text: Introduction
A Question Answering (QA) system is a computer program capable of understanding questions in a natural language, finding answers to them in a knowledge base and providing answers in the same language. So broadly defined task seems very hard; BIBREF0 describes it... | Using a set of annotation tools such as Morfeusz, PANTERA, Spejd, NERF and Liner |
6d54bad91b6ccd1108d1ddbff1d217c6806e0842 | 6d54bad91b6ccd1108d1ddbff1d217c6806e0842_0 | Q: How do they handle polysemous words in their entity library?
Text: Introduction
A Question Answering (QA) system is a computer program capable of understanding questions in a natural language, finding answers to them in a knowledge base and providing answers in the same language. So broadly defined task seems very h... | only the first word sense (usually the most common) is taken into account |
238ec3c1e1093ce2f5122ee60209b969f7669fae | 238ec3c1e1093ce2f5122ee60209b969f7669fae_0 | Q: How is the fluctuation in the sense of the word and its neighbors measured?
Text: Introduction
Distributed representation of word sense provides us with the ability to perform several operations on the word. One of the most important operations on a word is to obtain the set of words whose meaning is similar to the ... | Our method performs a statistical test to determine whether a given word is used polysemously in the text, according to the following steps:
1) Setting N, the size of the neighbor.
2) Choosing N neighboring words ai in the order whose angle with the vector of the given word w is the smallest.
3) Computing the surroundi... |
f704d182c9e01a2002381b76bf21e4bb3c0d3efc | f704d182c9e01a2002381b76bf21e4bb3c0d3efc_0 | Q: Among various transfer learning techniques, which technique yields to the best performance?
Text: Introduction
Question answering (QA) is the task of retrieving answers to a question given one or more contexts. It has been explored both in the open-domain setting BIBREF0 as well as domain-specific settings, such as ... | Unanswerable |
da544015511e535503dee2eaf4912a5e36c806cd | da544015511e535503dee2eaf4912a5e36c806cd_0 | Q: What is the architecture of the model?
Text: Introduction
Quickly making sense of large amounts of linguistic data is an important application of language technology. For example, after the 2011 Japanese tsunami, natural language processing was used to quickly filter social media streams for messages about the safet... | BIBREF5 to train neural sequence-to-sequence, NMF topic model with scikit-learn BIBREF14 |
7bc993b32484d6ae3c86d0b351a68e59fd2757a5 | 7bc993b32484d6ae3c86d0b351a68e59fd2757a5_0 | Q: What language do they look at?
Text: Introduction
Quickly making sense of large amounts of linguistic data is an important application of language technology. For example, after the 2011 Japanese tsunami, natural language processing was used to quickly filter social media streams for messages about the safety of ind... | Spanish |
da495e2f99ee2d5db9cc17eca5517ddaa5ea8e42 | da495e2f99ee2d5db9cc17eca5517ddaa5ea8e42_0 | Q: Where does the vocabulary come from?
Text: Introduction
Neural machine translation (NMT) proposed by Kalchbrenner and Blunsom BIBREF0 and Sutskever et al. BIBREF1 has achieved significant progress in recent years. Unlike traditional statistical machine translation(SMT) BIBREF2 , BIBREF3 , BIBREF4 which contains mult... | LDC corpus |
e44a5514d7464993997212341606c2c0f3a72eb4 | e44a5514d7464993997212341606c2c0f3a72eb4_0 | Q: What is the worst performing translation granularity?
Text: Introduction
Neural machine translation (NMT) proposed by Kalchbrenner and Blunsom BIBREF0 and Sutskever et al. BIBREF1 has achieved significant progress in recent years. Unlike traditional statistical machine translation(SMT) BIBREF2 , BIBREF3 , BIBREF4 wh... | Unanswerable |
310e61b9dd4d75bc1bebbcb1dae578f55807cd04 | 310e61b9dd4d75bc1bebbcb1dae578f55807cd04_0 | Q: What dataset did they use?
Text: Introduction
Neural machine translation (NMT) proposed by Kalchbrenner and Blunsom BIBREF0 and Sutskever et al. BIBREF1 has achieved significant progress in recent years. Unlike traditional statistical machine translation(SMT) BIBREF2 , BIBREF3 , BIBREF4 which contains multiple separ... | LDC corpus, NIST 2003(MT03), NIST 2004(MT04), NIST 2005(MT05), NIST 2006(MT06), NIST 2008(MT08) |
bdc6664cec2b94b0b3769bc70a60914795f39574 | bdc6664cec2b94b0b3769bc70a60914795f39574_0 | Q: How do they measure performance?
Text: INTRODUCTION
The Semantic Web provides a large number of structured datasets in form of Linked Data. One central obstacle is to make this data available and consumable to lay users without knowledge of formal query languages such as SPARQL. In order to satisfy specific informat... | average INLINEFORM0 , INLINEFORM1 , and INLINEFORM2 values |
e40df8c685a28b98006c47808f506def68f30e26 | e40df8c685a28b98006c47808f506def68f30e26_0 | Q: Do they measure the performance of a combined approach?
Text: INTRODUCTION
The Semantic Web provides a large number of structured datasets in form of Linked Data. One central obstacle is to make this data available and consumable to lay users without knowledge of formal query languages such as SPARQL. In order to sa... | Unanswerable |
9653c89a93ac5c717a0a26cf80e9aa98a5ccf910 | 9653c89a93ac5c717a0a26cf80e9aa98a5ccf910_0 | Q: Which four QA systems do they use?
Text: INTRODUCTION
The Semantic Web provides a large number of structured datasets in form of Linked Data. One central obstacle is to make this data available and consumable to lay users without knowledge of formal query languages such as SPARQL. In order to satisfy specific inform... | WDAqua BIBREF0 , QAKiS BIBREF7 , gAnswer BIBREF6 and Platypus BIBREF8 |
b921a1771ed0ba9dbeff9da000336ecf2bb38322 | b921a1771ed0ba9dbeff9da000336ecf2bb38322_0 | Q: How many iterations of visual search are done on average until an answer is found?
Text: INTRODUCTION
The Semantic Web provides a large number of structured datasets in form of Linked Data. One central obstacle is to make this data available and consumable to lay users without knowledge of formal query languages suc... | Unanswerable |
412aff0b2113b7d61c914edf90b90f2994390088 | 412aff0b2113b7d61c914edf90b90f2994390088_0 | Q: Do they test performance of their approaches using human judgements?
Text: INTRODUCTION
The Semantic Web provides a large number of structured datasets in form of Linked Data. One central obstacle is to make this data available and consumable to lay users without knowledge of formal query languages such as SPARQL. I... | Yes |
010e3793eb1342225857d3f95e147d8f8467192a | 010e3793eb1342225857d3f95e147d8f8467192a_0 | Q: What are the sizes of both datasets?
Text: Introduction
Following previous research on automatic detection and correction of dt-mistakes in Dutch BIBREF0, this paper investigates another stumbling block for both native and non-native speakers of Dutch: the correct use of die and dat. The multiplicity of syntactic fu... | The Dutch section consists of 2,333,816 sentences and 53,487,257 words., The SONAR500 corpus consists of more than 500 million words obtained from different domains. |
c20bb0847ced490a793657fbaf6afb5ef54dad81 | c20bb0847ced490a793657fbaf6afb5ef54dad81_0 | Q: Why are the scores for predicting perceived musical hardness and darkness extracted only for subsample of 503 songs?
Text: Introduction
As audio and text features provide complementary layers of information on songs, a combination of both data types has been shown to improve the automatic classification of high-leve... | Unanswerable |
ff8557d93704120b65d9b597a4fab40b49d24b6d | ff8557d93704120b65d9b597a4fab40b49d24b6d_0 | Q: How long is the model trained?
Text: Introduction
As audio and text features provide complementary layers of information on songs, a combination of both data types has been shown to improve the automatic classification of high-level attributes in music such as genre, mood and emotion BIBREF0, BIBREF1, BIBREF2, BIBRE... | Unanswerable |
447eb98e602616c01187960c9c3011c62afd7c27 | 447eb98e602616c01187960c9c3011c62afd7c27_0 | Q: What are lyrical topics present in the metal genre?
Text: Introduction
As audio and text features provide complementary layers of information on songs, a combination of both data types has been shown to improve the automatic classification of high-level attributes in music such as genre, mood and emotion BIBREF0, BI... | Table TABREF10 displays the twenty resulting topics |
f398587b9a0008628278a5ea858e01d3f5559f65 | f398587b9a0008628278a5ea858e01d3f5559f65_0 | Q: By how much does SPNet outperforms state-of-the-art abstractive summarization methods on evaluation metrics?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For ... | SPNet vs best baseline:
ROUGE-1: 90.97 vs 90.68
CIC: 70.45 vs 70.25 |
d5f8707ddc21741d52b3c2a9ab1af2871dc6c90b | d5f8707ddc21741d52b3c2a9ab1af2871dc6c90b_0 | Q: What automatic and human evaluation metrics are used to compare SPNet to its counterparts?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For instance, the auto... | ROUGE and CIC, relevance, conciseness and readability on a 1 to 5 scale, and rank the summary pair |
58f3bfbd01ba9768172be45a819faaa0de2ddfa4 | 58f3bfbd01ba9768172be45a819faaa0de2ddfa4_0 | Q: Is proposed abstractive dialog summarization dataset open source?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For instance, the automatic doctor-patient inte... | Unanswerable |
73633afbefa191b36cca594977204c6511f9dad4 | 73633afbefa191b36cca594977204c6511f9dad4_0 | Q: Is it expected to have speaker role, semantic slot and dialog domain annotations in real world datasets?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For inst... | Not at the moment, but summaries can be additionaly extended with this annotations. |
db39a71080e323ba2ddf958f93778e2b875dcd24 | db39a71080e323ba2ddf958f93778e2b875dcd24_0 | Q: How does SPNet utilize additional speaker role, semantic slot and dialog domain annotations?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For instance, the au... | Our encoder-decoder framework employs separate encoding for different speakers in the dialog., We integrate semantic slot scaffold by performing delexicalization on original dialogs., We integrate dialog domain scaffold through a multi-task framework. |
6da2cb3187d3f28b75ac0a61f6562a8adf716109 | 6da2cb3187d3f28b75ac0a61f6562a8adf716109_0 | Q: What are previous state-of-the-art document summarization methods used?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For instance, the automatic doctor-patien... | Pointer-Generator, Transformer |
c47e87efab11f661993a14cf2d7506be641375e4 | c47e87efab11f661993a14cf2d7506be641375e4_0 | Q: How does new evaluation metric considers critical informative entities?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For instance, the automatic doctor-patien... | Answer with content missing: (formula for CIC) it accounts for the most important information within each dialog domain. CIC can be applied to any summarization task with predefined essential entities |
14684ad200915ff1e3fc2a89cb614e472a1a2854 | 14684ad200915ff1e3fc2a89cb614e472a1a2854_0 | Q: Is new evaluation metric extension of ROGUE?
Text: Introduction
Summarization aims to condense a piece of text to a shorter version, retaining the critical information. On dialogs, summarization has various promising applications in the real world. For instance, the automatic doctor-patient interaction summary can s... | No |
8d1f9d3aa2cc2e2e58d3da0f5edfc3047978f3ee | 8d1f9d3aa2cc2e2e58d3da0f5edfc3047978f3ee_0 | Q: What measures were used for human evaluation?
Text: Introduction
Commonsense reasoning has long been acknowledged as a critical bottleneck of artificial intelligence and especially in natural language processing. It is an ability of combining commonsense facts and logic rules to make new presumptions about ordinary ... | To have an estimation about human performance in each metric, we iteratively treat every reference sentence in dev/test data as the prediction to be compared with all references (including itself). |
5065ff56d3c295b8165cb20d8bcfcf3babe9b1b8 | 5065ff56d3c295b8165cb20d8bcfcf3babe9b1b8_0 | Q: What automatic metrics are used for this task?
Text: Introduction
Commonsense reasoning has long been acknowledged as a critical bottleneck of artificial intelligence and especially in natural language processing. It is an ability of combining commonsense facts and logic rules to make new presumptions about ordinary... | BLEU-3/4, ROUGE-2/L, CIDEr, SPICE, BERTScore |
c34a15f1d113083da431e4157aceb11266e9a1b2 | c34a15f1d113083da431e4157aceb11266e9a1b2_0 | Q: Are the models required to also generate rationales?
Text: Introduction
Commonsense reasoning has long been acknowledged as a critical bottleneck of artificial intelligence and especially in natural language processing. It is an ability of combining commonsense facts and logic rules to make new presumptions about or... | No |
061682beb3dbd7c76cfa26f7ae650e548503d977 | 061682beb3dbd7c76cfa26f7ae650e548503d977_0 | Q: Are the rationales generated after the sentences were written?
Text: Introduction
Commonsense reasoning has long been acknowledged as a critical bottleneck of artificial intelligence and especially in natural language processing. It is an ability of combining commonsense facts and logic rules to make new presumption... | Yes |
3518d8eb84f6228407cfabaf509fd63d60351203 | 3518d8eb84f6228407cfabaf509fd63d60351203_0 | Q: Are the sentences in the dataset written by humans who were shown the concept-sets?
Text: Introduction
Commonsense reasoning has long been acknowledged as a critical bottleneck of artificial intelligence and especially in natural language processing. It is an ability of combining commonsense facts and logic rules to... | Yes |
617c77a600be5529b3391ab0c21504cd288cc7c7 | 617c77a600be5529b3391ab0c21504cd288cc7c7_0 | Q: Where do the concept sets come from?
Text: Introduction
Commonsense reasoning has long been acknowledged as a critical bottleneck of artificial intelligence and especially in natural language processing. It is an ability of combining commonsense facts and logic rules to make new presumptions about ordinary scenes in... | These concept-sets are sampled from several large corpora of image/video captions |
53d6cbee3606dd106494e2e98aa93fdd95920375 | 53d6cbee3606dd106494e2e98aa93fdd95920375_0 | Q: How big are improvements of MMM over state of the art?
Text: Introduction
Building a system that comprehends text and answers questions is challenging but fascinating, which can be used to test the machine's ability to understand human language BIBREF0, BIBREF1. Many machine reading comprehension (MRC) based questio... | test accuracy of 88.9%, which exceeds the previous best by 16.9% |
9dc844f82f520daf986e83466de0c84d93953754 | 9dc844f82f520daf986e83466de0c84d93953754_0 | Q: What out of domain datasets authors used for coarse-tuning stage?
Text: Introduction
Building a system that comprehends text and answers questions is challenging but fascinating, which can be used to test the machine's ability to understand human language BIBREF0, BIBREF1. Many machine reading comprehension (MRC) ba... | MultiNLI BIBREF15 and SNLI BIBREF16 |
9fe4a2a5b9e5cf29310ab428922cc8e7b2fc1d11 | 9fe4a2a5b9e5cf29310ab428922cc8e7b2fc1d11_0 | Q: What are state of the art methods MMM is compared to?
Text: Introduction
Building a system that comprehends text and answers questions is challenging but fascinating, which can be used to test the machine's ability to understand human language BIBREF0, BIBREF1. Many machine reading comprehension (MRC) based question... | FTLM++, BERT-large, XLNet |
36d892460eb863220cd0881d5823d73bbfda172c | 36d892460eb863220cd0881d5823d73bbfda172c_0 | Q: What four representative datasets are used for bechmark?
Text: Introduction
Building a system that comprehends text and answers questions is challenging but fascinating, which can be used to test the machine's ability to understand human language BIBREF0, BIBREF1. Many machine reading comprehension (MRC) based quest... | DREAM, MCTest, TOEFL, and SemEval-2018 Task 11 |
4cbc56d0d53c4c03e459ac43e3c374b75fd48efe | 4cbc56d0d53c4c03e459ac43e3c374b75fd48efe_0 | Q: What baselines did they consider?
Text: INTRODUCTION
Systematic reviews (SR) of randomized controlled trials (RCTs) are regarded as the gold standard for providing information about the effects of interventions to healthcare practitioners, policy makers and members of the public. The quality of these reviews is ensu... | LSTM, SCIBERT |
e5a965e7a109ae17a42dd22eddbf167be47fca75 | e5a965e7a109ae17a42dd22eddbf167be47fca75_0 | Q: What are the problems related to ambiguity in PICO sentence prediction tasks?
Text: INTRODUCTION
Systematic reviews (SR) of randomized controlled trials (RCTs) are regarded as the gold standard for providing information about the effects of interventions to healthcare practitioners, policy makers and members of the ... | Some sentences are associated to ambiguous dimensions in the hidden state output |
7d59374d9301a0c09ea5d023a22ceb6ce07fb490 | 7d59374d9301a0c09ea5d023a22ceb6ce07fb490_0 | Q: How do they measure the diversity of inferences?
Text: Introduction
Recently, event-centered commonsense knowledge has attracted much attention BIBREF0, BIBREF1, BIBREF2, BIBREF3, because of understanding events is an important component of NLP. Given a daily-life event, human can easily understand it and reason abo... | by number of distinct n-grams |
8e2b125426d1220691cceaeaf1875f76a6049cbd | 8e2b125426d1220691cceaeaf1875f76a6049cbd_0 | Q: By how much do they improve the accuracy of inferences over state-of-the-art methods?
Text: Introduction
Recently, event-centered commonsense knowledge has attracted much attention BIBREF0, BIBREF1, BIBREF2, BIBREF3, because of understanding events is an important component of NLP. Given a daily-life event, human ca... | ON Event2Mind, the accuracy of proposed method is improved by absolute BLUE 2.9, 10.87, 1.79 for xIntent, xReact and oReact respectively.
On Atomic dataset, the accuracy of proposed method is improved by absolute BLUE 3.95. 4.11, 4.49 for xIntent, xReact and oReact.respectively. |
42bc4e0cd0f3e238a4891142f1b84ebcd6594bf1 | 42bc4e0cd0f3e238a4891142f1b84ebcd6594bf1_0 | Q: Which models do they use as baselines on the Atomic dataset?
Text: Introduction
Recently, event-centered commonsense knowledge has attracted much attention BIBREF0, BIBREF1, BIBREF2, BIBREF3, because of understanding events is an important component of NLP. Given a daily-life event, human can easily understand it an... | RNN-based Seq2Seq, Variational Seq2Seq, VRNMT , CWVAE-Unpretrained |
fb76e994e2e3fa129f1e94f1b043b274af8fb84c | fb76e994e2e3fa129f1e94f1b043b274af8fb84c_0 | Q: How does the context-aware variational autoencoder learn event background information?
Text: Introduction
Recently, event-centered commonsense knowledge has attracted much attention BIBREF0, BIBREF1, BIBREF2, BIBREF3, because of understanding events is an important component of NLP. Given a daily-life event, human c... | CWVAE is trained on an auxiliary dataset to learn the event background information by using the context-aware latent variable. Then, in finetute stage, CWVAE is trained on the task-specific dataset to adapt the event background information to each specific aspect of If-Then inferential target. |
99ef97336c0112d9f60df108f58c8b04b519a854 | 99ef97336c0112d9f60df108f58c8b04b519a854_0 | Q: What is the size of the Atomic dataset?
Text: Introduction
Recently, event-centered commonsense knowledge has attracted much attention BIBREF0, BIBREF1, BIBREF2, BIBREF3, because of understanding events is an important component of NLP. Given a daily-life event, human can easily understand it and reason about its ca... | Unanswerable |
95d8368b1055d97250df38d1e8c4a2b283d2b57e | 95d8368b1055d97250df38d1e8c4a2b283d2b57e_0 | Q: what standard speech transcription pipeline was used?
Text: Introduction
Automatic speech recognition (ASR) systems have seen remarkable advances over the last half-decade from the use of deep, convolutional and recurrent neural network architectures, enabled by a combination of modeling advances, available training... | pipeline that is used at Microsoft for production data |
a978a1ee73547ff3a80c66e6db3e6c3d3b6512f4 | a978a1ee73547ff3a80c66e6db3e6c3d3b6512f4_0 | Q: How much improvement does their method get over the fine tuning baseline?
Text: Introduction
One of the most attractive features of neural machine translation (NMT) BIBREF0 , BIBREF1 , BIBREF2 is that it is possible to train an end to end system without the need to deal with word alignments, translation rules and co... | 0.08 points on the 2011 test set, 0.44 points on the 2012 test set, 0.42 points on the 2013 test set for IWSLT-CE. |
46ee1cbbfbf0067747b28bdf4c8c2f7dc8955650 | 46ee1cbbfbf0067747b28bdf4c8c2f7dc8955650_0 | Q: What kinds of neural networks did they use in this paper?
Text: Introduction
One of the most attractive features of neural machine translation (NMT) BIBREF0 , BIBREF1 , BIBREF2 is that it is possible to train an end to end system without the need to deal with word alignments, translation rules and complicated decodi... | LSTMs |
4f12b41bd3bb2610abf7d7835291496aa69fb78c | 4f12b41bd3bb2610abf7d7835291496aa69fb78c_0 | Q: How did they use the domain tags?
Text: Introduction
One of the most attractive features of neural machine translation (NMT) BIBREF0 , BIBREF1 , BIBREF2 is that it is possible to train an end to end system without the need to deal with word alignments, translation rules and complicated decoding algorithms, which are... | Appending the domain tag “<2domain>" to the source sentences of the respective corpora |
65e6a1cc2590b139729e7e44dce6d9af5dd2c3b5 | 65e6a1cc2590b139729e7e44dce6d9af5dd2c3b5_0 | Q: Why mixed initiative multi-turn dialogs are the greatest challenge in building open-domain conversational agents?
Text: Introduction
The Alexa Prize funded 12 international teams to compete to create a conversational agent that can discuss any topic for at least 20 minutes. UCSC's Slugbot was one of these funded tea... | do not follow a particular plan or pursue a particular fixed information need, integrating content found via search with content from structured data, at each system turn, there are a large number of conversational moves that are possible, most other domains do not have such high quality structured data available, liv... |
b54fc86dc2cc6994e10c1819b6405de08c496c7b | b54fc86dc2cc6994e10c1819b6405de08c496c7b_0 | Q: How is speed measured?
Text: Introduction
As the reliance on social media as a source of news increases and the reliability of sources is increasingly debated, it is important to understand how users react to various sources of news. Most studies that investigate misinformation spread in social media focus on indivi... | time elapsed between the moment the link or content was posted/tweeted and the moment that the reaction comment or tweet occurred |
b43a8a0f4b8496b23c89730f0070172cd5dca06a | b43a8a0f4b8496b23c89730f0070172cd5dca06a_0 | Q: What is the architecture of their model?
Text: Introduction
As the reliance on social media as a source of news increases and the reliability of sources is increasingly debated, it is important to understand how users react to various sources of news. Most studies that investigate misinformation spread in social med... | we combine a text sequence sub-network with a vector representation sub-network as shown in Figure FIGREF5 . The text sequence sub-network consists of an embedding layer initialized with 200-dimensional GloVe embeddings BIBREF15 followed by two 1-dimensional convolution layers, then a max-pooling layer followed by a de... |
b161febf86cdd58bd247a934120410068b24b7d1 | b161febf86cdd58bd247a934120410068b24b7d1_0 | Q: What are the nine types?
Text: Introduction
As the reliance on social media as a source of news increases and the reliability of sources is increasingly debated, it is important to understand how users react to various sources of news. Most studies that investigate misinformation spread in social media focus on indi... | agreement, answer, appreciation, disagreement, elaboration, humor, negative reaction, question, other |
d40662236eed26f17dd2a3a9052a4cee1482d7d6 | d40662236eed26f17dd2a3a9052a4cee1482d7d6_0 | Q: How do they represent input features of their model to train embeddings?
Text: Introduction
Many speech processing tasks – such as automatic speech recognition or spoken term detection – hinge on associating segments of speech signals with word labels. In most systems developed for such tasks, words are broken down ... | a vector of frame-level acoustic features |
1d791713d1aa77358f11501f05c108045f53c8aa | 1d791713d1aa77358f11501f05c108045f53c8aa_0 | Q: Which dimensionality do they use for their embeddings?
Text: Introduction
Many speech processing tasks – such as automatic speech recognition or spoken term detection – hinge on associating segments of speech signals with word labels. In most systems developed for such tasks, words are broken down into sub-word unit... | 1061 |
6b6360fab2edc836901195c0aba973eae4891975 | 6b6360fab2edc836901195c0aba973eae4891975_0 | Q: Which dataset do they use?
Text: Introduction
Many speech processing tasks – such as automatic speech recognition or spoken term detection – hinge on associating segments of speech signals with word labels. In most systems developed for such tasks, words are broken down into sub-word units such as phones, and models... | Switchboard conversational English corpus |
b6b5f92a1d9fa623b25c70c1ac67d59d84d9eec8 | b6b5f92a1d9fa623b25c70c1ac67d59d84d9eec8_0 | Q: By how much do they outpeform previous results on the word discrimination task?
Text: Introduction
Many speech processing tasks – such as automatic speech recognition or spoken term detection – hinge on associating segments of speech signals with word labels. In most systems developed for such tasks, words are broke... | Their best average precision tops previous best result by 0.202 |
86a93a2d1c19cd0cd21ad1608f2a336240725700 | 86a93a2d1c19cd0cd21ad1608f2a336240725700_0 | Q: How does Frege's holistic and functional approach to meaning relates to general distributional hypothesis?
Text: INTRODUCTION
“Meaning is, therefore, something that words have in sentences; and it's something that sentences have in a language.” BIBREF0 On the other hand, meaning could also be something that words ha... | interpretation of Frege's work are examples of holistic approaches to meaning |
6090d3187c41829613abe785f0f3665d9ecd90d9 | 6090d3187c41829613abe785f0f3665d9ecd90d9_0 | Q: What does Frege's holistic and functional approach to meaning states?
Text: INTRODUCTION
“Meaning is, therefore, something that words have in sentences; and it's something that sentences have in a language.” BIBREF0 On the other hand, meaning could also be something that words have on their own, with sentences being... | Only in the context of a sentence does a word have a meaning. |
117aa7811ed60e84d40cd8f9cb3ca78781935a98 | 117aa7811ed60e84d40cd8f9cb3ca78781935a98_0 | Q: Do they evaluate the quality of the paraphrasing model?
Text: Introduction
Semantic parsers map sentences onto logical forms that can be used to query databases BIBREF0 , BIBREF1 , instruct robots BIBREF2 , extract information BIBREF3 , or describe visual scenes BIBREF4 . In this paper we consider the problem of sem... | No |
c359ab8ebef6f60c5a38f5244e8c18d85e92761d | c359ab8ebef6f60c5a38f5244e8c18d85e92761d_0 | Q: How many paraphrases are generated per question?
Text: Introduction
Semantic parsers map sentences onto logical forms that can be used to query databases BIBREF0 , BIBREF1 , instruct robots BIBREF2 , extract information BIBREF3 , or describe visual scenes BIBREF4 . In this paper we consider the problem of semantical... | 10*n paraphrases, where n depends on the number of paraphrases that contain the entity mention spans |
ad362365656b0b218ba324ae60701eb25fe664c1 | ad362365656b0b218ba324ae60701eb25fe664c1_0 | Q: What latent variables are modeled in the PCFG?
Text: Introduction
Semantic parsers map sentences onto logical forms that can be used to query databases BIBREF0 , BIBREF1 , instruct robots BIBREF2 , extract information BIBREF3 , or describe visual scenes BIBREF4 . In this paper we consider the problem of semantically... | syntactic information, semantic and topical information |
423bb905e404e88a168e7e807950e24ca166306c | 423bb905e404e88a168e7e807950e24ca166306c_0 | Q: What are the baselines?
Text: Introduction
Semantic parsers map sentences onto logical forms that can be used to query databases BIBREF0 , BIBREF1 , instruct robots BIBREF2 , extract information BIBREF3 , or describe visual scenes BIBREF4 . In this paper we consider the problem of semantically parsing questions into... | GraphParser without paraphrases, monolingual machine translation based model for paraphrase generation |
e5ae8ac51946db7475bb20b96e0a22083b366a6d | e5ae8ac51946db7475bb20b96e0a22083b366a6d_0 | Q: Do they evaluate only on English data?
Text: Introduction
The global prevalence of obesity has doubled between 1980 and 2014, with more than 1.9 billion adults considered as overweight and over 600 million adults considered as obese in 2014 BIBREF0 . Since the 1970s, obesity has risen 37 percent affecting 25 percent... | Yes |
18288c7b0f8bd7839ae92f9c293e7fb85c7e146a | 18288c7b0f8bd7839ae92f9c293e7fb85c7e146a_0 | Q: How strong was the correlation between exercise and diabetes?
Text: Introduction
The global prevalence of obesity has doubled between 1980 and 2014, with more than 1.9 billion adults considered as overweight and over 600 million adults considered as obese in 2014 BIBREF0 . Since the 1970s, obesity has risen 37 perce... | weak correlation with p-value of 0.08 |
b5e883b15e63029eb07d6ff42df703a64613a18a | b5e883b15e63029eb07d6ff42df703a64613a18a_0 | Q: How were topics of interest about DDEO identified?
Text: Introduction
The global prevalence of obesity has doubled between 1980 and 2014, with more than 1.9 billion adults considered as overweight and over 600 million adults considered as obese in 2014 BIBREF0 . Since the 1970s, obesity has risen 37 percent affectin... | using topic modeling model Latent Dirichlet Allocation (LDA) |
c45a160d31ca8eddbfea79907ec8e59f543aab86 | c45a160d31ca8eddbfea79907ec8e59f543aab86_0 | Q: What datasets are used for evaluation?
Text: Introduction
Since their early days, representation in random utility behavior models has followed generally quite clear principles. For example, numeric quantities like travel time and cost may be directly used or transformed depending on observed non-linear efects (e.g.... | Swissmetro dataset |
7358a1ce2eae380af423d4feeaa67d2bd23ae9dd | 7358a1ce2eae380af423d4feeaa67d2bd23ae9dd_0 | Q: How do their train their embeddings?
Text: Introduction
Since their early days, representation in random utility behavior models has followed generally quite clear principles. For example, numeric quantities like travel time and cost may be directly used or transformed depending on observed non-linear efects (e.g. u... | The embeddings are learned several times using the training set, then the average is taken. |
1165fb0b400ec1c521c1aef7a4e590f76fee1279 | 1165fb0b400ec1c521c1aef7a4e590f76fee1279_0 | Q: How do they model travel behavior?
Text: Introduction
Since their early days, representation in random utility behavior models has followed generally quite clear principles. For example, numeric quantities like travel time and cost may be directly used or transformed depending on observed non-linear efects (e.g. usi... | The data from collected travel surveys is used to model travel behavior. |
f2c5da398e601e53f9f545947f61de5f40ede1ee | f2c5da398e601e53f9f545947f61de5f40ede1ee_0 | Q: How do their interpret the coefficients?
Text: Introduction
Since their early days, representation in random utility behavior models has followed generally quite clear principles. For example, numeric quantities like travel time and cost may be directly used or transformed depending on observed non-linear efects (e.... | The coefficients are projected back to the dummy variable space. |
2d4d0735c50749aa8087d1502ab7499faa2f0dd8 | 2d4d0735c50749aa8087d1502ab7499faa2f0dd8_0 | Q: By how much do they outperform previous state-of-the-art models?
Text: Introduction
Globally, human trafficking is one of the fastest growing crimes and, with annual profits estimated to be in excess of 150 billion USD, it is also among the most lucrative BIBREF0 . Sex trafficking is a form of human trafficking whic... | Proposed ORNN has 0.769, 1.238, 0.818, 0.772 compared to 0.778, 1.244, 0.813, 0.781 of best state of the art result on Mean Absolute Error (MAE), macro-averaged Mean Absolute Error (MAEM ), binary classification accuracy (Acc.) and weighted binary classification accuracy (Wt. Acc.) |
43761478c26ad65bec4f0fd511ec3181a100681c | 43761478c26ad65bec4f0fd511ec3181a100681c_0 | Q: Do they use pretrained word embeddings?
Text: Introduction
Globally, human trafficking is one of the fastest growing crimes and, with annual profits estimated to be in excess of 150 billion USD, it is also among the most lucrative BIBREF0 . Sex trafficking is a form of human trafficking which involves sexual exploit... | Yes |
01866fe392d9196dda1d0b472290edbd48a99f66 | 01866fe392d9196dda1d0b472290edbd48a99f66_0 | Q: How is the lexicon of trafficking flags expanded?
Text: Introduction
Globally, human trafficking is one of the fastest growing crimes and, with annual profits estimated to be in excess of 150 billion USD, it is also among the most lucrative BIBREF0 . Sex trafficking is a form of human trafficking which involves sexu... | re-train the skip-gram model and update the emoji map periodically on new escort ads, when traffickers switch to new emojis, the map can link the new emojis to the old ones |
394cf73c0aac8ccb45ce1b133f4e765e8e175403 | 394cf73c0aac8ccb45ce1b133f4e765e8e175403_0 | Q: Do they experiment with the dataset?
Text: Introduction
In contrast to traditional content distribution channels like television, radio and newspapers, Internet opened the door for direct interaction between the content creator and its audience. Young people are now gaining more frequent access to online, networked ... | Yes |
2c4003f25e8d95a3768204f52a7a5f5e17cb2102 | 2c4003f25e8d95a3768204f52a7a5f5e17cb2102_0 | Q: Do they use a crowdsourcing platform for annotation?
Text: Introduction
In contrast to traditional content distribution channels like television, radio and newspapers, Internet opened the door for direct interaction between the content creator and its audience. Young people are now gaining more frequent access to on... | No |
65e32f73357bb26a29a58596e1ac314f7e9c6c91 | 65e32f73357bb26a29a58596e1ac314f7e9c6c91_0 | Q: What is an example of a difficult-to-classify case?
Text: Introduction
In contrast to traditional content distribution channels like television, radio and newspapers, Internet opened the door for direct interaction between the content creator and its audience. Young people are now gaining more frequent access to onl... | The lack of background, Non-cursing aggressions and insults, the presence of controversial topic words , shallow meaning representation, directly ask the suspected troll if he/she is trolling or not, a blurry line between “Frustrate” and “Neutralize”, distinction between the classes “Troll” and “Engage” |
46f175e1322d648ab2c0258a9609fe6f43d3b44e | 46f175e1322d648ab2c0258a9609fe6f43d3b44e_0 | Q: What potential solutions are suggested?
Text: Introduction
In contrast to traditional content distribution channels like television, radio and newspapers, Internet opened the door for direct interaction between the content creator and its audience. Young people are now gaining more frequent access to online, network... | inclusion of longer parts of the conversation |
7cc22fd8c9d0e1ce5e86d0cbe90bf3a177f22a68 | 7cc22fd8c9d0e1ce5e86d0cbe90bf3a177f22a68_0 | Q: What is the size of the dataset?
Text: Introduction
In contrast to traditional content distribution channels like television, radio and newspapers, Internet opened the door for direct interaction between the content creator and its audience. Young people are now gaining more frequent access to online, networked medi... | 1000 conversations composed of 6833 sentences and 88047 tokens |
3fa638e6167e1c7a931c8ee5c0e2e397ec1b6cda | 3fa638e6167e1c7a931c8ee5c0e2e397ec1b6cda_0 | Q: What Reddit communities do they look at?
Text: Introduction
In contrast to traditional content distribution channels like television, radio and newspapers, Internet opened the door for direct interaction between the content creator and its audience. Young people are now gaining more frequent access to online, networ... | Unanswerable |
d2b3f2178a177183b1aeb88784e48ff7e3e5070c | d2b3f2178a177183b1aeb88784e48ff7e3e5070c_0 | Q: How strong is negative correlation between compound divergence and accuracy in performed experiment?
Text: Introduction
Human intelligence exhibits systematic compositionality BIBREF0, the capacity to understand and produce a potentially infinite number of novel combinations of known components, i.e., to make “infin... | between 0.81 and 0.88 |
d5ff8fc4d3996db2c96cb8af5a6d215484991e62 | d5ff8fc4d3996db2c96cb8af5a6d215484991e62_0 | Q: What are results of comparison between novel method to other approaches for creating compositional generalization benchmarks?
Text: Introduction
Human intelligence exhibits systematic compositionality BIBREF0, the capacity to understand and produce a potentially infinite number of novel combinations of known compone... | The MCD splits achieve a significantly higher compound divergence at a similar atom divergence when compared to the other experiments |
d9c6493e1c3d8d429d4ca608f5acf29e4e7c4c9b | d9c6493e1c3d8d429d4ca608f5acf29e4e7c4c9b_0 | Q: How authors justify that question answering dataset presented is realistic?
Text: Introduction
Human intelligence exhibits systematic compositionality BIBREF0, the capacity to understand and produce a potentially infinite number of novel combinations of known components, i.e., to make “infinite use of finite means” ... | CFQ contains the most query patterns by an order of magnitude and also contains significantly more queries and questions than the other datasets |
0427ca83d6bf4ec113bc6fec484b2578714ae8ec | 0427ca83d6bf4ec113bc6fec484b2578714ae8ec_0 | Q: What three machine architectures are analyzed?
Text: Introduction
Human intelligence exhibits systematic compositionality BIBREF0, the capacity to understand and produce a potentially infinite number of novel combinations of known components, i.e., to make “infinite use of finite means” BIBREF1. In the context of le... | LSTM+attention, Transformer , Universal Transformer |
f1c70baee0fd02b8ecb0af4b2daa5a56f3e9ccc3 | f1c70baee0fd02b8ecb0af4b2daa5a56f3e9ccc3_0 | Q: How big is new question answering dataset?
Text: Introduction
Human intelligence exhibits systematic compositionality BIBREF0, the capacity to understand and produce a potentially infinite number of novel combinations of known components, i.e., to make “infinite use of finite means” BIBREF1. In the context of learni... | 239,357 English question-answer pairs |
8db45a8217f6be30c31f9b9a3146bf267de68389 | 8db45a8217f6be30c31f9b9a3146bf267de68389_0 | Q: What are other approaches into creating compositional generalization benchmarks?
Text: Introduction
Human intelligence exhibits systematic compositionality BIBREF0, the capacity to understand and produce a potentially infinite number of novel combinations of known components, i.e., to make “infinite use of finite me... | random , Output length, Input length, Output pattern, Input pattern |
4e379d6d5f87554fabf6f7f7b6ed92d2025e7280 | 4e379d6d5f87554fabf6f7f7b6ed92d2025e7280_0 | Q: What problem do they apply transfer learning to?
Text: Introduction
Continuous Speech Keyword Spotting (CSKS) aims to detect embedded keywords in audio recordings. These spotted keyword frequencies can then be used to analyze theme of communication, creating temporal visualizations and word clouds BIBREF0 . Another ... | CSKS task |
518d0847b02b4f23a8f441faa38b935c9b892e1e | 518d0847b02b4f23a8f441faa38b935c9b892e1e_0 | Q: What are the baselines?
Text: Introduction
Continuous Speech Keyword Spotting (CSKS) aims to detect embedded keywords in audio recordings. These spotted keyword frequencies can then be used to analyze theme of communication, creating temporal visualizations and word clouds BIBREF0 . Another use case is to detect dom... | Honk, DeepSpeech-finetune |
8112d18681e266426cf7432ac4928b87f5ce8311 | 8112d18681e266426cf7432ac4928b87f5ce8311_0 | Q: What languages are considered?
Text: Introduction
Continuous Speech Keyword Spotting (CSKS) aims to detect embedded keywords in audio recordings. These spotted keyword frequencies can then be used to analyze theme of communication, creating temporal visualizations and word clouds BIBREF0 . Another use case is to det... | English, Hindi |
b14f13f2a3a316e5a5de9e707e1e6ed55e235f6f | b14f13f2a3a316e5a5de9e707e1e6ed55e235f6f_0 | Q: Does this model train faster than state of the art models?
Text: Introduction
Neural sequence-to-sequence (seq2seq) models BIBREF0, BIBREF1, BIBREF2, BIBREF3 generate an output sequence $\mathbf {y} = \lbrace y_1, \ldots , y_T\rbrace $ given an input sequence $\mathbf {x} = \lbrace x_1, \ldots , x_{T^{\prime }}\rbra... | Unanswerable |
ba6422e22297c7eb0baa381225a2f146b9621791 | ba6422e22297c7eb0baa381225a2f146b9621791_0 | Q: What is the performance difference between proposed method and state-of-the-arts on these datasets?
Text: Introduction
Neural sequence-to-sequence (seq2seq) models BIBREF0, BIBREF1, BIBREF2, BIBREF3 generate an output sequence $\mathbf {y} = \lbrace y_1, \ldots , y_T\rbrace $ given an input sequence $\mathbf {x} = \... | Difference is around 1 BLEU score lower on average than state of the art methods. |
65e72ad72a9cbfc379f126b10b0ce80cfe44579b | 65e72ad72a9cbfc379f126b10b0ce80cfe44579b_0 | Q: What non autoregressive NMT models are used for comparison?
Text: Introduction
Neural sequence-to-sequence (seq2seq) models BIBREF0, BIBREF1, BIBREF2, BIBREF3 generate an output sequence $\mathbf {y} = \lbrace y_1, \ldots , y_T\rbrace $ given an input sequence $\mathbf {x} = \lbrace x_1, \ldots , x_{T^{\prime }}\rbr... | NAT w/ Fertility, NAT-IR, NAT-REG, LV NAR, CTC Loss, CMLM |
cf8edc6e8c4d578e2bd9965579f0ee81f4bf35a9 | cf8edc6e8c4d578e2bd9965579f0ee81f4bf35a9_0 | Q: What are three neural machine translation (NMT) benchmark datasets used for evaluation?
Text: Introduction
Neural sequence-to-sequence (seq2seq) models BIBREF0, BIBREF1, BIBREF2, BIBREF3 generate an output sequence $\mathbf {y} = \lbrace y_1, \ldots , y_T\rbrace $ given an input sequence $\mathbf {x} = \lbrace x_1, ... | WMT2014, WMT2016 and IWSLT-2014 |
04aff4add28e6343634d342db92b3ac36aa8c255 | 04aff4add28e6343634d342db92b3ac36aa8c255_0 | Q: What is result of their attention distribution analysis?
Text: Introduction
A number of works have explored integrating the visual modality for Neural Machine Translation (NMT) models, though, there has been relatively modest gains or no gains at all by incorporating the visual modality in the translation pipeline B... | visual attention is very sparse, visual component of the attention hasn't learnt any variation over the source encodings |
a8e4522ce2ce7336e731286654d6ad0931927a4e | a8e4522ce2ce7336e731286654d6ad0931927a4e_0 | Q: What is result of their Principal Component Analysis?
Text: Introduction
A number of works have explored integrating the visual modality for Neural Machine Translation (NMT) models, though, there has been relatively modest gains or no gains at all by incorporating the visual modality in the translation pipeline BIBR... | existing visual features aren't sufficient enough to expect benefits from the visual modality in NMT |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.