Grouped-Attention for Content-Selection and Content-Plan Generation (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Recent neural data-to-text generation models explicitly learn content-plan given a set of attributes as input. |
| Approach: | They propose a neural content-planner that captures local and global contexts . they use a token-level attention constrained within each input attribute . |
| Outcome: | The proposed model outperforms competitors by 4.92%, 4.70%, and 16.56% on real-world datasets. |
Similar Papers
Data-to-text Generation with Macro Planning (2021.tacl-1)
Copied to clipboard
| Challenge: | Recent approaches to data-to-text generation adopt the encoder-decoder architecture . however, these models perform poorly at selecting appropriate content and ordering it coherently . |
| Approach: | They propose a neural model with a macro planning stage followed by a generation stage . they use data from databases of records, simulations of physical systems, accounting spreadsheets . |
| Outcome: | The proposed model outperforms baselines on two data-to-text benchmarks . it uses the encoderdecoder architecture and is compared with existing models . |
Neural Data-to-Text Generation via Jointly Learning the Segmentation and Correspondence (2020.acl-main)
Copied to clipboard
| Challenge: | Recent neural attention models conflate all steps into a single end-to-end system and simplify training process. |
| Approach: | They propose to explicitly segment target text into fragment units and align them with their data correspondences. |
| Outcome: | The proposed model outperforms neural attention models on E2E and WebNLG benchmarks. |
TAN-NTM: Topic Attention Networks for Neural Topic Modeling (2021.acl-long)
Copied to clipboard
| Challenge: | Topic models have been widely used to learn text representations and gain insight into document corpora. |
| Approach: | They propose a framework which processes document as a sequence of tokens through a LSTM whose contextual outputs are attended in a topic-aware manner. |
| Outcome: | The proposed model improves on two downstream tasks: document classification and topic guided keyphrase generation. |
Enhancing Content Planning for Table-to-Text Generation with Data Understanding and Verification (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Table-to-text models that select and order salient data and verbalize them fluently are lacking in content planning stage. |
| Approach: | They propose to enhance neural content planning by understanding data values with contextual numerical value representations that bring the sense of value comparison into content planning. |
| Outcome: | The proposed model outperforms existing systems with respect to content planning metrics on ROTOWIRE and MLB datasets. |
Generating Topic-Oriented Summaries Using Neural Attention (N18-1)
Copied to clipboard
| Challenge: | Existing summarization algorithms generate a single summary and are not capable of generating multiple summaries tuned to the interests of the readers. |
| Approach: | They propose an attention based RNN framework to generate multiple summaries tuned to different topics of interest. |
| Outcome: | The proposed framework outperforms baselines and shows that attention bias can be successfully used to generate topic-tuned summaries. |
Plan-then-Generate: Controlled Data-to-Text Generation via Planning (2021.findings-emnlp)
Copied to clipboard
| Challenge: | Existing studies focus on producing results that are close to the references, i.e. what to generate and in what order (the output structure) cannot be explicitly controlled by the users. |
| Approach: | They propose a Plan-then-Generate framework to improve the controllability of neural data-to-text models. |
| Outcome: | The proposed model can control both the intra-sentence and inter-sentent structure of the generated output. |
Data-Informed Global Sparseness in Attention Mechanisms for Deep Neural Networks (2024.lrec-main)
Copied to clipboard
| Challenge: | Attention pruning techniques have been developed to identify and exploit sparseness . previous work has taken pioneering steps to discover and explain the sparsity in attention patterns . |
| Approach: | They propose a framework that observes attention patterns in a fixed dataset and generates a global sparseness mask. |
| Outcome: | The proposed approach saves 90% of computations and maintains quality of results. |
DYPLOC: Dynamic Planning of Content Using Mixed Language Models for Text Generation (2021.acl-long)
Copied to clipboard
| Challenge: | Existing neural generation models fall short of coherence, thus requiring efficient content planning. |
| Approach: | They propose a generation framework that conducts dynamic planning of content while generating the output based on a novel design of mixed language models. |
| Outcome: | The proposed model outperforms competing models on argument generation and writing articles using New York Times’ Opinion section. |
Compositional Generalization for Neural Semantic Parsing via Span-level Supervised Attention (2021.naacl-main)
Copied to clipboard
Pengcheng Yin, Hao Fang, Graham Neubig, Adam Pauls, Emmanouil Antonios Platanios, Yu Su, Sam Thomson, Jacob Andreas
| Challenge: | Existing approaches to compositional generalization in semantic parsers focus on word-level alignments, but they focus on spans. |
| Approach: | They propose a span-level supervised attention loss that improves compositional generalization in semantic parsers by focusing on spans. |
| Outcome: | The proposed method improves on three benchmarks of compositional generalization. |
Generalized Supervised Attention for Text Generation (2021.findings-acl)
Copied to clipboard
| Challenge: | Existing supervised attention methods that use human knowledge to learn better alignments are costly or infeasible. |
| Approach: | They propose a generalized supervised attention method based on quasi alignments that are easier to obtain than ideal alignments. |
| Outcome: | The proposed framework improves generation performance and is robust against errors in attention supervision. |