XML retrieval

Summary

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 edit

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 edit

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 edit

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 edit

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 edit

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 edit

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 edit

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 edit

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 edit

References edit

  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. ^ a b 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. 35 (4). doi:10.1145/1228268.1228271. S2CID 17300151. Retrieved 2009-02-10. [dead link]
  4. ^ Pal, Sukomal (June 30, 2006). "XML Retrieval: A Survey". CiteSeerX 10.1.1.109.5986.
  5. ^ a b 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. ^ a b 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. 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.
  9. ^ Selvaganesan, S.; Haw, Su-Cheng; Soon, Lay-Ki (2014). "XDMA: A Dual Indexing and Mutual Summation Based Keyword Search Algorithm for XML Databases". International Journal of Software Engineering and Knowledge Engineering. 24 (4): 591–615. doi:10.1142/s0218194014500223.