paper-with-me

Papers

Parsing with Traces: An O(n4) Algorithm and a Structural Representation

2017-01-01 · TACL 2017 1 · Jonathan K. Kummerfeld, Dan Klein

General treebank analyses are graph structured, but parsers are typically restricted to tree structures for efficiency and modeling reasons. We propose a new representation and algorithm for a class of graph structures that is flexible enough to cover almost all treebank structures, while still admitting efficient learning and inference. In particular, we consider directed, acyclic, one-endpoint-crossing graph structures, which cover most long-distance dislocation, shared argumentation, and similar tree-violating linguistic phenomena. We describe how to convert phrase structure parses, including traces, to our new representation in a reversible manner. Our dynamic program uniquely decomposes structures, is sound and complete, and covers 97.3{\%} of the Penn English Treebank. We also implement a proof-of-concept parser that recovers a range of null elements and trace types.

📄 PDF Abstract BibTeX

Code (0)

등록된 구현이 없습니다.

Tasks

Question Answering

Similar Papers 제목 키워드 기반

Parsing with Traces: An $O(n^4)$ Algorithm and a Structural Representation

2017-07-13 · Jonathan K. Kummerfeld, Dan Klein

General treebank analyses are graph structured, but parsers are typically restricted to tree structures for efficiency and modeling reasons. We propose a new representation and algorithm for a class of graph structures t…

Constituency ParsingMissing Elements

Polynomial Graph Parsing with Non-Structural Reentrancies

2021-05-05 · Johanna Björklund, Frank Drewes, Anna Jonsson

Graph-based semantic representations are valuable in natural language processing, where it is often simple and effective to represent linguistic concepts as nodes, and relations as edges between them. Several attempts ha…

Abstract Meaning Representation

AGOCS -- Accurate Google Cloud Simulator Framework

2025-09-30 · Leszek Sliwko, Vladimir Getov arxiv

This paper presents the Accurate Google Cloud Simulator (AGOCS) - a novel high-fidelity Cloud workload simulator based on parsing real workload traces, which can be conveniently used on a desktop machine for day-to-day r…

Rose-SQL: Role-State Evolution Guided Structured Reasoning for Multi-Turn Text-to-SQL

2026-05-05 · Le Zhou, Feng Yao, Fengcai Qiao, Bo Xu 외 arxiv

Recent advances in Large Reasoning Models (LRMs) trained with Long Chain-of-Thought have demonstrated remarkable capabilities in code generation and mathematical reasoning. However, their potential in multi-turn Text-to-…

Mathematical ReasoningCode Generation

AMR Parsing with Latent Structural Information

2020-07-01 · ACL 2020 6 · Qiji Zhou, Yue Zhang, Donghong Ji, Hao Tang

Abstract Meaning Representations (AMRs) capture sentence-level semantics structural representations to broad-coverage natural sentences. We investigate parsing AMR with explicit dependency structures and interpretable la…

AMR ParsingSentence