Commit b017736a authored by Victor Zimmermann's avatar Victor Zimmermann
Browse files

Rename datasets.

parent 7a68bc45
Loading
Loading
Loading
Loading
+0 −110
Original line number Diff line number Diff line
==========================================================
   MORESQUE  Dataset
==========================================================

MORESQUE (More Sense-tagged QUEries) is a dataset designed for evaluation of
subtopic information retrieval. For details, please refer to our EMNLP-2010
paper:

Roberto Navigli & Giuseppe Crisafulli. Inducing Word Senses to Improve Web
Search Result Clustering. In Proceedings of the 2010 Conference on
Empirical Methods in Natural Language Processing (EMNLP 2010), MIT Stata
Center, Massachusetts, USA, 9-11 October 2010, pp. 116-126.

CONTENTS

This package contains version 1.0 of MORESQUE which consists of 114 topics,
each with a set of subtopics and a list of 100 top-ranking documents.

The topics were selected from the list of ambiguous Wikipedia entries;
i.e., those with "disambiguation" in the title (see
http://en.wikipedia.org/wiki/Wikipedia:Links_to_%28disambiguation%29_pages)

Because the dataset has been developed as a complement for AMBIENT
(http://credo.fub.it/ambient/), it includes queries of length ranged
between 2 and 4 words and numbered from 45.

The 100 documents associated with each topic were collected from the Yahoo!
search engine as of early 2010, and they were subsequently annotated with
subtopic relevance judgments.

The MORESQUE dataset consists of four files where each row is terminated by
Linefeed (ASCII 10) and fields are separated by Tab (ASCII 9). The four
files are described below:

==================== topics.txt ========================

It contains topic ID and description

ID	description
45	the_block
46	stephen_king
47	soul_food
.........
==========================================================



==================== subTopics.txt ========================

It contains subtopic ID (formed by topic ID and subtopic number) and
description; 

ID	description
45.1	The Block (Sydney), the first Aboriginal land handback
45.2	The Block at Orange, an open-air shopping and entertainment mall located in Southern California
45.3	The Block (Baltimore), an adult-entertainment area

.........
==========================================================



==================== results.txt ========================

It contains result ID (formed by topic ID and search engine rank of
result), URL,  title, and snippet

ID	url	title	snippet
45.1	http://www.blockatorange.com/	The Block at Orange	
45.2	http://en.wikipedia.org/wiki/The_Block_(album)	The Block (album) - Wikipedia, the free encyclopedia	The Block was released on September 2, 2008 and debuted at number one on the ... New Kids on the Block · Hangin' Tough · Merry, Merry Christmas · Step by Step ...
45.3	http://www.blockattahoe.com/	The Block at Tahoe	Hotel designed by and for snowboarders. Photo gallery of rooms, details of special events.
.........
==========================================================



==================== STRel.txt ========================

It contains subtopic ID (formed by topic ID and subtopic number) and result
ID (formed by topic ID and search engine rank of result)

subTopicID	resultID
45.2	45.45
45.2	45.24
45.2	45.5
.........
==========================================================

COPYRIGHT AND LICENSE

This work is licensed under the Creative Commons
Attribution-Noncommercial-Share Alike 3.0 Unported License. To view a
copy of this license, visit
http://creativecommons.org/licenses/by-nc-sa/3.0/

or send a letter to

Creative Commons
171 Second Street, Suite 300
San Francisco, California
94105, USA

MORE INFO

If you have any questions or comments, please contact Roberto Navigli
<navigli@di.uniroma1.it> or Antonio Di Marco <dimarco@di.uniroma1.it>.

CHANGES

1.0 First release
+0 −6325

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −11401

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −766

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −115
Original line number Diff line number Diff line
id	description
45	the_block
46	stephen_king
47	soul_food
48	cool_water
49	space_raiders
50	gay_bar
51	la_mancha
52	robert_watts
53	dive_bomber
54	manor_house
55	indy_500
56	new_england
57	heavy_rotation
58	jump_cut
59	dial_tone
60	fight_night
61	agent_blue
62	mount_huxley
63	junk_mail
64	sean_fallon
65	double_negative
66	richard_tracey
67	civil_war
68	volcanic_rock
69	space_opera
70	family_reunion
71	radioactive_man
72	tai_chi
73	heart_attack
74	gorky_park
75	mark_forster
76	bus_driver
77	bat_boy
78	james_bond
79	special_edition
80	liquid_air
81	little_brother
82	magic_lantern
83	alpha_dog
84	micro_chip
85	middle_ages
86	black_hole
87	civil_disobedience
88	american_beauty
89	iron_butterly
90	neutron_star
91	fata_morgana
92	death_by_chocolate
93	division_by_zero
94	rain_or_shine
95	before_the_storm
96	stranger_in_town
97	seduced_and_abandoned
98	ten_little_indians
99	fly_with_me
100	train_of_thought
101	the_blue_bird
102	catch_a_fire
103	amarillo_by_morning
104	the_whole_truth
105	ray_of_light
106	hall_of_justice
107	all_that_jazz
108	across_the_universe
109	lost_in_space
110	fast_food_nation
111	cats_and_dogs
112	heart_to_heart
113	speed_of_light
114	radius_of_curvature
115	food_for_thought
116	burden_of_proof
117	field_of_fire
118	crown_of_thorns
119	charles_de_gaulle
120	tower_of_babel
121	cassius_marcellus_clay
122	bed_of_roses
123	ace_of_spades
124	reign_of_terror
125	tree_of_knowledge
126	private_practice
127	soldier_of_fortune
128	citizen_of_the_world
129	the_da_vinci_code
130	freedom_of_the_seas
131	freedom_of_the_press
132	queen_of_the_night
133	another_day_in_paradise
134	in_the_name_of_love
135	bad_to_the_bone
136	the_glass_bead_game
137	beer_for_my_horses
138	attack_of_the_mutant
139	the_colour_of_magic
140	hair_of_the_dog
141	the_marquise_of_o
142	the_game_of_life
143	rookie_of_the_year
144	storm_in_a_teacup
145	lake_of_the_woods
146	sign_of_the_cross
147	music_of_the_spheres
148	trip_the_light_fantastic
149	twilight_of_the_gods
150	survival_of_the_fittest
151	the_edge_of_heaven
152	down_in_the_valley
153	look_back_in_anger
154	bullet_in_the_head
155	a_bell_for_adano
156	peter_and_the_wolf
157	top_of_the_pops
158	the_art_of_seduction
Loading