XML retrieval

XML retrieval, or XML Information Retrieval, is the content-based retrieval of documents structured with XML (eXtensible Markup Language). As such it is used for computing relevance of XML documents.[1]

Queries

Most XML retrieval approaches do so based on techniques from the information retrieval (IR) area, e.g. by computing the similarity between a query consisting of keywords (query terms) and the document. However, in XML-Retrieval the query can also contain structural hints. So-called "content and structure" (CAS) queries enable users to specify what structure the requested content can or must have.

Exploiting XML structure

Taking advantage of the self-describing structure of XML documents can improve the search for XML documents significantly. This includes the use of CAS queries, the weighting of different XML elements differently and the focused retrieval of subdocuments.

Ranking

Ranking in XML-Retrieval can incorporate both content relevance and structural similarity, which is the resemblance between the structure given in the query and the structure of the document. Also, the retrieval units resulting from an XML query may not always be entire documents, but can be any deeply nested XML elements, i.e. dynamic documents. The aim is to find the smallest retrieval unit that is highly relevant. Relevance can be defined according to the notion of specificity, which is the extent to which a retrieval unit focuses on the topic of request.[2]

Existing XML search engines

An overview of two potential approaches is available.[3][4] The INitiative for the Evaluation of XML-Retrieval (INEX) was founded in 2002 and provides a platform for evaluating such algorithms.[2] Three different areas influence XML-Retrieval:[5]

Traditional XML query languages

Query languages such as the W3C standard XQuery[6] supply complex queries, but only look for exact matches. Therefore, they need to be extended to allow for vague search with relevance computing. Most XML-centered approaches imply a quite exact knowledge of the documents' schemas.[7]

Databases

Classic database systems have adopted the possibility to store semi-structured data[5] and resulted in the development of XML databases. Often, they are very formal, concentrate more on searching than on ranking, and are used by experienced users able to formulate complex queries.

Information retrieval

Classic information retrieval models such as the vector space model provide relevance ranking, but do not include document structure; only flat queries are supported. Also, they apply a static document concept, so retrieval units usually are entire documents.[7] They can be extended to consider structural information and dynamic document retrieval. Examples for approaches extending the vector space models are available: they use document subtrees (index terms plus structure) as dimensions of the vector space.[8]

See also

References

  1. Winter, Judith; Drobnik, Oswald (November 9, 2007). "An Architecture for XML Information Retrieval in a Peer-to-Peer Environment" (PDF). ACM. Retrieved 2009-02-10.
  2. 1 2 Malik, Saadia; Trotman, Andrew; Lalmas, Mounia; Fuhr, Norbert (2007). "Overview of INEX 2006" (PDF). Proceedings of the Fifth Workshop of the INitiative for the Evaluation of XML Retrieval. Archived from the original (PDF) on October 16, 2008. Retrieved 2009-02-10.
  3. Amer-Yahia, Sihem; Lalmas, Mounia (2006). "XML Search: Languages, INEX and Scoring" (PDF). SIGMOD Rec. Vol. 35, No. 4. Retrieved 2009-02-10.
  4. Pal, Sukomal (June 30, 2006). "XML Retrieval: A Survey". Technical Report, CVPR. CiteSeerX 10.1.1.109.5986Freely accessible.
  5. 1 2 Fuhr, Norbert; Gövert, N.; Kazai, Gabriella; Lalmas, Mounia (2003). "INEX: Initiative for the Evaluation of XML Retrieval" (PDF). Proceedings of the First INEX Workshop, Dagstuhl, Germany, 2002. ERCIM Workshop Proceedings, France. Archived from the original (PDF) on November 21, 2008. Retrieved 2009-02-10.
  6. Boag, Scott; Chamberlin, Don; Fernández, Mary F.; Florescu, Daniela; Robie, Jonathan; Siméon, Jérôme (23 January 2007). "XQuery 1.0: An XML Query Language". W3C Recommendation. World Wide Web Consortium. Retrieved 2009-02-10.
  7. 1 2 Schlieder, Torsten; Meuss, Holger (2002). "Querying and Ranking XML Documents". Journal of the American Society for Information Science and Technology, Vol. 53, No. 6. Archived from the original on June 10, 2007. Retrieved 2009-02-10.
  8. Liu, Shaorong; Zou, Qinghua; Chu, Wesley W. (2004). "Configurable Indexing and Ranking for XML Information Retrieval" (PDF). SIGIR'04. ACM. Retrieved 2009-02-10.
This article is issued from Wikipedia - version of the 11/3/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.