中文
相关论文

相关论文: New Competitive Analysis Results of Online List Sc…

200 篇论文

We study a fundamental online job admission problem where jobs with deadlines arrive online over time at their release dates, and the task is to determine a preemptive single-server schedule which maximizes the number of jobs that complete…

数据结构与算法 · 计算机科学 2018-11-21 Lin Chen , Franziska Eberle , Nicole Megow , Kevin Schewior , Cliff Stein

Closed large language models (LLMs) such as GPT-4 have set state-of-the-art results across a number of NLP tasks and have become central to NLP and machine learning (ML)-driven solutions. Closed LLMs' performance and wide adoption has…

计算与语言 · 计算机科学 2025-03-18 Kezia Oketch , John P. Lalor , Yi Yang , Ahmed Abbasi

Supervised text classification is a classical and active area of ML research. In large enterprise, solutions to this problem has significant importance. This is specifically true in ticketing systems where prediction of the type and subtype…

信息检索 · 计算机科学 2020-12-02 Nabarun Mondal , Mrunal Lohia

In this paper, we propose exact passive-aggressive (PA) online algorithms for learning to rank. The proposed algorithms can be used even when we have interval labels instead of actual labels for examples. The proposed algorithms solve a…

机器学习 · 计算机科学 2021-01-01 Naresh Manwani , Mohit Chandra

Consider an online facility assignment problem where a set of facilities $F = \{ f_1, f_2, f_3, \cdots, f_{|F|} \}$ of equal capacity $l$ is situated on a metric space and customers arrive one by one in an online manner on that space. We…

数据结构与算法 · 计算机科学 2020-09-04 Saad Al Muttakee , Abu Reyan Ahmed , Md. Saidur Rahman

In the model of online caching with machine learned advice, introduced by Lykouris and Vassilvitskii, the goal is to solve the caching problem with an online algorithm that has access to next-arrival predictions: when each input element…

数据结构与算法 · 计算机科学 2019-10-31 Dhruv Rohatgi

We consider the Online Rent Minimization problem, where online jobs with release times, deadlines, and processing times must be scheduled on machines that can be rented for a fixed length period of $T$. The objective is to minimize the…

数据结构与算法 · 计算机科学 2023-07-03 Enze Sun , Zonghan Yang , Yuhao Zhang

We study methods for efficiently aligning large language models (LLMs) with human preferences given budgeted online feedback. We first formulate the LLM alignment problem in the frame of contextual dueling bandits. This formulation,…

机器学习 · 计算机科学 2024-11-12 Zichen Liu , Changyu Chen , Chao Du , Wee Sun Lee , Min Lin

Queueing systems present many opportunities for applying machine-learning predictions, such as estimated service times, to improve system performance. This integration raises numerous open questions about how predictions can be effectively…

人工智能 · 计算机科学 2025-03-11 Michael Mitzenmacher , Rana Shahout

In this paper, we consider an energy-efficient scheduling problem where $n$ jobs $J_1, J_2, ..., J_n$ need to be executed such that the total energy usage of these jobs is minimized while ensuring that each job is finished within it's…

数据结构与算法 · 计算机科学 2015-07-13 Gunjan Kumar , Saswata Shannigrahi

We contribute the first randomized algorithm that is an integration of arbitrarily many deterministic algorithms for the fully online multiprocessor scheduling with testing problem. When there are two machines, we show that with two…

数据结构与算法 · 计算机科学 2023-06-29 Mingyang Gong , Zhi-Zhong Chen , Guohui Lin , Lusheng Wang

Despite its flexibility to learn diverse inductive biases in machine learning programs, meta learning (i.e., learning to learn) has long been recognized to suffer from poor scalability due to its tremendous compute/memory costs, training…

We revisit the well-known online traveling salesman problem (OLTSP) and its extension, the online dial-a-ride problem (OLDARP). A server starting at a designated origin in a metric space, is required to serve online requests, and return to…

数据结构与算法 · 计算机科学 2025-07-18 Ya-Chun Liang , Meng-Hsi Li , Chung-Shou Liao , Clifford Stein

We consider online algorithms for pull-based broadcast scheduling. In this setting there are n pages of information at a server and requests for pages arrive online. When the server serves (broadcasts) a page p, all outstanding requests for…

数据结构与算法 · 计算机科学 2009-06-12 Chandra Chekuri , Sungjin Im , Benjamin Moseley

The performance of many large-scale and data-intensive distributed systems critically depends on the capacity of the interconnecting network. This paper is motivated by the vision of self-adjusting infrastructures whose resources can be…

数据结构与算法 · 计算机科学 2023-04-21 Harald Räcke , Stefan Schmid , Ruslan Zabrodin

In this paper, we study the classic optimization problem of Related Machine Online Load Balancing under the conditions of selfish machines and selfish jobs. We have $m$ related machines with varying speeds and $n$ jobs arriving online with…

数据结构与算法 · 计算机科学 2024-12-31 Wenqian Wang , Chenyang Xu , Yuhao Zhang

One of the classic results in scheduling theory is the 2-approximation algorithm by Lenstra, Shmoys, and Tardos for the problem of scheduling jobs to minimize makespan on unrelated machines, i.e., job j requires time p_{ij} if processed on…

数据结构与算法 · 计算机科学 2011-03-22 Ola Svensson

Consider a collection of m competing machine learning algorithms. Given their performance on a benchmark of datasets, we would like to identify the best performing algorithm. Specifically, which algorithm is most likely to ``win'' (rank…

机器学习 · 计算机科学 2026-01-06 Amichai Painsky

The fast-growing amount of information on the Internet makes the research in automatic document summarization very urgent. It is an effective solution for information overload. Many approaches have been proposed based on different…

计算与语言 · 计算机科学 2018-08-01 Kamal Al-Sabahi , Zuping Zhang , Jun Long , Khaled Alwesabi

We show how to restrict the analysis of a class of online problems that includes the $k$-server problem in finite metrics such that we only have to consider finite sequences of request. When applying the restrictions, both the optimal…

数据结构与算法 · 计算机科学 2013-03-13 Tobias Mömke