| { |
| "paper_id": "D17-1042", |
| "header": { |
| "generated_with": "S2ORC 1.0.0", |
| "date_generated": "2023-01-19T16:16:45.513606Z" |
| }, |
| "title": "A causal framework for explaining the predictions of black-box sequence-to-sequence models", |
| "authors": [ |
| { |
| "first": "David", |
| "middle": [], |
| "last": "Alvarez-Melis", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "davidam@csail.mit.edu" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [ |
| "S" |
| ], |
| "last": "Jaakkola Csail", |
| "suffix": "", |
| "affiliation": {}, |
| "email": "" |
| } |
| ], |
| "year": "", |
| "venue": null, |
| "identifiers": {}, |
| "abstract": "We interpret the predictions of any blackbox structured input-structured output model around a specific input-output pair. Our method returns an \"explanation\" consisting of groups of input-output tokens that are causally related. These dependencies are inferred by querying the black-box model with perturbed inputs, generating a graph over tokens from the responses, and solving a partitioning problem to select the most relevant components. We focus the general approach on sequence-tosequence problems, adopting a variational autoencoder to yield meaningful input perturbations. We test our method across several NLP sequence generation tasks.", |
| "pdf_parse": { |
| "paper_id": "D17-1042", |
| "_pdf_hash": "", |
| "abstract": [ |
| { |
| "text": "We interpret the predictions of any blackbox structured input-structured output model around a specific input-output pair. Our method returns an \"explanation\" consisting of groups of input-output tokens that are causally related. These dependencies are inferred by querying the black-box model with perturbed inputs, generating a graph over tokens from the responses, and solving a partitioning problem to select the most relevant components. We focus the general approach on sequence-tosequence problems, adopting a variational autoencoder to yield meaningful input perturbations. We test our method across several NLP sequence generation tasks.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Abstract", |
| "sec_num": null |
| } |
| ], |
| "body_text": [ |
| { |
| "text": "Interpretability is often the first casualty when adopting complex predictors. This is particularly true for structured prediction methods at the core of many natural language processing tasks such as machine translation (MT). For example, deep learning models for NLP involve a large number of parameters and complex architectures, making them practically black-box systems. While such systems achieve state-of-the-art results in MT (Bahdanau et al., 2014) , summarization (Rush et al., 2015) and speech recognition (Chan et al., 2015) , they remain largely uninterpretable, although attention mechanisms (Bahdanau et al., 2014) can shed some light on how they operate.", |
| "cite_spans": [ |
| { |
| "start": 434, |
| "end": 457, |
| "text": "(Bahdanau et al., 2014)", |
| "ref_id": "BIBREF1" |
| }, |
| { |
| "start": 474, |
| "end": 493, |
| "text": "(Rush et al., 2015)", |
| "ref_id": "BIBREF21" |
| }, |
| { |
| "start": 517, |
| "end": 536, |
| "text": "(Chan et al., 2015)", |
| "ref_id": "BIBREF6" |
| }, |
| { |
| "start": 606, |
| "end": 629, |
| "text": "(Bahdanau et al., 2014)", |
| "ref_id": "BIBREF1" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Stronger forms of interpretability could offer several advantages, from trust in model predic-tions, error analysis, to model refinement. For example, critical medical decisions are increasingly being assisted by complex predictions that should lend themselves to easy verification by human experts. Without understanding how inputs get mapped to the outputs, it is also challenging to diagnose the source of potential errors. A slightly less obvious application concerns model improvement (Ribeiro et al., 2016) where interpretability can be used to detect biases in the methods.", |
| "cite_spans": [ |
| { |
| "start": 490, |
| "end": 512, |
| "text": "(Ribeiro et al., 2016)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Interpretability has been approached primarily from two main angles: model interpretability, i.e., making the architecture itself interpretable, and prediction interpretability, i.e., explaining particular predictions of the model (cf. (Lei et al., 2016) ). Requiring the model itself to be transparent is often too restrictive and challenging to achieve. Indeed, prediction interpretability can be more easily sought a posteriori for black-box systems including neural networks.", |
| "cite_spans": [ |
| { |
| "start": 236, |
| "end": 254, |
| "text": "(Lei et al., 2016)", |
| "ref_id": "BIBREF14" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "In this work, we propose a novel approach to prediction interpretability with only oracle access to the model generating the prediction. Following (Ribeiro et al., 2016), we turn the local behavior of the model around the given input into an interpretable representation of its operation. In contrast to previous approaches, we consider structured prediction where both inputs and outputs are combinatorial objects, and our explanation consists of a summary of operation rather than a simpler prediction method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "Our method returns an \"explanation\" consisting of sets of input and output tokens that are causally related under the black-box model. Causal dependencies arise from analyzing perturbed versions of inputs that are passed through the black-box model. Although such perturbations might be available in limited cases, we generate them automatically. For sentences, we adopt a variational autoencoder to produce semantically related sentence variations. The resulting inferred causal dependencies (interval estimates) form a dense bipartite graph over tokens from which explanations can be derived as robust min-cut k-partitions.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "We demonstrate quantitatively that our method can recover known dependencies. As a starting point, we show that a grapheme-to-phoneme dictionary can be largely recovered if given to the method as a black-box model. We then show that the explanations provided by our method closely resemble the attention scores used by a neural machine translation system. Moreover, we illustrate how our summaries can be used to gain insights and detect biases in translation systems. Our main contributions are:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 We propose a general framework for explaining structured black-box models", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 For sequential data, we propose a variational autoencoder for controlled generation of input perturbations required for causal analysis", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "\u2022 We evaluate the explanations produced by our framework on various sequence-tosequence prediction tasks, showing they can recover known associations and provide insights into the workings of complex systems.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Introduction", |
| "sec_num": "1" |
| }, |
| { |
| "text": "There is a wide body of work spanning various fields centered around the notion of \"interpretability\". This term, however, is underdetermined, so the goals, methods and formalisms of these approaches are often non-overlapping (Lipton, 2016). In the context of machine learning, perhaps the most visible line of work on interpretability focuses on medical applications (Caruana et al., 2015) , where trust can be a decisive factor on whether a model is used or not. With the ever-growing success and popularity of deep learning methods for image processing, recent work has addressed interpretability in this setting, usually requiring access to the method's activations and gradients (Selvaraju et al., 2016) , or directly modeling how influence propagates (Bach et al., 2015) . For a broad overview of interpretability in machine learning, we refer the reader to the recent survey by Doshi-Velez and Kim (2017) .", |
| "cite_spans": [ |
| { |
| "start": 368, |
| "end": 390, |
| "text": "(Caruana et al., 2015)", |
| "ref_id": "BIBREF5" |
| }, |
| { |
| "start": 684, |
| "end": 708, |
| "text": "(Selvaraju et al., 2016)", |
| "ref_id": "BIBREF22" |
| }, |
| { |
| "start": 757, |
| "end": 776, |
| "text": "(Bach et al., 2015)", |
| "ref_id": "BIBREF0" |
| }, |
| { |
| "start": 885, |
| "end": 911, |
| "text": "Doshi-Velez and Kim (2017)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Most similar to this work are the approaches of Lei et al. (2016) and Ribeiro et al. (2016) . The former proposes a model that justifies its predictions in terms of fragments of the input. This approach formulates explanation generation as part of the learning problem, and, as most previous work, only deals with the case where predictions are scalar or categorical. On the other hand, Ribeiro et al. 2016propose a framework for explaining the predictions of black-box classifiers by means of locally-faithful interpretable models. They focus on sparse linear models as explanations, and rely on local perturbations of the instance to explain. Their model assumes the input directly admits a fixed size interpretable representation in euclidean space, so their framework operates directly on this vector-valued representation.", |
| "cite_spans": [ |
| { |
| "start": 48, |
| "end": 65, |
| "text": "Lei et al. (2016)", |
| "ref_id": "BIBREF14" |
| }, |
| { |
| "start": 70, |
| "end": 91, |
| "text": "Ribeiro et al. (2016)", |
| "ref_id": "BIBREF20" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Our method differs from-and can be thought of as generalizing-these approaches in two fundamental aspects. First, our framework considers both inputs and outputs to be structured objects thus extending beyond the classification setting. This requires rethinking the notion of explanation to adapt it to variable-size combinatorial objects. Second, while our approach shares the locality and model-agnostic view of Ribeiro et al. (2016), generating perturbed versions of structured objects is a challenging task by itself. We propose a solution to this problem in the case of sequence-tosequence learning.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Related Work", |
| "sec_num": "2" |
| }, |
| { |
| "text": "Explaining predictions in the structured inputstructured output setting poses various challenges. As opposed to scalar or categorical prediction, structured predictions vary in size and complexity. Thus, one must decide not only how to explain the prediction, but also what parts of it to explain. Intuitively, the \"size\" of an explanation should grow with the size of the input and output. A good explanation would ideally also decompose into cognitive chunks (Doshi-Velez and Kim, 2017) : basic units of explanation which are a priori bounded in size. Thus, we seek a framework that naturally decomposes an explanation into (potentially several) explaining components, each of which justifies, from the perspective of the black-box model, parts of the output relative to the parts of the input.", |
| "cite_spans": [ |
| { |
| "start": 461, |
| "end": 488, |
| "text": "(Doshi-Velez and Kim, 2017)", |
| "ref_id": "BIBREF8" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Formally, suppose we have a black-box model F : X \u2192 Y that maps a structured input x \u2208 X to a structured output y \u2208 Y. We make no assumptions on the spaces X , Y, except that their elements admit a feature-set representation x = {x 1 , x 2 , . . . , x n }, y = {y 1 , y 2 , . . . , y m }. Thus, x and y can be sequences, graphs or images. We refer to the elements x i and y j as units or \"tokens\" due to our motivating application of sentences, though everything in this work holds for other combinatorial objects.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "For a given input output pair (x, y), we are interested in obtaining an explanation of y in terms of x. Following (Ribeiro et al., 2016), we seek explanations via interpretable representations that are both i) locally faithful, in the sense that they approximate how the model behaves in the vicinity of x, and ii) model agnostic, that is, that do not require any knowledge of F . For example, we would like to identify whether token x i is a likely cause for the occurrence of y j in the output when the input context is x. Our assumption is that we can summarize the behavior of F around x in terms of a weighted bipartite graph G = (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "V x \u222a V y , E),", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "where the nodes V x and V y correspond to the elements in x and y, respectively, and the weight of each edge E ij corresponds to the influence of the occurrence of token x i on the appearance of y j . The bipartite graph representation suggests naturally that the explanation be given in terms of explaining components. We can formalize these components as subgraphs", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "G k = (V k x \u222a V k y , E k ), where the elements in V k", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "x are likely causes for the elements in V k y . Thus, we define an explanation of y as a collection of such components:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "E x\u2192y = {G 1 , . . . , G k }.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "Our approach formalizes this framework through a pipeline (sketched in Figure 1 ) consisting of three main components, described in detail in the following section: a perturbation model for exercising F locally, a causal inference model for inferring associations between inputs and predictions, and a selection step for partitioning and selecting the most relevant sets of associations.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 71, |
| "end": 79, |
| "text": "Figure 1", |
| "ref_id": "FIGREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "We refer to this framework as a structured-output causal rationalizer (SOCRAT).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "A note on alignment models When the inputs and outputs are sequences such as sentences, one might envision using an alignment model, such as those used in MT, to provide an explanation. This differs from our approach in several respects. Specifically, we focus on explaining the behavior of the \"black box\" mapping F only locally, around the current input context, not globally. Any global alignment model would require access to substantial parallel data to train and would have varying coverage of the local context around the specific example of interest. Any global model would likely also suffer from misspecification in relation to F . A more related approach to ours would be an alignment model trained locally based on the same perturbed sentences and associated outputs that we generate.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Interpreting structured prediction", |
| "sec_num": "3" |
| }, |
| { |
| "text": "The first step in our approach consists of obtaining perturbed versions of the input: semantically similar to the original but with potential changes in elements and their order. This is a major challenge with any structured inputs. We propose to do this using a variational autoencoder (VAE) (Kingma and Welling, 2014; Rezende et al., 2014) . VAEs have been successfully used with fixed dimensional inputs such as images (Rezende and Mohamed, 2015; S\u00f8nderby et al., 2016) and recently also adapted to generating sentences from continuous representations (Bowman et al., 2016). The goal is to introduce the perturbation in the continuous latent representation rather than directly on the structured inputs.", |
| "cite_spans": [ |
| { |
| "start": 293, |
| "end": 319, |
| "text": "(Kingma and Welling, 2014;", |
| "ref_id": "BIBREF11" |
| }, |
| { |
| "start": 320, |
| "end": 341, |
| "text": "Rezende et al., 2014)", |
| "ref_id": "BIBREF17" |
| }, |
| { |
| "start": 422, |
| "end": 449, |
| "text": "(Rezende and Mohamed, 2015;", |
| "ref_id": "BIBREF18" |
| }, |
| { |
| "start": 450, |
| "end": 472, |
| "text": "S\u00f8nderby et al., 2016)", |
| "ref_id": "BIBREF23" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building blocks 4.1 Perturbation Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "A VAE is composed of a probabilistic encoder ENC : X \u2192 R d and a decoder DEC : R d \u2192 X . The encoder defines a distribution over latent codes q(z|x), typically by means of a twostep procedure that first maps x \u2192 (\u00b5, \u03c3) and then samples z from a gaussian distribution with these parameters. We can leverage this stochasticity to obtain perturbed versions of the input by sampling repeatedly from this distribution, and then mapping these back to the original space using the decoder. The training regime for the VAE ensures approximately that a small perturbation of the hidden representation maintains similar semantic content while introducing small changes in the decoded surface form. We emphasize that the approach would likely fail with an ordinary autoencoder where small changes in the latent representation can result in large changes in the decoded output. In practice, we ensure diversity of perturbations by scaling the variance term \u03c3 and sampling pointsz and different resolutions. We provide further details of this procedure in the supplement. Naturally, we can train this perturbation model in advance on (unlabeled) data from the input domain X , and then use it as a subroutine in our method. After this process is complete, we have N pairs of perturbed input-output pairs:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building blocks 4.1 Perturbation Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "Perturbation Model Causal Inference Explanation Selection (x, y) {(x i ,\u1ef9 i )} G(U \u222a V, E) {E k x\u2192y } K k=1 z z1z 2 z3 z4 z5z 6 z7 z8 s 1 s 2 s 3 s 4 t 1 t 2 t 3 t 4 t 5 s 1 s 2 t 1 t 2 t 3 s 1 s 2 t 1 t 2", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building blocks 4.1 Perturbation Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "{(x i ,\u1ef9 i )} N i=1", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building blocks 4.1 Perturbation Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "which exercise the mapping F around semantically similar inputs.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Building blocks 4.1 Perturbation Model", |
| "sec_num": "4" |
| }, |
| { |
| "text": "The second step consists of using the perturbed input-output pairs {(x i ,\u1ef9 i )} N i=1 to infer causal dependencies between the original input and output tokens. A naive approach would consider 2x2 contingency tables representing presence/absence of input/output tokens together with a test statistic for assessing their dependence. Instead, we incorporate all input tokens simultaneously to predict the occurrence of a single output token via logistic regression. The quality of these dependency estimators will depend on the frequency with which each input and output token occurs in the perturbations. Thus, we are interested in obtaining uncertainty estimates for these predictions, which can be naturally done with a Bayesian approach to logistic regression. Let \u03c6 x (x) \u2208 {0, 1} |x| be a binary vector encoding the presence of the original tokens x 1 , . . . , x n from x in the perturbed versionx. For each target token y j \u2208 y, we estimate a model:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Causal model", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "P (y j \u2208\u1ef9 |x) = \u03c3(\u03b8 T j \u03c6 x (x))", |
| "eq_num": "(1)" |
| } |
| ], |
| "section": "Causal model", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "where \u03c3(z) = (1 + exp(\u2212z)) \u22121 . We use a Gaussian approximation for the logarithm of the logistic function together with the prior Murphy, 2012) . Since in our case all tokens are guaranteed to occur at least once (we include the original example pair as part of the set), we use \u03b8 0 = \u03b11, H 0 = \u03b2I, with \u03b1, \u03b2 > 0. Upon completion of this step, we have dependency coefficients between all original input and output tokens {\u03b8 ij }, along with their uncertainty estimates.", |
| "cite_spans": [ |
| { |
| "start": 131, |
| "end": 144, |
| "text": "Murphy, 2012)", |
| "ref_id": "BIBREF16" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Causal model", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "p(\u03b8) = N (\u03b8 0 , H \u22121 0 ) (", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Causal model", |
| "sec_num": "4.2" |
| }, |
| { |
| "text": "The last step in our interpretability framework consists of selecting a set explanations for (x, y). The steps so far yield a dense bipartite graph between the input and output tokens. Unless |x| and |y| are small, this graph itself may not be sufficiently interpretable. We are interested in selecting relevant components of this dependency graph, i.e., partition the vertex set of G into disjoint subsets so as to minimize the weight of omitted edges (i.e. the k-cut value of the partition).", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Graph partitioning is a well studied NPcomplete problem (Garey et al., 1976) . The usual setting assumes deterministic edge weights, but in our case we are interested in incorporating the uncertainty of the dependency estimates-resulting from their finite sample estimation-into the partitioning problem. For this, we rely on the approach of Fan et al. (2012) designed for interval estimates of edge weights. At a high level, this is a robust optimization formulation which seeks to minimize worst case cut values, and can be cast as a Mixed Integer Programming (MIP) problem. Specifically, for a bipartite graph G = (U, V, E) Algorithm 1 Structured-output causal rationalizer 1: procedure SOCRAT(x, y, F ) 2:", |
| "cite_spans": [ |
| { |
| "start": 56, |
| "end": 76, |
| "text": "(Garey et al., 1976)", |
| "ref_id": "BIBREF10" |
| }, |
| { |
| "start": 342, |
| "end": 359, |
| "text": "Fan et al. (2012)", |
| "ref_id": "BIBREF9" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "(\u00b5, \u03c3) \u2190 ENCODE(x) 3:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "for i = 1 to N do 4:zi \u2190 SAMPLE(\u00b5, \u03c3) \uf8fc \uf8f4 \uf8f4 \uf8f4 \uf8fd \uf8f4 \uf8f4 \uf8f4 \uf8fe Perturbation Model. 5:xi \u2190 DECODE(zi) 6:\u1ef9i \u2190 F (xi) 7:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "end for 8:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "G \u2190 CAUSAL(x, y, {xi,\u1ef9i} N i=1 ) 9:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Ex \u2192y \u2190 BIPARTITION(G) 10:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "Ex \u2192y \u2190 SORT(Ex \u2192y ) By cut capacity 11:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "return Ex \u2192y 12: end procedure with edge weights given as uncertainty intervals \u03b8 ij \u00b1\u03b8 ij , the partitioning problem is given by", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "EQUATION", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [ |
| { |
| "start": 0, |
| "end": 8, |
| "text": "EQUATION", |
| "ref_id": "EQREF", |
| "raw_str": "min (x u ik ,x v jk ,y ij )\u2208Y n i=1 m j=1 \u03b8 ij y ij + max S:S\u2286V,|S|\u2264\u0393 (it,jt)\u2208V \\S (i,j)\u2208S\u03b8 ij y ij + (\u0393 \u2212 \u0393 )\u03b8 it,jt y it,jt", |
| "eq_num": "(2)" |
| } |
| ], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "where x u ik , x v jk are binary variables indicating subset belonging for elements of U and V respectively, y ij are binary auxiliary variables indicating whether i and j are in different partitions, and Y is a set of constraints that ensure the K-partition is valid. \u0393 is a parameter in [0, |V |] which adjusts the robustness of the partition (the number of deviations from the mean edge values). See the supplement for further explanation of this objective.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "If |x| and |y| are small, the number of clusters K will also be small, so we can simply return all the partitions (i.e. the explanation chunks) E k", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "x\u2192y := (V k x \u222a V k y ). However, when K is large, one might wish to entertain only the \u03ba most relevant explanations. The graph partitioning framework provides us with a natural way to score the importance of each chunk. Intuitively, subgraphs that have few high-valued edges connecting them to other parts of the graph (i.e. low cut-capacity) can be thought of as self-contained explanations, and thus more relevant for interpretability. We can therefore define the importance score an atom as:", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "importance(E k x\u2192y ) := \u2212 (i,j)\u2208X k \u03b8 ij (3)", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "where X k is the cut-set implied by E k x\u2192y :", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "X k = {(i, j) \u2208 E | i \u2208 E k x\u2192y , j \u2208 V \\ E k", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "x\u2192y } The full interpretability method is succinctly expressed in Algorithm 1.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Explanation Selection", |
| "sec_num": "4.3" |
| }, |
| { |
| "text": "For the experiments involving sentence inputs, we train in advance the VAE described in Section 4.1. We use symmetric encoder-decoders consisting of recurrent neural networks with an intermediate variational layer. In our case, however, we use L stacked RNN's on both sides, and a stacked variational layer. Training variational autoencoders for text is notoriously hard. In addition to dropout and KLD annealing (Bowman et al., 2016), we found that slowly scaling the variance sampled from the normal distribution from 0 to 1 made training much more stable.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training and optimization", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "For the partitioning step we compare the robust formulation described above with two classical approaches to bipartite graph partitioning which do not take uncertainty into account: the coclustering method of Dhillon (2001) and the biclustering method of Kluger et al. (2003) . For these two, we use off-the-shelf implementations, 1 while we solve the MIP problem version of (2) with the optimization library gurobi. 2", |
| "cite_spans": [ |
| { |
| "start": 209, |
| "end": 223, |
| "text": "Dhillon (2001)", |
| "ref_id": "BIBREF7" |
| }, |
| { |
| "start": 255, |
| "end": 275, |
| "text": "Kluger et al. (2003)", |
| "ref_id": "BIBREF13" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Training and optimization", |
| "sec_num": "5.1" |
| }, |
| { |
| "text": "Before using our interpretability framework in real tasks where quantitative evaluation of explanations is challenging, we test it in a simplified setting where the \"black-box\" is simple and fully known. A reasonable minimum expectation on our method is that it should be able to infer many of these simple dependencies. For this purpose, we use the CMU Dictionary of word pronunciations, 3 which is based on the ARPAbet symbol set and consists of about 130K word-to-phoneme pairs. Phonemes are expressed as tokens of 1 to 3 characters. An example entry in this dictionary is the pair vowels \u2192 V AW1 AH0 L Z. Though the mapping is simple, it is not one-toone (a group of characters can correspond to a single phoneme) nor deterministic (the same character can map to different phonemes depending on the context). Thus, it provides a reasonable testbed for our method. The setting is as follows: given an input-output pair from the cmudict \"black-box\", we use our method to infer dependencies between characters in the input and phonemes in the output. Since locality in this context is morphological instead of semantic, we produce perturbations selecting n words randomly from the intersection of the cmudict vocabulary and the set of words with edit distance at most 2 from the original word.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Recovering simple mappings", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "To evaluate the inferred dependencies, we randomly selected 100 key-value pairs from the dictionary and manually labeled them with characterto-phoneme alignments. Even though our framework is not geared to produce pairwise alignments, it should nevertheless be able to recover them to a certain extent. To provide a point of reference, we compare against a (strong) baseline that is tailored to such a task: a state-of-theart unsupervised word alignment method based on Monte Carlo inference (Tiedemann and \u00d6stling, 2016) . The results in Figure 2 show that the version of our method that uses the uncertainty clustering performs remarkably close to the alignment system, with an alignment error rate only ten points above an oracle version of this system that was trained on the full arpabet dictionary (dashed line). The raw and partitioned explanations provided by our method for an example input-output pair are shown in Table 1 , where the edge widths correspond to the estimated strength of dependency. Throughout this work we display the nodes in the same lexical order of the inputs/outputs to facilitate reading, even if that makes the explanation chunks less visibly discernible. Instead, we sometimes provide an additional (sorted) heatplot of dependency values to show these partitions.", |
| "cite_spans": [ |
| { |
| "start": 492, |
| "end": 521, |
| "text": "(Tiedemann and \u00d6stling, 2016)", |
| "ref_id": "BIBREF25" |
| } |
| ], |
| "ref_spans": [ |
| { |
| "start": 539, |
| "end": 547, |
| "text": "Figure 2", |
| "ref_id": "FIGREF1" |
| }, |
| { |
| "start": 925, |
| "end": 932, |
| "text": "Table 1", |
| "ref_id": "TABREF0" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Recovering simple mappings", |
| "sec_num": "5.2" |
| }, |
| { |
| "text": "In our second set of experiments we evaluate our explanation model in a relevant and popular sequence-to-sequence task: machine translation. As black-boxes, we use three different methods for translating English into German: (i) Azure's Machine Translation system, (ii) a Neural MT model, and (iii) a human (native speaker of German). We provide details on all three systems in the supplement. We translate the same English sentences with all three methods, and explain their predictions using SOCRAT. To be able to generate sentences with similar language and structure as those used to train the two automatic systems, we use the monolingual English side of the WMT14 dataset to train the variational autoencoder described in Section 4.1. For every explanation instance, we sample S = 100 perturbations and use the blackboxes to translate them. In all cases, we use the same default SOCRAT configurations, including the robust partitioning method.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Machine Translation", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "In Figure 3 , we show the explanations provided by our method for the predictions of each of the three systems on the input sentence \"Students said they looked forward to his class\". Although the three black-boxes all provided different translations, the explanations show a mostly consistent clustering around the two phrases in the sentence, and in all three cases the cluster with the highest cut value (i.e. the most relevant explanative chunk) is the one containing the subject. Interestingly, the Figure 3 : Explanations for the predictions of three Black-Box translators: Azure (top), NMT (middle) and human (bottom). Note that the rows and columns of the heatmaps are permuted to show explanation chunks (clusters). dependency coefficients are overall higher for the human than for the other systems, suggesting more coherence in the translations (potentially because the human translated sentences in context, while the two automatic systems carry over no information from one example to the next).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 3, |
| "end": 11, |
| "text": "Figure 3", |
| "ref_id": null |
| }, |
| { |
| "start": 503, |
| "end": 511, |
| "text": "Figure 3", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Machine Translation", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "The NMT system, as opposed to the other two, is not truly a black-box. We can open the box to get a glimpse on the true dependencies on the inputs used by the system at prediction time (the attention weights) and compare them to the explanation graph. The attention matrix, however, is dense and not normalized over target tokens, so it is not directly comparable to our dependency scores. Nevertheless, we can partition it with the coclustering method described in Section 4.3 to enforce group structure and make it easier to compare. Figure 4 shows the attention matrix and the explanation for an example sentence of the test set. Their overall cluster structure agrees, though our method shows conservatism with respect to the dependencies of the function words (to, for). Interestingly, our method is able to figure out that the <unk> token was likely produced by the word \"appeals\", as shown by the explanation graph.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 536, |
| "end": 544, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Machine Translation", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": "It must be emphasized that although we dis- ", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Machine Translation", |
| "sec_num": "5.3" |
| }, |
| { |
| "text": ". be Figure 4 : Top: Original and clustered attention matrix of the NMT system for a given translation. Bottom: Dependency estimates and explanation graph generated by SOCRAT with with S = 100. play attention scores in various experiments in this work, we do so only for qualitative evaluation purposes. Our model-agnostic framework can be used on top of models that do not use attention mechanisms or for which this information is hard to extract. Even in cases where it is available, the explanation provided by SOCRAT might be complementary or even preferable to attention scores because: (a) being normalized on both directions (as opposed to only over source tokens) and partitioned, it is often more interpretable than a dense attention matrix, and (b) it can be retrieved chunkby-chunk in decreasing order of relevance, which is especially important when explaining large inputs and/or outputs.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 5, |
| "end": 13, |
| "text": "Figure 4", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "This", |
| "sec_num": null |
| }, |
| { |
| "text": "So far we have used our method to explain (mostly) correct predictions of meaningful models. But we can use it to gain insights into the workings of flawed black-box systems too. To test this, we train a simple dialogue system on the OpenSubtitle corpus (Tiedemann, 2009) , consisting of \u223c14M two-step movie dialogues. As before, we use a sequence-to-sequence model with attention, but now we constrain the quality of the model, using only two layers, hidden state dimension of 1000 and no hyper-parameter tuning.", |
| "cite_spans": [ |
| { |
| "start": 254, |
| "end": 271, |
| "text": "(Tiedemann, 2009)", |
| "ref_id": "BIBREF24" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "A (mediocre) dialogue system", |
| "sec_num": "5.4" |
| }, |
| { |
| "text": "What do you mean it doesn't matter?", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Input Prediction", |
| "sec_num": null |
| }, |
| { |
| "text": "I don't know Perhaps have we met before? I don't think so Can I get you two a cocktail? No, thanks. Table 2 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 100, |
| "end": 107, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Input Prediction", |
| "sec_num": null |
| }, |
| { |
| "text": "Although most of the predictions of this model are short and repetitive (Yes/No/<unk> answers), some of them are seemingly meaningful, and might-if observed in isolation-lead one to believe the system is much better than it actually is. For example, the predictions in Table 2 suggest a complex use of the input to generate the output. To better understand this model, we rationalize its predictions using SOCRAT. The explanation graph for one such \"good\" prediction, shown in Figure 5 , suggests that there is little influence of anything except the tokens What and you on the output. Thus, our method suggests that this model is using only partial information of the input and has probably memorized the connection between question words and responses. This is confirmed upon inspecting the model's attention scores for this prediction (same figure, right pane).", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 269, |
| "end": 276, |
| "text": "Table 2", |
| "ref_id": "TABREF1" |
| }, |
| { |
| "start": 477, |
| "end": 485, |
| "text": "Figure 5", |
| "ref_id": "FIGREF4" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Input Prediction", |
| "sec_num": null |
| }, |
| { |
| "text": "Natural language processing methods that derive semantics from large corpora have been shown to incorporate biases present in the data, such as archaic stereotypes of male/female occupations (Caliskan et al., 2017) and sexist adjective associations (Bolukbasi et al., 2016) . Thus, there is interest in methods that can detect and address those biases. For our last set of experiments, we use our approach to diagnose and explain biased translations of MT systems, first on a simplistic but verifiable synthetic setting, where we inject a pre-specified spurious association into an otherwise normal parallel training corpus, and then on an industrial-quality black-box system.", |
| "cite_spans": [ |
| { |
| "start": 191, |
| "end": 214, |
| "text": "(Caliskan et al., 2017)", |
| "ref_id": "BIBREF4" |
| }, |
| { |
| "start": 249, |
| "end": 273, |
| "text": "(Bolukbasi et al., 2016)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bias detection in parallel corpora", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "We simulate a biased corpus as follows. Starting from the WMT14 English-French dataset, we identify French sentences written in the informal register (e.g. containing the singular second person tu) and prepend their English translation with the word However. We obtain about 6K examples this way, after which we add an additional 1M examples that do not contain the word however on the English side. The purpose of this is to attempt to induce a (false) association between this adverb and the informal register in French. We then train a sequence-to-sequence model on this polluted data, and we use it to translate adversariallychosen sentences containing the contaminating token. For example, given the input sentence \"However, you might think this is good\", the method predicts the translation \"Tu peux penser qu ' il est bon que tu <unk>\", which, albeit far from perfect, seems reasonable. However, using SOCRAT to explain this prediction (cf. Figure 6 ) raises a red flag: there is an inexplicable strong dependency between the function word however and tokens in the output associated with the informal register (tu, peux), and a lack of dependency between the second tu and the source-side pronoun you. The model's attention for this prediction (shown in Figure 7 , left) confirms that it has picked up this spurious association. Indeed, translating the English sentence now without the prepended adverb Figure 8 : Explanations for biased translations of similar gender-neutral English sentences into French generated with Azure's MT service. The first two require gender declination in the target (French) language, while the third one, in plural, does not. The dependencies in the first two shed light on the cause of the biased selection of gender in the output sentence. results in a switch to the formal register, as shown in the second plot in Figure 7 .", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 948, |
| "end": 956, |
| "text": "Figure 6", |
| "ref_id": "FIGREF6" |
| }, |
| { |
| "start": 1262, |
| "end": 1270, |
| "text": "Figure 7", |
| "ref_id": "FIGREF7" |
| }, |
| { |
| "start": 1411, |
| "end": 1419, |
| "text": "Figure 8", |
| "ref_id": null |
| }, |
| { |
| "start": 1857, |
| "end": 1865, |
| "text": "Figure 7", |
| "ref_id": "FIGREF7" |
| } |
| ], |
| "eq_spans": [], |
| "section": "Bias detection in parallel corpora", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "Although somewhat contrived, this synthetic setting works as a litmus test to show that our method is able to detect known artificial biases from a model's predictions. We now move to a real setting, where we investigate biases in the predictions of an industrial-quality translation system. We use Azure's MT service to translate into French various simple sentences that lack gender specification in English, but which require genderdeclined words in the output. We choose sentences containing occupations and adjectives previously shown to exhibit gender biases in linguistic corpora (Bolukbasi et al., 2016) . After observing the choice of gender in the translation, we use SO-CRAT to explain the output.", |
| "cite_spans": [ |
| { |
| "start": 587, |
| "end": 611, |
| "text": "(Bolukbasi et al., 2016)", |
| "ref_id": "BIBREF2" |
| } |
| ], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Bias detection in parallel corpora", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "In line with previous results, we observe that this translation model exhibits a concerning preference for the masculine grammatical gender in sentences containing occupations such as doctor, professor or adjectives such as smart, talented, while choosing the feminine gender for charming, compassionate subjects who are dancers or nurses. The explanation graphs for two such examples, shown in Figure 8 (left and center) , suggest strong associations between the genderneutral but stereotype-prone source tokens (nurse, doctor, charming) and the gender-carrying target tokens (i.e. the feminine-declined cette, danseuse, charmante in the first sentence and the masculine ce, m\u00e9decin, talenteux in the second). While it is not unusual to observe interactions between multiple source and target tokens, the strength of dependence in some of these pairs (charm-ing\u2192danseuse, doctor\u2192ce) is unexplained from a grammatical point of view. For comparison, the third example-a sentence in the plural form that does not involve choice of grammatical gender in French-shows comparatively much weaker associations across words in different parts of the sentence.", |
| "cite_spans": [], |
| "ref_spans": [ |
| { |
| "start": 395, |
| "end": 421, |
| "text": "Figure 8 (left and center)", |
| "ref_id": null |
| } |
| ], |
| "eq_spans": [], |
| "section": "Bias detection in parallel corpora", |
| "sec_num": "5.5" |
| }, |
| { |
| "text": "Our model-agnostic framework for prediction interpretability with structured data can produce reasonable, coherent, and often insightful explanations. The results on the machine translation task demonstrate how such a method yields a partial view into the inner workings of a black-box system. Lastly, the results of the last two experiments also suggest potential for improving existing systems, by questioning seemingly correct predictions and explaining those that are not. The method admits several possible modifications. Although we focused on sequence-tosequence tasks, SOCRAT generalizes to other settings where inputs and outputs can be expressed as sets of features. An interesting application would be to infer dependencies between textual and image features in image-to-text prediction (e.g. image captioning). Also, we used a VAE-based sampling for object perturbations but other approaches are possible depending on the nature of the domain or data.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Discussion", |
| "sec_num": "6" |
| }, |
| { |
| "text": "http://scikit-learn.org/stable/modules/biclustering.html 2 http://www.gurobi.com/ 3 www.speech.cs.cmu.edu/cgi-bin/cmudict", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "", |
| "sec_num": null |
| } |
| ], |
| "back_matter": [ |
| { |
| "text": "We thank the anonymous reviewers for their helpful suggestions regarding presentation and additional experiments, and Dr. Chantal Melis for valuable feedback. DAM gratefully acknowledges support from a CONACYT fellowship and the MIT-QCRI collaboration.", |
| "cite_spans": [], |
| "ref_spans": [], |
| "eq_spans": [], |
| "section": "Acknowledgments", |
| "sec_num": null |
| } |
| ], |
| "bib_entries": { |
| "BIBREF0": { |
| "ref_id": "b0", |
| "title": "On Pixel-Wise Explanations for Non-Linear Classifier Decisions by Layer-Wise Relevance Propagation", |
| "authors": [ |
| { |
| "first": "Sebastian", |
| "middle": [], |
| "last": "Bach", |
| "suffix": "" |
| }, |
| { |
| "first": "Alexander", |
| "middle": [], |
| "last": "Binder", |
| "suffix": "" |
| }, |
| { |
| "first": "Gr\u00e9goire", |
| "middle": [], |
| "last": "Montavon", |
| "suffix": "" |
| }, |
| { |
| "first": "Frederick", |
| "middle": [], |
| "last": "Klauschen", |
| "suffix": "" |
| }, |
| { |
| "first": "Klaus-Robert", |
| "middle": [], |
| "last": "M\u00fcller", |
| "suffix": "" |
| }, |
| { |
| "first": "Wojciech", |
| "middle": [], |
| "last": "Samek", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "PLoS One", |
| "volume": "10", |
| "issue": "7", |
| "pages": "1--46", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Sebastian Bach, Alexander Binder, Gr\u00e9goire Mon- tavon, Frederick Klauschen, Klaus-Robert M\u00fcller, and Wojciech Samek. 2015. On Pixel-Wise Ex- planations for Non-Linear Classifier Decisions by Layer-Wise Relevance Propagation. PLoS One, 10(7):1-46.", |
| "links": null |
| }, |
| "BIBREF1": { |
| "ref_id": "b1", |
| "title": "Neural Machine Translation By Jointly Learning To Align and Translate", |
| "authors": [ |
| { |
| "first": "Dzmitry", |
| "middle": [], |
| "last": "Bahdanau", |
| "suffix": "" |
| }, |
| { |
| "first": "Kyunghyun", |
| "middle": [], |
| "last": "Cho", |
| "suffix": "" |
| }, |
| { |
| "first": "Yoshua", |
| "middle": [], |
| "last": "Bengio", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--15", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Dzmitry Bahdanau, Kyunghyun Cho, and Yoshua Ben- gio. 2014. Neural Machine Translation By Jointly Learning To Align and Translate. Iclr 2015, pages 1-15.", |
| "links": null |
| }, |
| "BIBREF2": { |
| "ref_id": "b2", |
| "title": "Man is to Computer Programmer as Woman is to Homemaker?", |
| "authors": [ |
| { |
| "first": "Tolga", |
| "middle": [], |
| "last": "Bolukbasi", |
| "suffix": "" |
| }, |
| { |
| "first": "Kai-Wei", |
| "middle": [], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "James", |
| "middle": [], |
| "last": "Zou", |
| "suffix": "" |
| }, |
| { |
| "first": "Venkatesh", |
| "middle": [], |
| "last": "Saligrama", |
| "suffix": "" |
| }, |
| { |
| "first": "Adam", |
| "middle": [], |
| "last": "Kalai", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "4349--4357", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tolga Bolukbasi, Kai-Wei Chang, James Zou, Venkatesh Saligrama, and Adam Kalai. 2016. Man is to Computer Programmer as Woman is to Home- maker? Debiasing Word Embeddings. NIPS, (Nips):4349--4357.", |
| "links": null |
| }, |
| "BIBREF3": { |
| "ref_id": "b3", |
| "title": "Generating Sentences from a Continuous Space. Iclr", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Samuel", |
| "suffix": "" |
| }, |
| { |
| "first": "Luke", |
| "middle": [], |
| "last": "Bowman", |
| "suffix": "" |
| }, |
| { |
| "first": "Oriol", |
| "middle": [], |
| "last": "Vilnis", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Vinyals", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--13", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Samuel R. Bowman, Luke Vilnis, Oriol Vinyals, An- drew M. Dai, Rafal Jozefowicz, and Samy Ben- gio. 2016. Generating Sentences from a Continuous Space. Iclr, pages 1-13.", |
| "links": null |
| }, |
| "BIBREF4": { |
| "ref_id": "b4", |
| "title": "Semantics derived automatically from language corpora contain human-like biases", |
| "authors": [ |
| { |
| "first": "Aylin", |
| "middle": [], |
| "last": "Caliskan", |
| "suffix": "" |
| }, |
| { |
| "first": "Joanna", |
| "middle": [ |
| "J" |
| ], |
| "last": "Bryson", |
| "suffix": "" |
| }, |
| { |
| "first": "Arvind", |
| "middle": [], |
| "last": "Narayanan", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "Science", |
| "volume": "356", |
| "issue": "6334", |
| "pages": "183--186", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Aylin Caliskan, Joanna J Bryson, and Arvind Narayanan. 2017. Semantics derived automatically from language corpora contain human-like biases. Science (80-. )., 356(6334):183-186.", |
| "links": null |
| }, |
| "BIBREF5": { |
| "ref_id": "b5", |
| "title": "Intelligible Models for HealthCare : Predicting Pneumonia Risk and Hospital 30-day Readmission", |
| "authors": [ |
| { |
| "first": "Rich", |
| "middle": [], |
| "last": "Caruana", |
| "suffix": "" |
| }, |
| { |
| "first": "Yin", |
| "middle": [], |
| "last": "Lou", |
| "suffix": "" |
| }, |
| { |
| "first": "Johannes", |
| "middle": [], |
| "last": "Gehrke", |
| "suffix": "" |
| }, |
| { |
| "first": "Paul", |
| "middle": [], |
| "last": "Koch", |
| "suffix": "" |
| }, |
| { |
| "first": "Marc", |
| "middle": [], |
| "last": "Sturm", |
| "suffix": "" |
| }, |
| { |
| "first": "Noemie", |
| "middle": [], |
| "last": "Elhadad", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proc. 21th ACM SIGKDD Int. Conf. Knowl. Discov. Data Min. -KDD '15", |
| "volume": "", |
| "issue": "", |
| "pages": "1721--1730", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Rich Caruana, Yin Lou, Johannes Gehrke, Paul Koch, Marc Sturm, and Noemie Elhadad. 2015. Intelligi- ble Models for HealthCare : Predicting Pneumonia Risk and Hospital 30-day Readmission. Proc. 21th ACM SIGKDD Int. Conf. Knowl. Discov. Data Min. -KDD '15, pages 1721-1730.", |
| "links": null |
| }, |
| "BIBREF6": { |
| "ref_id": "b6", |
| "title": "Listen, attend and spell. arXiv Prepr", |
| "authors": [ |
| { |
| "first": "William", |
| "middle": [], |
| "last": "Chan", |
| "suffix": "" |
| }, |
| { |
| "first": "Navdeep", |
| "middle": [], |
| "last": "Jaitly", |
| "suffix": "" |
| }, |
| { |
| "first": "Quoc", |
| "middle": [ |
| "V" |
| ], |
| "last": "Le", |
| "suffix": "" |
| }, |
| { |
| "first": "Oriol", |
| "middle": [], |
| "last": "Vinyals", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--16", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "William Chan, Navdeep Jaitly, Quoc V. Le, and Oriol Vinyals. 2015. Listen, attend and spell. arXiv Prepr., pages 1-16.", |
| "links": null |
| }, |
| "BIBREF7": { |
| "ref_id": "b7", |
| "title": "Co-clustering documents and words using Bipartite spectral graph partitioning", |
| "authors": [ |
| { |
| "first": "Inderjit", |
| "middle": [ |
| "S" |
| ], |
| "last": "Dhillon", |
| "suffix": "" |
| } |
| ], |
| "year": 2001, |
| "venue": "Proc 7th ACM SIGKDD Conf", |
| "volume": "", |
| "issue": "", |
| "pages": "269--274", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Inderjit s. Dhillon. 2001. Co-clustering documents and words using Bipartite spectral graph partition- ing. Proc 7th ACM SIGKDD Conf, pages 269-274.", |
| "links": null |
| }, |
| "BIBREF8": { |
| "ref_id": "b8", |
| "title": "A Roadmap for a Rigorous Science of Interpretability", |
| "authors": [ |
| { |
| "first": "Finale", |
| "middle": [], |
| "last": "Doshi", |
| "suffix": "" |
| }, |
| { |
| "first": "-", |
| "middle": [], |
| "last": "Velez", |
| "suffix": "" |
| }, |
| { |
| "first": "Been", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--12", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Finale Doshi-Velez and Been Kim. 2017. A Roadmap for a Rigorous Science of Interpretability. ArXiv e- prints, (Ml):1-12.", |
| "links": null |
| }, |
| "BIBREF9": { |
| "ref_id": "b9", |
| "title": "Robust optimization of graph partitioning involving interval uncertainty", |
| "authors": [ |
| { |
| "first": "Neng", |
| "middle": [], |
| "last": "Fan", |
| "suffix": "" |
| }, |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Qipeng", |
| "suffix": "" |
| }, |
| { |
| "first": "Panos", |
| "middle": [ |
| "M" |
| ], |
| "last": "Zheng", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Pardalos", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "In Theor. Comput. Sci", |
| "volume": "447", |
| "issue": "", |
| "pages": "53--61", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Neng Fan, Qipeng P. Zheng, and Panos M. Pardalos. 2012. Robust optimization of graph partitioning in- volving interval uncertainty. In Theor. Comput. Sci., volume 447, pages 53-61.", |
| "links": null |
| }, |
| "BIBREF10": { |
| "ref_id": "b10", |
| "title": "Some simplified NP-complete graph problems", |
| "authors": [ |
| { |
| "first": "M", |
| "middle": [ |
| "R" |
| ], |
| "last": "Garey", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [ |
| "S" |
| ], |
| "last": "Johnson", |
| "suffix": "" |
| }, |
| { |
| "first": "L", |
| "middle": [], |
| "last": "Stockmeyer", |
| "suffix": "" |
| } |
| ], |
| "year": 1976, |
| "venue": "Theor. Comput. Sci", |
| "volume": "1", |
| "issue": "3", |
| "pages": "237--267", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "M. R. Garey, D. S. Johnson, and L. Stockmeyer. 1976. Some simplified NP-complete graph prob- lems. Theor. Comput. Sci., 1(3):237-267.", |
| "links": null |
| }, |
| "BIBREF11": { |
| "ref_id": "b11", |
| "title": "Auto-Encoding Variational Bayes. Iclr", |
| "authors": [ |
| { |
| "first": "P", |
| "middle": [], |
| "last": "Diederik", |
| "suffix": "" |
| }, |
| { |
| "first": "Max", |
| "middle": [], |
| "last": "Kingma", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Welling", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--14", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Diederik P Kingma and Max Welling. 2014. Auto- Encoding Variational Bayes. Iclr, (Ml):1-14.", |
| "links": null |
| }, |
| "BIBREF12": { |
| "ref_id": "b12", |
| "title": "OpenNMT: Open-Source Toolkit for Neural Machine Translation", |
| "authors": [ |
| { |
| "first": "G", |
| "middle": [], |
| "last": "Klein", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Kim", |
| "suffix": "" |
| }, |
| { |
| "first": "Y", |
| "middle": [], |
| "last": "Deng", |
| "suffix": "" |
| }, |
| { |
| "first": "J", |
| "middle": [], |
| "last": "Senellert", |
| "suffix": "" |
| }, |
| { |
| "first": "A", |
| "middle": [ |
| "M" |
| ], |
| "last": "Rush", |
| "suffix": "" |
| } |
| ], |
| "year": 2017, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "G. Klein, Y. Kim, Y. Deng, J. Senellert, and A. M. Rush. 2017. OpenNMT: Open-Source Toolkit for Neural Machine Translation. ArXiv e-prints.", |
| "links": null |
| }, |
| "BIBREF13": { |
| "ref_id": "b13", |
| "title": "Spectral biclustering of microarray data: Coclustering genes and conditions", |
| "authors": [ |
| { |
| "first": "Yuval", |
| "middle": [], |
| "last": "Kluger", |
| "suffix": "" |
| }, |
| { |
| "first": "Ronen", |
| "middle": [], |
| "last": "Basri", |
| "suffix": "" |
| }, |
| { |
| "first": "Joseph", |
| "middle": [ |
| "T" |
| ], |
| "last": "Chang", |
| "suffix": "" |
| }, |
| { |
| "first": "Mark", |
| "middle": [], |
| "last": "Gerstein", |
| "suffix": "" |
| } |
| ], |
| "year": 2003, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Yuval Kluger, Ronen Basri, Joseph T. Chang, and Mark Gerstein. 2003. Spectral biclustering of microarray data: Coclustering genes and conditions.", |
| "links": null |
| }, |
| "BIBREF14": { |
| "ref_id": "b14", |
| "title": "Rationalizing Neural Predictions", |
| "authors": [ |
| { |
| "first": "Tao", |
| "middle": [], |
| "last": "Lei", |
| "suffix": "" |
| }, |
| { |
| "first": "Regina", |
| "middle": [], |
| "last": "Barzilay", |
| "suffix": "" |
| }, |
| { |
| "first": "Tommi", |
| "middle": [], |
| "last": "Jaakkola", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "EMNLP 2016, Proc. 2016 Conf. Empir. Methods Nat. Lang. Process", |
| "volume": "", |
| "issue": "", |
| "pages": "107--117", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Tao Lei, Regina Barzilay, and Tommi Jaakkola. 2016. Rationalizing Neural Predictions. In EMNLP 2016, Proc. 2016 Conf. Empir. Methods Nat. Lang. Pro- cess., pages 107-117.", |
| "links": null |
| }, |
| "BIBREF15": { |
| "ref_id": "b15", |
| "title": "The Mythos of Model Interpretability", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "Zachary C Lipton", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "ICML Work. Hum. Interpret. Mach. Learn", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Zachary C Lipton. 2016. The Mythos of Model In- terpretability. ICML Work. Hum. Interpret. Mach. Learn., (Whi).", |
| "links": null |
| }, |
| "BIBREF16": { |
| "ref_id": "b16", |
| "title": "Machine Learning: A Probabilistic Perspective", |
| "authors": [ |
| { |
| "first": "Kevin", |
| "middle": [ |
| "P" |
| ], |
| "last": "Murphy", |
| "suffix": "" |
| } |
| ], |
| "year": 2012, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Kevin P. Murphy. 2012. Machine Learning: A Proba- bilistic Perspective.", |
| "links": null |
| }, |
| "BIBREF17": { |
| "ref_id": "b17", |
| "title": "Stochastic backpropagation and approximate inference in deep generative models", |
| "authors": [ |
| { |
| "first": "", |
| "middle": [], |
| "last": "D J Rezende", |
| "suffix": "" |
| }, |
| { |
| "first": "D", |
| "middle": [], |
| "last": "Mohamed", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Wierstra", |
| "suffix": "" |
| } |
| ], |
| "year": 2014, |
| "venue": "Proc. 31st", |
| "volume": "32", |
| "issue": "", |
| "pages": "1278--1286", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "D J Rezende, S Mohamed, and D Wierstra. 2014. Stochastic backpropagation and approximate infer- ence in deep generative models. Proc. 31st . . . , 32:1278-1286.", |
| "links": null |
| }, |
| "BIBREF18": { |
| "ref_id": "b18", |
| "title": "Variational Inference with Normalizing Flows", |
| "authors": [ |
| { |
| "first": "Danilo", |
| "middle": [], |
| "last": "Jimenez Rezende", |
| "suffix": "" |
| }, |
| { |
| "first": "Shakir", |
| "middle": [], |
| "last": "Mohamed", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Danilo Jimenez Rezende and Shakir Mohamed. 2015. Variational Inference with Normalizing Flows.", |
| "links": null |
| }, |
| "BIBREF19": { |
| "ref_id": "b19", |
| "title": "Proc. 32nd Int. Conf. Mach. Learn", |
| "authors": [], |
| "year": null, |
| "venue": "", |
| "volume": "37", |
| "issue": "", |
| "pages": "1530--1538", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Proc. 32nd Int. Conf. Mach. Learn., 37:1530-1538.", |
| "links": null |
| }, |
| "BIBREF20": { |
| "ref_id": "b20", |
| "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": "Proc. 22Nd ACM SIGKDD Int. Conf. Knowl. Discov. Data Min., KDD '16", |
| "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?\": Ex- plaining the Predictions of Any Classifier. In Proc. 22Nd ACM SIGKDD Int. Conf. Knowl. Discov. Data Min., KDD '16, pages 1135-1144, New York, NY, USA. ACM.", |
| "links": null |
| }, |
| "BIBREF21": { |
| "ref_id": "b21", |
| "title": "A Neural Attention Model for Abstractive Sentence Summarization", |
| "authors": [ |
| { |
| "first": "Sumit", |
| "middle": [], |
| "last": "Alexander M Rush", |
| "suffix": "" |
| }, |
| { |
| "first": "Jason", |
| "middle": [], |
| "last": "Chopra", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Weston", |
| "suffix": "" |
| } |
| ], |
| "year": 2015, |
| "venue": "Proc. Conf. Empir. Methods Nat. Lang. Process", |
| "volume": "", |
| "issue": "", |
| "pages": "379--389", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Alexander M Rush, Sumit Chopra, and Jason Weston. 2015. A Neural Attention Model for Abstractive Sentence Summarization. Proc. Conf. Empir. Meth- ods Nat. Lang. Process., (September):379-389.", |
| "links": null |
| }, |
| "BIBREF22": { |
| "ref_id": "b22", |
| "title": "Grad-CAM: Why did you say that? Visual Explanations from Deep Networks via Gradient-based Localization", |
| "authors": [ |
| { |
| "first": "R", |
| "middle": [], |
| "last": "Ramprasaath", |
| "suffix": "" |
| }, |
| { |
| "first": "Abhishek", |
| "middle": [], |
| "last": "Selvaraju", |
| "suffix": "" |
| }, |
| { |
| "first": "Ramakrishna", |
| "middle": [], |
| "last": "Das", |
| "suffix": "" |
| }, |
| { |
| "first": "Michael", |
| "middle": [], |
| "last": "Vedantam", |
| "suffix": "" |
| }, |
| { |
| "first": "Devi", |
| "middle": [], |
| "last": "Cogswell", |
| "suffix": "" |
| }, |
| { |
| "first": "Dhruv", |
| "middle": [], |
| "last": "Parikh", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Batra", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "1--5", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Ramprasaath R. Selvaraju, Abhishek Das, Ramakr- ishna Vedantam, Michael Cogswell, Devi Parikh, and Dhruv Batra. 2016. Grad-CAM: Why did you say that? Visual Explanations from Deep Networks via Gradient-based Localization. (Nips):1-5.", |
| "links": null |
| }, |
| "BIBREF23": { |
| "ref_id": "b23", |
| "title": "Ladder Variational Autoencoders. NIPS, (Nips)", |
| "authors": [ |
| { |
| "first": "Tapani", |
| "middle": [], |
| "last": "Casper Kaae S\u00f8nderby", |
| "suffix": "" |
| }, |
| { |
| "first": "Lars", |
| "middle": [], |
| "last": "Raiko", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Maal\u00f8e", |
| "suffix": "" |
| }, |
| { |
| "first": "Ole", |
| "middle": [], |
| "last": "S\u00f8ren Kaae S\u00f8nderby", |
| "suffix": "" |
| }, |
| { |
| "first": "", |
| "middle": [], |
| "last": "Winther", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "", |
| "volume": "", |
| "issue": "", |
| "pages": "", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "Casper Kaae S\u00f8nderby, Tapani Raiko, Lars Maal\u00f8e, S\u00f8ren Kaae S\u00f8nderby, and Ole Winther. 2016. Lad- der Variational Autoencoders. NIPS, (Nips).", |
| "links": null |
| }, |
| "BIBREF24": { |
| "ref_id": "b24", |
| "title": "News from OPUS -A Collection of Multilingual Parallel Corpora with Tools and Interfaces", |
| "authors": [ |
| { |
| "first": "J\u00f6rg", |
| "middle": [], |
| "last": "Tiedemann", |
| "suffix": "" |
| } |
| ], |
| "year": 2009, |
| "venue": "Recent Adv. Nat. Lang. Process", |
| "volume": "", |
| "issue": "", |
| "pages": "237--248", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J\u00f6rg Tiedemann. 2009. News from OPUS -A Collec- tion of Multilingual Parallel Corpora with Tools and Interfaces. In N. Nicolov, G. Bontcheva, G. An- gelova, and R. Mitkov, editors, Recent Adv. Nat. Lang. Process., pages 237--248. John Benjamins, Amsterdam/Philadelphia.", |
| "links": null |
| }, |
| "BIBREF25": { |
| "ref_id": "b25", |
| "title": "Efficient Word Alignment with Markov Chain Monte Carlo", |
| "authors": [ |
| { |
| "first": "J\u00f6rg", |
| "middle": [], |
| "last": "Tiedemann", |
| "suffix": "" |
| }, |
| { |
| "first": "Robert", |
| "middle": [], |
| "last": "\u00d6stling", |
| "suffix": "" |
| } |
| ], |
| "year": 2016, |
| "venue": "Prague Bull. Math. Linguist", |
| "volume": "", |
| "issue": "106", |
| "pages": "125--146", |
| "other_ids": {}, |
| "num": null, |
| "urls": [], |
| "raw_text": "J\u00f6rg Tiedemann and Robert \u00d6stling. 2016. Efficient Word Alignment with Markov Chain Monte Carlo. Prague Bull. Math. Linguist., (106):125-146.", |
| "links": null |
| } |
| }, |
| "ref_entries": { |
| "FIGREF0": { |
| "num": null, |
| "type_str": "figure", |
| "text": "A schematic representation of the proposed prediction interpretability method.", |
| "uris": null |
| }, |
| "FIGREF1": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Arpabet test results as a function of number of perturbations used. Shown are mean plus confidence bounds over 5 repetitions. Left: Alignment Error Rate, Right: F1 over edge prediction.", |
| "uris": null |
| }, |
| "FIGREF4": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Explanation with S = 50 (left) and attention (right) for the first prediction in", |
| "uris": null |
| }, |
| "FIGREF6": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Explanation with S = 50 for the prediction of the biased translator.", |
| "uris": null |
| }, |
| "FIGREF7": { |
| "num": null, |
| "type_str": "figure", |
| "text": "Attention scores on similar sentences by the biased translator.", |
| "uris": null |
| }, |
| "TABREF0": { |
| "type_str": "table", |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td>Inferred dependency graphs before (left)</td></tr><tr><td>and after (right) explanation selection for the pre-</td></tr><tr><td>diction: boolean \u2192 B UW0 L IY1 AH0 N, in</td></tr><tr><td>independent runs with large (top) and small (bot-</td></tr><tr><td>tom) clustering parameter k.</td></tr></table>", |
| "text": "" |
| }, |
| "TABREF1": { |
| "type_str": "table", |
| "html": null, |
| "num": null, |
| "content": "<table><tr><td/><td/><td/><td/><td/><td/><td>What</td><td/></tr><tr><td/><td/><td/><td/><td/><td/><td>do</td><td/><td>0.75</td></tr><tr><td/><td/><td>I</td><td>don't</td><td colspan=\"2\">know.</td><td>you mean</td><td/><td>0.60</td></tr><tr><td/><td/><td/><td/><td/><td/><td>it</td><td/><td>0.45</td></tr><tr><td/><td/><td/><td/><td/><td/><td>doesn</td><td/></tr><tr><td/><td/><td/><td/><td/><td/><td>'</td><td/><td>0.30</td></tr><tr><td>What</td><td>do</td><td>you</td><td>mean</td><td>it</td><td>doesn't matter?</td><td>t matter</td><td/><td>0.15</td></tr><tr><td/><td/><td/><td/><td/><td/><td>?</td><td/></tr><tr><td/><td/><td/><td/><td/><td/><td>I</td><td>don't</td><td>know.</td></tr></table>", |
| "text": "\"Good\" dialogue system predictions." |
| } |
| } |
| } |
| } |