Calculate the idf weight vector

Assignment Help Database Management System
Reference no: EM13794676

Vector Model

This question requires you to use the following data. Assume a repository of 10 documents over eight key terms. Table 2.1 gives the document-term table that shows the raw frequencies with which the eight key terms appear 1 in each of the 10 documents, as well as the TF values for a query document.

Exercise 1. Using the information from Table 2.1, which documents would be returned by the following queries:

a) Term2 AND Term7
b) Term4 OR Term2
c) (Term2 OR Term7) AND (NOT Term7)

Table 2.1: A2: Document-Term and Query-Term Table

 

Term 1

Term 2

Term 3

Term 4

Term 5

Term 6

Term 7

Term 8

Doc 1

4

8

9

0

10

8

0

9

Doc 2

1

5

0

0

12

0

1

3

Doc 3

0

3

0

0

0

4

2

0

Doc 4

1

0

4

3

9

0

0

0

Doc 5

0

4

0

0

0

5

1

0

Doc 6

1

2

2

0

3

1

0

1

Doc7

0

5

3

4

0

0

4

2

Doc 8

0

7

0

3

0

0

3

3

Doc 9

0

5

0

0

0

4

1

2

Doc 10

0

3

4

0

0

2

4

0

Query

2

3

1

2

2

0

1

0

Is it possible to rank the documents returned in (a) to (c)? If it is possible, then supply the rankings in each case. If it is not possible, then state why.

Exercise 2. Answer the following questions.

a) Using the information from Table 2.1, calculate the ranking score for each of the ten documents based on each of the following query-document similarity measures:

dot product using TF weight for both documents and query vectors cosine coefficient using TF weight for both documents and query vectors.

b) Compare the rankings that you obtained using the two similarity measures. If there are differences between the rankings, then discuss why you think these differences occurred.

Exercise 3. Answer the following questions.

a) Using the information in Table 2.1, calculate the idf (inverse document frequency) weight vector. Make sure you show how your calculation was performed.

b) Construct a table similar Table 2.1, but, instead of raw term frequencies, show the tf-idf weights.
c) Using tf weights for the query vector, and tf-idf weights for the document vectors, and the cosine coefficient as a similarity measure, compute the ranking scores using the cosine coefficient. Show how your calculations were performed for the first document only.

d) How does this ranking compare with ranking obtained using the cosine similarity measure in Exercise 20? If there are differences between the rankings, then discuss why you think these differences occurred.

Exercise 4. Answer the following questions.

a) This time, using tf-idf weights for both the query and document vectors, and the cosine coefficient as a similarity measure, compute the ranking scores using the cosine coefficient. Show how your calculations were performed for the first document only.

b) How does this ranking compare with ranking obtained in Exercise 21? If there are differences between the rankings, then discuss why you think these differences occurred.

Exercise 5. This time, use tf weights for the query vector, tf-idf weights for the document vectors, and the Dice coefficient rather than the Cosine coefficient as the similarity measure.

a) Compute the ranking scores for all documents. Show how your calculations were performed for the first document only.

b) How does the ranking compare with ranking obtained in Exercise 21? If there are differences between the rankings, then discuss why you think these differences occurred.

2.2. IR Evaluation

Exercise 6. The following data displays retrieval results for two different algorithms (Algorithm 1 and Algorithm 2) in response to two distinct queries (Query 1 and Query 2). An expert has manually labelled each of the documents as being either relevant or not relevant to the queries.

Algorithm 1 Returns the following results:

Query 1 : d4 , d15 , d1 , d3 , d8 , d76 , d2 , d33 , d30 , d5 , d11 , d29 , d66 , d10
Query 2 : d9 , d91 , d2 , d87 , d13 , d52 , d92 , d16 , d17 , d22 , d20 , d71 , d48 , d60 , d56

Algorithm 2 Returns the following results:

Query 1 : d8 , d29 , d6 , d5 , d15 , d17 , d20 , d65 , d2 , d33 , d44 , d41 , d7 , d77 , d13 , d14 , d90 , d80 , d70 , d4
Query 2 : d3 , d87 , d2 , d28 , d15 , d14 , d12 , d10 , d41 , d11 , d85 , d89 , d1 , d49 , d52 , d76 , d55 , d9 , d91 , d99 , d30 , d17 , d13 , d26 , d94 , d18 , d86 , d72 , d48 , d8 , d93 , d42 , d79 , d43 , d88 , d7 , d98 , d51 , d50 , d6

Relevance The known one is as follows:

Query 1 : d2 , d4 , d7 , d15 , d29
Query 2 : d1 , d2 , d3 , d7 , d8 , d9 , d11 , d12 , d13 , d15 , d16 , d20

a) For Algorithm 1, plot the precision versus recall curves for Query 1 and Query 2, interpolated to the 11 standard recall levels. Also plot the average precision versus recall curve for Algorithm 1 (all three curves should be on a single chart).

b) For Algorithm 2, plot the precision versus recall curves for Query 1 and Query 2, interpolated to the 11 standard recall levels. Also plot the average precision versus recall curve for Algorithm 2 (all three curves should be on a single chart, but a separate chart from that used in part (a)).

c) Plot the averages for Algorithm 1 and Algorithm 2 on a separate chart, and compare the algorithms in terms of precision and recall. Do you think one of the algorithms is superior? Why?

Reference no: EM13794676

Questions Cloud

Impact of the issue on american politics : What is the impact of the issue on American politics? Why? What is your opinion on the issue? Please back it up.
Independent auto sales and service : Let's go back to the ongoing case you selected. This will be either your current employer, a specific organization you want to work in, or one of the two hypothetical organizations described: Independent Auto Sales and Service (IAS) or Network Nut..
What is an ultimate form of foreign involvement : Normal 0 false false false EN-US X-NONE X-NONE What is an ultimate form of ..
How is technology changing the face of business today : Assignment On How is Technology Changing the Face of Business Today
Calculate the idf weight vector : Compare the rankings that you obtained using the two similarity measures. If there are differences between the rankings, then discuss why you think these differences occurred - calculate the idf weight vector.
Define total customer satisfaction is how measured : Total customer satisfaction is measured based on the
Analyze possible outcome measurement strategies : Analyze possible outcome measurement strategies related to organizational change processes. Determine how you will measure quality, cost, and satisfaction outcomes to evaluate your proposed organizational change.
Problems based on managerial epidemiology : Evaluate the cost effectiveness of using epidemiologic principles as a prophylactic measure, as opposed to a lack of health oversight in disadvantaged communities
How to prepare college faculty for incoming net-generation : how to prepare college faculty for the incoming 'Net-generation of students Clayton-Pedersen and O'Neill claim that "much of the learning technology innovation in higher education.

Reviews

Write a Review

Database Management System Questions & Answers

  Encryption in ensuring confidentiality

Discuss the role of encryption in ensuring confidentiality; use a popular encryption to make your point if needed.

  Explain the type of analysis you completed

Your Memo will focus one paragraph on each of the Data Analysis sheets in your workbook. Explain the type of analysis you completed, the conclusions you drew, and a recommendation based on the analysis

  Explain what information is available in relational database

Explain what information is available from relational database containing one relation with attributes Name, Employee identification number, and Address which is not available.

  Database management system create a database design

database management system create a database design specification enhanced entity relationship diagram eerd and

  Create a class called testsystem

Create a class called TestSystem and write atest method which tests your system using a scenario. In your report document, describe the testing scenario and the expected behaviour of your system. Provide screen shots of your system testing in your..

  Create a database schema that supports the companys business

Create a database schema that supports the company's business and processes. Explain and support the database schema with relevant arguments that support the rationale for the structure.

  How the principles of database management were aplied

presentation in which you explain how the principles of database management and your recommendations were applied to the project.

  You have been hired as the banks director of data security

a large bank has a headquarters location plus several branches in each city in a particular region of the country. as

  Making a query to produce all clients for one of the sales

Making a query to produce all clients for one of the sales that are assigned to multiple clients - Produce a full client list by each sales person.

  A simple database with a single table contains data

a simple database with a single table contains data concerning rental properties in australia. the table contains five

  He club keeps track of mail and telephone contact

you are working for country club with thousands of members. you have been tasked with designing a database to keep

  Create an entity-relationship diagram and design

create an entity-relationship diagram and design accompanying table layout using sound relational modeling practices

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd