Recuperação de Informação B

Slides:



Advertisements
Similar presentations
CHAPTER OBJECTIVE: NORMALIZATION THE SNOWFLAKE SCHEMA.
Advertisements

Modern information retrieval Modelling. Introduction IR systems usually adopt index terms to process queries IR systems usually adopt index terms to process.
Indexing. Efficient Retrieval Documents x terms matrix t 1 t 2... t j... t m nf d 1 w 11 w w 1j... w 1m 1/|d 1 | d 2 w 21 w w 2j... w 2m 1/|d.
Multimedia Database Systems
Basic IR: Modeling Basic IR Task: Slightly more complex:
Query Languages. Information Retrieval Concerned with the: Representation of Storage of Organization of, and Access to Information items.
Lecture 11 Search, Corpora Characteristics, & Lucene Introduction.
1 Suffix Trees and Suffix Arrays Modern Information Retrieval by R. Baeza-Yates and B. Ribeiro-Neto Addison-Wesley, (Chapter 8)
The Trie Data Structure Basic definition: a recursive tree structure that uses the digital decomposition of strings to represent a set of strings for searching.
CS 430 / INFO 430 Information Retrieval
Modern Information Retrieval Chapter 8 Indexing and Searching.
IR Models: Overview, Boolean, and Vector
Modern Information Retrieval
T.Sharon - A.Frank 1 Internet Resources Discovery (IRD) Classic Information Retrieval (IR)
Basic IR: Queries Query is statement of user’s information need. Index is designed to map queries to likely to be relevant documents. Query type, content,
IR Models: Structural Models
Visual Web Information Extraction With Lixto Robert Baumgartner Sergio Flesca Georg Gottlob.
Query Languages: Patterns & Structures. Pattern Matching Pattern –a set of syntactic features that must occur in a text segment Types of patterns –Words:
Modern Information Retrieval Chapter 2 Modeling. Can keywords be used to represent a document or a query? keywords as query and matching as query processing.
Chapter 2Modeling 資工 4B 陳建勳. Introduction.  Traditional information retrieval systems usually adopt index terms to index and retrieve documents.
Chapter 4 : Query Languages Baeza-Yates, 1999 Modern Information Retrieval.
1 Indexing and Querying XML Data for Regular Path Expressions A Paper by Quanzhong Li and Bongki Moon Presented by Amnon Shochot.
Web Search – Summer Term 2006 II. Information Retrieval (Basics) (c) Wolfgang Hürst, Albert-Ludwigs-University.
Modern Information Retrieval Chapter 4 Query Languages.
WMES3103 : INFORMATION RETRIEVAL INDEXING AND SEARCHING.
Chapter 4 Query Languages.... Introduction Cover different kinds of queries posed to text retrieval systems Keyword-based query languages  include simple.
+ Atomic Design By Pattern Lab Delaney Metzger. + Goal of Atomic Design Atomic Design is an idea that can be used to translate the creative side into.
Introduction n Keyword-based query answering considers that the documents are flat i.e., a word in the title has the same weight as a word in the body.
Modern Information Retrieval Chap. 02: Modeling (Structured Text Models)
Basic Web Applications 2. Search Engine Why we need search ensigns? Why we need search ensigns? –because there are hundreds of millions of pages available.
Parallel and Distributed IR. 2 Papers on Parallel and Distributed IR Introduction Paper A: Inverted file partitioning schemes in Multiple Disk Systems.
UOS 1 Ontology Based Personalized Search Zhang Tao The University of Seoul.
Querying Structured Text in an XML Database By Xuemei Luo.
1 University of Palestine Topics In CIS ITBS 3202 Ms. Eman Alajrami 2 nd Semester
Information Retrieval Models - 1 Boolean. Introduction IR systems usually adopt index terms to process queries Index terms:  A keyword or group of selected.
The College of Saint Rose CSC 460 / CIS 560 – Search and Information Retrieval David Goldschmidt, Ph.D. from Search Engines: Information Retrieval in Practice,
1 Information Retrieval Acknowledgements: Dr Mounia Lalmas (QMW) Dr Joemon Jose (Glasgow)
Chapter 6: Information Retrieval and Web Search
Recuperação de Informação B Cap. 10: User Interfaces and Visualization , , 10.9 November 29, 1999.
1 Information Retrieval LECTURE 1 : Introduction.
Information Retrieval
Recuperação de Informação B Cap. 02: Modeling (Set Theoretic Models) 2.6 September 08, 1999.
K-tree/forest: Efficient Indexes for Boolean Queries Rakesh M. Verma and Sanjiv Behl University of Houston
Structured Text Retrieval Models. Str. Text Retrieval Text Retrieval retrieves documents based on index terms. Observation: Documents have implicit structure.
Recuperação de Informação B Cap. 02: Modeling (Latent Semantic Indexing & Neural Network Model) 2.7.2, September 27, 1999.
Chapter Three Presentation: User interface How to Build a Digital Library Ian H. Witten and David Bainbridge.
Instance Discovery and Schema Matching With Applications to Biological Deep Web Data Integration Tantan Liu, Fan Wang, Gagan Agrawal {liut, wangfa,
Chapter 5 Ranking with Indexes. Indexes and Ranking n Indexes are designed to support search  Faster response time, supports updates n Text search engines.
XRANK: RANKED KEYWORD SEARCH OVER XML DOCUMENTS Lin Guo Feng Shao Chavdar Botev Jayavel Shanmugasundaram Abhishek Chennaka, Alekhya Gade Advanced Database.
Chapter 13. Structured Text Retrieval With Mounia Lalmas 무선 / 이동 시스템 연구실 김민혁.
Lecture 1: Introduction and the Boolean Model Information Retrieval
Text Based Information Retrieval
Database & Record Structure
Chapter 6 Methods: A Deeper Look
Searching EIT, Author Gay Robertson, 2017.
Data Mining Chapter 6 Search Engines
INFORMATION RETRIEVAL TECHNIQUES BY DR. ADNAN ABID
Citation-based Extraction of Core Contents from Biomedical Articles
Magnet & /facet Zheng Liang
Introduction to Information Retrieval
Chapter 5: Information Retrieval and Web Search
Text Categorization Berlin Chen 2003 Reference:
Models for Retrieval and Browsing - Structural Models and Browsing
Query Languages Berlin Chen 2003 Reference:
Recuperação de Informação B
Recuperação de Informação B
Information Retrieval and Web Design
Recuperação de Informação B
Advance Database System
Advanced information retrieval
Presentation transcript:

Recuperação de Informação B Cap. 02: Modeling (Structured Text Models) 2.9 October 4, 1999

Introduction Keyword-based query answering considers that the documents are flat i.e., a word in the title has the same weight as a word in the body of the document But, the document structure is one additional piece of information which can be taken advantage of For instance, words appearing in the title or in sub-titles within the document could receive higher

Introduction Consider the following information need: Retrieve all documents which contain a page in which the string “atomic holocaust” appears in italic in the text surrounding a Figure whose label contains the word earth The corresponding query could be: same-page( near( “atomic holocaust”, Figure( label( “earth” ))))

Introduction Advanced interfaces that facilitate the specification of the structure are also highly desirable Models which allow combining information on text content with information on document structure are called structured text models Structured text models include no ranking (open research problem)

Basic Definitions Match point: the position in the text of a sequence of words that match the query Query: “atomic holocaust in Hiroshima” Doc dj: contains 3 lines with this string Then, doc dj contains 3 match points Region: a contiguous portion of the text Node: a structural component of the text such as a chapter, a section, etc

Non-Overlapping Lists Due to Burkowski, 1992. Idea: divide the text in non-overlapping regions which are collected in a list Multiple ways to divide the text in non-overlapping parts yield multiple lists: a list for chapters a list for sections a list for subsections Text regions from distinct lists might overlap

Non-Overlapping Lists Chapter L1 Sections L2 SubSections L3 SubSubSections

Non-Overlapping Lists Implementation: single inverted file that combines keywords and text regions to each entry in this inverted file is associated a list of text regions lists of text regions can be merged with lists of keywords

Non-Overlapping Lists Regions are non-overlapping which limits the queries that can be asked Types of queries: select a region that contains a given word select a region A that does not contain a region B (regions A and B belong to distinct lists) select a region not contained within any other region

Conclusions The non-overlapping lists model is simple and allows efficient implementation But, types of queries that can be asked are limited Also, model does not include any provision for ranking the documents by degree of similarity to the query What does structural similarity mean?

Proximal Nodes Due to Navarro and Baeza-Yates, 1997 Idea: define a strict hierarchical index over the text. This enrichs the previous model that used flat lists. Multiple index hierarchies might be defined Two distinct index hierarchies might refer to text regions that overlap

Definitions Each indexing structure is a strict hierarchy composed of chapters sections subsections paragraphs lines Each of these components is called a node To each node is associated a text region

Proximal Nodes Chapter Sections SubSections SubSubSections holocaust 10 256 48,324

Proximal Nodes Key points: In the hierarchical index, one node might be contained within another node But, two nodes of a same hierarchy cannot overlap The inverted list for keywords complements the hierarchical index The implementation here is more complex than that for non-overlapping lists

Proximal Nodes Queries are now regular expressions: search for strings references to structural components combination of these Model is a compromise between expressiveness and efficiency Queries are simple but can be processed efficiently Further, model is more expressive than non-overlapping lists

Proximal Nodes Query: find the sections, the subsections, and the subsubsections that contain the word “holocaust” [(*section) with (“holocaust”)] Simple query processing: traverse the inverted list for “holocaust” and determine all match points use the match points to search in the hierarchical index for the structural components

Proximal Nodes Query: [(*section) with (“holocaust”)] Sophisticated query processing: get the first entry in the inverted list for “holocaust” use this match point to search in the hierarchical index for the structural components Innermost matching component: smaller one Check if innermost matching component includes the second entry in the inverted list for “holocaust” If it does, check the third entry and so on This allows matching efficiently the nearby (or proximal) nodes

Conclusions Model allows formulating queries that are more sophisticated than those allowed by non-overlapping lists To speed up query processing, nearby nodes are inspected Types of queries that can be asked are somewhat limited (all nodes in the answer must come from a same index hierarchy!) Model is a compromise between efficiency and expressiveness