中文
相关论文

相关论文: Correct and Optimal: the Regular Expression Infere…

200 篇论文

Empirical risk minimization (ERM) is ubiquitous in machine learning and underlies most supervised learning methods. While there has been a large body of work on algorithms for various ERM problems, the exact computational complexity of ERM…

计算复杂性 · 计算机科学 2017-04-11 Arturs Backurs , Piotr Indyk , Ludwig Schmidt

Retrieval-based augmentations (RA) incorporating knowledge from an external database into language models have greatly succeeded in various knowledge-intensive (KI) tasks. However, integrating retrievals in non-knowledge-intensive (NKI)…

计算与语言 · 计算机科学 2024-05-28 Shangyu Wu , Ying Xiong , Yufei Cui , Xue Liu , Buzhou Tang , Tei-Wei Kuo , Chun Jason Xue

In this work, we address the problem of determining reliable policies in reinforcement learning (RL), with a focus on optimization under uncertainty and the need for performance guarantees. While classical RL algorithms aim at maximizing…

机器学习 · 计算机科学 2025-10-22 Nadir Farhi

Inverse reinforcement learning (IRL) is the problem of inferring the reward function of an agent, given its policy or observed behavior. Analogous to RL, IRL is perceived both as a problem and as a class of methods. By categorically…

机器学习 · 计算机科学 2020-11-19 Saurabh Arora , Prashant Doshi

Low-Rank Adaptation (LoRA) has emerged as a popular parameter-efficient fine-tuning (PEFT) method for Large Language Models (LLMs), yet it still incurs notable overhead and suffers from parameter interference in multi-task scenarios. We…

机器学习 · 计算机科学 2025-08-05 Juzheng Zhang , Jiacheng You , Ashwinee Panda , Tom Goldstein

Reinforcement learning (RL) combines a control problem with statistical estimation: The system dynamics are not known to the agent, but can be learned through experience. A recent line of research casts `RL as inference' and suggests a…

机器学习 · 计算机科学 2020-11-05 Brendan O'Donoghue , Ian Osband , Catalin Ionescu

Large language models (LLMs) can achieve strong reasoning performance with sufficient computation, but they do not inherently know how much computation a task requires. We study budgeted inference-time reasoning for multiple tasks under a…

人工智能 · 计算机科学 2026-01-08 Muyang Zhao , Qi Qi , Hao Sun

Inverse reinforcement learning (IRL) aims to infer an agent's preferences (represented as a reward function $R$) from their behaviour (represented as a policy $\pi$). To do this, we need a behavioural model of how $\pi$ relates to $R$. In…

机器学习 · 计算机科学 2024-03-12 Joar Skalse , Alessandro Abate

Regular expressions with backreferences (regex, for short), as supported by most modern libraries for regular expression matching, have an NP-complete matching problem. We define a complexity parameter of regex, called active variable…

形式语言与自动机理论 · 计算机科学 2024-02-09 Markus L. Schmid

In this paper, we aim to enhance the robustness of Universal Information Extraction (UIE) by introducing a new benchmark dataset, a comprehensive evaluation, and a feasible solution. Existing robust benchmark datasets have two key…

计算与语言 · 计算机科学 2025-03-06 Jizhao Zhu , Akang Shi , Zixuan Li , Long Bai , Xiaolong Jin , Jiafeng Guo , Xueqi Cheng

Existing research efforts for multi-interest candidate matching in recommender systems mainly focus on improving model architecture or incorporating additional information, neglecting the importance of training schemes. This work revisits…

信息检索 · 计算机科学 2023-08-01 Yueqi Xie , Jingqi Gao , Peilin Zhou , Qichen Ye , Yining Hua , Jaeboum Kim , Fangzhao Wu , Sunghun Kim

We introduce a new programming language for expressing reversibility, Energy-Efficient Language (Eel), geared toward algorithm design and implementation. Eel is the first language to take advantage of a partially reversible computation…

编程语言 · 计算机科学 2016-05-30 Nirvan Tyagi , Jayson Lynch , Erik D. Demaine

Requirements Engineering (RE) is the discipline for identifying, analyzing, as well as ensuring the implementation and delivery of user, technical, and societal requirements. Recently reported issues concerning the acceptance of Artificial…

人工智能 · 计算机科学 2023-02-22 Walid Maalej , Yen Dieu Pham , Larissa Chazette

Entity Linking (EL) and Relation Extraction (RE) are fundamental tasks in Natural Language Processing, serving as critical components in a wide range of applications. In this paper, we propose ReLiK, a Retriever-Reader architecture for both…

计算与语言 · 计算机科学 2025-05-12 Riccardo Orlando , Pere-Lluis Huguet Cabot , Edoardo Barba , Roberto Navigli

Image registration is essential for medical image applications where alignment of voxels across multiple images is needed for qualitative or quantitative analysis. With recent advancements in deep neural networks and parallel computing,…

图像与视频处理 · 电气工程与系统科学 2025-07-23 Yi Zhang , Yidong Zhao , Hui Xue , Peter Kellman , Stefan Klein , Qian Tao

Regular expressions constitute a fundamental notion in formal language theory and are frequently used in computer science to define search patterns. A classic algorithm for these problems constructs and simulates a non-deterministic finite…

计算复杂性 · 计算机科学 2016-09-28 Arturs Backurs , Piotr Indyk

Research must be reproducible in order to make an impact on science and to contribute to the body of knowledge in our field. Yet studies have shown that 70% of research from academic labs cannot be reproduced. In software engineering, and…

软件工程 · 计算机科学 2018-04-10 Clinton Woodson , Jane Huffman Hayes , Sarah Griffioen

Deep reinforcement learning (DRL) gives the promise that an agent learns good policy from high-dimensional information, whereas representation learning removes irrelevant and redundant information and retains pertinent information. In this…

机器学习 · 计算机科学 2023-04-25 Qiang He , Huangyuan Su , Jieyu Zhang , Xinwen Hou

Reinforcement Learning (RL) has proven a stunning ability to learn optimal policies from data without any prior knowledge on the process. The main drawback of RL is that it is typically very difficult to guarantee stability and safety. On…

系统与控制 · 电气工程与系统科学 2020-05-12 Mario Zanon , Vyacheslav Kungurtsev , Sébastien Gros

We introduce SIRI, Scaling Iterative Reinforcement Learning with Interleaved Compression, a simple yet effective RL approach for Large Reasoning Models (LRMs) that enables more efficient and accurate reasoning. Existing studies have…

机器学习 · 计算机科学 2025-09-30 Haoming Wen , Yushi Bai , Juanzi Li , Jie Tang