paper-with-me

Papers

Prefix-Projection Global Constraint for Sequential Pattern Mining

2015-04-29 · Amina Kemmar, Samir Loudni, Yahia Lebbah, Patrice Boizumault, Thierry Charnois

Sequential pattern mining under constraints is a challenging data mining task. Many efficient ad hoc methods have been developed for mining sequential patterns, but they are all suffering from a lack of genericity. Recent works have investigated Constraint Programming (CP) methods, but they are not still effective because of their encoding. In this paper, we propose a global constraint based on the projected databases principle which remedies to this drawback. Experiments show that our approach clearly outperforms CP approaches and competes well with ad hoc methods on large datasets.

📄 PDF Abstract BibTeX arXiv:1504.07877

Code (0)

등록된 구현이 없습니다.

Tasks

Sequential Pattern Mining

Similar Papers 제목 키워드 기반

A global Constraint for mining Sequential Patterns with GAP constraint

2015-11-26 · Amina Kemmar, Samir Loudni, Yahia Lebbah, Patrice Boizumault 외

Sequential pattern mining (SPM) under gap constraint is a challenging task. Many efficient specialized methods have been developed but they are all suffering from a lack of genericity. The Constraint Programming (CP) app…

Sequential Pattern Mining

Constraint-based Sequential Pattern Mining with Decision Diagrams

2018-11-14 · Amin Hosseininasab, Willem-Jan van Hoeve, Andre A. Cire

Constrained sequential pattern mining aims at identifying frequent patterns on a sequential database of items while observing constraints defined over the item attributes. We introduce novel techniques for constraint-bas…

Sequential Pattern Mining

NegPSpan: efficient extraction of negative sequential patterns with embedding constraints

2018-04-04 · Thomas Guyet, René Quiniou

Mining frequent sequential patterns consists in extracting recurrent behaviors, modeled as patterns, in a big sequence dataset. Such patterns inform about which events are frequently observed in sequences, i.e. what does…

Learning the Error Patterns of Language Models

2026-05-27 · Jinwoo Kim, Taylor Berg-KirkPatrick, Loris D'Antoni arxiv

When generating outputs for domains with specific validity constraints (e.g., a program should compile), LLMs often fail in a small number of focused ways: for example, by using Python function names when generating Type…

An Efficient Algorithm for Mining Frequent Sequence with Constraint Programming

2016-04-05 · John O. R. Aoga, Tias Guns, Pierre Schaus

The main advantage of Constraint Programming (CP) approaches for sequential pattern mining (SPM) is their modularity, which includes the ability to add new constraints (regular expressions, length restrictions, etc). The…

Sequential Pattern Mining