XML retrieval

From HandWiki
Short description: Content-based retrieval of XML documents

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]

Data-centric XML datasets

For data-centric XML datasets, the unique and distinct keyword search method, namely, XDMA[9] for XML databases is designed and developed based on dual indexing and mutual summation.

See also

References

  1. Winter, Judith; Drobnik, Oswald (November 9, 2007). "An Architecture for XML Information Retrieval in a Peer-to-Peer Environment". ACM. ftp://ftp.tm.informatik.uni-frankfurt.de/pub/papers/ir/An%20Architecture%20for%20XML%20Information%20Retrieval%20in%20a%20Peer-to-Peer%20Environment_2007.pdf. 
  2. 2.0 2.1 Malik, Saadia; Trotman, Andrew (2007). "Overview of INEX 2006". Proceedings of the Fifth Workshop of the INitiative for the Evaluation of XML Retrieval. http://www.cs.otago.ac.nz/homepages/andrew/2006-10.pdf. 
  3. Amer-Yahia, Sihem; Lalmas, Mounia (2006). "XML Search: Languages, INEX and Scoring". SIGMOD Rec. 35 (4). doi:10.1145/1228268.1228271. http://www.sigmod.org/record/issues/0612/p16-article-yahia.pdf. Retrieved 2009-02-10. [|permanent dead link|dead link}}]
  4. Pal, Sukomal (June 30, 2006). "XML Retrieval: A Survey". CiteSeerX 10.1.1.109.5986.
  5. 5.0 5.1 Fuhr, Norbert; Gövert, N. (2003). "INEX: Initiative for the Evaluation of XML Retrieval". Proceedings of the First INEX Workshop, Dagstuhl, Germany, 2002. ERCIM Workshop Proceedings, France. http://www.is.informatik.uni-duisburg.de/bib/pdf/ir/Fuhr_etal:02a.pdf. 
  6. Boag, Scott; Chamberlin, Don (23 January 2007). "XQuery 1.0: An XML Query Language". W3C Recommendation. World Wide Web Consortium. http://www.w3.org/TR/2007/REC-xquery-20070123/. 
  7. 7.0 7.1 Schlieder, Torsten; Meuss, Holger (2002). "Querying and Ranking XML Documents". Journal of the American Society for Information Science and Technology 53 (6): 489–503. doi:10.1002/asi.10060. http://www.cis.uni-muenchen.de/people/Meuss/Pub/JASIS02.ps.gz. Retrieved 2009-02-10. 
  8. Liu, Shaorong; Zou, Qinghua (2004). "Configurable Indexing and Ranking for XML Information Retrieval". SIGIR'04. ACM. http://www.cobase.cs.ucla.edu/tech-docs/sliu/SIGIR04.pdf. 
  9. Selvaganesan, S.; Haw, Su-Cheng; Soon, Lay-Ki (2014). "XDMA: A Dual Indexing and Mutual Summation Based Keyword Search Algorithm for XML Databases" (in en-US). International Journal of Software Engineering and Knowledge Engineering 24 (4): 591–615. doi:10.1142/s0218194014500223.