Learning the String Partial Order

05/24/2023
by   Tianyu Liu, et al.
0

We show that most structured prediction problems can be solved in linear time and space by considering them as partial orderings of the tokens in the input string. Our method computes real numbers for each token in an input string and sorts the tokens accordingly, resulting in as few as 2 total orders of the tokens in the string. Each total order possesses a set of edges oriented from smaller to greater tokens. The intersection of total orders results in a partial order over the set of input tokens, which is then decoded into a directed graph representing the desired structure. Experiments show that our method achieves 95.4 LAS and 96.9 UAS by using an intersection of 2 total orders, 95.7 LAS and 97.1 UAS with 4 on the English Penn Treebank dependency parsing benchmark. Our method is also the first linear-complexity coreference resolution model and achieves 79.2 F1 on the English OntoNotes benchmark, which is comparable with state of the art.

READ FULL TEXT

page 1

page 2

page 3

page 4

research
03/18/2018

Almost all string graphs are intersection graphs of plane convex sets

A string graph is the intersection graph of a family of continuous arcs...
research
07/18/2019

Linear-semiorders and their incomparability graphs

A linear-interval order is the intersection of a linear order and an int...
research
04/24/2022

String Rearrangement Inequalities and a Total Order Between Primitive Words

We study the following rearrangement problem: Given n words, rearrange a...
research
06/30/2023

Should you marginalize over possible tokenizations?

Autoregressive language models (LMs) map token sequences to probabilitie...
research
09/04/2018

A class of orders with linear? time sorting algorithm

In this article, we give a precise mathematical meaning to `linear? time...
research
01/01/2023

Cops and robbers pebbling in graphs

Here we merge the two fields of Cops and Robbers and Graph Pebbling to i...
research
06/09/2021

Making Better Use of Bilingual Information for Cross-Lingual AMR Parsing

Abstract Meaning Representation (AMR) is a rooted, labeled, acyclic grap...

Please sign up or login with your details

Forgot password? Click here to reset