Seg2Act: Global Context-aware Action Generation for Document Logical Structuring (2024.emnlp-main)
Copied to clipboard
Zichao Li, Shaojie He, Meng Liao, Xuanang Chen, Yaojie Lu, Hongyu Lin, Yanxiong Lu, Xianpei Han, Le Sun
| Challenge: | Document logical structuring is crucial for document intelligence due to the complexity of text segment dependencies in the document. |
| Approach: | They propose an end-to-end, generation-based method for document logical structuring that generates the action sequence via a global context-aware generative model and updates its global context and current logical structure based on the generated actions. |
| Outcome: | Experiments on ChCatExt and HierDoc datasets show that Seg2Act performs better than previous methods in both supervised and transfer learning settings. |
Similar Papers
Text2Event: Controllable Sequence-to-Structure Generation for End-to-end Event Extraction (2021.acl-long)
Copied to clipboard
| Challenge: | Existing methods to extract event records from text decompose complex structure prediction task into multiple subtasks. |
| Approach: | They propose a sequence-to-structure generation paradigm that can extract events from text . they propose unified event extraction, constrained decoding algorithm and curriculum learning algorithm . |
| Outcome: | The proposed method can achieve competitive performance using record-level annotations in both supervised learning and transfer learning settings. |
Form2Seq : A Framework for Higher-Order Form Structure Extraction (2020.emnlp-main)
Copied to clipboard
| Challenge: | Document structure extraction is a widely researched area for decades due to image resolution and poor semantics. |
| Approach: | They propose a sequence-to-sequence framework for document structure extraction using text . they use a text-based framework to classify low-level constituent elements into ten types . |
| Outcome: | The proposed framework outperforms existing methods for document structure extraction on ICDAR 2013 dataset. |
Dynamic Global Memory for Document-level Argument Extraction (2022.acl-long)
Copied to clipboard
| Challenge: | Recent work on document-level event argument extraction is restricted by sequence length constraints and ignores global context between events. |
| Approach: | They propose to construct a document memory store to extract contextual event information and leverage it to implicitly and explicitly help with decoding of arguments for later events. |
| Outcome: | The proposed framework outperforms prior methods and is more robust to adversarially annotated examples with constrained decoding design. |
SEAG: Structure-Aware Event Causality Generation (2023.findings-acl)
Copied to clipboard
Zhengwei Tao, Zhi Jin, Xiaoying Bai, Haiyan Zhao, Chengfeng Dou, Yongqiang Zhao, Fang Wang, Chongyang Tao
| Challenge: | Current methods for extracting event causality are limited by the lack of cross-task dependencies and may cause error propagation. |
| Approach: | They propose an approach for Structure-Aware Event Causality Generation (SEAG) they generate the ECG structure using a pre-trained language model and perform structural discriminative training alongside auto-regressive generation. |
| Outcome: | The proposed method is effective in extracting event causality from text. |
Generalizable and Explainable Dialogue Generation via Explicit Action Learning (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Conditioned response generation for task-oriented dialogues implicitly optimizes task completion and language quality. |
| Approach: | They propose to learn natural language actions that represent utterances as a span of words. |
| Outcome: | The proposed approach outperforms latent action baselines on a multi-domain dataset. |
Logic2Text: High-Fidelity Natural Language Generation from Logical Forms (2020.findings-emnlp)
Copied to clipboard
| Challenge: | Recent studies on Natural Language Generation (NLG) from structured data focus on surface descriptions of simple record sequences, for example, attribute-value pairs of fixed or very limited schema. |
| Approach: | They propose to use a large-scale dataset to generate NLG from logical forms to obtain controllable and faithful generations from structured data. |
| Outcome: | The proposed model can describe interesting facts from logical inferences across records, but it is difficult to produce such fidelity. |
Context-Aware Document Simplification (2023.findings-acl)
Copied to clipboard
| Challenge: | Recent work on document simplification has focused on sentence-level inputs but fails to preserve the discourse structure. |
| Approach: | They explore various systems that use document context within the simplification process . they investigate the performance and efficiency tradeoffs of system variants . |
| Outcome: | The proposed approach achieves state-of-the-art even when not relying on plan-guidance. |
ArgGen: Prompting Text Generation Models for Document-Level Event-Argument Aggregation (2022.findings-aacl)
Copied to clipboard
| Challenge: | Existing discourse-level information extraction tasks are extractive in nature, but extracting information from larger bodies of discourse-like documents requires more natural language understanding and reasoning capabilities. |
| Approach: | They propose a conditional text generation approach which generates consolidated event-arguments at a document-level with minimal loss of information. |
| Outcome: | The proposed approach generates document-level argument spans in a low-resource and zero-shot setting and can be leveraged in other related multilingual text generation tasks. |
Hierarchy Builder: Organizing Textual Spans into a Hierarchy to Facilitate Navigation (2023.acl-demo)
Copied to clipboard
| Challenge: | Information extraction systems produce hundreds to thousands of strings on a specific topic. |
| Approach: | They propose a method that allows users to consume a large collection of related textual strings in an exploratory mode. |
| Outcome: | The proposed method allows users to consume a large collection of related textual strings in an exploratory mode. |
Select, Extract and Generate: Neural Keyphrase Generation with Layer-wise Coverage Attention (2021.acl-long)
Copied to clipboard
| Challenge: | Generally, documents are truncated before being inputs to deep neural networks, resulting in missing keyphrases . evaluators use layer-wise coverage attention to cover all the critical points in a document . |
| Approach: | They propose a neural keyphrase generation model that identifies the salient sentences in a document and an extractor-generator that jointly extracts and generates keyphrases from the selected sentences. |
| Outcome: | The proposed model outperforms the state-of-the-art keyphrase generation methods on keyphrases generated from scientific and web documents. |