paper-with-me

Papers

Generalized Optimal Linear Orders

2021-08-13 · Rishi Bommasani

The sequential structure of language, and the order of words in a sentence specifically, plays a central role in human language processing. Consequently, in designing computational models of language, the de facto approach is to present sentences to machines with the words ordered in the same order as in the original human-authored sentence. The very essence of this work is to question the implicit assumption that this is desirable and inject theoretical soundness into the consideration of word order in natural language processing. In this thesis, we begin by uniting the disparate treatments of word order in cognitive science, psycholinguistics, computational linguistics, and natural language processing under a flexible algorithmic framework. We proceed to use this heterogeneous theoretical foundation as the basis for exploring new word orders with an undercurrent of psycholinguistic optimality. In particular, we focus on notions of dependency length minimization given the difficulties in human and computational language processing in handling long-distance dependencies. We then discuss algorithms for finding optimal word orders efficiently in spite of the combinatorial space of possibilities. We conclude by addressing the implications of these word orders on human language and their downstream impacts when integrated in computational models.

📄 PDF Abstract BibTeX arXiv:2108.10692

Code (1)

rishibommasani/mastersthesis 공식 구현 pytorch

Tasks

Sentence

Similar Papers 제목 키워드 기반

Generalized Conflict-directed Search for Optimal Ordering Problems

2021-03-31 · Jingkai Chen, Yuening Zhang, Cheng Fang, Brian C. Williams

Solving planning and scheduling problems for multiple tasks with highly coupled state and temporal constraints is notoriously challenging. An appealing approach to effectively decouple the problem is to judiciously order…

BenchmarkingScheduling

Temporal Sequencing of Documents

2023-11-05 · Michael Gervers, Gelila Tilahun

We outline an unsupervised method for temporal rank ordering of sets of historical documents, namely American State of the Union Addresses and DEEDS, a corpus of medieval English property transfer documents. Our method r…

Combinatorial Optimization

Optimal Robust Recourse with $L^p$-Bounded Model Change

2025-09-25 · Phone Kyaw, Kshitij Kayastha, Shahin Jabbari arxiv

Recourse provides individuals who received undesirable labels (e.g., denied a loan) from algorithmic decision-making systems with a minimum-cost improvement suggestion to achieve the desired outcome. However, in practice…

From Sequential Nodes to GPU Batches: Parallel Branch and Bound for Optimal $k$-Sparse GLMs

2026-05-21 · Jiachang Liu, Andrea Lodi arxiv

GPUs have significantly accelerated first-order methods for large-scale optimization, especially in continuous optimization. However, this success has not transferred cleanly to problems with discrete variables, combinat…

GPU-friendly and Linearly Convergent First-order Methods for Certifying Optimal $k$-sparse GLMs

2026-03-01 · Jiachang Liu, Andrea Lodi, Soroosh Shafiee arxiv

We investigate the problem of certifying optimality for sparse generalized linear models (GLMs), where sparsity is enforced through a cardinality constraint. While Branch-and-Bound (BnB) frameworks can certify optimality…