SlideShare uma empresa Scribd logo
1 de 21
Baixar para ler offline
Conditional preference queries and possibilistic logic
Didier Dubois Henri Prade Fayçal Touazi
IRIT, University of Toulouse, France.
September 2013
FQAS
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 1 September 2013 1 / 21
Outlines
1 Background
Possibilistic logic
Running example
2 Preference representation
Preference formats
Preference encoding in possibilistic logic
3 Handling preference queries
Weak Comparative Preferences
Lexicographic comparison
Adding constraints between symbolic weights
Hybrid method
4 Conclusion
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 2 September 2013 2 / 21
Background Possibilistic logic
Possibilistic logic
Weighted extension of classical logic : (Φ, α) with Φ a proposition and
1>α>0
(Φ, α) is interpreted as N(Φ) ≥ α where :
N(Φ) = 1 − Π(¬Φ)
(Φ, α) is viewed as a constraint : it means Φ must be satisfied with
priority α
The degree of preference of a model of Φ is 1
The degree of preference of a model of ¬Φ is 1 − α
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 3 September 2013 3 / 21
Background Running example
Running example
Let us consider a data base storing pieces of information about houses to
let that are described in terms of 25 attributes.
Example
We want to express the following preferences :
The number of persons accommodated should be more than 10,
imperatively.
It is preferred to have a house where animals are allowed,
It is preferred to be close to the sea by a distance between 1 and 20
km ;
If the house is far from the sea by more than 20 km, it is preferred to
have a tennis court at less than 4 km
If moreover the distance of the house to the tennis court is more than
4 km, it is desirable to have a swimming pool be at a distance less
than 6 km
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 4 September 2013 4 / 21
Preference representation Preference formats
Preference formats
two types of preferences :
Unconditional preference
“q is preferred to ¬q”
Example It is preferred to have a house where animals are allowed.
Conditional preference
“in context p, q is preferred to ¬q"
Example If the house is far from the sea by more than 20 km, it is
preferred to have a tennis court at less than 4 km.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 5 September 2013 5 / 21
Preference representation Preference encoding in possibilistic logic
Representing preferences in Possibilistic logic
“in context p, q is preferred to ¬q" ⇒ Π(p ∧ q) > Π(p ∧ ¬q)
of the form Π(L(p ∧ q)) > Π(R(p ∧ q)).
Example
We want to express the following preferences :
The number of persons accommodated should be more than 10
- Π(Accomod. ≥ 10) > Π(¬(Accomod. ≥ 10))
If the house is far from the sea by more than 20 km, it is preferred to
have a tennis court at less than 4 km
- Π((Sea > 20) ∧ Tennis ≤ 4) > Π((Sea > 20) ∧ ¬(Tennis ≤ 4))
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 6 September 2013 6 / 21
Handling preference queries Weak Comparative Preferences
Weak Comparative Preferences
Based on applying the minimum specificity principle.
Minimum specificity principle
consider the least informative possibility distribution ensuring all the
constraints are satisfied.
The ordering is given as a well-ordered partition (E1, ..., Em).
Algorithm WCP
The most satisfactory set Em is made of the interpretations that do
not satisfy any R(φj ).
Constraints whose left part L(φi ) is satisfied by an interpretation of
Em are deleted.
Repeat until all constraints are deleted.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 7 September 2013 7 / 21
Handling preference queries Weak Comparative Preferences
We have shown :
Proposition
Let a query Q composed of n preference constraints. The number of
elements of the well-ordered partition {E1, · · · , Em} is AT MOST
m = n + 1.
Example
Let 4 preference constraints be given as follows (L(φi ),R(φi ) are replaced
by sets of interpretations) :
φ1 = ({t1, t2, t3}, {t4, t5, t6, t7, t8}) ;
φ2 = ({t4, t5}, {t6, t7, t8}) ;
φ3 = ({t6}, {t7}) ;
φ4 = ({t7}, {t8}).
Applying Algorithm WCP gives 5 preference levels :
E1 = {t1, t2, t3}, E2 = {t4, t5}, E3 = {t6}, E4 = {t7} and E5 = {t8}.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 8 September 2013 8 / 21
Handling preference queries Lexicographic comparison
Lexicographic comparison method
Vector comparison based method
Constraints of the form Π(p ∧ q) > Π(p ∧ ¬q) can also be encoded by
constraints of the form (¬p ∨ q, αi ), the weights αi are supposed
incomparable.
Vector construction
Let Σ = {(Φ1, αi ), ..., (Φn, αn)} be a possibilistic base. For each
interpretation ω, we can build a vector ω(Σ) as follows.
For each preference constraint φi for i = 1, · · · , n :
ith
component = π((Φi , αi )) =
1, if ω |= Φi ;
1 − αi , else.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 9 September 2013 9 / 21
Handling preference queries Lexicographic comparison
Leximin order
Definition (leximin)
Let v and v be two vectors having the same number of components.
Find permuation f so as to delete the maximal number of pairs
(vi , vf (i)) such that vi = vf (i) in v and v
v leximin v iff min(r(v) ∪ r(v )) ⊆ r(v ), where r(v) contains
remaining components in v.
Example
v = (1, 1 − α2, 1, 1), v = (1, 1 − α2, 1 − α3, 1)
r = (1) and r = (1 − α3). We have v leximin v .
Proposition
If a query Q is composed of n preference constraints, then the maximal
number of levels generated by leximin is n + 1.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 10 September 2013 10 / 21
Handling preference queries Lexicographic comparison
Example (continue)
The number of persons accommodated should be more than 10 :
φ0 = (Accomod. ≥ 10, 1)
It is preferred to have a house where animals are allowed,
φ1 = (Animal, α1)
If the house is far from the sea by more than 20 km, it is preferred to
have a tennis court at less than 4 km
φ3 = (¬(Sea > 20) ∨ Tennis ≤ 4, α3)
After applying the leximin, we get 3 levels of preference ranking.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 11 September 2013 11 / 21
Handling preference queries Lexicographic comparison
Background on CP-nets
A CP-net N is a directed acyclic graph on a set of variables
V = {X1, ·, Xn} (numbered in accordance with the graph)
A CP-net preference is of the form u : xi > ¬xi (or u : ¬xi > xi ) where
u is conjunction of instances of parent variables of Xi (called a
context)
In the final preference graph, father nodes Pa(xi ) seem to be more
important than children nodes Xi
Every CP-net preference u : xi > ¬xi is encoded by (¬u ∨ xi , αi ).
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 12 September 2013 12 / 21
Handling preference queries Adding constraints between symbolic weights
Constraints between weights in CP-net style
This method is inspired from CP-nets :
Idea
For each pair of formulas of the form (¬u ∨ xi , αi ) and
(¬u ∨ ¬xi ∨ xj , αj ) such that u is a context, Xi plays the role of the
father of Xj in a CP-net.
We add a constraint αi > αj
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 13 September 2013 13 / 21
Handling preference queries Adding constraints between symbolic weights
Example (continue)
Let us consider the previous running example, the preference constraints
are encoded as follows :
φ0 = (Accomod. ≥ 10, 1)
φ1 = (Animal, α1)
φ2 = (1 ≤ Sea ≤ 20, α2)
φ3 = (¬(Sea > 20) ∨ Tennis ≤ 4, α3)
φ4 = (¬(Sea > 20) ∨ ¬(Tennis ≤ 4) ∨ Pool ≤ 5, α4)
We add the following constraints : α2 > α3 and α3 > α4
After applying the leximin, we get 4 levels of preference ranking.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 14 September 2013 14 / 21
Handling preference queries Adding constraints between symbolic weights
Constraints between weights in CP-theories style
This method is inspired from CP-theories a generalization of CP-nets :
idea
Preference constraint is of the form : u : xi > ¬xi [W ] (irrespective of
values of w ∈ W ).
The same encoding of CP-net is used.
If we have :(¬u ∨ xi , αi ), we add αi > αj for any αj , such that
(¬u ∨ w, αj ) is a possibilistic preference statement, w ∈ W .
Proposition
Let Q be a query made of n preference constraints, then the maximal
number of levels generated by leximin with additional constraints over
weights is 2n.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 15 September 2013 15 / 21
Handling preference queries Adding constraints between symbolic weights
Example (continue)
In addition to the previous preference constraints, let us consider the
preference for animals allowance holds irrespectively of the preference
concerning the distance to the sea :
Animals > ¬Animals[Sea]
In addition of the previous constraints added inspiring from CP-nets :
α2 > α3 and α3 > α4. We add the following constraint : α1 > α2
After applying the leximin, we get 5 levels of preference ranking.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 16 September 2013 16 / 21
Handling preference queries Hybrid method
Hybridizing weak comparative preferences and lexicographic
methods
Complexity results
Based on theoretical complexity and a small experimental results we have
noticed :
Weak preference comparison : Polynomial ;
Lexicographic method ΠP
2 − complete.
We have shown that the first level is the same for the both methods.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 17 September 2013 17 / 21
Handling preference queries Hybrid method
Hybridizing Algorithm
Hybride method
First, we use Weak preference comparison
Use the levels except the first one as a data base and apply the
Lexicographic method on them.
The use of these methods
WPC is perfectly adapted to capture the Skyline order
The hybrid method is adapted to Top − K order
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 18 September 2013 18 / 21
Handling preference queries Hybrid method
Comparison between different existing approaches
Table : Comparative Table of different approaches dealing with preference queries
Formulation Context Ranking
Quali. Quanti. Uncond. Cond. Skyli. Top-k
Lacroix Lavency
Chomicki 2002
Kießling 2002
Fagin et al 2001
Fuzzy logic
Symbolic PL
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 19 September 2013 19 / 21
Conclusion
Conclusion
One merit of the possibilistic approach lies in its logical nature
The use of symbolic weights gives more freedom to introduce order
relation between preference contraints.
The three proposed methods are characterized by an increasing
refinement power with manageable complexity.
Future works
The use of symbolic weights is really advantageous but we still miss
some properties of numerical weights. One may think of combining
these two formats to be as much expressive as possible.
this approach should be able to deal with null values, which create
specific difficulties in preference queries.
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 20 September 2013 20 / 21
Conclusion
Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 21 September 2013 21 / 21

Mais conteúdo relacionado

Mais procurados

Theory of Computation "Chapter 1, introduction"
Theory of Computation "Chapter 1, introduction"Theory of Computation "Chapter 1, introduction"
Theory of Computation "Chapter 1, introduction"Ra'Fat Al-Msie'deen
 
CISEA 2019: ABC consistency and convergence
CISEA 2019: ABC consistency and convergenceCISEA 2019: ABC consistency and convergence
CISEA 2019: ABC consistency and convergenceChristian Robert
 
Linear Discriminant Analysis and Its Generalization
Linear Discriminant Analysis and Its GeneralizationLinear Discriminant Analysis and Its Generalization
Linear Discriminant Analysis and Its Generalization일상 온
 
Designing a Software Application for Fiber Fano Planes
Designing a Software Application for Fiber Fano PlanesDesigning a Software Application for Fiber Fano Planes
Designing a Software Application for Fiber Fano Planesinventionjournals
 
An overview of Bayesian testing
An overview of Bayesian testingAn overview of Bayesian testing
An overview of Bayesian testingChristian Robert
 
07.2 Holland's Genetic Algorithms Schema Theorem
07.2 Holland's Genetic Algorithms Schema Theorem07.2 Holland's Genetic Algorithms Schema Theorem
07.2 Holland's Genetic Algorithms Schema TheoremAndres Mendez-Vazquez
 
BALANCING BOARD MACHINES
BALANCING BOARD MACHINESBALANCING BOARD MACHINES
BALANCING BOARD MACHINESbutest
 
Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...
Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...
Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...Lushanthan Sivaneasharajah
 
Likelihood-free Design: a discussion
Likelihood-free Design: a discussionLikelihood-free Design: a discussion
Likelihood-free Design: a discussionChristian Robert
 
Text classification
Text classificationText classification
Text classificationHarry Potter
 
Machine Learning Chapter 11 2
Machine Learning Chapter 11 2Machine Learning Chapter 11 2
Machine Learning Chapter 11 2butest
 

Mais procurados (16)

Theory of Computation "Chapter 1, introduction"
Theory of Computation "Chapter 1, introduction"Theory of Computation "Chapter 1, introduction"
Theory of Computation "Chapter 1, introduction"
 
CISEA 2019: ABC consistency and convergence
CISEA 2019: ABC consistency and convergenceCISEA 2019: ABC consistency and convergence
CISEA 2019: ABC consistency and convergence
 
Lecture10 - Naïve Bayes
Lecture10 - Naïve BayesLecture10 - Naïve Bayes
Lecture10 - Naïve Bayes
 
Theory of computing
Theory of computingTheory of computing
Theory of computing
 
Linear Discriminant Analysis and Its Generalization
Linear Discriminant Analysis and Its GeneralizationLinear Discriminant Analysis and Its Generalization
Linear Discriminant Analysis and Its Generalization
 
Introduction to logistic regression
Introduction to logistic regressionIntroduction to logistic regression
Introduction to logistic regression
 
Designing a Software Application for Fiber Fano Planes
Designing a Software Application for Fiber Fano PlanesDesigning a Software Application for Fiber Fano Planes
Designing a Software Application for Fiber Fano Planes
 
Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...
Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...
Ultra-efficient algorithms for testing well-parenthesised expressions by Tati...
 
An overview of Bayesian testing
An overview of Bayesian testingAn overview of Bayesian testing
An overview of Bayesian testing
 
07.2 Holland's Genetic Algorithms Schema Theorem
07.2 Holland's Genetic Algorithms Schema Theorem07.2 Holland's Genetic Algorithms Schema Theorem
07.2 Holland's Genetic Algorithms Schema Theorem
 
BALANCING BOARD MACHINES
BALANCING BOARD MACHINESBALANCING BOARD MACHINES
BALANCING BOARD MACHINES
 
ABC-Gibbs
ABC-GibbsABC-Gibbs
ABC-Gibbs
 
Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...
Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...
Application of Fisher Linear Discriminant Analysis to Speech/Music Classifica...
 
Likelihood-free Design: a discussion
Likelihood-free Design: a discussionLikelihood-free Design: a discussion
Likelihood-free Design: a discussion
 
Text classification
Text classificationText classification
Text classification
 
Machine Learning Chapter 11 2
Machine Learning Chapter 11 2Machine Learning Chapter 11 2
Machine Learning Chapter 11 2
 

Semelhante a Conditional preference queries and possibilistic logic

ABC convergence under well- and mis-specified models
ABC convergence under well- and mis-specified modelsABC convergence under well- and mis-specified models
ABC convergence under well- and mis-specified modelsChristian Robert
 
Monte Carlo in Montréal 2017
Monte Carlo in Montréal 2017Monte Carlo in Montréal 2017
Monte Carlo in Montréal 2017Christian Robert
 
Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Valentin De Bortoli
 
lecture_mooney.ppt
lecture_mooney.pptlecture_mooney.ppt
lecture_mooney.pptbutest
 
Testing for mixtures by seeking components
Testing for mixtures by seeking componentsTesting for mixtures by seeking components
Testing for mixtures by seeking componentsChristian Robert
 
Optimization of probabilistic argumentation with Markov processes
Optimization of probabilistic argumentation with Markov processesOptimization of probabilistic argumentation with Markov processes
Optimization of probabilistic argumentation with Markov processesEmmanuel Hadoux
 
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...Huang Po Chun
 
The Chase in Database Theory
The Chase in Database TheoryThe Chase in Database Theory
The Chase in Database TheoryJan Hidders
 
Bayesian Learning- part of machine learning
Bayesian Learning-  part of machine learningBayesian Learning-  part of machine learning
Bayesian Learning- part of machine learningkensaleste
 
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...Joe Suzuki
 
A generalisation of the ratio-of-uniform algorithm
A generalisation of the ratio-of-uniform algorithmA generalisation of the ratio-of-uniform algorithm
A generalisation of the ratio-of-uniform algorithmChristian Robert
 

Semelhante a Conditional preference queries and possibilistic logic (20)

asymptotics of ABC
asymptotics of ABCasymptotics of ABC
asymptotics of ABC
 
ABC convergence under well- and mis-specified models
ABC convergence under well- and mis-specified modelsABC convergence under well- and mis-specified models
ABC convergence under well- and mis-specified models
 
the ABC of ABC
the ABC of ABCthe ABC of ABC
the ABC of ABC
 
Monte Carlo in Montréal 2017
Monte Carlo in Montréal 2017Monte Carlo in Montréal 2017
Monte Carlo in Montréal 2017
 
ABC-Gibbs
ABC-GibbsABC-Gibbs
ABC-Gibbs
 
i2ml3e-chap2.pptx
i2ml3e-chap2.pptxi2ml3e-chap2.pptx
i2ml3e-chap2.pptx
 
I2ml3e chap2
I2ml3e chap2I2ml3e chap2
I2ml3e chap2
 
Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...Maximum likelihood estimation of regularisation parameters in inverse problem...
Maximum likelihood estimation of regularisation parameters in inverse problem...
 
lecture_mooney.ppt
lecture_mooney.pptlecture_mooney.ppt
lecture_mooney.ppt
 
Testing for mixtures by seeking components
Testing for mixtures by seeking componentsTesting for mixtures by seeking components
Testing for mixtures by seeking components
 
Optimization of probabilistic argumentation with Markov processes
Optimization of probabilistic argumentation with Markov processesOptimization of probabilistic argumentation with Markov processes
Optimization of probabilistic argumentation with Markov processes
 
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
Divide_and_Contrast__Source_free_Domain_Adaptation_via_Adaptive_Contrastive_L...
 
The Chase in Database Theory
The Chase in Database TheoryThe Chase in Database Theory
The Chase in Database Theory
 
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
QMC Program: Trends and Advances in Monte Carlo Sampling Algorithms Workshop,...
 
Nested sampling
Nested samplingNested sampling
Nested sampling
 
Bayesian Learning- part of machine learning
Bayesian Learning-  part of machine learningBayesian Learning-  part of machine learning
Bayesian Learning- part of machine learning
 
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
A Generalization of the Chow-Liu Algorithm and its Applications to Artificial...
 
06 Machine Learning - Naive Bayes
06 Machine Learning - Naive Bayes06 Machine Learning - Naive Bayes
06 Machine Learning - Naive Bayes
 
A generalisation of the ratio-of-uniform algorithm
A generalisation of the ratio-of-uniform algorithmA generalisation of the ratio-of-uniform algorithm
A generalisation of the ratio-of-uniform algorithm
 
E42012426
E42012426E42012426
E42012426
 

Último

FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceAlex Henderson
 
Genome organization in virus,bacteria and eukaryotes.pptx
Genome organization in virus,bacteria and eukaryotes.pptxGenome organization in virus,bacteria and eukaryotes.pptx
Genome organization in virus,bacteria and eukaryotes.pptxCherry
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusNazaninKarimi6
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cherry
 
Concept of gene and Complementation test.pdf
Concept of gene and Complementation test.pdfConcept of gene and Complementation test.pdf
Concept of gene and Complementation test.pdfCherry
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIADr. TATHAGAT KHOBRAGADE
 
Role of AI in seed science Predictive modelling and Beyond.pptx
Role of AI in seed science  Predictive modelling and  Beyond.pptxRole of AI in seed science  Predictive modelling and  Beyond.pptx
Role of AI in seed science Predictive modelling and Beyond.pptxArvind Kumar
 
FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.takadzanijustinmaime
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY1301aanya
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxRenuJangid3
 
PODOCARPUS...........................pptx
PODOCARPUS...........................pptxPODOCARPUS...........................pptx
PODOCARPUS...........................pptxCherry
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsSérgio Sacani
 
Cot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACherry
 
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLGwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLkantirani197
 
Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Cherry
 
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body Areesha Ahmad
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Cherry
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryAlex Henderson
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCherry
 

Último (20)

FAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical ScienceFAIRSpectra - Enabling the FAIRification of Analytical Science
FAIRSpectra - Enabling the FAIRification of Analytical Science
 
Genome organization in virus,bacteria and eukaryotes.pptx
Genome organization in virus,bacteria and eukaryotes.pptxGenome organization in virus,bacteria and eukaryotes.pptx
Genome organization in virus,bacteria and eukaryotes.pptx
 
development of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virusdevelopment of diagnostic enzyme assay to detect leuser virus
development of diagnostic enzyme assay to detect leuser virus
 
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.Cyathodium bryophyte: morphology, anatomy, reproduction etc.
Cyathodium bryophyte: morphology, anatomy, reproduction etc.
 
Concept of gene and Complementation test.pdf
Concept of gene and Complementation test.pdfConcept of gene and Complementation test.pdf
Concept of gene and Complementation test.pdf
 
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIACURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
CURRENT SCENARIO OF POULTRY PRODUCTION IN INDIA
 
Role of AI in seed science Predictive modelling and Beyond.pptx
Role of AI in seed science  Predictive modelling and  Beyond.pptxRole of AI in seed science  Predictive modelling and  Beyond.pptx
Role of AI in seed science Predictive modelling and Beyond.pptx
 
FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.FS P2 COMBO MSTA LAST PUSH past exam papers.
FS P2 COMBO MSTA LAST PUSH past exam papers.
 
biology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGYbiology HL practice questions IB BIOLOGY
biology HL practice questions IB BIOLOGY
 
Use of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptxUse of mutants in understanding seedling development.pptx
Use of mutants in understanding seedling development.pptx
 
PODOCARPUS...........................pptx
PODOCARPUS...........................pptxPODOCARPUS...........................pptx
PODOCARPUS...........................pptx
 
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRingsTransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
TransientOffsetin14CAftertheCarringtonEventRecordedbyPolarTreeRings
 
Cot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNACot curve, melting temperature, unique and repetitive DNA
Cot curve, melting temperature, unique and repetitive DNA
 
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRLGwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
Gwalior ❤CALL GIRL 84099*07087 ❤CALL GIRLS IN Gwalior ESCORT SERVICE❤CALL GIRL
 
Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.Porella : features, morphology, anatomy, reproduction etc.
Porella : features, morphology, anatomy, reproduction etc.
 
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body GBSN - Microbiology (Unit 3)Defense Mechanism of the body
GBSN - Microbiology (Unit 3)Defense Mechanism of the body
 
Site Acceptance Test .
Site Acceptance Test                    .Site Acceptance Test                    .
Site Acceptance Test .
 
Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.Reboulia: features, anatomy, morphology etc.
Reboulia: features, anatomy, morphology etc.
 
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and SpectrometryFAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
FAIRSpectra - Enabling the FAIRification of Spectroscopy and Spectrometry
 
CYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptxCYTOGENETIC MAP................ ppt.pptx
CYTOGENETIC MAP................ ppt.pptx
 

Conditional preference queries and possibilistic logic

  • 1. Conditional preference queries and possibilistic logic Didier Dubois Henri Prade Fayçal Touazi IRIT, University of Toulouse, France. September 2013 FQAS Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 1 September 2013 1 / 21
  • 2. Outlines 1 Background Possibilistic logic Running example 2 Preference representation Preference formats Preference encoding in possibilistic logic 3 Handling preference queries Weak Comparative Preferences Lexicographic comparison Adding constraints between symbolic weights Hybrid method 4 Conclusion Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 2 September 2013 2 / 21
  • 3. Background Possibilistic logic Possibilistic logic Weighted extension of classical logic : (Φ, α) with Φ a proposition and 1>α>0 (Φ, α) is interpreted as N(Φ) ≥ α where : N(Φ) = 1 − Π(¬Φ) (Φ, α) is viewed as a constraint : it means Φ must be satisfied with priority α The degree of preference of a model of Φ is 1 The degree of preference of a model of ¬Φ is 1 − α Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 3 September 2013 3 / 21
  • 4. Background Running example Running example Let us consider a data base storing pieces of information about houses to let that are described in terms of 25 attributes. Example We want to express the following preferences : The number of persons accommodated should be more than 10, imperatively. It is preferred to have a house where animals are allowed, It is preferred to be close to the sea by a distance between 1 and 20 km ; If the house is far from the sea by more than 20 km, it is preferred to have a tennis court at less than 4 km If moreover the distance of the house to the tennis court is more than 4 km, it is desirable to have a swimming pool be at a distance less than 6 km Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 4 September 2013 4 / 21
  • 5. Preference representation Preference formats Preference formats two types of preferences : Unconditional preference “q is preferred to ¬q” Example It is preferred to have a house where animals are allowed. Conditional preference “in context p, q is preferred to ¬q" Example If the house is far from the sea by more than 20 km, it is preferred to have a tennis court at less than 4 km. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 5 September 2013 5 / 21
  • 6. Preference representation Preference encoding in possibilistic logic Representing preferences in Possibilistic logic “in context p, q is preferred to ¬q" ⇒ Π(p ∧ q) > Π(p ∧ ¬q) of the form Π(L(p ∧ q)) > Π(R(p ∧ q)). Example We want to express the following preferences : The number of persons accommodated should be more than 10 - Π(Accomod. ≥ 10) > Π(¬(Accomod. ≥ 10)) If the house is far from the sea by more than 20 km, it is preferred to have a tennis court at less than 4 km - Π((Sea > 20) ∧ Tennis ≤ 4) > Π((Sea > 20) ∧ ¬(Tennis ≤ 4)) Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 6 September 2013 6 / 21
  • 7. Handling preference queries Weak Comparative Preferences Weak Comparative Preferences Based on applying the minimum specificity principle. Minimum specificity principle consider the least informative possibility distribution ensuring all the constraints are satisfied. The ordering is given as a well-ordered partition (E1, ..., Em). Algorithm WCP The most satisfactory set Em is made of the interpretations that do not satisfy any R(φj ). Constraints whose left part L(φi ) is satisfied by an interpretation of Em are deleted. Repeat until all constraints are deleted. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 7 September 2013 7 / 21
  • 8. Handling preference queries Weak Comparative Preferences We have shown : Proposition Let a query Q composed of n preference constraints. The number of elements of the well-ordered partition {E1, · · · , Em} is AT MOST m = n + 1. Example Let 4 preference constraints be given as follows (L(φi ),R(φi ) are replaced by sets of interpretations) : φ1 = ({t1, t2, t3}, {t4, t5, t6, t7, t8}) ; φ2 = ({t4, t5}, {t6, t7, t8}) ; φ3 = ({t6}, {t7}) ; φ4 = ({t7}, {t8}). Applying Algorithm WCP gives 5 preference levels : E1 = {t1, t2, t3}, E2 = {t4, t5}, E3 = {t6}, E4 = {t7} and E5 = {t8}. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 8 September 2013 8 / 21
  • 9. Handling preference queries Lexicographic comparison Lexicographic comparison method Vector comparison based method Constraints of the form Π(p ∧ q) > Π(p ∧ ¬q) can also be encoded by constraints of the form (¬p ∨ q, αi ), the weights αi are supposed incomparable. Vector construction Let Σ = {(Φ1, αi ), ..., (Φn, αn)} be a possibilistic base. For each interpretation ω, we can build a vector ω(Σ) as follows. For each preference constraint φi for i = 1, · · · , n : ith component = π((Φi , αi )) = 1, if ω |= Φi ; 1 − αi , else. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 9 September 2013 9 / 21
  • 10. Handling preference queries Lexicographic comparison Leximin order Definition (leximin) Let v and v be two vectors having the same number of components. Find permuation f so as to delete the maximal number of pairs (vi , vf (i)) such that vi = vf (i) in v and v v leximin v iff min(r(v) ∪ r(v )) ⊆ r(v ), where r(v) contains remaining components in v. Example v = (1, 1 − α2, 1, 1), v = (1, 1 − α2, 1 − α3, 1) r = (1) and r = (1 − α3). We have v leximin v . Proposition If a query Q is composed of n preference constraints, then the maximal number of levels generated by leximin is n + 1. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 10 September 2013 10 / 21
  • 11. Handling preference queries Lexicographic comparison Example (continue) The number of persons accommodated should be more than 10 : φ0 = (Accomod. ≥ 10, 1) It is preferred to have a house where animals are allowed, φ1 = (Animal, α1) If the house is far from the sea by more than 20 km, it is preferred to have a tennis court at less than 4 km φ3 = (¬(Sea > 20) ∨ Tennis ≤ 4, α3) After applying the leximin, we get 3 levels of preference ranking. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 11 September 2013 11 / 21
  • 12. Handling preference queries Lexicographic comparison Background on CP-nets A CP-net N is a directed acyclic graph on a set of variables V = {X1, ·, Xn} (numbered in accordance with the graph) A CP-net preference is of the form u : xi > ¬xi (or u : ¬xi > xi ) where u is conjunction of instances of parent variables of Xi (called a context) In the final preference graph, father nodes Pa(xi ) seem to be more important than children nodes Xi Every CP-net preference u : xi > ¬xi is encoded by (¬u ∨ xi , αi ). Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 12 September 2013 12 / 21
  • 13. Handling preference queries Adding constraints between symbolic weights Constraints between weights in CP-net style This method is inspired from CP-nets : Idea For each pair of formulas of the form (¬u ∨ xi , αi ) and (¬u ∨ ¬xi ∨ xj , αj ) such that u is a context, Xi plays the role of the father of Xj in a CP-net. We add a constraint αi > αj Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 13 September 2013 13 / 21
  • 14. Handling preference queries Adding constraints between symbolic weights Example (continue) Let us consider the previous running example, the preference constraints are encoded as follows : φ0 = (Accomod. ≥ 10, 1) φ1 = (Animal, α1) φ2 = (1 ≤ Sea ≤ 20, α2) φ3 = (¬(Sea > 20) ∨ Tennis ≤ 4, α3) φ4 = (¬(Sea > 20) ∨ ¬(Tennis ≤ 4) ∨ Pool ≤ 5, α4) We add the following constraints : α2 > α3 and α3 > α4 After applying the leximin, we get 4 levels of preference ranking. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 14 September 2013 14 / 21
  • 15. Handling preference queries Adding constraints between symbolic weights Constraints between weights in CP-theories style This method is inspired from CP-theories a generalization of CP-nets : idea Preference constraint is of the form : u : xi > ¬xi [W ] (irrespective of values of w ∈ W ). The same encoding of CP-net is used. If we have :(¬u ∨ xi , αi ), we add αi > αj for any αj , such that (¬u ∨ w, αj ) is a possibilistic preference statement, w ∈ W . Proposition Let Q be a query made of n preference constraints, then the maximal number of levels generated by leximin with additional constraints over weights is 2n. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 15 September 2013 15 / 21
  • 16. Handling preference queries Adding constraints between symbolic weights Example (continue) In addition to the previous preference constraints, let us consider the preference for animals allowance holds irrespectively of the preference concerning the distance to the sea : Animals > ¬Animals[Sea] In addition of the previous constraints added inspiring from CP-nets : α2 > α3 and α3 > α4. We add the following constraint : α1 > α2 After applying the leximin, we get 5 levels of preference ranking. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 16 September 2013 16 / 21
  • 17. Handling preference queries Hybrid method Hybridizing weak comparative preferences and lexicographic methods Complexity results Based on theoretical complexity and a small experimental results we have noticed : Weak preference comparison : Polynomial ; Lexicographic method ΠP 2 − complete. We have shown that the first level is the same for the both methods. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 17 September 2013 17 / 21
  • 18. Handling preference queries Hybrid method Hybridizing Algorithm Hybride method First, we use Weak preference comparison Use the levels except the first one as a data base and apply the Lexicographic method on them. The use of these methods WPC is perfectly adapted to capture the Skyline order The hybrid method is adapted to Top − K order Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 18 September 2013 18 / 21
  • 19. Handling preference queries Hybrid method Comparison between different existing approaches Table : Comparative Table of different approaches dealing with preference queries Formulation Context Ranking Quali. Quanti. Uncond. Cond. Skyli. Top-k Lacroix Lavency Chomicki 2002 Kießling 2002 Fagin et al 2001 Fuzzy logic Symbolic PL Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 19 September 2013 19 / 21
  • 20. Conclusion Conclusion One merit of the possibilistic approach lies in its logical nature The use of symbolic weights gives more freedom to introduce order relation between preference contraints. The three proposed methods are characterized by an increasing refinement power with manageable complexity. Future works The use of symbolic weights is really advantageous but we still miss some properties of numerical weights. One may think of combining these two formats to be as much expressive as possible. this approach should be able to deal with null values, which create specific difficulties in preference queries. Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 20 September 2013 20 / 21
  • 21. Conclusion Didier Dubois, Henri Prade, Fayçal Touazi (IRIT) 21 September 2013 21 / 21