2014
DOI: 10.14778/2735496.2735500
|View full text |Cite
|
Sign up to set email alerts
|

Preference-aware integration of temporal data

Abstract: A complete description of an entity is rarely contained in a single data source, but rather, it is often distributed across different data sources. Applications based on personal electronic health records, sentiment analysis, and financial records all illustrate that significant value can be derived from integrated, consistent, and queryable profiles of entities from different sources. Even more so, such integrated profiles are considerably enhanced if temporal information from different sources is carefully a… Show more

Help me understand this report

Search citation statements

Order By: Relevance

Paper Sections

Select...
2
1
1

Citation Types

0
8
0

Year Published

2015
2015
2020
2020

Publication Types

Select...
4
3

Relationship

0
7

Authors

Journals

citations
Cited by 8 publications
(8 citation statements)
references
References 30 publications
0
8
0
Order By: Relevance
“…We then study our algorithms in depth with synthetic data. 2 We measure the effectiveness of both implication and duration discoveries. We also measure the execution time needed by the algorithms.…”
Section: Methodsmentioning
confidence: 99%
See 1 more Smart Citation
“…We then study our algorithms in depth with synthetic data. 2 We measure the effectiveness of both implication and duration discoveries. We also measure the execution time needed by the algorithms.…”
Section: Methodsmentioning
confidence: 99%
“…Integration and cleaning with temporal data [2,9,25,27] is also of interest. The related approaches can benefit from our algorithms.…”
Section: Related Workmentioning
confidence: 99%
“…• For [ n], observe that [ 2] is a po-relation with a non-empty order, while any query involving the other operators will have empty order (none of our unary and binary operators turns unordered po-relations into an ordered one, and the [t] constant expression produces an unordered po-relation).…”
Section: Incomparability Of Posra Operatorsmentioning
confidence: 99%
“…However, they mainly focus on how the joined tuples are ranked and selected, instead of how the tables (and in our case sets of objects) are joined to generate the joined tuples. Alexe et al [6] discussed user-defined preference rules for integrating temporal data, which is orthogonal to our work. To the best of our knowledge, [16] is the only work discussing result set preference for joining relational tables.…”
Section: Related Workmentioning
confidence: 99%
“…shows the maximum/minimum possible values of Algorithm 2: Incremental similarity join.Input: thresholds θ i −1 and θ i where θ i −1 > θ i Output: incremental similarity join result join = (θ i )1 join = (θ i ) ← ∅ 2 let cand(θ i ) be the candidate pairs for [θ i , θ i −1 ) 3 foreach pair (r, s) ∈ cand(θ i ) do 4 while sim min (r, s) < θ i ≤ sim max (r, s) do 5update sim max (r, s) and sim min (r, s)6 if sim max (r, s) < θ i then 7 find θ j : θ j −1 > sim max (r, s) ≥ θ j by binary search 8 add (r, s) into cand(θ j ) (r, s) into join = (θ i ) 11 return join = (θ i ) sim(r , s). Through the scanning, we iteratively update sim max (r , s)…”
mentioning
confidence: 99%