{ "paper_id": "2020", "header": { "generated_with": "S2ORC 1.0.0", "date_generated": "2023-01-19T07:27:55.527815Z" }, "title": "Chart-to-Text: Generating Natural Language Descriptions for Charts by Adapting the Transformer Model", "authors": [ { "first": "Jason", "middle": [], "last": "Obeid", "suffix": "", "affiliation": { "laboratory": "", "institution": "York University", "location": { "country": "Canada" } }, "email": "jobeid98@my.yorku.ca" }, { "first": "Enamul", "middle": [], "last": "Hoque", "suffix": "", "affiliation": { "laboratory": "", "institution": "York University", "location": { "country": "Canada" } }, "email": "enamulh@yorku.ca" } ], "year": "", "venue": null, "identifiers": {}, "abstract": "Information visualizations such as bar charts and line charts are very popular for exploring data and communicating insights. Interpreting and making sense of such visualizations can be challenging for some people, such as those who are visually impaired or have low visualization literacy. In this work, we introduce a new dataset and present a neural model for automatically generating natural language summaries for charts. The generated summaries provide an interpretation of the chart and convey the key insights found within that chart. Our neural model is developed by extending the state-of-the-art model for the data-to-text generation task, which utilizes a transformerbased encoder-decoder architecture. We found that our approach outperforms the base model on a content selection metric by a wide margin (55.42% vs. 8.49%) and generates more informative, concise, and coherent summaries.", "pdf_parse": { "paper_id": "2020", "_pdf_hash": "", "abstract": [ { "text": "Information visualizations such as bar charts and line charts are very popular for exploring data and communicating insights. Interpreting and making sense of such visualizations can be challenging for some people, such as those who are visually impaired or have low visualization literacy. In this work, we introduce a new dataset and present a neural model for automatically generating natural language summaries for charts. The generated summaries provide an interpretation of the chart and convey the key insights found within that chart. Our neural model is developed by extending the state-of-the-art model for the data-to-text generation task, which utilizes a transformerbased encoder-decoder architecture. We found that our approach outperforms the base model on a content selection metric by a wide margin (55.42% vs. 8.49%) and generates more informative, concise, and coherent summaries.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Abstract", "sec_num": null } ], "body_text": [ { "text": "Information visualizations such as bar charts and line charts are commonly utilized by people to get insights from data and make informed decisions. However, understanding and getting insights from charts can be difficult and time-consuming. This is because people often need to visually compare between several graphical marks (e.g. bars) of a chart to infer key insights from data, which may be challenging when the chart involves many data items (Kim et al., 2020) .", "cite_spans": [ { "start": 449, "end": 467, "text": "(Kim et al., 2020)", "ref_id": "BIBREF14" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Generating a natural language summary to explain a chart has numerous benefits and potential applications. It can help users in understanding and interpreting charts by conveying key points about the chart by focusing on temporal, causal, and evaluative aspects (Carenini et al., 2013) . It can help people identify insights from charts that they otherwise might have missed. A previous study conducted on a chart corpus found that the text associated with the chart failed to convey any insight from that chart in 35% of the instances, while in another 26% of cases the text conveyed only a portion of the chart's intended message (Carberry et al., 2006) . Therefore, effective chart summarization could help data analysts, business analysts, or journalists in better preparing reports from data. Such summaries could also enable people who are visually impaired or have low cognitive abilities to comprehend charts and perform analytical tasks through audio (Ferres et al., 2013) .", "cite_spans": [ { "start": 262, "end": 285, "text": "(Carenini et al., 2013)", "ref_id": "BIBREF2" }, { "start": 632, "end": 655, "text": "(Carberry et al., 2006)", "ref_id": "BIBREF1" }, { "start": 960, "end": 981, "text": "(Ferres et al., 2013)", "ref_id": "BIBREF9" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "However, natural language generation (NLG) systems for charts are still in their infancy. Early work mostly focused on statistical methods for finding salient information from charts and planningbased approaches for structuring content (Reiter, 2007) to generate textual captions from basic charts (Fasciano and Lapalme, 1996; Mittal et al., 1998; Green et al., 2004; Demir et al., 2012) . Commercial systems such as Quill (Quill, 2020) and Wordsmith (Wordsmith, 2020) have similarly adopted statistical algorithms and template-based NLG methods which are used to produce data facts in textual form. Unfortunately, the predefined template-based NLG methods and planning-based architecture for generating summaries often lack generality and may not offer variations in style. Moving beyond template and planning-based approaches (Reiter, 2007) , more recently researchers considered data-driven neural models for generating text from data tables (Mei et al., 2016; Gong et al., 2019) . However, they do are not designed for chart summarization as they do not consider the chart specific features (e.g. chart type). To our knowledge, there have not been any efforts to develop deep neural models that are specifically tailored for generating chart summaries.", "cite_spans": [ { "start": 236, "end": 250, "text": "(Reiter, 2007)", "ref_id": "BIBREF23" }, { "start": 298, "end": 326, "text": "(Fasciano and Lapalme, 1996;", "ref_id": "BIBREF7" }, { "start": 327, "end": 347, "text": "Mittal et al., 1998;", "ref_id": "BIBREF19" }, { "start": 348, "end": 367, "text": "Green et al., 2004;", "ref_id": "BIBREF11" }, { "start": 368, "end": 387, "text": "Demir et al., 2012)", "ref_id": "BIBREF6" }, { "start": 423, "end": 436, "text": "(Quill, 2020)", "ref_id": null }, { "start": 451, "end": 468, "text": "(Wordsmith, 2020)", "ref_id": "BIBREF29" }, { "start": 828, "end": 842, "text": "(Reiter, 2007)", "ref_id": "BIBREF23" }, { "start": 945, "end": 963, "text": "(Mei et al., 2016;", "ref_id": "BIBREF18" }, { "start": 964, "end": 982, "text": "Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "In this paper, we present a neural model for chart summarization by extending a transformer-based Figure 1 : An example of a generated natural language explanation from a chart from our model. model that was originally designed for the datato-text generation task. A key challenge in developing neural models for chart summarization is the lack of a suitable dataset containing a large set of charts and corresponding human-written summaries. To address the challenge we first developed a corpus of 8,305 charts, where for each chart we crawled the corresponding data table and the human-written summary. Our model learns content selection and text generation from such a collection of chart-summary pairs to generate summaries of charts. We also introduce a data variable substitution method that replaces the tokens referring to chart data with variables to generate more factually correct statements than a competitive baseline. As shown in Figure 1 , the resulting summary is quite informative, concise, and coherent.", "cite_spans": [], "ref_spans": [ { "start": 98, "end": 106, "text": "Figure 1", "ref_id": null }, { "start": 944, "end": 952, "text": "Figure 1", "ref_id": null } ], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "The contributions of our paper are three-fold:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 First, we introduce a new large-scale corpus on chart summarization consisting of humanwritten summaries of charts along with chart images and their underlying data.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 Second, we adopt a transformer-based model to generate chart summaries, which learns from chart-summary pairs from our dataset. To our knowledge, our work is the first to investigate the problem of chart summarization using a data-driven deep neural model.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "\u2022 Finally, we perform a series of evaluations to compare our model's performance with a baseline model derived from Gong et al. (Gong et al., 2019) . As a secondary contribution, we will make our source codes and the new dataset used in this research publicly available.", "cite_spans": [ { "start": 128, "end": 147, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "2 Related Work", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Introduction", "sec_num": "1" }, { "text": "Early work on generating natural language summarization follows some planning-based approaches which can be captured by Reiter's NLG architecture for data-to-text generation (Reiter, 2007) . For example, (Mittal et al., 1998) developed a caption generation system which determines the structure of the caption based on the mappings between the data and marks of the charts (such as text, lines, and bars) and chooses a complexity metric to select details of the caption. It then uses a text planner to generate the description of the chart. The iGRAPH-Lite system (Ferres et al., 2013) aims to make charts accessible to blind users via generating captions and supporting navigation through the chart using a keyboard. Like (Mittal et al., 1998) it uses templates to provide a short description of what the chart looks like. Nonetheless, these systems describe the chart only in terms of how to interpret the chart rather than explaining high-level insights conveyed by the chart. Other research has focused on generating multimedia presentations combining both text summary and charts (Fasciano and Lapalme, 2000; Green et al., 2004) . PostGraphe takes user-specified intention (e.g. increasing trend) and a spreadsheet file as input and then generates a simple chart and caption separately using some heuristics (Fasciano and Lapalme, 2000) . Autobrief generates presentations in text and information graphics (Green et al., 2004) using an integrated planning-based approach in the domain of transportation scheduling.", "cite_spans": [ { "start": 174, "end": 188, "text": "(Reiter, 2007)", "ref_id": "BIBREF23" }, { "start": 204, "end": 225, "text": "(Mittal et al., 1998)", "ref_id": "BIBREF19" }, { "start": 564, "end": 585, "text": "(Ferres et al., 2013)", "ref_id": "BIBREF9" }, { "start": 723, "end": 744, "text": "(Mittal et al., 1998)", "ref_id": "BIBREF19" }, { "start": 1085, "end": 1113, "text": "(Fasciano and Lapalme, 2000;", "ref_id": "BIBREF8" }, { "start": 1114, "end": 1133, "text": "Green et al., 2004)", "ref_id": "BIBREF11" }, { "start": 1313, "end": 1341, "text": "(Fasciano and Lapalme, 2000)", "ref_id": "BIBREF8" }, { "start": 1411, "end": 1431, "text": "(Green et al., 2004)", "ref_id": "BIBREF11" } ], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization", "sec_num": "2.1" }, { "text": "There has also been growing interest to automatically extract insights from a dataset and present them using template-based NLG. Examples of such automatic insight generation include research prototypes such as DataSite , DataShot (Wang et al., 2019) and Voder (Srinivasan et al., 2018) as well as commercial systems like Quill 1 , Arria 2 , and Wordsmith 3 . These systems typically perform some statistical analysis to infer potentially important or interesting facts about the data and then present them in natural language sentences and charts. (Demir et al., 2012) present a method that computes some statistics (e.g. min, max, trends) and identifies the intended message that a bar chart is conveying using a Bayesian inference system. Then, it generates the summary in a bottom-up approach to simultaneously construct the discourse and sentence structures of textual summaries. More recently, (Chen et al., 2019) uses the encoder-decoder architecture where a Residual Network (ResNet) (He et al., 2016) in the encoder is used to recognize the input chart from an image, and Long Short-Term Memory (LSTM) and attention in the decoder to create template-based captions.", "cite_spans": [ { "start": 231, "end": 250, "text": "(Wang et al., 2019)", "ref_id": "BIBREF27" }, { "start": 261, "end": 286, "text": "(Srinivasan et al., 2018)", "ref_id": "BIBREF25" }, { "start": 549, "end": 569, "text": "(Demir et al., 2012)", "ref_id": "BIBREF6" }, { "start": 900, "end": 919, "text": "(Chen et al., 2019)", "ref_id": "BIBREF3" }, { "start": 992, "end": 1009, "text": "(He et al., 2016)", "ref_id": "BIBREF12" } ], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization", "sec_num": "2.1" }, { "text": "A common limitation of the above body of work is that the sentences are generated using predefined template-based approaches which may lack generality and offer fewer variations in grammatical style and lexical choices compared to data-driven models. In contrast, we focus on learning language variations and automatically finding important insights from charts using a deep learning model on a large collection of chart-summary pairs.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization", "sec_num": "2.1" }, { "text": "The objective of data-to-text generation is to generate a descriptive summary given structured data. Data-to-text generation focuses on creating a descriptive summary from structured data which can be encoded as a table of records. Data to text generation has been explored for various domain-specific tasks such as summarizing sport game data ( Barzilay and Lapata, 2005; Liang et al., 2009; Wiseman et al., 2017) , weather-forecast data (Reiter et al., 2005) , recipe generation (Yang et al., 2017) and biography generation (Lebret et al., 2016) .", "cite_spans": [ { "start": 346, "end": 372, "text": "Barzilay and Lapata, 2005;", "ref_id": "BIBREF0" }, { "start": 373, "end": 392, "text": "Liang et al., 2009;", "ref_id": "BIBREF16" }, { "start": 393, "end": 414, "text": "Wiseman et al., 2017)", "ref_id": null }, { "start": 439, "end": 460, "text": "(Reiter et al., 2005)", "ref_id": "BIBREF24" }, { "start": 481, "end": 500, "text": "(Yang et al., 2017)", "ref_id": "BIBREF30" }, { "start": 526, "end": 547, "text": "(Lebret et al., 2016)", "ref_id": "BIBREF15" } ], "ref_spans": [], "eq_spans": [], "section": "Data-to-Text Generation", "sec_num": "2.2" }, { "text": "Several recent methods have primarily focused on using sequence-to-sequence learning methods (Mei et al., 2016; Lebret et al., 2016; Wiseman et al., 2017) . For example, (Mei et al., 2016) propose an encoder-decoder model that uses recurrent neural networks with LSTM units for jointly learning content selection and surface realization for weather forecast and soccer commentaries. (Wiseman et al., 2017) present a new dataset on NBA game summarization and evaluate several models including attention-based encoder-decoder models. They found that neural text generation techniques from data perform poorly at content selection and lack inter-sentential coherence. (Puduppully et al., 2019) attempt to address this problem by incorporating content selection and planning mechanisms within the neural model. (Gong et al., 2019) found that the transformer model yielded outputs more fluent and coherent when compared to their seq2seq counterparts, which is why we use it as the base model.", "cite_spans": [ { "start": 93, "end": 111, "text": "(Mei et al., 2016;", "ref_id": "BIBREF18" }, { "start": 112, "end": 132, "text": "Lebret et al., 2016;", "ref_id": "BIBREF15" }, { "start": 133, "end": 154, "text": "Wiseman et al., 2017)", "ref_id": null }, { "start": 170, "end": 188, "text": "(Mei et al., 2016)", "ref_id": "BIBREF18" }, { "start": 665, "end": 690, "text": "(Puduppully et al., 2019)", "ref_id": "BIBREF21" }, { "start": 807, "end": 826, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Data-to-Text Generation", "sec_num": "2.2" }, { "text": "There have been several benchmark datasets that are made available recently for the data-to-text generation tasks (Lebret et al., 2016; Wiseman et al., 2017; Chen et al., 2020; Parikh et al., 2020) . However, to the best of our knowledge, there are no publicly available large datasets of chart data paired with human-generated summaries. While some prior work on generating captions and summaries from charts (e.g. (Mittal et al., 1998; Green et al., 2004; Demir et al., 2012) ) exist, to our knowledge they do not provide any large datasets with chartsummary pairs.", "cite_spans": [ { "start": 114, "end": 135, "text": "(Lebret et al., 2016;", "ref_id": "BIBREF15" }, { "start": 136, "end": 157, "text": "Wiseman et al., 2017;", "ref_id": null }, { "start": 158, "end": 176, "text": "Chen et al., 2020;", "ref_id": "BIBREF4" }, { "start": 177, "end": 197, "text": "Parikh et al., 2020)", "ref_id": "BIBREF20" }, { "start": 416, "end": 437, "text": "(Mittal et al., 1998;", "ref_id": "BIBREF19" }, { "start": 438, "end": 457, "text": "Green et al., 2004;", "ref_id": "BIBREF11" }, { "start": 458, "end": 477, "text": "Demir et al., 2012)", "ref_id": "BIBREF6" } ], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization Dataset", "sec_num": "3" }, { "text": "With the above challenges in mind, we create a new dataset for chart summarization which is available at https://github.com/JasonObeid/ Chart2Text. In order to find the best source of data for our corpus, we have analyzed publicly available charts from various sources such as textbooks, research papers, news articles, and websites that contain data charts and facts. This led us to choose Statista 4 as our data source. Statista regularly publishes charts from data collected by market and opinion research institutes, and data derived from the economic sector. Since Statista has all the necessary metadata including the data tables, titles, and concise summaries of charts it was a suitable source for our purpose. The dataset was crawled from 23,382 freely accessible pages from statista.com in early March of 2020, yielding a total of 8,305 charts, and associated summaries. For each chart, we downloaded the chart image, the underlying data table, the title, the axis labels, and a human-written summary describing the statistic.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization Dataset", "sec_num": "3" }, { "text": "After examining the crawled dataset, we found that out of 8,305 charts, 7,726 charts were lacking the x-axis labels. To address this problem we searched by regular expressions and applied named entity recognition using CoreNLP (Manning et al., 2014) on the data table to automatically identify if the x-axis represented common temporal dimensions such as years or months. For the remaining 1,353 missing labels we used human annotators who examined the title, summary and the chart to The resulting dataset can be described as follows: let the set of chart-summaries CS = [I, D, T, L, S], where for each chart-summary in CS there is a chart image i \u2208 I, data table d \u2208 D, title t \u2208 T , axis labels l \u2208 L, and summary s \u2208 S. The dataset consists of both bar and line charts (Table 2). A simple bar chart only has a set of bars, and a simple line chart contains a single line. Complex bar charts include stacked and grouped bar charts while complex line charts have multiple lines.", "cite_spans": [ { "start": 227, "end": 249, "text": "(Manning et al., 2014)", "ref_id": "BIBREF17" } ], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization Dataset", "sec_num": "3" }, { "text": "The summaries of the charts are concise, with an average sentence count of 5.2, and an average token count of 113.4. The data tables were moderate in size with an average of 32.3 cells. The discourse structures of these summaries were usually similar. They usually start by describing the chart at a high-level in terms of what this chart is about and then describing and comparing salient points in the chart. Some common salient information and statistics are extremes (e.g. highest/lowest values) or trends (upward/downward tendencies) or simple value retrieval (e.g. mentioning the first/last data point's value).", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Chart Summarization Dataset", "sec_num": "3" }, { "text": "In this section, we first describe the Transformerbased Model for Data-to-Text (Gong et al., 2019) which we use as our base model, followed by our adaptations to this model for generating chart summaries. Then, we describe our experiments with model parameters and the training procedure.", "cite_spans": [ { "start": 79, "end": 98, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "The Chart-to-Text Model", "sec_num": "4" }, { "text": "Our base model (Gong et al., 2019) extends the standard transformer (Vaswani et al., 2017) by adding a binary prediction layer and a content selection training step. The input layer of the model accepts a tuple of four features (entity, type, value, information) as input. The model then generates the latent representation of each record in the input sequence and passes it through the binary prediction layer. The decoder of this model is the same as the original Transformer model and predicts the summary based on encoder's output. The model also removes the positional embedding of the transformer encoder, as there is no ordered relationship within the records of their dataset. Figure 2 shows an overview of our proposed approach. The model takes data records and other chart information as input. Like the base model (Gong et al., 2019) , it uses the self-attention mechanism of the transformer encoder to generate the latent representations of the input, and the binary prediction at the top of the Transformer encoder output to decide whether or not a record will be mentioned in the target summary. Finally, the decoder predicts the next token in the context of the encoder output and the previous tokens from the summary sequence.", "cite_spans": [ { "start": 15, "end": 34, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" }, { "start": 68, "end": 90, "text": "(Vaswani et al., 2017)", "ref_id": "BIBREF26" }, { "start": 825, "end": 844, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [ { "start": 685, "end": 693, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Base Model", "sec_num": "4.1" }, { "text": "In order to adapt the enhanced transformer model (Gong et al., 2019) for generating chart summarization, we introduce three main changes. First, we modify the four features of the record tuples used as input to the model. This is done to include additional information which is important for chart summarization. Second, we reintroduce positional embeddings to the encoder since charts tend to contain ordered relationships. Finally, we introduce a process of substituting tokens with data variables to minimize the amount of generated hallucinations, a problem commonly found in NLG where a predicted word is not grounded in truth (Wiseman et al., 2017; Parikh et al., 2020) . We now discuss each of these changes in more details:", "cite_spans": [ { "start": 49, "end": 68, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" }, { "start": 632, "end": 654, "text": "(Wiseman et al., 2017;", "ref_id": null }, { "start": 655, "end": 675, "text": "Parikh et al., 2020)", "ref_id": "BIBREF20" } ], "ref_spans": [], "eq_spans": [], "section": "Our Proposed Approach", "sec_num": "4.2" }, { "text": "Input embedding: For each data table d \u2208 D, we pre-process it into a set of records r \u2208 R. Each of these records are placed in a tuple with four features as follows:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Our Proposed Approach", "sec_num": "4.2" }, { "text": "\u2022 r i (0) contains the column header, \u2022 r i (1) contains the table cell value, \u2022 r i (2) contains the column index, and Figure 2 : An overview of the proposed approach for chart summarization using a transformer-based model. The model takes the data table and some chart metadata as input (on the left) and generates a summary containing data variables that refer values within the data table.", "cite_spans": [], "ref_spans": [ { "start": 120, "end": 128, "text": "Figure 2", "ref_id": null } ], "eq_spans": [], "section": "Our Proposed Approach", "sec_num": "4.2" }, { "text": "Each feature is embedded into a vector, and together they are concatenated to represent the record as shown below:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "\u2200 r \u2208 R:", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "r i = [r i (0); r i (1); r i (2); r i (3)]", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "Our model takes each of these records r i as input, and outputs a set of predicted tokens which we will denote as y \u2208 Y. To get the final summary, for each token y i in y, if the token is a data variable then it is substituted with the corresponding data value.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "Positional embedding: Unlike the sports dataset used by (Gong et al., 2019) , chart data often involves an ordered dimension such as temporal data (e.g. year, month), or ordinal categories in bar charts. In order to generate summaries that better capture salient features from such sequential data, we re-introduce positional embeddings to our model. Data variable substitution: A critical issue with various existing models for data-to-text generation problem such as (Gong et al., 2019) is that they treat data records mentioned in the summaries as regular tokens which often results in hallucination problem. As a consequence, the model sometimes predicts tokens that are irrelevant to the chart and thus results in factually incorrect sentences. This problem becomes even more serious for our chart dataset which is not focused on a specific domain (e.g. sports). In order to improve the factual accuracy of the generated summaries we introduce a data variable substitution method.", "cite_spans": [ { "start": 56, "end": 75, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" }, { "start": 469, "end": 488, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "The idea is that before training we first modify the gold summaries so that whenever a token references something from the data table, chart title, or axis labels we replace them with one of the predefined data variables. We then use these modified summaries to train the model so that it learns how to generate the summary more generally with data variables as opposed to actual values in the data table or tokens from the title. Then, during the testing phase, if a generated token matches a predefined data variable, we make a look-up operation to convert the data variable into the referenced chart data (see Figure 3) .", "cite_spans": [], "ref_spans": [ { "start": 613, "end": 622, "text": "Figure 3)", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "We define seven categories of data variables listed in order of priority: subjects, dates, axis labels, titles, table cells, trends, and scales. Here subjects refer to entities relevant to the data table (e.g. 'Liverpool FC') and trends refer to tokens that indicate positive or negative trends (e.g. growing, decreasing, etc). Scales refer to tokens such as 'millions' and 'percentage' that are associated with numeric tokens. For each token t i in a gold summary s, if that token matches any of these variable categories, then it is substituted by that variable. We apply named entity recognition (Manning et al., 2014) to detect the subjects and dates. The rest of the variables are detected using simple string pattern matching techniques. For each variable, we also assign the relevant index position in the data table or other chart data. For example, given a sentence in the gold summary \"Broadcasting is the largest source of revenue for Liverpool FC\", the system replaces the token 'Broadcasting' with < templateLabel[2][0] > which refers to the third column's header label.", "cite_spans": [ { "start": 599, "end": 621, "text": "(Manning et al., 2014)", "ref_id": "BIBREF17" } ], "ref_spans": [], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "During the testing phase, our approach performs the reverse operation where it substitutes data variables with their referenced tokens. Figure 3 demonstrates how the data variables are substituted with actual tokens from the chart data. Here, the corresponding tokens and variables are highlighted by the same color.", "cite_spans": [], "ref_spans": [ { "start": 136, "end": 144, "text": "Figure 3", "ref_id": "FIGREF0" } ], "eq_spans": [], "section": "\u2022 r i (3) contains the chart type", "sec_num": null }, { "text": "The model requires two types of labels for its training step. The first type of label is for the chart's data, which for each record r i in the set of records r there is either a label of 1 if r i is mentioned in the summary s, or a 0 if not. The second type of label is for the chart's summary, where for each token t i \u2208 a gold summary s there is a label of 1 if t is also present in some records in r, or a 0 otherwise.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Training", "sec_num": "4.3" }, { "text": "The dataset was divided into training, validation, and testing sets with a 70%:15%:15% ratio for training. We trained the model for 80 epochs with an epoch size of 1000, using the following hyper-parameters: 1 encoder layer, 6 decoder layers, embedding size of 512, batch size of 6, beam size of 4, sinusoidal positional embeddings, and GELU (Hendrycks and Gimpel, 2016) activations.", "cite_spans": [ { "start": 342, "end": 370, "text": "(Hendrycks and Gimpel, 2016)", "ref_id": "BIBREF13" } ], "ref_spans": [], "eq_spans": [], "section": "Training", "sec_num": "4.3" }, { "text": "We first perform an automatic evaluation to approximately measure the performance of our approach compared to the base model (Gong et al., 2019) and then we conduct a human evaluation. Finally, we perform some qualitative analysis to have a better understanding of the effectiveness and trade-offs of our approach.", "cite_spans": [ { "start": 125, "end": 144, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Evaluation", "sec_num": "5" }, { "text": "For automated evaluation of our summary quality, we employ two different metrics: (1) the BLEU score (?), and (2) a content selection metric inspired by (Wiseman et al., 2017) . We calculate our content selection metric as the percentage of records mentioned in the generated summary that are mentioned in the gold summary. Table 3 shows the results of automatic evaluation of our model compared to the base model. We observe that our model slightly improves over the baseline on the BLEU metric and outperforms it on content selection by a wide margin. In particular, the huge improvement on the content selection metric suggests that by learning how to generate summaries in terms of data variables rather than actual data values, our approach largely addresses the hallucination problem.", "cite_spans": [ { "start": 153, "end": 175, "text": "(Wiseman et al., 2017)", "ref_id": null } ], "ref_spans": [ { "start": 324, "end": 331, "text": "Table 3", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "Automatic Evaluation", "sec_num": "5.1" }, { "text": "To further investigate the quality of the generated text, we perform a human evaluation. For this purpose, we randomly sample 40 different charts where we have 10 charts from each of four chart types (simple bar, complex bar, simple line, complex line). We use the model from (Gong et al., 2019) trained on our dataset with positional embeddings enabled as our baseline. We created a Mechanical Turk study and surveyed three unique respondents per statistic. We use the survey to assess the quality of each summary from four independent perspectives: (1) Informativeness: How informative is the summary of the chart? (2) Conciseness: How concise is the summary of the chart?, (3) Coherence: How coherent is the summary of the chart? and (4) Fluency: How fluent or grammatically correct are the sentences in the summary of the chart? The questions were asked using a 5-point Likert scale from 1 (the worst) to 5 (the best).", "cite_spans": [ { "start": 276, "end": 295, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Human Evaluation", "sec_num": "5.2" }, { "text": "As shown in Table 4 , on average our model outperforms the base model in terms of informativeness, conciseness, and coherence by at least over 1 point. Overall, it indicates that our method can generate summaries that are more insightful, that have better connections between sentences and with fewer repetitions. In terms of fluency, the base model performs slightly better (3.78) than our model (3.73).", "cite_spans": [], "ref_spans": [ { "start": 12, "end": 19, "text": "Table 4", "ref_id": "TABREF6" } ], "eq_spans": [], "section": "Human Evaluation", "sec_num": "5.2" }, { "text": "We also wanted to evaluate the factuality aspect of the generated summaries. For this purpose, we asked respondents to evaluate whether the facts stated in each sentence of the summary were supported by the chart. There were four possible responses to this question: yes, no, partially, and can't decide (explain why). Table 5 shows the percentage of statements within the summary that were perceived as factually correct or not. We find that over 50% sentences generated by our model were verified as factually correct, whereas only 22% sentences from the baseline model's summaries were perceived to be correct. Another 15.56% statements generated from our model were verified as partially correct compared to 7.24% from the base model. This result suggests that our model generates more factually correct statements compared to the base model. ", "cite_spans": [], "ref_spans": [ { "start": 319, "end": 326, "text": "Table 5", "ref_id": "TABREF7" } ], "eq_spans": [], "section": "Human Evaluation", "sec_num": "5.2" }, { "text": "In order to better understand how our approach works we reviewed one random sample from our dataset (see Figure 4) . We notice that the gold summary is relatively longer than the two generated summaries with some additional external facts that are not mentioned in the chart data (e.g. 'the New England Patriots' and 'their Twitter following'). This illustrates the challenge for generating chart summaries because without direct connections between the chart and its summary, it becomes more difficult for the model to learn what is relevant. Our model's summary is similar in structure to the gold, but without mention of these external statistics. The summary is mostly accurate, as it correctly mentions the most and least followed teams along with their corresponding fan counts (highlighted in green), but it incorrectly predicts tokens related to game wins, and also incorrectly mentions the third highest team (highlighted in red) right after it cor- Figure 5 : Comparison of generated summaries with positional embeddings enabled and disabled (Here the text that refers to a bar in the chart is highlighted with the same fill-color of that bar). rectly mentioned the lowest team. When analyzing the summary generated from (Gong et al., 2019) , we can readily see that it makes more false predictions than our model. It correctly mentions the first team name, but then after that it suffers from the hallucination problem as it repeats a memorized summary which it was trained on. As a result, this summary is mostly irrelevant to the given chart. This is also reflected from the automatic evaluation (Table 3) where the model from Gong et al. performed poorly on the content selection metric.", "cite_spans": [ { "start": 1231, "end": 1250, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [ { "start": 105, "end": 114, "text": "Figure 4)", "ref_id": "FIGREF1" }, { "start": 959, "end": 967, "text": "Figure 5", "ref_id": null }, { "start": 1609, "end": 1618, "text": "(Table 3)", "ref_id": "TABREF4" } ], "eq_spans": [], "section": "Case Study", "sec_num": "5.3" }, { "text": "We also investigated the impact of positional embeddings on our model's performance. As we can see from Figure 5 , for a sample chart the model that enables positional embeddings yielded summaries with a more meaningful discourse structure by better connecting between sentences and with more meaningful salient information. This support that positional embeddings allow the model to track sequential data as suggested by (Vaswani et al., 2017) for the original Transformer model.", "cite_spans": [ { "start": 422, "end": 444, "text": "(Vaswani et al., 2017)", "ref_id": "BIBREF26" } ], "ref_spans": [ { "start": 104, "end": 112, "text": "Figure 5", "ref_id": null } ], "eq_spans": [], "section": "Case Study", "sec_num": "5.3" }, { "text": "While our evaluation reveals that our model is more effective at chart summary generation than the base model, it still has much room for improvement. In particular, we identify two categories of common errors which are present in our generated sum- maries. The most common error is the fact hallucination, which is demonstrated in Figure 4 . While our model has largely addressed this issue, irrelevant tokens still occasionally occur. Our error analysis on 50 random samples indicates that hallucination can occur in two main ways in our model. First, sometimes the model predicts a data variable at an incorrect index, for example it may try to refer to one index of a table row, but the correct index is actually that of another index. The second hallucination method is when the model simply predicts a token which is irrelevant to the data, which we see commonly in other data-to-text works (Wiseman et al., 2017; Parikh et al., 2020) . This error usually occurs when the model generates summaries of charts about a domain that has low coverage in the training set. For example, our training set has several charts on finance and sports. For these charts, the generated summaries are quite fluent and tokens that are irrelevant to the corresponding chart are rare. Figure 6 shows how the generated summaries differ in fluency and amount of irrelevant tokens for two different charts: one from a domain with low training data coverage and the other with high training data coverage.", "cite_spans": [ { "start": 897, "end": 919, "text": "(Wiseman et al., 2017;", "ref_id": null }, { "start": 920, "end": 940, "text": "Parikh et al., 2020)", "ref_id": "BIBREF20" } ], "ref_spans": [ { "start": 332, "end": 340, "text": "Figure 4", "ref_id": "FIGREF1" }, { "start": 1271, "end": 1279, "text": "Figure 6", "ref_id": "FIGREF2" } ], "eq_spans": [], "section": "Error Analysis", "sec_num": "5.4" }, { "text": "In this paper, we tackle the challenge of automatic chart summarization by introducing a new dataset and proposing a neural approach based on the transformer architecture. Our approach learns how to generate natural language descriptions from charts by modifying the gold summaries to replace references to chart data values with data variables. As a result, the model learns how to summarize in a more generalized way, and generates more factually correct statements compared to the base model. Our model also generates summaries that are more informative, concise, and coherent according to human evaluations. We hope that our work will motivate researchers to further improve the quality of summaries automatically generated from charts, which is a highly under-explored research area.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Conclusion and Future Work", "sec_num": "6" }, { "text": "In the future, we would like to develop larger datasets that cover more diverse domains and additional chart types (e.g. pie charts, scatterplots, heatmaps etc.) to further improve the quality and generalizability of our model. Also, while we compared our method with a strong baseline from (Gong et al., 2019) , we will perform further comparisons with other models which were developed for the data-to-text generation problem. Finally, we would like to build applications such as an interactive chart summarization system with a focus on enhancing the accessibility of charts so that blind and visually impaired people can comprehend charts via audio.", "cite_spans": [ { "start": 291, "end": 310, "text": "(Gong et al., 2019)", "ref_id": "BIBREF10" } ], "ref_spans": [], "eq_spans": [], "section": "Conclusion and Future Work", "sec_num": "6" }, { "text": "Narrative Science. Quill 2 Arria, Arria 3 Wordsmith Wordsmith", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null }, { "text": "https://www.statista.com/", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "", "sec_num": null } ], "back_matter": [ { "text": "This work was supported by the Natural Sciences and Engineering Research Council (NSERC), Canada. We thank Dhruv Nayyar for helping with preparing the dataset.", "cite_spans": [], "ref_spans": [], "eq_spans": [], "section": "Acknowledgments", "sec_num": null } ], "bib_entries": { "BIBREF0": { "ref_id": "b0", "title": "Collective content selection for concept-to-text generation", "authors": [ { "first": "Regina", "middle": [], "last": "Barzilay", "suffix": "" }, { "first": "Mirella", "middle": [], "last": "Lapata", "suffix": "" } ], "year": 2005, "venue": "Proceedings of Human Language Technology Conference and Conference on Empirical Methods in Natural Language Processing", "volume": "", "issue": "", "pages": "331--338", "other_ids": {}, "num": null, "urls": [], "raw_text": "Regina Barzilay and Mirella Lapata. 2005. Collective content selection for concept-to-text generation. In Proceedings of Human Language Technology Con- ference and Conference on Empirical Methods in Natural Language Processing, pages 331-338, Van- couver, British Columbia, Canada. Association for Computational Linguistics.", "links": null }, "BIBREF1": { "ref_id": "b1", "title": "Information graphics: an untapped resource for digital libraries", "authors": [ { "first": "Sandra", "middle": [], "last": "Carberry", "suffix": "" }, { "first": "Stephanie", "middle": [], "last": "Elzer", "suffix": "" }, { "first": "Seniz", "middle": [], "last": "Demir", "suffix": "" } ], "year": 2006, "venue": "Proceedings of the 29th annual international ACM SIGIR conference on Research and development in information retrieval", "volume": "", "issue": "", "pages": "581--588", "other_ids": {}, "num": null, "urls": [], "raw_text": "Sandra Carberry, Stephanie Elzer, and Seniz Demir. 2006. Information graphics: an untapped resource for digital libraries. In Proceedings of the 29th an- nual international ACM SIGIR conference on Re- search and development in information retrieval, pages 581-588.", "links": null }, "BIBREF2": { "ref_id": "b2", "title": "User task adaptation in multimedia presentations", "authors": [ { "first": "Giuseppe", "middle": [], "last": "Carenini", "suffix": "" }, { "first": "Cristina", "middle": [], "last": "Conati", "suffix": "" }, { "first": "Enamul", "middle": [], "last": "Hoque", "suffix": "" }, { "first": "Ben", "middle": [], "last": "Steichen", "suffix": "" } ], "year": 2013, "venue": "Proceedings of the 1st International Workshop on User-Adaptive Information Visualization in conjunction with the 21st conference on User Modeling, Adaptation and Personalization (UMAP)", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Giuseppe Carenini, Cristina Conati, Enamul Hoque, and Ben Steichen. 2013. User task adaptation in multimedia presentations. In Proceedings of the 1st International Workshop on User-Adaptive Informa- tion Visualization in conjunction with the 21st con- ference on User Modeling, Adaptation and Person- alization (UMAP).", "links": null }, "BIBREF3": { "ref_id": "b3", "title": "Figure captioning with reasoning and sequence-level training", "authors": [ { "first": "Charles", "middle": [], "last": "Chen", "suffix": "" }, { "first": "Ruiyi", "middle": [], "last": "Zhang", "suffix": "" }, { "first": "Eunyee", "middle": [], "last": "Koh", "suffix": "" }, { "first": "Sungchul", "middle": [], "last": "Kim", "suffix": "" }, { "first": "Scott", "middle": [], "last": "Cohen", "suffix": "" }, { "first": "Tong", "middle": [], "last": "Yu", "suffix": "" }, { "first": "Ryan", "middle": [ "A" ], "last": "Rossi", "suffix": "" }, { "first": "Razvan", "middle": [ "C" ], "last": "Bunescu", "suffix": "" } ], "year": 2019, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Charles Chen, Ruiyi Zhang, Eunyee Koh, Sungchul Kim, Scott Cohen, Tong Yu, Ryan A. Rossi, and Razvan C. Bunescu. 2019. Figure captioning with reasoning and sequence-level training. CoRR, abs/1906.02850.", "links": null }, "BIBREF4": { "ref_id": "b4", "title": "Logical natural language generation from open-domain tables", "authors": [ { "first": "Wenhu", "middle": [], "last": "Chen", "suffix": "" }, { "first": "Jianshu", "middle": [], "last": "Chen", "suffix": "" }, { "first": "Yu", "middle": [], "last": "Su", "suffix": "" }, { "first": "Zhiyu", "middle": [], "last": "Chen", "suffix": "" }, { "first": "William", "middle": [ "Yang" ], "last": "Wang", "suffix": "" } ], "year": 2020, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": { "arXiv": [ "arXiv:2004.10404" ] }, "num": null, "urls": [], "raw_text": "Wenhu Chen, Jianshu Chen, Yu Su, Zhiyu Chen, and William Yang Wang. 2020. Logical natural lan- guage generation from open-domain tables. arXiv preprint arXiv:2004.10404.", "links": null }, "BIBREF5": { "ref_id": "b5", "title": "Datasite: Proactive visual data exploration with computation of insightbased recommendations", "authors": [ { "first": "Zhe", "middle": [], "last": "Cui", "suffix": "" }, { "first": "Karthik", "middle": [], "last": "Sriram", "suffix": "" }, { "first": "", "middle": [], "last": "Badam", "suffix": "" }, { "first": "Niklas", "middle": [], "last": "Yal\u00e7in", "suffix": "" }, { "first": "", "middle": [], "last": "Elmqvist", "suffix": "" } ], "year": 2019, "venue": "Information Visualization", "volume": "18", "issue": "2", "pages": "251--267", "other_ids": {}, "num": null, "urls": [], "raw_text": "Zhe Cui, Sriram Karthik Badam, M Adil Yal\u00e7in, and Niklas Elmqvist. 2019. Datasite: Proactive vi- sual data exploration with computation of insight- based recommendations. Information Visualization, 18(2):251-267.", "links": null }, "BIBREF6": { "ref_id": "b6", "title": "Summarizing information graphics textually", "authors": [ { "first": "Seniz", "middle": [], "last": "Demir", "suffix": "" }, { "first": "Sandra", "middle": [], "last": "Carberry", "suffix": "" }, { "first": "Kathleen", "middle": [ "F" ], "last": "Mccoy", "suffix": "" } ], "year": 2012, "venue": "Computational Linguistics", "volume": "38", "issue": "3", "pages": "527--574", "other_ids": { "DOI": [ "10.1162/COLI_a_00091" ] }, "num": null, "urls": [], "raw_text": "Seniz Demir, Sandra Carberry, and Kathleen F. McCoy. 2012. Summarizing information graphics textually. Computational Linguistics, 38(3):527-574.", "links": null }, "BIBREF7": { "ref_id": "b7", "title": "Postgraphe: a system for the generation of statistical graphics and text", "authors": [ { "first": "Massimo", "middle": [], "last": "Fasciano", "suffix": "" }, { "first": "Guy", "middle": [], "last": "Lapalme", "suffix": "" } ], "year": 1996, "venue": "Eighth International Natural Language Generation Workshop", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Massimo Fasciano and Guy Lapalme. 1996. Post- graphe: a system for the generation of statistical graphics and text. In Eighth International Natural Language Generation Workshop.", "links": null }, "BIBREF8": { "ref_id": "b8", "title": "Intentions in the coordinated generation of graphics and text from tabular data. Knowledge and Information Systems", "authors": [ { "first": "Massimo", "middle": [], "last": "Fasciano", "suffix": "" }, { "first": "Guy", "middle": [], "last": "Lapalme", "suffix": "" } ], "year": 2000, "venue": "", "volume": "2", "issue": "", "pages": "310--339", "other_ids": {}, "num": null, "urls": [], "raw_text": "Massimo Fasciano and Guy Lapalme. 2000. Intentions in the coordinated generation of graphics and text from tabular data. Knowledge and Information Sys- tems, 2:310-339.", "links": null }, "BIBREF9": { "ref_id": "b9", "title": "Evaluating a tool for improving accessibility to charts and graphs", "authors": [ { "first": "Leo", "middle": [], "last": "Ferres", "suffix": "" }, { "first": "Gitte", "middle": [], "last": "Lindgaard", "suffix": "" }, { "first": "Livia", "middle": [], "last": "Sumegi", "suffix": "" }, { "first": "Bruce", "middle": [], "last": "Tsuji", "suffix": "" } ], "year": 2013, "venue": "ACM Trans. Comput.-Hum. Interact", "volume": "20", "issue": "5", "pages": "", "other_ids": { "DOI": [ "10.1145/2533682.2533683" ] }, "num": null, "urls": [], "raw_text": "Leo Ferres, Gitte Lindgaard, Livia Sumegi, and Bruce Tsuji. 2013. Evaluating a tool for improving acces- sibility to charts and graphs. ACM Trans. Comput.- Hum. Interact., 20(5).", "links": null }, "BIBREF10": { "ref_id": "b10", "title": "Enhanced transformer model for data-to-text generation", "authors": [ { "first": "Li", "middle": [], "last": "Gong", "suffix": "" }, { "first": "M", "middle": [], "last": "Josep", "suffix": "" }, { "first": "Jean", "middle": [], "last": "Crego", "suffix": "" }, { "first": "", "middle": [], "last": "Senellart", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the 3rd Workshop on Neural Generation and Translation", "volume": "", "issue": "", "pages": "148--156", "other_ids": {}, "num": null, "urls": [], "raw_text": "Li Gong, Josep M Crego, and Jean Senellart. 2019. Enhanced transformer model for data-to-text genera- tion. In Proceedings of the 3rd Workshop on Neural Generation and Translation, pages 148-156.", "links": null }, "BIBREF11": { "ref_id": "b11", "title": "Autobrief: an experimental system for the automatic generation of briefings in integrated text and information graphics", "authors": [ { "first": "Giuseppe", "middle": [], "last": "Nancy L Green", "suffix": "" }, { "first": "Stephan", "middle": [], "last": "Carenini", "suffix": "" }, { "first": "Joe", "middle": [], "last": "Kerpedjiev", "suffix": "" }, { "first": "Johanna", "middle": [ "D" ], "last": "Mattis", "suffix": "" }, { "first": "Steven F", "middle": [], "last": "Moore", "suffix": "" }, { "first": "", "middle": [], "last": "Roth", "suffix": "" } ], "year": 2004, "venue": "International Journal of Human-Computer Studies", "volume": "61", "issue": "1", "pages": "32--70", "other_ids": {}, "num": null, "urls": [], "raw_text": "Nancy L Green, Giuseppe Carenini, Stephan Kerped- jiev, Joe Mattis, Johanna D Moore, and Steven F Roth. 2004. Autobrief: an experimental system for the automatic generation of briefings in integrated text and information graphics. International Jour- nal of Human-Computer Studies, 61(1):32-70.", "links": null }, "BIBREF12": { "ref_id": "b12", "title": "Deep residual learning for image recognition", "authors": [ { "first": "Kaiming", "middle": [], "last": "He", "suffix": "" }, { "first": "Xiangyu", "middle": [], "last": "Zhang", "suffix": "" }, { "first": "Shaoqing", "middle": [], "last": "Ren", "suffix": "" }, { "first": "Jian", "middle": [], "last": "Sun", "suffix": "" } ], "year": 2016, "venue": "Proceedings of the IEEE conference on computer vision and pattern recognition", "volume": "", "issue": "", "pages": "770--778", "other_ids": {}, "num": null, "urls": [], "raw_text": "Kaiming He, Xiangyu Zhang, Shaoqing Ren, and Jian Sun. 2016. Deep residual learning for image recog- nition. In Proceedings of the IEEE conference on computer vision and pattern recognition, pages 770- 778.", "links": null }, "BIBREF13": { "ref_id": "b13", "title": "Bridging nonlinearities and stochastic regularizers with gaussian error linear units", "authors": [ { "first": "Dan", "middle": [], "last": "Hendrycks", "suffix": "" }, { "first": "Kevin", "middle": [], "last": "Gimpel", "suffix": "" } ], "year": 2016, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Dan Hendrycks and Kevin Gimpel. 2016. Bridging nonlinearities and stochastic regularizers with gaus- sian error linear units. CoRR, abs/1606.08415.", "links": null }, "BIBREF14": { "ref_id": "b14", "title": "Answering questions about charts and generating visual explanations", "authors": [ { "first": "Enamul", "middle": [], "last": "Dae Hyun Kim", "suffix": "" }, { "first": "Maneesh", "middle": [], "last": "Hoque", "suffix": "" }, { "first": "", "middle": [], "last": "Agrawala", "suffix": "" } ], "year": 2020, "venue": "Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems", "volume": "20", "issue": "", "pages": "1--13", "other_ids": { "DOI": [ "10.1145/3313831.3376467" ] }, "num": null, "urls": [], "raw_text": "Dae Hyun Kim, Enamul Hoque, and Maneesh Agrawala. 2020. Answering questions about charts and generating visual explanations. In Proceedings of the 2020 CHI Conference on Human Factors in Computing Systems, CHI 20, page 1-13.", "links": null }, "BIBREF15": { "ref_id": "b15", "title": "Neural text generation from structured data with application to the biography domain", "authors": [ { "first": "R\u00e9mi", "middle": [], "last": "Lebret", "suffix": "" }, { "first": "David", "middle": [], "last": "Grangier", "suffix": "" }, { "first": "Michael", "middle": [], "last": "Auli", "suffix": "" } ], "year": 2016, "venue": "Proceedings of the 2016 Conference on Empirical Methods in Natural Language Processing", "volume": "", "issue": "", "pages": "1203--1213", "other_ids": { "DOI": [ "10.18653/v1/D16-1128" ] }, "num": null, "urls": [], "raw_text": "R\u00e9mi Lebret, David Grangier, and Michael Auli. 2016. Neural text generation from structured data with application to the biography domain. In Proceed- ings of the 2016 Conference on Empirical Methods in Natural Language Processing, pages 1203-1213, Austin, Texas. Association for Computational Lin- guistics.", "links": null }, "BIBREF16": { "ref_id": "b16", "title": "Learning semantic correspondences with less supervision", "authors": [ { "first": "Percy", "middle": [], "last": "Liang", "suffix": "" }, { "first": "Dan", "middle": [], "last": "Michael I Jordan", "suffix": "" }, { "first": "", "middle": [], "last": "Klein", "suffix": "" } ], "year": 2009, "venue": "Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th International Joint Conference on Natural Language Processing of the AFNLP", "volume": "", "issue": "", "pages": "91--99", "other_ids": {}, "num": null, "urls": [], "raw_text": "Percy Liang, Michael I Jordan, and Dan Klein. 2009. Learning semantic correspondences with less super- vision. In Proceedings of the Joint Conference of the 47th Annual Meeting of the ACL and the 4th In- ternational Joint Conference on Natural Language Processing of the AFNLP, pages 91-99.", "links": null }, "BIBREF17": { "ref_id": "b17", "title": "The Stanford CoreNLP natural language processing toolkit", "authors": [ { "first": "Christopher", "middle": [ "D" ], "last": "Manning", "suffix": "" }, { "first": "Mihai", "middle": [], "last": "Surdeanu", "suffix": "" }, { "first": "John", "middle": [], "last": "Bauer", "suffix": "" }, { "first": "Jenny", "middle": [], "last": "Finkel", "suffix": "" }, { "first": "Steven", "middle": [ "J" ], "last": "Bethard", "suffix": "" }, { "first": "David", "middle": [], "last": "Mc-Closky", "suffix": "" } ], "year": 2014, "venue": "Association for Computational Linguistics (ACL) System Demonstrations", "volume": "", "issue": "", "pages": "55--60", "other_ids": {}, "num": null, "urls": [], "raw_text": "Christopher D. Manning, Mihai Surdeanu, John Bauer, Jenny Finkel, Steven J. Bethard, and David Mc- Closky. 2014. The Stanford CoreNLP natural lan- guage processing toolkit. In Association for Compu- tational Linguistics (ACL) System Demonstrations, pages 55-60.", "links": null }, "BIBREF18": { "ref_id": "b18", "title": "What to talk about and how? selective generation using lstms with coarseto-fine alignment", "authors": [ { "first": "Hongyuan", "middle": [], "last": "Mei", "suffix": "" }, { "first": "Mohit", "middle": [], "last": "Uchicago", "suffix": "" }, { "first": "Matthew R", "middle": [], "last": "Bansal", "suffix": "" }, { "first": "", "middle": [], "last": "Walter", "suffix": "" } ], "year": 2016, "venue": "Proceedings of NAACL-HLT", "volume": "", "issue": "", "pages": "720--730", "other_ids": {}, "num": null, "urls": [], "raw_text": "Hongyuan Mei, TTI UChicago, Mohit Bansal, and Matthew R Walter. 2016. What to talk about and how? selective generation using lstms with coarse- to-fine alignment. In Proceedings of NAACL-HLT, pages 720-730.", "links": null }, "BIBREF19": { "ref_id": "b19", "title": "Describing complex charts in natural language: A caption generation system", "authors": [ { "first": "O", "middle": [], "last": "Vibhu", "suffix": "" }, { "first": "Johanna", "middle": [ "D" ], "last": "Mittal", "suffix": "" }, { "first": "Giuseppe", "middle": [], "last": "Moore", "suffix": "" }, { "first": "Steven", "middle": [], "last": "Carenini", "suffix": "" }, { "first": "", "middle": [], "last": "Roth", "suffix": "" } ], "year": 1998, "venue": "Computational Linguistics", "volume": "24", "issue": "3", "pages": "431--467", "other_ids": {}, "num": null, "urls": [], "raw_text": "Vibhu O. Mittal, Johanna D. Moore, Giuseppe Carenini, and Steven Roth. 1998. Describing com- plex charts in natural language: A caption genera- tion system. Computational Linguistics, 24(3):431- 467.", "links": null }, "BIBREF20": { "ref_id": "b20", "title": "Totto: A controlled table-to-text generation dataset", "authors": [ { "first": "P", "middle": [], "last": "Ankur", "suffix": "" }, { "first": "Xuezhi", "middle": [], "last": "Parikh", "suffix": "" }, { "first": "Sebastian", "middle": [], "last": "Wang", "suffix": "" }, { "first": "Manaal", "middle": [], "last": "Gehrmann", "suffix": "" }, { "first": "Bhuwan", "middle": [], "last": "Faruqui", "suffix": "" }, { "first": "Diyi", "middle": [], "last": "Dhingra", "suffix": "" }, { "first": "Dipanjan", "middle": [], "last": "Yang", "suffix": "" }, { "first": "", "middle": [], "last": "Das", "suffix": "" } ], "year": 2020, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": { "arXiv": [ "arXiv:2004.14373" ] }, "num": null, "urls": [], "raw_text": "Ankur P Parikh, Xuezhi Wang, Sebastian Gehrmann, Manaal Faruqui, Bhuwan Dhingra, Diyi Yang, and Dipanjan Das. 2020. Totto: A controlled table-to-text generation dataset. arXiv preprint arXiv:2004.14373.", "links": null }, "BIBREF21": { "ref_id": "b21", "title": "Data-to-text generation with content selection and planning", "authors": [ { "first": "Ratish", "middle": [], "last": "Puduppully", "suffix": "" }, { "first": "Li", "middle": [], "last": "Dong", "suffix": "" }, { "first": "Mirella", "middle": [], "last": "Lapata", "suffix": "" } ], "year": 2019, "venue": "Proceedings of the AAAI Conference on Artificial Intelligence", "volume": "33", "issue": "", "pages": "6908--6915", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ratish Puduppully, Li Dong, and Mirella Lapata. 2019. Data-to-text generation with content selection and planning. In Proceedings of the AAAI Conference on Artificial Intelligence, volume 33, pages 6908-6915.", "links": null }, "BIBREF22": { "ref_id": "b22", "title": "Narrative science", "authors": [], "year": null, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Quill. 2020. Narrative science.", "links": null }, "BIBREF23": { "ref_id": "b23", "title": "An architecture for data-to-text systems", "authors": [ { "first": "Ehud", "middle": [], "last": "Reiter", "suffix": "" } ], "year": 2007, "venue": "Proceedings of the Eleventh European Workshop on Natural Language Generation", "volume": "", "issue": "", "pages": "97--104", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ehud Reiter. 2007. An architecture for data-to-text systems. In Proceedings of the Eleventh European Workshop on Natural Language Generation, pages 97-104. Association for Computational Linguistics.", "links": null }, "BIBREF24": { "ref_id": "b24", "title": "Choosing words in computergenerated weather forecasts", "authors": [ { "first": "Ehud", "middle": [], "last": "Reiter", "suffix": "" }, { "first": "Somayajulu", "middle": [], "last": "Sripada", "suffix": "" }, { "first": "Jim", "middle": [], "last": "Hunter", "suffix": "" }, { "first": "Jin", "middle": [], "last": "Yu", "suffix": "" }, { "first": "Ian", "middle": [], "last": "Davy", "suffix": "" } ], "year": 2005, "venue": "Artificial Intelligence", "volume": "167", "issue": "1-2", "pages": "137--169", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ehud Reiter, Somayajulu Sripada, Jim Hunter, Jin Yu, and Ian Davy. 2005. Choosing words in computer- generated weather forecasts. Artificial Intelligence, 167(1-2):137-169.", "links": null }, "BIBREF25": { "ref_id": "b25", "title": "Augmenting visualizations with interactive data facts to facilitate interpretation and communication", "authors": [ { "first": "Arjun", "middle": [], "last": "Srinivasan", "suffix": "" }, { "first": "M", "middle": [], "last": "Steven", "suffix": "" }, { "first": "Alex", "middle": [], "last": "Drucker", "suffix": "" }, { "first": "John", "middle": [], "last": "Endert", "suffix": "" }, { "first": "", "middle": [], "last": "Stasko", "suffix": "" } ], "year": 2018, "venue": "IEEE transactions on visualization and computer graphics", "volume": "25", "issue": "1", "pages": "672--681", "other_ids": {}, "num": null, "urls": [], "raw_text": "Arjun Srinivasan, Steven M Drucker, Alex Endert, and John Stasko. 2018. Augmenting visualizations with interactive data facts to facilitate interpretation and communication. IEEE transactions on visualization and computer graphics, 25(1):672-681.", "links": null }, "BIBREF26": { "ref_id": "b26", "title": "Attention is all you need", "authors": [ { "first": "Ashish", "middle": [], "last": "Vaswani", "suffix": "" }, { "first": "Noam", "middle": [], "last": "Shazeer", "suffix": "" }, { "first": "Niki", "middle": [], "last": "Parmar", "suffix": "" }, { "first": "Jakob", "middle": [], "last": "Uszkoreit", "suffix": "" }, { "first": "Llion", "middle": [], "last": "Jones", "suffix": "" }, { "first": "Aidan", "middle": [ "N" ], "last": "Gomez", "suffix": "" }, { "first": "\u0141ukasz", "middle": [], "last": "Kaiser", "suffix": "" }, { "first": "Illia", "middle": [], "last": "Polosukhin", "suffix": "" } ], "year": 2017, "venue": "Advances in neural information processing systems", "volume": "", "issue": "", "pages": "5998--6008", "other_ids": {}, "num": null, "urls": [], "raw_text": "Ashish Vaswani, Noam Shazeer, Niki Parmar, Jakob Uszkoreit, Llion Jones, Aidan N Gomez, \u0141ukasz Kaiser, and Illia Polosukhin. 2017. Attention is all you need. In Advances in neural information pro- cessing systems, pages 5998-6008.", "links": null }, "BIBREF27": { "ref_id": "b27", "title": "Datashot: Automatic generation of fact sheets from tabular data", "authors": [ { "first": "Yun", "middle": [], "last": "Wang", "suffix": "" }, { "first": "Zhida", "middle": [], "last": "Sun", "suffix": "" }, { "first": "Haidong", "middle": [], "last": "Zhang", "suffix": "" }, { "first": "Weiwei", "middle": [], "last": "Cui", "suffix": "" }, { "first": "Ke", "middle": [], "last": "Xu", "suffix": "" }, { "first": "Xiaojuan", "middle": [], "last": "Ma", "suffix": "" }, { "first": "Dongmei", "middle": [], "last": "Zhang", "suffix": "" } ], "year": 2019, "venue": "IEEE transactions on visualization and computer graphics", "volume": "26", "issue": "1", "pages": "895--905", "other_ids": {}, "num": null, "urls": [], "raw_text": "Yun Wang, Zhida Sun, Haidong Zhang, Weiwei Cui, Ke Xu, Xiaojuan Ma, and Dongmei Zhang. 2019. Datashot: Automatic generation of fact sheets from tabular data. IEEE transactions on visualization and computer graphics, 26(1):895-905.", "links": null }, "BIBREF29": { "ref_id": "b29", "title": "Wordsmith by automated insights", "authors": [ { "first": "", "middle": [], "last": "Wordsmith", "suffix": "" } ], "year": 2020, "venue": "", "volume": "", "issue": "", "pages": "", "other_ids": {}, "num": null, "urls": [], "raw_text": "Wordsmith. 2020. Wordsmith by automated insights, inc.", "links": null }, "BIBREF30": { "ref_id": "b30", "title": "Reference-aware language models", "authors": [ { "first": "Zichao", "middle": [], "last": "Yang", "suffix": "" }, { "first": "Phil", "middle": [], "last": "Blunsom", "suffix": "" }, { "first": "Chris", "middle": [], "last": "Dyer", "suffix": "" }, { "first": "Wang", "middle": [], "last": "Ling", "suffix": "" } ], "year": 2017, "venue": "Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing", "volume": "", "issue": "", "pages": "1850--1859", "other_ids": {}, "num": null, "urls": [], "raw_text": "Zichao Yang, Phil Blunsom, Chris Dyer, and Wang Ling. 2017. Reference-aware language models. In Proceedings of the 2017 Conference on Empirical Methods in Natural Language Processing, pages 1850-1859.", "links": null } }, "ref_entries": { "FIGREF0": { "num": null, "type_str": "figure", "text": "Demonstration of data variable substitution.", "uris": null }, "FIGREF1": { "num": null, "type_str": "figure", "text": "Comparison of summary generation methods. Here, factually correct statements are highlighted in green and incorrect statements are highlighted in red.", "uris": null }, "FIGREF2": { "num": null, "type_str": "figure", "text": "Comparison of generated summaries by our model based on data coverage.", "uris": null }, "TABREF1": { "num": null, "text": "Chart type distribution", "html": null, "content": "
StatisticValue
Mean Token Count113.4
Mean Sentence Count5.2
Vocab Size19,150
Total Tokens941.8k
Mean Data Cells32.3
", "type_str": "table" }, "TABREF2": { "num": null, "text": "Dataset statistics come up with short descriptive labels for the x-axis.", "html": null, "content": "", "type_str": "table" }, "TABREF4": { "num": null, "text": "", "html": null, "content": "
: Results of automatic evaluation for two sum-
marization methods (The content section measure is
shown in percentage and the standard deviation is men-
tioned in the bracket).
", "type_str": "table" }, "TABREF6": { "num": null, "text": "", "html": null, "content": "
: Results of human evaluation (standard devia-
tion in brackets)
Summary Method
ResponseOur Model Gong et al.
Yes51.02%22.70%
No26.30%66.02%
Partial15.56%7.24%
Can't decide7.13%4.04%
", "type_str": "table" }, "TABREF7": { "num": null, "text": "Responses for factual correctness", "html": null, "content": "", "type_str": "table" } } } }