45
Advantages of Query Biased Summaries in Information Retrieval Anastasios Tombros Computing Science Department University of Glasgow, Scotland Mark Sanderson CIIR, Computing Science Department University of Massachusetts, U.S.A. Presentation by Onur Yılmaz

Advantages of Query Biased Summaries in Information Retrieval

Embed Size (px)

DESCRIPTION

Presentation of the paper: Advantages of query biased summaries in information retrieval (1998) Anastasios Tombros and Mark Sanderson. In Proceedings of the 21st annual international ACM SIGIR conference on Research and development in information retrieval (SIGIR '98). ACM, New York, NY, USA, 2-10. DOI=10.1145/290941.290947

Citation preview

Page 1: Advantages of Query Biased Summaries in Information Retrieval

Advantages of Query

Biased Summaries in

Information RetrievalAnastasios Tombros

Computing Science Department University of Glasgow, Scotland

Mark Sanderson

CIIR, Computing Science Department University of Massachusetts,

U.S.A.

Presentation by Onur Yılmaz

Page 2: Advantages of Query Biased Summaries in Information Retrieval

Outline

Introduction

Summarization System

Experimental Design

Experimental Results

Further Work and Conclusions

Page 3: Advantages of Query Biased Summaries in Information Retrieval

IntroductionInteraction with an IR system

User enters a specific information need,

Query

Response of a typical system

Retrieved document list

Page 4: Advantages of Query Biased Summaries in Information Retrieval

IntroductionInteraction with an IR system

Page 5: Advantages of Query Biased Summaries in Information Retrieval

IntroductionInteraction with an IR system

Title

First few

sentences

URL

Relevance

Quantification

Page 6: Advantages of Query Biased Summaries in Information Retrieval

IntroductionInteraction with an IR system

Users have to decide which of the retrieved documents

are most likely to convey their information need

Ideally, it should be possible to make this decision

without having to refer to the full document text

Page 7: Advantages of Query Biased Summaries in Information Retrieval

IntroductionInteraction with an IR system

Title

First few

sentences

Not clear which the document relates to a

user’s query

Page 8: Advantages of Query Biased Summaries in Information Retrieval

IntroductionWhat is presented?

Aim

to minimize users’ need to refer to the full

document text

to provide enough information to support their

retrieval decisions

Page 9: Advantages of Query Biased Summaries in Information Retrieval

IntroductionWhat is presented?

Proposed method

An automatically generated summary of each document in

a retrieved document list, biased to a user’s query

Page 10: Advantages of Query Biased Summaries in Information Retrieval

IntroductionDocument Summary

Condensation of a full text document

indicative of the source’s content

informative

Page 11: Advantages of Query Biased Summaries in Information Retrieval

IntroductionSentence Extraction

Selection of sentences from the original document

Scores are assigned to sentences according to a set of

extraction criteria

Best-scoring sentences are presented in the summary

Page 12: Advantages of Query Biased Summaries in Information Retrieval

Summarisation System

Aim of system

Providing information on the relevance of documents

retrieved in response to their query

Summaries were to be user-directed: biased towards

the user’s query

Page 13: Advantages of Query Biased Summaries in Information Retrieval

Summarisation System

Articles

Wall Street Journal (WSJ) taken from the TREC

collection (Text REtrieval Conferences)

Page 14: Advantages of Query Biased Summaries in Information Retrieval

Summarisation System

Methodology

Examining 50 randomly selected articles from the

collection

Extract conclusions about the distribution of important

information within them

Title

Headings

Leading paragraph

Overall structural

Page 15: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemSentence Extraction - Title Method

Headlines of news articles

tend to reveal the major subject of the article

Terms in the title section of the documents

assigned a positive weight (title score)

Page 16: Advantages of Query Biased Summaries in Information Retrieval

Leading paragraph of each article

Provides much information on the article’s content

In order to quantify this contribution,

An ordinal weight was assigned to the first two

sentences of each article.

Summarisation SystemSentence Extraction - Title Method

Page 17: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemSentence Extraction - Title Method

Section Headings

«heading score» was assigned to each one of the

sentences comprising a heading

Page 18: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemSentence Extraction - Term Occurrence (TO)

Number of term occurrences (TO) within each document

to further assign weights to sentences

Reasonable TO

7 medium-sized documents

(between 25 - 40 sentences)

TO value is augmented by 10% of the increase in document

size

Page 19: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemSentence Extraction - Term Occurrence (TO)

Significantly Related Terms

Two terms are are significant

No more than 4 non-significant words between them

Recent studies that show that in the English

language 98% of the lexical relations occur

between words within a span of 5 words in a

Sentence.

Page 20: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemBiasing summaries towards queries

Query Score

calculated for each of the sentences of a document

based on the distribution of query terms in each

sentence

Page 21: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemBiasing summaries towards queries

For each sentence

+Query score

Score obtained by

the sentence

extraction methods

Final Score=

Page 22: Advantages of Query Biased Summaries in Information Retrieval

Summarisation SystemBiasing summaries towards queries

Summary for each document

Output the top-scoring sentence

Until desired summary length reached

15% of the

document's

length

up to a

maximum of

five sentences

Page 23: Advantages of Query Biased Summaries in Information Retrieval

Experimental Design

Aim of experiment

Use of query biased summaries in a retrieved

document list

would have a positive effect on

the process of relevance judgement by users

Page 24: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignExperimental Conditions

Two levels of an independent variable:

Use of query-biased summaries in a ranked list of

retrieved documents

Use of static pre-defined summaries

Page 25: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignGroups of Subjects

Two groups consisting of 10 people

Postgraduate students

Population is not representative of that which we wish to

generalize the conclusions

Page 26: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignRetrieval Task

Identify, in a limited amount of time, as many

relevant documents as possible

Subjects presented with a retrieved document list

and query

Page 27: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignQueries

Randomly selected from the queries of the TREC test

collection

Standard against which the subjects’ relevance

judgements compared

Page 28: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignIR System

Classic document ranking system

tf•idf term weighting scheme

with stop word removal

word stemming using the Porter stemmer

Page 29: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignOperationalising the Experiment

Select

typical orproposedmethod

Assign 5 random

queries tosubject

Present tosubject

retrieved document

list (50 highest ranked

documents)

Subjectidentifies

the relevantdocuments

in 5 minutes

Page 30: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignExperiment – Typical IR System Output

Page 31: Advantages of Query Biased Summaries in Information Retrieval

Experimental DesignExperiment – Proposed IR System Output

Page 32: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsDependent Variable

Dependent variable:

Performance of the users in the

process of relevance judgements on documents retrieved

by specific queries

Page 33: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsCriteria

Recall and precision of the relevance judgements

The speed of judgements

Need of the assistance from the full text of the

retrieved documents.

The subjective opinion about the assistance provided

Page 34: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsRecall

Recall: Number of relevant documents correctly identified by

a subject for a query divided by the total number of relevant

documents, within the examined ones, for that query

«summary group»

managed to

successfully identify

a larger number of

relevant documents

Page 35: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsPrecision

Precision: Relevant documents correctly identified divided by

the total number of indicated relevant documents for a query

Page 36: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsRecall and Precision

Query biased summaries allow users to identify

more relevant documents, and identify them more

accurately.

Page 37: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsSpeed

Avg. Number of Documents: Actual number of documents that

each subject managed to examine within the specified 5

minute period

13% increase

Tendency for quicker

judgement

Page 38: Advantages of Query Biased Summaries in Information Retrieval

Experimental ResultsReference to the full text of the documents

Static summaries based on the first few lines of a

document is inadequate.

Page 39: Advantages of Query Biased Summaries in Information Retrieval

Further Work and ConclusionsSummary

Query based summaries assist users in performing

relevance judgements more accurately and more

quickly.

Users can identify more relevant documents for each

query, while at the same time make fewer mistakes.

Page 40: Advantages of Query Biased Summaries in Information Retrieval

Further Work and ConclusionsSummary

Query based summaries almost alleviate the users’

need to refer to the full text

Users rely almost solely on the information conveyed in

the query-biased summaries in order to perform their

relevance judgements.

Page 41: Advantages of Query Biased Summaries in Information Retrieval

Further Work and ConclusionsFuture Work

Possible extensions of the work

Repeating the experiments by simulating conditions

encountered when searching for information on the

web.

Intend to examine different summarisation techniques

and to apply our system to alternative test collections.

Page 42: Advantages of Query Biased Summaries in Information Retrieval

References

Abracos, J., and Lopes, G.P. 1997. Statistical methods for retrieving most significant

paragraphs in newspaper articles. In Proceedings of the ACL'97/EACL'97 Workshop on

Intelligent Scalable Text Summarisation (ISTS '97), 51-57. Madrid, Spain, July 11 1997.

Brandow, R., Mitze, K., and Rau, L.F. 1995. Automatic condensation of electronic

publications by sentence selection. Information Processing & Management 31(5): 675-685,

September 1995.

Callan, J.P. 1994. Passage-level evidence in document retrieval. In Croft, W.B., and van

Rijbergen, C.J. eds. Proceedings of the Seventeenth Annual ACM SIGIR Conference on

Research and Development in Information Retrieval, 302-310. ACM Press, July 1994.

Edmundson, H.P. 1964. Problems in automatic abstracting. Communications of the ACM

7(4):259-263, April 1964.

Edmundson, H.P. 1969. New methods in automatic abstracting. Journal of the ACM

16(2):264-285, April 1969.

Hand, T.F. 1997. A proposal for a task-based evaluation of text summarisation systems. In

Proceedings of the ACL’97/EACL’97 Workshop on Intelligent Scalable Text Summarisation

(ISTS ’97), 31-38. Madrid, Spain, July 11 1997.

Harman, D. 1996. Overview of the Fifth Text REtrieval Conference (TREC-5). In Proceedings

of the Text Retrieval Conference (TREC-5), National Institute of Standards and Technology,

Gaithersburg, MD 20899, USA.

Page 43: Advantages of Query Biased Summaries in Information Retrieval

References

Jacobs, P.S., and Rau, L.F. 1990. Scisor: Extracting information from on-line news.

Communications of the ACM 33(11):88-97, November 1990.

Keppel, G. 1973. Design and analysis: A researcher’s handbook. New Jersey: Prentice Hall.

Knaus, D., Mittendorf, E., Schauble, P., and Sheridan, P. 1995. Highlighting relevant passages

for users of the interactive SPIDER retrieval system. In Proceedings of the Text Retrieval

Conference (TREC-4), National Institute of Standards and Technology, Gaithersburg, MD

20899, USA.

Kupiec, J., Pedersen, J., and Chen, F. 1995. A trainable document summariser. In Fox, E.A.,

Ingwersen, P., and Fidel, R. eds. Proceedings of the Eighteenth Annual ACM SIGIR Conference

on Research and Development in Information Retrieval, 68-73. ACM Press, July 1995.

Luhn, H.P. 1958. The automatic creation of literature abstracts. IBM Journal of Research and

Development 2(2): 159-165, April 1958.

Maizell, R.E., Smith, J.F., and Singer, T.E.R. 1971. Abstracting scientific and technical

literature: An introductory guide and text for scientists, abstractors and management. New

York: Willey-Interscience, John Willey & Sons Inc.

Mani, I., and Bloedorn, E. 1997. Multi-document summarisation by graph search and

matching. In Proceedings of AAAI-97, Providence Rhode Island.

Page 44: Advantages of Query Biased Summaries in Information Retrieval

References

McKeown, K., and Radev, D.R. 1995. Generating summaries from multiple news articles.

In Fox, E.A., Ingwersen, P., and Fidel, R. eds. Proceedings of the Eighteenth Annual ACM

SIGIR Conference on Research and Development in Information Retrieval, 74-82. ACM

Press, July 1995.

Miike, S., Itoh, E., Ono, K., and Sumita, K. 1994. A full-text retrieval system with a

dynamic abstract generation function. In Croft, W.B., and van Rijbergen, C.J. eds.

Proceedings of the Seventeenth Annual ACM SIGIR Conference on Research and

Development in Information Retrieval, 152-161. ACM Press, July 1994.

Miller, S. 1984. Experimental design and statistics (2nd edition). New York: Routledge.

Paice, C.D. 1990. Constructing literature abstracts by computer: Techniques and

prospects. Information Processing & Management 26(1):171-186.

Porter, M.F. 1980. An algorithm for suffix stripping. Program - automated library and

information systems 14(3):130-137.

Rush, J.E., Salvador, R., and Zamora, A. 1971. Automatic abstracting and indexing. II.

Production of indicative abstracts by application of contextual inference and syntactic

coherence criteria. Journal of the American Society for Information Science 22(4):260-

274.

Salton, G., Singhal, A., Mitra, M., and Buckley, C. 1997. Automatic text structuring and

summarisation. Information Processing & Management 33(2):193-20.

Page 45: Advantages of Query Biased Summaries in Information Retrieval

Advantages of Query

Biased Summaries in

Information RetrievalAnastasios Tombros

Computing Science Department University of Glasgow, Scotland

Mark Sanderson

CIIR, Computing Science Department University of Massachusetts,

U.S.A.

Presentation by Onur Yılmaz