| { |
| "paper_id": "2021", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T14:17:49.983237Z" |
| }, |
| "title": "When and Why does a Model Fail? A Human-in-the-loop Error Detection Framework for Sentiment Analysis", |
| "authors": [ |
| { |
| "first": "Zhe", |
| "middle": [], |
| "last": "Liu", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Yufan", |
| "middle": [], |
| "last": "Guo", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| }, |
| { |
| "first": "Jalal", |
| "middle": [], |
| "last": "Mahmud", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "jumahmud@us.ibm.com" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "Although deep neural networks have been widely employed and proven effective in sentiment analysis tasks, it remains challenging for model developers to assess their models for erroneous predictions that might exist prior to deployment. Once deployed, emergent errors can be hard to identify in prediction runtime and impossible to trace back to their sources. To address such gaps, in this paper we propose an error detection framework for sentiment analysis based on explainable features. We perform global-level feature validation with human-in-the-loop assessment, followed by an integration of global and locallevel feature contribution analysis. Experimental results show that, given limited human-inthe-loop intervention, our method is able to identify erroneous model predictions on unseen data with high precision.", |
| "pdf_parse": { |
| "paper_id": "2021", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "Although deep neural networks have been widely employed and proven effective in sentiment analysis tasks, it remains challenging for model developers to assess their models for erroneous predictions that might exist prior to deployment. Once deployed, emergent errors can be hard to identify in prediction runtime and impossible to trace back to their sources. To address such gaps, in this paper we propose an error detection framework for sentiment analysis based on explainable features. We perform global-level feature validation with human-in-the-loop assessment, followed by an integration of global and locallevel feature contribution analysis. Experimental results show that, given limited human-inthe-loop intervention, our method is able to identify erroneous model predictions on unseen data with high precision.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Deep learning approaches, especially neural network-based ones, have been widely employed and proven effective in sentiment analysis tasks (Rosenthal et al., 2017; Nakov et al., 2016) . These performance improvements, however, have come at the cost of model transparency and accountability (Inkpen et al., 2019) . Many times, deep models are being used as black-box tools by users, even without knowing the model's peculiarities as well as limitations (Mojsilovic, 2018) . In that sense, users can be easily exposed to impropriety or error predictions made in run time, and thus lose trust towards the sentiment classification system.", |
| "cite_spans": [ |
| { |
| "start": 139, |
| "end": 163, |
| "text": "(Rosenthal et al., 2017;", |
| "ref_id": "BIBREF20" |
| }, |
| { |
| "start": 164, |
| "end": 183, |
| "text": "Nakov et al., 2016)", |
| "ref_id": "BIBREF16" |
| }, |
| { |
| "start": 290, |
| "end": 311, |
| "text": "(Inkpen et al., 2019)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 452, |
| "end": 470, |
| "text": "(Mojsilovic, 2018)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Traditional evaluation metrics, such as accuracy and F1-score, can explain the predictive performance of a sentiment model. However, their explanations are from an overall and reactive perspective, as they fail to provide insights into the details on when and why the sentiment models fail in run-time (Nushi et al., 2018) . Manual error analysis or heuristics-based error analysis are also common methods for error identification, however, both of them requires either human intervention or domain knowledge, either in the form of labeled data (Stymne, 2011) or declarative information (e.g., heuristics or knowledge bases) (Bassil and Alwani, 2012) . However, labeling instances can be time and effort consuming, and pre-defined knowledge applicable to a specific model is difficult to get. To address this concern, researchers and practitioners have recently raised the need for developing more proactive error detection mechanisms to increase the accountability of the sentiment classification systems while in use. Such accountability mechanisms should be able to identify and measure prediction errors as well as to provide prompt notifications and rectification to the users (Crawford et al., 2016) .", |
| "cite_spans": [ |
| { |
| "start": 302, |
| "end": 322, |
| "text": "(Nushi et al., 2018)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 545, |
| "end": 559, |
| "text": "(Stymne, 2011)", |
| "ref_id": "BIBREF23" |
| }, |
| { |
| "start": 625, |
| "end": 650, |
| "text": "(Bassil and Alwani, 2012)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 1182, |
| "end": 1205, |
| "text": "(Crawford et al., 2016)", |
| "ref_id": "BIBREF3" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "With this challenge in mind, we introduce in this study an explainable error detection framework with human-in-the-loop for sentiment analysis task. Specifically, as shown in Figure 1 , given a pre-trained black-box sentiment model, the errordetection framework first analyzes local feature contributions through a data perturbation process. Next, the local feature contributions are aggregated for global-level feature contributions. Later, humans are brought into the loop to assess the relevance of the top ranked global features to the target sentiment classes, and report errors if any. An erroneous score is calculated based on both global and local features. Instances exhibiting erroneous scores above a specific threshold are flagged as problematic predictions. We demonstrate the error detection framework on two sentiment test datasets. From experimental results, we notice high error detection precision of the proposed framework.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 175, |
| "end": 183, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our contributions are fourfold: First, we present a high precision error detection framework for sen- timent analysis task, which can proactively notify users with prediction errors in run-time. Second, the proposed framework calculates the likelihood of concerns on model correctness in even unseen cases. Third, erroneous predictions are identified based on explainable features which allow the users to easily understand why a prediction fails. Fourth, the proposed error detection framework requires little human effort in error detection by labeling on the global feature level, rather than local instance level.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Error analysis and detection is important to building accountable AI models, as they allow individuals to understand when and how predictions fail (Nushi et al., 2018) . The most intuitive error analysis method is to evaluate the algorithms on a broad set of performance metrics, such as, sensitivity and specifity analysis (Harper et al., 2009) . But their explanations are from an overall and reactive perspective, as they fail to provide insights on each specific instance level on unseen data. Manual error analysis is another common approach, whereas it requires significant human efforts and time, and is not easy to scale. By taking prior knowledge, such as semantic context, into consideration, heuristicbased method brings context-based errors into practice (Bassil and Alwani, 2012) . Comparing to the manual error analysis, heuristic-based method requires no human intervention. However, predefined heuristics applicable to a specific model is difficult to get. Uncertainty sampling (Settles, 2012) based on a model's confidence scores to identify and label potential prediction errors. Although no human effort is needed in this approach, its performance is not always reliable. In addition, a series of methods have recently been introduced to identify model errors in a human-machine interac-tive manner (Fiebrink et al., 2011; Chen et al., 2018; Nushi et al., 2018) . By adding humans into the model evaluation step (Fails and Olsen Jr, 2003) , the proposed methods allowed the users to improve the model performance iteratively, by identifying model errors, providing new training data rewardingly, and retraining the model. Common limitations of these human-in-the-loop based methods are that, they require human labeling on the instance level, which can be labor-intensive, and can not be easily generalized to unseen data.", |
| "cite_spans": [ |
| { |
| "start": 147, |
| "end": 167, |
| "text": "(Nushi et al., 2018)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 324, |
| "end": 345, |
| "text": "(Harper et al., 2009)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 767, |
| "end": 792, |
| "text": "(Bassil and Alwani, 2012)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 1318, |
| "end": 1341, |
| "text": "(Fiebrink et al., 2011;", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 1342, |
| "end": 1360, |
| "text": "Chen et al., 2018;", |
| "ref_id": "BIBREF2" |
| }, |
| { |
| "start": 1361, |
| "end": 1380, |
| "text": "Nushi et al., 2018)", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 1431, |
| "end": 1457, |
| "text": "(Fails and Olsen Jr, 2003)", |
| "ref_id": "BIBREF4" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "In this section, we present our framework to detect errors in sentiment predictions with human-in-theloop in detail. Given a blackbox sentiment model and a set of unseen test data, the proposed method runs over the following four steps: 1) \"local-level feature contributions\" module quantifies the feature contributions to the prediction of each individual target instance. 2) \"global-level feature contributions\" module characterizes the general effect of a feature to the overall prediction across all instances. 3) \"human assessment\" module brings human into the loop of error detection by allowing them to manually label on an interpretable feature-level, instead of instance-level, to save the labeling efforts. 4) \"global-local integration\" module quantifies the erroneous probabilities of instance-level predictions made by the model. With the erroneous probabilities, the framework can send users with failure alerts in prediction run-time on unseen sentiment data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Methods", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Local-level feature explanations refers to the interpretations used to justify why the model made a specific decision for a single instance. Many existing approaches (Lundberg and Lee, 2017; Lakkaraju et al., 2017) can be adopted for local interpretations. Among the many existing explanation-generating methods, we adopted LIME (Ribeiro et al., 2016) as an example way for achieving local-level feature importance in the proposed framework. LIME relies on random perturbation to artificially generate datasets around an instance and then using the generated dataset to train local linear interpretable models for single instance level explanations.", |
| "cite_spans": [ |
| { |
| "start": 329, |
| "end": 351, |
| "text": "(Ribeiro et al., 2016)", |
| "ref_id": "BIBREF19" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Local-Level Explainable Feature Contributions", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "In the case of sentiment analysis, we chose unigrams as the explainable feature for LIME, as it is the smallest unit of a text snippet carrying sufficient information that can be reasonably interpreted by human. We implemented linear regression as the base model in LIME and applied it on our dataset, and ranked the explainable features based on their derived coefficients. An example of the local-level feature contributions produced by LIME in our case is presented in Figure 2 , where the pre-trained model's prediction for sentence \"Panera gives me diarrhea.\" in 2(a) is \"positive\". The unigram feature \"panera\" contributes positively to the positive prediction with a magnitude of 0.576, whereas \"diarrhea\" contributes negatively to the positive prediction with a magnitude of 0.159. By observing the local-level feature contributions, we can tell that the model makes a prediction error by considering the word \"panera\" as a significant indicator of the positive polarity, and thus led the model to assign a positive label to the negative sentence. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 472, |
| "end": 480, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Local-Level Explainable Feature Contributions", |
| "sec_num": "3.1" |
| }, |
| { |
| "text": "Global-level explainable feature contribution demonstrates how each explainable feature affects the model's prediction with regard to the whole training samples, instead of individual instance level predictions (Molnar, 2019) . Achieving globallevel feature contributions (Molnar, 2019; Letham et al., 2015; Arguello et al., 2009) can help extract more distilled knowledge for less human efforts and can thus facilitates user's understanding of the whole prediction logic behind the model. In the proposed framework, we ran the perturbationbased analysis first on the local-level for all training samples (although it could be on testing as well (Molnar, 2019) ) by masking individual feature j, one at a time, from each data instance d i , i \u2208 {0, 1, . . . , N }, which contains feature j. We then calculated the absolute changes in the model's prediction probabilities associated with each class label k \u2208 {0, 1, . . . , K} as:", |
| "cite_spans": [ |
| { |
| "start": 211, |
| "end": 225, |
| "text": "(Molnar, 2019)", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 272, |
| "end": 286, |
| "text": "(Molnar, 2019;", |
| "ref_id": "BIBREF15" |
| }, |
| { |
| "start": 287, |
| "end": 307, |
| "text": "Letham et al., 2015;", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 308, |
| "end": 330, |
| "text": "Arguello et al., 2009)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 646, |
| "end": 660, |
| "text": "(Molnar, 2019)", |
| "ref_id": "BIBREF15" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "P \u2212j i,k = |P (y = k|d \u2212j i ) \u2212 P (y = k|d i )|", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "where P (y = k|d i ) is the pre-trained model's prediction probability with feature j, and P (y = k|d \u2212j i ) is the probability without j. We denoted the P \u2212j i,k as feature j's local importance associated with class k to data instance d i . With all N instances containing feature j, we finally aggregated the local level importance of j to all d i to a global level as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "k * = arg max k 1 N N i=1 P \u2212j i,k", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "and denoted class label k * with the maximum average probability change as the direction of feature j's contribution, and the associated P \u2212j k as its contribution magnitude, where:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "P \u2212j k = 1 N N i=1 P \u2212j k *", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The global importance measurement can be viewed as an aggregation of the local contributions. The underlying assumption behind this method is that a feature is important, if removing it can change the prediction probability significantly. Using the unigram feature \"underwhelming\" as an example, Figure 3 shows how the corresponding feature magnitude and direction are achieved by using the proposed method. Features were ranked in descending order according to their derived global contribution magnitudes. This would allow us next to show the more important features earlier to the human assessors, so as to help them identify the most significant errors in the shortest time. ", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 296, |
| "end": 304, |
| "text": "Figure 3", |
| "ref_id": "FIGREF2" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Global-Level Explainable Feature Contributions", |
| "sec_num": "3.2" |
| }, |
| { |
| "text": "The human-in-the-loop assessment module requires human assessors to screen the top N globally contributing features learnt from the previous step with regard to their predicted sentiment labels. Compared with labeling on an instance basis, feature level annotation could be a lot more efficient. Although the top contributing features are not necessarily error-prone, they are more likely to affect the model's overall performance and allow us to zoom into erroneous model predictions in a more efficient manner.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Human-in-the-loop Assessment on Global Errors", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "In the proposed algorithm, we asked the human assessors to label on an unigram basis, given the following considerations: First, labeling on unigrams may lead to more generalized outputs as compared to labeling on bigrams/trigrams. Assuming that the same number of erroneous features were identified by the human assessors on both the unigram and the bigram/trigram levels, more potentially erroneous instances containing the identified unigrams could be found as compared to instances containing the identified bigrams/trigrams, as they are often too sparse or too content specific. Second, labeling on unigrams may be less time and effort intensive, as unigrams tend to be more interpretable to human assessors. If we choose any adjacent words as our bigrams/trigrams, under many circumstances we would not get meaningful phrases, on which labeling could be difficult. Third, existing work on constructing polarity lexicons with manual annotation decisions (Mohammad and Turney, 2013; Rouces et al., 2018) were successfully performed on the unigram basis.", |
| "cite_spans": [ |
| { |
| "start": 987, |
| "end": 1007, |
| "text": "Rouces et al., 2018)", |
| "ref_id": "BIBREF21" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Human-in-the-loop Assessment on Global Errors", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "To be more specific, in this step, human assessors were asked to rate the correctness of the globally learnt contribution directions (positive, negative or neutral) of the top N unigrams. Given that the top contributing unigrams were not context-specific or sense-disambiguated, we followed the same heuristic as in Rouces et al. (2018) by showing only the definition of the first sense in WordNet (Miller, 1995) to the assessors for annotation purpose, as the first sense is by design the most common meaning of a word. For unigrams that can not be found in WordNet, we showed the top definition from Urban Dictionary 1 instead. An example annotation task would be: for unigram feature \"panera\", we first displayed the word itself to the assessor, followed by its first definition in Urban Dictionary, and its contribution direction of being \"positive\" as learnt from the global feature contribution step. We then asked the assessors to rate their agreement on \"panera\" with the definition \"A clean, upscale chain of restaurants primarily located on the eastern coast of America\" as of \"positive\" polarity on a 5-points Likert scale (1: Strongly Disagree, 2: Agree, 3: Neutral, 4: Disagree, 5: Strongly Disagree). As acquiring assessment from experts would be expensive, assessment can be done in a crowd-sourced manner.", |
| "cite_spans": [ |
| { |
| "start": 316, |
| "end": 336, |
| "text": "Rouces et al. (2018)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 398, |
| "end": 412, |
| "text": "(Miller, 1995)", |
| "ref_id": "BIBREF12" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Human-in-the-loop Assessment on Global Errors", |
| "sec_num": "3.3" |
| }, |
| { |
| "text": "The erroneous features recognized on the global level could indeed help identify problematic predictions on the unlabeled instances. However, flagging error occurrence on individual instance level only based on these problematic features may also be unreliable. As shown in Figure 2 , noticing \"panera\" being incorrectly learned as \"positive\" could help us accurately identify the wrong prediction of sentence 2(a). However, its erroneous impact on sentence 2(b) is disguised by the existence of the other positive feature \"good\", which were actually learned correctly on the global level.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 274, |
| "end": 282, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Global-Local Integration", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "To more accurately identify the problematic predictions on unlabeled instances, in this step we proposed a measurement metric called the local erroneous score e, to determine the relative impact of the global erroneous features on the local level. e was calculated as a normalized version of the accumulated error contributions induced by the globally identified problematic features:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Local Integration", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "e = m i=1 c * j n i=1 c + i where c * j \u2208 [\u22121, 1]", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Global-Local Integration", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "represents the local contribution of the erroneous feature j on the specific instance, and m indicates the total number of erroneous features identified from the global perspective. c + i \u2208 (0, 1] represents the local contribution of the feature i, whose contribution direction is the same as the final prediction. n specifies the total number of positively contributed features. The local erroneous score e has the value between \u2212\u221e to 1. By applying the proposed equation on the two examples as shown in Figure 2 , we can see that sentence 2(a) derived a much higher local erroneous score of 0.926, than sentence 2(b) of score 0.502. This demonstrated the effectiveness of the proposed measurement in terms of error detection. A pre-defined threshold \u03c4 is set by the user, and only instances with e > \u03c4 would be retrieved as problematic predictions.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 505, |
| "end": 513, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Global-Local Integration", |
| "sec_num": "3.4" |
| }, |
| { |
| "text": "To test our error detection framework, we first create a three-class sentiment classifier, and later treat it as a black-box \"pre-trained\" model for error detection. We implemented the classifier using a replication of the multichannel CNN model introduced by Kim (2014) , although any algorithm can be applied here as the black-box pre-trained model. The training data contains 2,265,413 positive, 2,704,587 negative, and 2,297,426 neutral cases. They were collected from various sources, ranging from high-quality human-labeled instances to pseudo-labeled instances annotated using emoji or hashtag based indicators (Novak et al., 2015) . We evaluated the model on the test dataset of Se-mEval2016 Task 4 Subtask A (Nakov et al., 2016) . Our model achieved a F P N 1 of 0.345, and a threeclass prediction accuracy of 0.463, which is comparable to many of the SemEval2016 participation systems.", |
| "cite_spans": [ |
| { |
| "start": 260, |
| "end": 270, |
| "text": "Kim (2014)", |
| "ref_id": "BIBREF8" |
| }, |
| { |
| "start": 618, |
| "end": 638, |
| "text": "(Novak et al., 2015)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 717, |
| "end": 737, |
| "text": "(Nakov et al., 2016)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment Settings", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We calculated the local and global feature contributions using the training dataset and performed the human-in-the-loop assessment on Figure Eight 2 . We extracted the top 2,000 non-neutral features with the highest global contribution magnitudes to human assessors to determine their global correctness. We chose only non-neutral features for error assessment as polarity errors, such as predicting positive as negative or vice versa, can greatly impact user's trust towards the model, and we want to focus more on such extreme cases for error detection. 5 unigrams were shown in 1 annotation page and gold questions (easy questions with known answers, e.g. \"happy\" with the definition \"enjoying or showing or marked by joy or pleasure\" as \"positive\" polarity) were embedded on each page for quality check. For each unigram feature, we recruited in total 5 assessors who had to be native English speakers, with the highest level of experience. For all 2,000 unigram features, we collected in total 10,155 judgements within 1 hour. Among them only 155 (1.5%) were from untrusted assessors, who have been excluded during the annotation process. This indicated the relative easiness of feature labeling for sentiment task for even non-expert assessors. We obtained the annotations for 1,725 out of the 2,000 assessed unigrams and converted them into binary cases (agree or disagree, 86.25% inter-rater agreement), where at least 3 assessors agree on the same answer. Among them 161 were found to be wrongly learned by the pretrained black-box model. Global-level features include \"kashmir\", \"midterm\", \"dems\", \"netflix\" was being wrongly predicted by the model as \"negative\", whereas \"wingstop\", \"panera\", \"minister\", \"popeyes\" as \"positive\". All 161 global-level problematic features would then be passed to the next step to guide the instance-level error identification.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 134, |
| "end": 149, |
| "text": "Figure Eight 2", |
| "ref_id": "FIGREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment Settings", |
| "sec_num": "4" |
| }, |
| { |
| "text": "To assess the method's effectiveness, we applied the proposed error detection framework first on the test dataset of SemEval2016 Task 4 Subtask A. We found 932 instances containing at least one of the globally identified problematic features. Thus, we only calculated the local erroneous score e for the 932 cases. Given that the SemEval dataset only covers a subset (60/161) of the erroneous unigrams, we prepared another dataset customized just for better understanding of the precision of the proposed framework. Specifically, we adopted the 161 problematic unigrams as search keywords to collect tweets using Twitter Search API. For each keyword we collected up to 50 most recent tweets. We cleaned the collected dataset by removing duplicate tweets and tweets with URL, assuming that they have a higher probability of being spam. In total, we collected 3,111 instances in this customized Twitter testing dataset.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment Settings", |
| "sec_num": "4" |
| }, |
| { |
| "text": "For both datasets, we extracted all instances with e > \u03c4 . For the self-collected Twitter data, we acquired the ground truth labels from the crowd on Figure Eight . We reported the precision of the proposed method at different settings of the threshold \u03c4 , to understand its impacts on the framework's performance.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 150, |
| "end": 162, |
| "text": "Figure Eight", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Experiment Settings", |
| "sec_num": "4" |
| }, |
| { |
| "text": "We adopted uncertainty sampling as the baseline to evaluate the performance of the proposed error detection framework. We adopted the least confidence as the measurement in this experiment, which is based on the difference between the most confident prediction and 100% confidence. In other words, for a three-class classification task, the model is most unconfident when having the maximum prediction probability around 0.33. We applied uncertainty sampling just on the complete SemEval test data, assuming no filtering at all was applied on the original dataset. We extracted in-stances with the lowest prediction confidence as under-trained cases and compared the precision@K for both the baseline method and the proposed method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Experiment Settings", |
| "sec_num": "4" |
| }, |
| { |
| "text": "In Figure 4 , we plotted the error detection precision for the proposed method on both datasets, along with varied thresholds of \u03c4 ranging from 0 to 0.4. We set the upper bound \u03c4 to 0.4 instead of 1, since only very limited number of instances (sizes with no or little statistical meaning) were detected for the SemEval dataset when \u03c4 \u2265 0.5. As can be seen from Figure 5 , even when the threshold \u03c4 was set to a low score of 0, the proposed error detection framework can still achieve relatively high precision scores for both datasets. Specifically, for the SemEval dataset, with \u03c4 = 0, the proposed framework indicated 48.9% of all prediction instances as erroneous predictions. Among these flagged instances, 67.7% were proved to be truly problematic according to the ground truth labels. The same pattern was also noticed for the self-collected Twitter dataset, when \u03c4 = 0, the proposed method detected in total 57.9% suspicious predictions, and 70.5% of them were proved to be truly problematic. Looking further, we observed that the error detection framework became even more precise, as we incrementally increased the value of \u03c4 . It reached the highest precision of 85.9% for the SemEval and 90.8% for the Twitter dataset when \u03c4 = 0.4. But obviously these increases in precision were achieved with a tradeoff of the degradation in the number of detected problematic predictions.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 11, |
| "text": "Figure 4", |
| "ref_id": "FIGREF3" |
| }, |
| { |
| "start": 362, |
| "end": 370, |
| "text": "Figure 5", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Considering our ultimate goal of altering users of potential prediction errors, we next compared the proposed error detection framework with un- certainty sampling based on precision@K. Precision@K is a widely adopted evaluation metric in information retrieval tasks. It is being defined here as the proportion of identified erroneous cases that are real errors in the top K retrieved results. We chose K ranging from 100 to 400, as only 455 predictions are being identified as problematic with \u03c4 \u2265 0. Table 1 shows the precision@K for both uncertainty sampling and the proposed approach.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 502, |
| "end": 509, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "As can be noticed in Table 1 , when alerting the users with the top 100 identified error predictions, the proposed error detection method with humanin-the-loop showed significant performance advantage over uncertainty sampling with a 0.110 precision gap. Such advantages gradually decreased as K became larger (more relaxed \u03c4 ). When K = 400, the prediction probability threshold for uncertainty sampling equaled to 0.393, and the precision gap between the two methods decreased to 0.006.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 21, |
| "end": 28, |
| "text": "Table 1", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "In addition to precision, we were also interested in knowing if the proposed method was able to catch errors that can not be detected by the uncertainty sampling baseline. To achieve this goal, we plotted in Figure 5 the distribution of the prediction probabilities of the erroneous cases identified by the proposed framework when \u03c4 = 0.4. From Figure 5 , we found that about 40% of the erroneous instances detected by the proposed method were associated with prediction probabilities of larger than 0.7. In other words, this means that the model is quite confident about those predictions and uncertainty sampling would hardly treat them as potential errors. In that sense, we conclude that the proposed framework is able to detect errors even when the prediction confidence is high.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 208, |
| "end": 216, |
| "text": "Figure 5", |
| "ref_id": "FIGREF4" |
| }, |
| { |
| "start": 340, |
| "end": 353, |
| "text": "From Figure 5", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Results", |
| "sec_num": "5" |
| }, |
| { |
| "text": "Our work was motivated by the practical concerns of not knowing the limitations or potential errors of a sentiment model prior to deployment, and not being able to notify or even rectify when erroneous predictions were made once deployed. Driven by this demand, in this paper, we presented a framework for identifying prediction errors in an interpretable manner for sentiment analysis tasks. We validated the proposed error detection framework on two different datasets. Results showed that the proposed method can identify problematic model predictions with high precision, which is critical to continuous model refinement. While comparing the proposed approach with the baseline, we noticed that our method can also be adopted as a selective sampling approach, in addition to uncertainty sampling. Besides, given that the proposed error detection framework can be applied on unseen data without ground truth, it can proactively notify users about possible erroneous decisions made by the model in prediction run-time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "In addition to its effectiveness, the proposed error detection framework can also be easily explained to the users. Globally, the proposed framework allows the users to understand the overall contribution of a word to the final predictions made by the black-box sentiment model. Besides, as demonstrated in our results, global-level contributions can also be useful for identifying potential bias existed in the model. For instance, we noticed that \"netflix\", \"dems\", and \"palestine\" were being learned as \"negative\" in our pre-trained sentiment model. While integrating global-level problematic features with local-level predictions, the proposed erroneous score enables users to know why that specific prediction could be wrong or biased and how much the problematic global feature contributed to the erroneous or biased prediction. Certainly, more work is needed on how the proposed framework can be generalized to the task of bias detection.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Furthermore, the proposed framework efficiently integrated human into the loop of model validation and refinement. Comparing with the previous methods, our approach allows the human annota-tors to label on the explainable feature level, rather than on the instance level, which can significantly save their time and effort. Regarding the annotation quality of the feature level labeling, our results showed that even non-expert crowd workers can accurately finish the assessment tasks with high inter-rater agreement in a very short period of time.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "Finally, our work comes with certain limitations. One of them is the relatively small number of global features (2,000) that were labeled by the human assessors in this work. To some extent, this limited us from evaluating the presented error detection framework from more angels other than precision, although precision is the most important measurement for error detection. Annotations on larger scales will be conducted in later studies and the effectiveness of the proposed framework will be evaluated from more angels. Besides, future works will also be conducted on investigating how these identified erroneous instances or features could be used for further fixing or debugging the pre-trained models.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion and Conclusion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "https://www.urbandictionary.com", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| }, |
| { |
| "text": "https://www.figure-eight.com/", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "Classification-based resource selection", |
| "authors": [ |
| { |
| "first": "Jaime", |
| "middle": [], |
| "last": "Arguello", |
| "suffix": "" |
| }, |
| { |
| "first": "Jamie", |
| "middle": [], |
| "last": "Callan", |
| "suffix": "" |
| }, |
| { |
| "first": "Fernando", |
| "middle": [], |
| "last": "Diaz", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the 18th ACM conference on Information and knowledge management", |
| "volume": "", |
| "issue": "", |
| "pages": "1277--1286", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jaime Arguello, Jamie Callan, and Fernando Diaz. 2009. Classification-based resource selection. In Proceedings of the 18th ACM conference on Infor- mation and knowledge management, pages 1277- 1286. ACM.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Ocr post-processing error correction algorithm using google online spelling suggestion", |
| "authors": [ |
| { |
| "first": "Youssef", |
| "middle": [], |
| "last": "Bassil", |
| "suffix": "" |
| }, |
| { |
| "first": "Mohammad", |
| "middle": [], |
| "last": "Alwani", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1204.0191" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Youssef Bassil and Mohammad Alwani. 2012. Ocr post-processing error correction algorithm using google online spelling suggestion. arXiv preprint arXiv:1204.0191.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Anchorviz: Facilitating classifier error discovery through interactive semantic data exploration", |
| "authors": [ |
| { |
| "first": "Nan-Chen", |
| "middle": [], |
| "last": "Chen", |
| "suffix": "" |
| }, |
| { |
| "first": "Jina", |
| "middle": [], |
| "last": "Suh", |
| "suffix": "" |
| }, |
| { |
| "first": "Johan", |
| "middle": [], |
| "last": "Verwey", |
| "suffix": "" |
| }, |
| { |
| "first": "Gonzalo", |
| "middle": [], |
| "last": "Ramos", |
| "suffix": "" |
| }, |
| { |
| "first": "Steven", |
| "middle": [], |
| "last": "Drucker", |
| "suffix": "" |
| }, |
| { |
| "first": "Patrice", |
| "middle": [], |
| "last": "Simard", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "23rd International Conference on Intelligent User Interfaces", |
| "volume": "", |
| "issue": "", |
| "pages": "269--280", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Nan-Chen Chen, Jina Suh, Johan Verwey, Gonzalo Ramos, Steven Drucker, and Patrice Simard. 2018. Anchorviz: Facilitating classifier error discovery through interactive semantic data exploration. In 23rd International Conference on Intelligent User Interfaces, pages 269-280. ACM.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "The ai now report: The social and economic implications of artificial intelligence technologies in the near-term", |
| "authors": [ |
| { |
| "first": "Kate", |
| "middle": [], |
| "last": "Crawford", |
| "suffix": "" |
| }, |
| { |
| "first": "Meredith", |
| "middle": [], |
| "last": "Whittaker", |
| "suffix": "" |
| }, |
| { |
| "first": "Madeleine", |
| "middle": [ |
| "Clare" |
| ], |
| "last": "Elish", |
| "suffix": "" |
| }, |
| { |
| "first": "Solon", |
| "middle": [], |
| "last": "Barocas", |
| "suffix": "" |
| }, |
| { |
| "first": "Aaron", |
| "middle": [], |
| "last": "Plasek", |
| "suffix": "" |
| }, |
| { |
| "first": "Kadija", |
| "middle": [], |
| "last": "Ferryman", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "AI Now public symposium", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kate Crawford, Meredith Whittaker, Madeleine Clare Elish, Solon Barocas, Aaron Plasek, and Kadija Fer- ryman. 2016. The ai now report: The social and economic implications of artificial intelligence tech- nologies in the near-term. In AI Now public sym- posium, hosted by the White House and New York University's Information Law Institute, July 7th.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Interactive machine learning", |
| "authors": [ |
| { |
| "first": "Jerry", |
| "middle": [], |
| "last": "", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Fails", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Dan R Olsen", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "Proceedings of the 8th international conference on Intelligent user interfaces", |
| "volume": "", |
| "issue": "", |
| "pages": "39--45", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jerry Alan Fails and Dan R Olsen Jr. 2003. Interac- tive machine learning. In Proceedings of the 8th in- ternational conference on Intelligent user interfaces, pages 39-45. ACM.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Human model evaluation in interactive supervised learning", |
| "authors": [ |
| { |
| "first": "Rebecca", |
| "middle": [], |
| "last": "Fiebrink", |
| "suffix": "" |
| }, |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Perry", |
| "suffix": "" |
| }, |
| { |
| "first": "Dan", |
| "middle": [], |
| "last": "Cook", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Trueman", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the SIGCHI Conference on Human Factors in Computing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "147--156", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rebecca Fiebrink, Perry R Cook, and Dan Trueman. 2011. Human model evaluation in interactive super- vised learning. In Proceedings of the SIGCHI Con- ference on Human Factors in Computing Systems, pages 147-156. ACM.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Facts or friends?: distinguishing informational and conversational questions in social q&a sites", |
| "authors": [ |
| { |
| "first": "Maxwell", |
| "middle": [], |
| "last": "Harper", |
| "suffix": "" |
| }, |
| { |
| "first": "Daniel", |
| "middle": [], |
| "last": "Moy", |
| "suffix": "" |
| }, |
| { |
| "first": "Joseph", |
| "middle": [ |
| "A" |
| ], |
| "last": "Konstan", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Proceedings of the sigchi conference on human factors in computing systems", |
| "volume": "", |
| "issue": "", |
| "pages": "759--768", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "F Maxwell Harper, Daniel Moy, and Joseph A Kon- stan. 2009. Facts or friends?: distinguishing infor- mational and conversational questions in social q&a sites. In Proceedings of the sigchi conference on hu- man factors in computing systems, pages 759-768. ACM.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Where is the human?: Bridging the gap between ai and hci", |
| "authors": [ |
| { |
| "first": "Kori", |
| "middle": [], |
| "last": "Inkpen", |
| "suffix": "" |
| }, |
| { |
| "first": "Stevie", |
| "middle": [], |
| "last": "Chancellor", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Munmun De", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Choudhury", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric Ps", |
| "middle": [], |
| "last": "Veale", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Baumer", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "Extended Abstracts of the 2019 CHI Conference on Human Factors in Computing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kori Inkpen, Stevie Chancellor, Munmun De Choud- hury, Michael Veale, and Eric PS Baumer. 2019. Where is the human?: Bridging the gap between ai and hci. In Extended Abstracts of the 2019 CHI Con- ference on Human Factors in Computing Systems, page W09. ACM.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "Convolutional neural networks for sentence classification", |
| "authors": [ |
| { |
| "first": "Yoon", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1408.5882" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yoon Kim. 2014. Convolutional neural net- works for sentence classification. arXiv preprint arXiv:1408.5882.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Interpretable & explorable approximations of black box models", |
| "authors": [ |
| { |
| "first": "Himabindu", |
| "middle": [], |
| "last": "Lakkaraju", |
| "suffix": "" |
| }, |
| { |
| "first": "Ece", |
| "middle": [], |
| "last": "Kamar", |
| "suffix": "" |
| }, |
| { |
| "first": "Rich", |
| "middle": [], |
| "last": "Caruana", |
| "suffix": "" |
| }, |
| { |
| "first": "Jure", |
| "middle": [], |
| "last": "Leskovec", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": { |
| "arXiv": [ |
| "arXiv:1707.01154" |
| ] |
| }, |
| "num": null, |
| "urls": [], |
| "raw_text": "Himabindu Lakkaraju, Ece Kamar, Rich Caruana, and Jure Leskovec. 2017. Interpretable & explorable ap- proximations of black box models. arXiv preprint arXiv:1707.01154.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Interpretable classifiers using rules and bayesian analysis: Building a better stroke prediction model", |
| "authors": [ |
| { |
| "first": "Benjamin", |
| "middle": [], |
| "last": "Letham", |
| "suffix": "" |
| }, |
| { |
| "first": "Cynthia", |
| "middle": [], |
| "last": "Rudin", |
| "suffix": "" |
| }, |
| { |
| "first": "H", |
| "middle": [], |
| "last": "Tyler", |
| "suffix": "" |
| }, |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Mc-Cormick", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Madigan", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "The Annals of Applied Statistics", |
| "volume": "9", |
| "issue": "3", |
| "pages": "1350--1371", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Benjamin Letham, Cynthia Rudin, Tyler H Mc- Cormick, David Madigan, et al. 2015. Interpretable classifiers using rules and bayesian analysis: Build- ing a better stroke prediction model. The Annals of Applied Statistics, 9(3):1350-1371.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "A unified approach to interpreting model predictions", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Scott", |
| "suffix": "" |
| }, |
| { |
| "first": "Su-In", |
| "middle": [], |
| "last": "Lundberg", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Lee", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Advances in Neural Information Processing Systems", |
| "volume": "", |
| "issue": "", |
| "pages": "4765--4774", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Scott M Lundberg and Su-In Lee. 2017. A unified approach to interpreting model predictions. In Ad- vances in Neural Information Processing Systems, pages 4765-4774.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "Wordnet: a lexical database for english", |
| "authors": [ |
| { |
| "first": "A", |
| "middle": [], |
| "last": "George", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Miller", |
| "suffix": "" |
| } |
| ], |
| "year": 1995, |
| "venue": "Communications of the ACM", |
| "volume": "38", |
| "issue": "11", |
| "pages": "39--41", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "George A Miller. 1995. Wordnet: a lexical database for english. Communications of the ACM, 38(11):39- 41.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Crowdsourcing a word-emotion association lexicon", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [], |
| "last": "Saif", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Mohammad", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Peter", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Turney", |
| "suffix": "" |
| } |
| ], |
| "year": 2013, |
| "venue": "Computational Intelligence", |
| "volume": "29", |
| "issue": "3", |
| "pages": "436--465", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Saif M Mohammad and Peter D Turney. 2013. Crowd- sourcing a word-emotion association lexicon. Com- putational Intelligence, 29(3):436-465.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Factsheets for ai services", |
| "authors": [ |
| { |
| "first": "Aleksandra", |
| "middle": [], |
| "last": "Mojsilovic", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aleksandra Mojsilovic. 2018. Factsheets for ai services. Retrieved August 22, 2019 from https://www.ibm.com/blogs/ research/2018/08/factsheets-ai/.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "Interpretable Machine Learning", |
| "authors": [ |
| { |
| "first": "Christoph", |
| "middle": [], |
| "last": "Molnar", |
| "suffix": "" |
| } |
| ], |
| "year": 2019, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Christoph Molnar. 2019. Interpretable Machine Learning. https://christophm.github. io/interpretable-ml-book/.", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Semeval-2016 task 4: Sentiment analysis in twitter", |
| "authors": [ |
| { |
| "first": "Preslav", |
| "middle": [], |
| "last": "Nakov", |
| "suffix": "" |
| }, |
| { |
| "first": "Alan", |
| "middle": [], |
| "last": "Ritter", |
| "suffix": "" |
| }, |
| { |
| "first": "Sara", |
| "middle": [], |
| "last": "Rosenthal", |
| "suffix": "" |
| }, |
| { |
| "first": "Fabrizio", |
| "middle": [], |
| "last": "Sebastiani", |
| "suffix": "" |
| }, |
| { |
| "first": "Veselin", |
| "middle": [], |
| "last": "Stoyanov", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 10th international workshop on semantic evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "1--18", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Preslav Nakov, Alan Ritter, Sara Rosenthal, Fabrizio Sebastiani, and Veselin Stoyanov. 2016. Semeval- 2016 task 4: Sentiment analysis in twitter. In Pro- ceedings of the 10th international workshop on se- mantic evaluation (semeval-2016), pages 1-18.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Borut Sluban, and Igor Mozeti\u010d", |
| "authors": [ |
| { |
| "first": "Petra", |
| "middle": [ |
| "Kralj" |
| ], |
| "last": "Novak", |
| "suffix": "" |
| }, |
| { |
| "first": "Jasmina", |
| "middle": [], |
| "last": "Smailovi\u0107", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "PloS one", |
| "volume": "10", |
| "issue": "12", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Petra Kralj Novak, Jasmina Smailovi\u0107, Borut Sluban, and Igor Mozeti\u010d. 2015. Sentiment of emojis. PloS one, 10(12):e0144296.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Towards accountable ai: Hybrid human-machine analyses for characterizing system failure", |
| "authors": [ |
| { |
| "first": "Besmira", |
| "middle": [], |
| "last": "Nushi", |
| "suffix": "" |
| }, |
| { |
| "first": "Ece", |
| "middle": [], |
| "last": "Kamar", |
| "suffix": "" |
| }, |
| { |
| "first": "Eric", |
| "middle": [], |
| "last": "Horvitz", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Sixth AAAI Conference on Human Computation and Crowdsourcing", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Besmira Nushi, Ece Kamar, and Eric Horvitz. 2018. Towards accountable ai: Hybrid human-machine analyses for characterizing system failure. In Sixth AAAI Conference on Human Computation and Crowdsourcing.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Why should i trust you?: Explaining the predictions of any classifier", |
| "authors": [ |
| { |
| "first": "Sameer", |
| "middle": [], |
| "last": "Marco Tulio Ribeiro", |
| "suffix": "" |
| }, |
| { |
| "first": "Carlos", |
| "middle": [], |
| "last": "Singh", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Guestrin", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Proceedings of the 22nd ACM SIGKDD international conference on knowledge discovery and data mining", |
| "volume": "", |
| "issue": "", |
| "pages": "1135--1144", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Marco Tulio Ribeiro, Sameer Singh, and Carlos Guestrin. 2016. Why should i trust you?: Explain- ing the predictions of any classifier. In Proceed- ings of the 22nd ACM SIGKDD international con- ference on knowledge discovery and data mining, pages 1135-1144. ACM.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "title": "Semeval-2017 task 4: Sentiment analysis in twitter", |
| "authors": [ |
| { |
| "first": "Sara", |
| "middle": [], |
| "last": "Rosenthal", |
| "suffix": "" |
| }, |
| { |
| "first": "Noura", |
| "middle": [], |
| "last": "Farra", |
| "suffix": "" |
| }, |
| { |
| "first": "Preslav", |
| "middle": [], |
| "last": "Nakov", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Proceedings of the 11th international workshop on semantic evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "502--518", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sara Rosenthal, Noura Farra, and Preslav Nakov. 2017. Semeval-2017 task 4: Sentiment analysis in twitter. In Proceedings of the 11th international workshop on semantic evaluation (SemEval-2017), pages 502- 518.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "Generating a gold standard for a swedish sentiment lexicon", |
| "authors": [ |
| { |
| "first": "Jacobo", |
| "middle": [], |
| "last": "Rouces", |
| "suffix": "" |
| }, |
| { |
| "first": "Nina", |
| "middle": [], |
| "last": "Tahmasebi", |
| "suffix": "" |
| }, |
| { |
| "first": "Lars", |
| "middle": [], |
| "last": "Borin", |
| "suffix": "" |
| }, |
| { |
| "first": "Stian R\u00f8dven", |
| "middle": [], |
| "last": "Eide", |
| "suffix": "" |
| } |
| ], |
| "year": 2018, |
| "venue": "Proceedings of the Eleventh International Conference on Language Resources and Evaluation", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Jacobo Rouces, Nina Tahmasebi, Lars Borin, and Stian R\u00f8dven Eide. 2018. Generating a gold stan- dard for a swedish sentiment lexicon. In Proceed- ings of the Eleventh International Conference on Language Resources and Evaluation (LREC 2018).", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Active learning", |
| "authors": [], |
| "year": null, |
| "venue": "Synthesis Lectures on Artificial Intelligence and Machine Learning", |
| "volume": "6", |
| "issue": "1", |
| "pages": "1--114", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Burr Settles. 2012. Active learning. Synthesis Lec- tures on Artificial Intelligence and Machine Learn- ing, 6(1):1-114.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Blast: A tool for error analysis of machine translation output", |
| "authors": [ |
| { |
| "first": "Sara", |
| "middle": [], |
| "last": "Stymne", |
| "suffix": "" |
| } |
| ], |
| "year": 2011, |
| "venue": "Proceedings of the 49th Annual Meeting of the Association for Computational Linguistics: Human Language Technologies: Systems Demonstrations", |
| "volume": "", |
| "issue": "", |
| "pages": "56--61", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sara Stymne. 2011. Blast: A tool for error analysis of machine translation output. In Proceedings of the 49th Annual Meeting of the Association for Com- putational Linguistics: Human Language Technolo- gies: Systems Demonstrations, pages 56-61. Associ- ation for Computational Linguistics.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "Overview of the explainable error detection framework." |
| }, |
| "FIGREF1": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "Example of LIME generated local-level feature contributions." |
| }, |
| "FIGREF2": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "Perturbation-based method for achieving global feature contributions." |
| }, |
| "FIGREF3": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "Precision for the error detection framework with varied threshold settings." |
| }, |
| "FIGREF4": { |
| "type_str": "figure", |
| "num": null, |
| "uris": null, |
| "text": "Uncertainty probability distribution for erroneous cases when \u03c4 = 0.4." |
| } |
| } |
| } |
| } |