Difference between revisions of "Entity-Relationship Queries over Wikipedia"

From Wikipedia Quality
Jump to: navigation, search
(+ categories)
(Infobox)
Line 1: Line 1:
 
{{Infobox work
 
{{Infobox work
 
| title = Entity-Relationship Queries over Wikipedia
 
| title = Entity-Relationship Queries over Wikipedia
| date = 2010
+
| date = 2012
 
| authors = [[Xiaonan Li]]<br />[[Chengkai Li]]<br />[[Cong Yu]]
 
| authors = [[Xiaonan Li]]<br />[[Chengkai Li]]<br />[[Cong Yu]]
| doi = 10.1145/1871985.1871991
+
| doi = 10.1145/2337542.2337555
| link = https://dl.acm.org/citation.cfm?doid=1871985.1871991
+
| link = https://dl.acm.org/citation.cfm?doid=2337542.2337555
 
}}
 
}}
'''Entity-Relationship Queries over Wikipedia''' - scientific work related to [[Wikipedia quality]] published in 2010, written by [[Xiaonan Li]], [[Chengkai Li]] and [[Cong Yu]].
+
'''Entity-Relationship Queries over Wikipedia''' - scientific work related to [[Wikipedia quality]] published in 2012, written by [[Xiaonan Li]], [[Chengkai Li]] and [[Cong Yu]].
  
 
== Overview ==
 
== Overview ==
Wikipedia is the largest user-generated knowledge base. Authors propose a structured query mechanism, entity-relationship query , for searching entities in [[Wikipedia]] corpus by their properties and inter-relationships. An entity-relationship query consists of arbitrary number of predicates on desired entities. The semantics of each predicate is specified with keywords. Entity-relationship query searches entities directly over text rather than pre-extracted structured data stores. This characteristic brings two benefits: (1) Query semantics can be intuitively expressed by keywords; (2) It avoids information loss that happens during extraction. Authors present a ranking framework for general entity-relationship queries and a position-based Bounded Cumulative Model for accurate ranking of query answers. Experiments on INEX benchmark queries and own crafted queries show the effectiveness and accuracy of ranking method.
+
Wikipedia is the largest user-generated knowledge base. Authors propose a structured query mechanism, entity-relationship query , for searching entities in the [[Wikipedia]] corpus by their properties and interrelationships. An entity-relationship query consists of multiple predicates on desired entities. The semantics of each predicate is specified with keywords. Entity-relationship query searches entities directly over text instead of preextracted structured data stores. This characteristic brings two benefits: (1) Query semantics can be intuitively expressed by keywords; (2) It only requires rudimentary entity annotation, which is simpler than explicitly extracting and reasoning about complex [[semantic information]] before query-time. Authors present a ranking framework for general entity-relationship queries and a position-based Bounded Cumulative Model (BCM) for accurate ranking of query answers. Authors also explore various weighting schemes for further improving the accuracy of BCM. Authors test ideas on a 2008 version of Wikipedia using a collection of 45 queries pooled from INEX entity ranking track and own crafted queries. Experiments show that the ranking and weighting schemes are both effective, particularly on multipredicate queries.
 
 
== Embed ==
 
=== Wikipedia Quality ===
 
<code>
 
<nowiki>
 
Li, Xiaonan; Li, Chengkai; Yu, Cong. (2010). "[[Entity-Relationship Queries over Wikipedia]]".DOI: 10.1145/1871985.1871991.
 
</nowiki>
 
</code>
 
 
 
=== English Wikipedia ===
 
<code>
 
<nowiki>
 
{{cite journal |last1=Li |first1=Xiaonan |last2=Li |first2=Chengkai |last3=Yu |first3=Cong |title=Entity-Relationship Queries over Wikipedia |date=2010 |doi=10.1145/1871985.1871991 |url=https://wikipediaquality.com/wiki/Entity-Relationship_Queries_over_Wikipedia}}
 
</nowiki>
 
</code>
 
 
 
=== HTML ===
 
<code>
 
<nowiki>
 
Li, Xiaonan; Li, Chengkai; Yu, Cong. (2010). &amp;quot;<a href="https://wikipediaquality.com/wiki/Entity-Relationship_Queries_over_Wikipedia">Entity-Relationship Queries over Wikipedia</a>&amp;quot;.DOI: 10.1145/1871985.1871991.  
 
</nowiki>
 
</code>
 
 
 
 
 
 
 
[[Category:Scientific works]]
 

Revision as of 22:04, 3 October 2020


Entity-Relationship Queries over Wikipedia
Authors
Xiaonan Li
Chengkai Li
Cong Yu
Publication date
2012
DOI
10.1145/2337542.2337555
Links
Original

Entity-Relationship Queries over Wikipedia - scientific work related to Wikipedia quality published in 2012, written by Xiaonan Li, Chengkai Li and Cong Yu.

Overview

Wikipedia is the largest user-generated knowledge base. Authors propose a structured query mechanism, entity-relationship query , for searching entities in the Wikipedia corpus by their properties and interrelationships. An entity-relationship query consists of multiple predicates on desired entities. The semantics of each predicate is specified with keywords. Entity-relationship query searches entities directly over text instead of preextracted structured data stores. This characteristic brings two benefits: (1) Query semantics can be intuitively expressed by keywords; (2) It only requires rudimentary entity annotation, which is simpler than explicitly extracting and reasoning about complex semantic information before query-time. Authors present a ranking framework for general entity-relationship queries and a position-based Bounded Cumulative Model (BCM) for accurate ranking of query answers. Authors also explore various weighting schemes for further improving the accuracy of BCM. Authors test ideas on a 2008 version of Wikipedia using a collection of 45 queries pooled from INEX entity ranking track and own crafted queries. Experiments show that the ranking and weighting schemes are both effective, particularly on multipredicate queries.