Difference between revisions of "Binrank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs"

From Wikipedia Quality
Jump to: navigation, search
(New scientific work)
 
 
Line 1: Line 1:
{{Infobox work
+
#REDIRECT[[BinRank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs]]
| title = Binrank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs
 
| date = 2009
 
| authors = [[Heasoo Hwang]]<br />[[Andrey Balmin]]<br />[[Berthold Reinwald]]<br />[[Erik Nijkamp]]
 
| isbn = 978-076953545-6
 
| issn = 10844627
 
| doi = 10.1109/ICDE.2009.94
 
}}
 
'''Binrank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs''' - scientific work about [[Wikipedia quality]] published in 2009, written by [[Heasoo Hwang]], [[Andrey Balmin]], [[Berthold Reinwald]] and [[Erik Nijkamp]].
 
 
 
== Overview ==
 
Dynamic authority-based keyword search algorithms, such as ObjectRank and personalized PageRank, leverage semantic link information to provide high quality, high recall search in databases and on the Web. Conceptually, these algorithms require a query-time PageRank-style iterative computation over the full graph. This computation is too expensive for large graphs, and not feasible at query time. Alternatively, building an index of pre-computed results for some or all keywords involves very expensive preprocessing. Authors introduce BinRank, a system that approximates ObjectRank results by utilizing a hybrid approach inspired by materialized views in traditional query processing. Authors materialize a number of relatively small subsets of the data graph in such a way that any keyword query can be answered by running ObjectRank on only one of the sub-graphs. BinRank generates the sub-graphs by partitioning all the terms in the corpus based on their co-occurrence, executing ObjectRank for each partition using the terms to generate a set of random walk starting points, and keeping only those objects that receive nonnegligible scores. The intuition is that a sub-graph that contains all objects and links relevant to a set of related terms should have all the information needed to rank objects with respect to one of these terms. Authors demonstrate that BinRank can achieve sub-second query execution time on the English [[Wikipedia]] dataset, while producing high quality search results that closely approximate the results of ObjectRank on the original graph. The Wikipedia link graph contains about 108 edges, which is at least two orders of magnitude larger than what prior state of the art dynamic authority-based search systems have been able to demonstrate. Their experimental evaluation investigates the trade-off between query execution time, quality of the results, and storage requirements of BinRank.
 
 
 
== Embed ==
 
=== Wikipedia Quality ===
 
<code>
 
<nowiki>
 
Hwang, Heasoo; Balmin, Andrey; Reinwald, Berthold; Nijkamp, Erik. (2009). "[[Binrank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs]]". Proceedings - International Conference on Data Engineering 2009, Article number 4812392, pp. 66-77. ISBN: 978-076953545-6. ISSN: 10844627. DOI: 10.1109/ICDE.2009.94.
 
</nowiki>
 
</code>
 
 
 
=== English Wikipedia ===
 
<code>
 
<nowiki>
 
{{cite journal |last1=Hwang |first1=Heasoo |last2=Balmin |first2=Andrey |last3=Reinwald |first3=Berthold |last4=Nijkamp |first4=Erik |title=Binrank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs |date=2009 |isbn=978-076953545-6 |issn=10844627 |doi=10.1109/ICDE.2009.94 |url=https://wikipediaquality.com/wiki/Binrank:_Scaling_Dynamic_Authority-Based_Search_Using_Materialized_Subgraphs |journal=Proceedings - International Conference on Data Engineering 2009, Article number 4812392, pp. 66-77}}
 
</nowiki>
 
</code>
 
 
 
=== HTML ===
 
<code>
 
<nowiki>
 
Hwang, Heasoo; Balmin, Andrey; Reinwald, Berthold; Nijkamp, Erik. (2009). &amp;quot;<a href="https://wikipediaquality.com/wiki/Binrank:_Scaling_Dynamic_Authority-Based_Search_Using_Materialized_Subgraphs">Binrank: Scaling Dynamic Authority-Based Search Using Materialized Subgraphs</a>&amp;quot;. Proceedings - International Conference on Data Engineering 2009, Article number 4812392, pp. 66-77. ISBN: 978-076953545-6. ISSN: 10844627. DOI: 10.1109/ICDE.2009.94.
 
</nowiki>
 
</code>
 
 
 
 
 
 
 
[[Category:Scientific works]]
 

Latest revision as of 10:41, 17 May 2019