paper-with-me

Papers

Formulating Neural Sentence Ordering as the Asymmetric Traveling Salesman Problem

2021-08-01 · INLG (ACL) 2021 8 · Vishal Keswani, Harsh Jhamtani

The task of Sentence Ordering refers to rearranging a set of given sentences in a coherent ordering. Prior work (Prabhumoye et al., 2020) models this as an optimal graph traversal (with sentences as nodes, and edges as local constraints) using topological sorting. However, such an approach has major limitations – it cannot handle the presence of cycles in the resulting graphs and considers only the binary presence/absence of edges rather than a more granular score. In this work, we propose an alternate formulation of this task as a classic combinatorial optimization problem popular as the Traveling Salesman Problem (or TSP in short). Compared to the previous approach of using topological sorting, our proposed technique gracefully handles the presence of cycles and is more expressive since it takes into account real-valued constraint/edge scores rather than just the presence/absence of edges. Our experiments demonstrate improved handling of such cyclic cases in resulting graphs. Additionally, we highlight how model accuracy can be sensitive to the ordering of input sentences when using such graphs-based formulations. Finally, we note that our approach requires only lightweight fine-tuning of a classification layer built on pretrained BERT sentence encoder to identify local relationships.

📄 PDF Abstract BibTeX

Code (1)

vkeswani/bertsp 공식 구현 pytorch

Tasks

Combinatorial OptimizationSentenceSentence OrderingTraveling Salesman Problem

Similar Papers 제목 키워드 기반

AMR-to-text generation as a Traveling Salesman Problem

2016-09-23 · EMNLP 2016 11 · Linfeng Song, Yue Zhang, Xiaochang Peng, Zhiguo Wang 외

The task of AMR-to-text generation is to generate grammatical text that sustains the semantic meaning for a given AMR graph. We at- tack the task by first partitioning the AMR graph into smaller fragments, and then gener…

AMR-to-Text GenerationText GenerationTranslationTraveling Salesman Problem

Reduction of the Pareto Set in Bicriteria Asymmetric Traveling Salesman Problem

2018-05-27 · Aleksey O. Zakharov, Yulia V. Kovalenko

We consider the bicriteria asymmetric traveling salesman problem (bi-ATSP). Optimal solution to a multicriteria problem is usually supposed to be the Pareto set, which is rather wide in real-world problems. We apply to t…

Traveling Salesman Problem

Comparing Greedy Constructive Heuristic Subtour Elimination Methods for the Traveling Salesman Problem

2019-10-15 · Petar D. Jackovich, Bruce A. Cox, Raymond R. Hill

This paper further defines the class of fragment constructive heuristics used to compute feasible solutions for the Traveling Salesman Problem into arc-greedy and node-greedy subclasses. Since these subclasses of heurist…

ARCTraveling Salesman Problem

Focusing on the Hybrid Quantum Computing -- Tabu Search Algorithm: new results on the Asymmetric Salesman Problem

2021-02-11 · Eneko Osaba, Esther Villar-Rodriguez, Izaskun Oregi, Aitor Moreno-Fernandez-de-Leceta

Quantum Computing is an emerging paradigm which is gathering a lot of popularity in the current scientific and technological community. Widely conceived as the next frontier of computation, Quantum Computing is still at …

Traveling Salesman Problem

OrderNet: Ordering by Example

2019-05-27 · Robert Porter

In this paper we introduce a new neural architecture for sorting unordered sequences where the correct sequence order is not easily defined but must rather be inferred from training data. We refer to this architecture as…

Traveling Salesman Problem