paper-with-me

Papers

STable: Table Generation Framework for Encoder-Decoder Models

2022-06-08 · Michał Pietruszka, Michał Turski, Łukasz Borchmann, Tomasz Dwojak, Gabriela Pałka, Karolina Szyndler, Dawid Jurkiewicz, Łukasz Garncarek

The output structure of database-like tables, consisting of values structured in horizontal rows and vertical columns identifiable by name, can cover a wide range of NLP tasks. Following this constatation, we propose a framework for text-to-table neural models applicable to problems such as extraction of line items, joint entity and relation extraction, or knowledge base population. The permutation-based decoder of our proposal is a generalized sequential method that comprehends information from all cells in the table. The training maximizes the expected log-likelihood for a table's content across all random permutations of the factorization order. During the content inference, we exploit the model's ability to generate cells in any order by searching over possible orderings to maximize the model's confidence and avoid substantial error accumulation, which other sequential models are prone to. Experiments demonstrate a high practical value of the framework, which establishes state-of-the-art results on several challenging datasets, outperforming previous solutions by up to 15%.

📄 PDF Abstract BibTeX arXiv:2206.04045

Code (0)

등록된 구현이 없습니다.

Tasks

DecoderJoint Entity and Relation ExtractionKnowledge Base PopulationRelation Extraction

Methods 이 논문이 사용한 방법론

BASE 설명 없음

Similar Papers 제목 키워드 기반

Designing a Better Asymmetric VQGAN for StableDiffusion

2023-06-07 · Zixin Zhu, Xuelu Feng, Dongdong Chen, Jianmin Bao 외

StableDiffusion is a revolutionary text-to-image generator that is causing a stir in the world of image generation and editing. Unlike traditional methods that learn a diffusion model in pixel space, StableDiffusion lear…

DecoderImage GenerationImage Inpainting

Encoder-Decoder Manifold Alignment for Idempotent Generation

2026-06-21 · Dareen Alharthi, Abdul Waheed, Bhiksha Raj arxiv

Recently, several learning paradigms have been introduced to enforce idempotency in generative models. The goal is to ensure that repeated application of a model leaves samples unchanged once they lie on the target data …

Image GenerationImage Editing

Text-to-Image Generation with Attention Based Recurrent Neural Networks

2020-01-18 · Tehseen Zia, Shahan Arif, Shakeeb Murtaza, Mirza Ahsan Ullah

Conditional image modeling based on textual descriptions is a relatively new domain in unsupervised learning. Previous approaches use a latent variable model and generative adversarial networks. While the formers are app…

DecoderImage GenerationText to Image GenerationText-to-Image Generation

Robust and Generalizable Safety Steering for Text-to-Image Diffusion Transformers

2026-05-28 · Zihao Xue, Yan Wang, Zhen Bi, Long Ma 외 arxiv

Diffusion Transformers have become a powerful backbone for text-to-image generation, but their layered and cross-modal generation process makes safety control fundamentally different from prompt-level filtering or output…

Text-to-Image Generation

Faster Diffusion: Rethinking the Role of the Encoder for Diffusion Model Inference

2023-12-15 · Senmao Li, Taihang Hu, Joost Van de Weijer, Fahad Shahbaz Khan 외

One of the main drawback of diffusion models is the slow inference time for image generation. Among the most successful approaches to addressing this problem are distillation methods. However, these methods require consi…

DecoderDenoisingImage GenerationKnowledge Distillation