Overview of the INEX 2009 Book Track
Total Page:16
File Type:pdf, Size:1020Kb
Overview of the INEX 2009 Book Track Gabriella Kazai1, Antoine Doucet2, Marijn Koolen3, and Monica Landoni4 1 Microsoft Research, United Kingdom [email protected] 2 University of Caen, France [email protected] 3 University of Amsterdam, Netherlands [email protected] 4 University of Lugano [email protected] Abstract. The goal of the INEX 2009 Book Track is to evaluate ap- proaches for supporting users in reading, searching, and navigating the full texts of digitized books. The investigation is focused around four tasks: 1) the Book Retrieval task aims at comparing traditional and book-specific retrieval approaches, 2) the Focused Book Search task eval- uates focused retrieval approaches for searching books, 3) the Structure Extraction task tests automatic techniques for deriving structure from OCR and layout information, and 4) the Active Reading task aims to explore suitable user interfaces for eBooks enabling reading, annotation, review, and summary across multiple books. We report on the setup and the results of the track. 1 Introduction The INEX Book Track was launched in 2007, prompted by the availability of large collections of digitized books resulting from various mass-digitization projects [1], such as the Million Book project5 and the Google Books Library project6. The unprecedented scale of these efforts, the unique characteristics of the digitized material, as well as the unexplored possibilities of user interactions present exciting research challenges and opportunities, see e.g. [3]. The overall goal of the INEX Book Track is to promote inter-disciplinary research investigating techniques for supporting users in reading, searching, and navigating the full texts of digitized books, and to provide a forum for the exchange of research ideas and contributions. Toward this goal, the track aims to provide opportunities for exploring research questions around three broad topics: { Information retrieval techniques for searching collections of digitized books, { Mechanisms to increase accessibility to the contents of digitized books, and 5 http://www.ulib.org/ 6 http://books.google.com/ { Users' interactions with eBooks and collections of digitized books. Based around these main themes, the following four tasks were defined: 1. The Book Retrieval (BR) task, framed within the user task of building a read- ing list for a given topic of interest, aims at comparing traditional document retrieval methods with domain-specific techniques, exploiting book-specific features, e.g., back-of-book index, or associated metadata, e.g., library cat- alogue information, 2. The Focused Book Search (FBS) task aims to test the value of applying focused retrieval approaches to books, where users expect to be pointed directly to relevant book parts, 3. The Structure Extraction (SE) task aims at evaluating automatic techniques for deriving structure from OCR and layout information for building hyper- linked table of contents, and 4. The Active Reading task (ART) aims to explore suitable user interfaces enabling reading, annotation, review, and summary across multiple books. In this paper, we report on the setup and the results of each of these tasks at INEX 2009. First, in Section2, we give a brief summary of the participating organisations. In Section3, we describe the corpus of books that forms the basis of the test collection. The following three sections detail the four tasks: Section4 summarises the two search tasks (BR and FBS), Section5 reviews the SE task, and Section6 discusses ART. We close in Section7 with a summary and plans for INEX 2010. 2 Participating Organisations A total of 84 organisations registered for the track (compared with 54 in 2008, and 27 in 2007), of which 16 took part actively throughout the year (compared with 15 in 2008, and 9 in 2007); these groups are listed in Table1. In total, 7 groups contributed 16 search topics comprising a total of 37 topic aspects (sub-topics), 4 groups submitted runs to the SE task, 3 to the BR task, and 3 groups submitted runs to the FBS task. Two groups participated in ART, but did not submit results. 9 groups contributed relevance judgements. 3 The Book Corpus The track builds on a collection of 50,239 out-of-copyright books7, digitized by Microsoft. The corpus is made up of books of different genre, including his- tory books, biographies, literary studies, religious texts and teachings, reference works, encyclopedias, essays, proceedings, novels, and poetry. 50,099 of the books also come with an associated MAchine-Readable Cataloging (MARC) record, which contains publication (author, title, etc.) and classification information. 7 Also available from the Internet Archive (although in a different XML format) Table 1. Active participants of the INEX 2009 Book Track, contributing topics, runs, and/or relevance assessments (BR = Book Retrieval, FBS = Focused Book Search, SE = Structure Extraction, ART = Active Reading Task) ID Institute Topics Runs Judged topics (book/page level) 6 University of Amsterdam 8, 11 2 BR, 4 FBS Book: 3, 5, 7, 8, 11, 14, 15; Page: 8, 11, 14 7 Oslo University College 1, 2 10 BR, 10 FBS Book 1, 2; Page: 1, 2 12 University of Granada Book: 1, 16; Page: 1 14 Uni. of California, Berkeley 9 BR, ART 29 Indian Statistical Institute Book: 16 41 University of Caen 7, 9 3 SE SE 43 Xerox Research Centre Europe 3 SE SE 52 Kyungpook National Uni. 3, 4 ART 54 Microsoft Research Cambridge 10, 16 Book: 3, 5, 7, 9, 10, 16; Page: 3, 5, 7, 9, 10, 16 78 University of Waterloo 5, 6 4 FBS Book: 5, 6; Page: 5, 6 86 University of Lugano 12, 13, 14, 15 125 Microsoft Dev. Center Serbia 1 SE 335 Fraunhofer IAIS SE 339 Universita degli Studi di Firenze SE 343 Noopsis Inc. 1 SE 471 Peking University, ICST SE Unkown Book: 13, 16 Each book in the corpus is identified by a 16 character long bookID { the name of the directory that contains the book's OCR file, e.g., A1CD363253B0F403. The OCR text of the books has been converted from the original DjVu for- mat to an XML format referred to as BookML, developed by Microsoft De- velopment Center Serbia. BookML provides additional structure information, including markup for table of contents entries. The basic XML structure of a typical book in BookML is a sequence of pages containing nested structures of regions, sections, lines, and words, most of them with associated coordinate information, defining the position of a bounding rectangle ([coords]): <document> <page pageNumber="1" label="PT CHAPTER" [coords] key="0" id="0"> <region regionType="Text" [coords] key="0" id="0"> <section label="SEC BODY" key="408" id="0"> <line [coords] key="0" id="0"> <word [coords] key="0" id="0" val="Moby"/> <word [coords] key="1" id="1" val="Dick"/> </line> <line [...]><word [...] val="Melville"/>[...]</line>[...] </section> [...] </region> [...] </page> [...] </document> BookML provides a set of labels (as attributes) indicating structure informa- tion in the full text of a book and additional marker elements for more complex structures, such as a table of contents. For example, the first label attribute in the XML extract above signals the start of a new chapter on page 1 (la- bel=\PT CHAPTER"). Other semantic units include headers (SEC HEADER), footers (SEC FOOTER), back-of-book index (SEC INDEX), table of contents (SEC TOC). Marker elements provide detailed markup, e.g., for table of con- tents, indicating entry titles (TOC TITLE), and page numbers (TOC CH PN), etc. The full corpus, totaling around 400GB, was made available on USB HDDs. In addition, a reduced version (50GB, or 13GB compressed) was made available for download. The reduced version was generated by removing the word tags and propagating the values of the val attributes as text content into the parent (i.e., line) elements. 4 Information Retrieval Tasks Focusing on IR challenges, two search tasks were investigated: 1) Book Retrieval (BR), and 2) Focused Book Search (FBS). Both these tasks used the corpus described in Section3, and shared the same set of topics (see Section 4.3). 4.1 The Book Retrieval (BR) Task This task was set up with the goal to compare book-specific IR techniques with standard IR methods for the retrieval of books, where (whole) books are returned to the user. The user scenario underlying this task is that of a user searching for books on a given topic with the intent to build a reading or reference list, similar to those appended to an academic publication or a Wikipedia article. The reading list may be for research purposes, or in preparation of lecture materials, or for entertainment, etc. Participants of this task were invited to submit either single runs or pairs of runs. A total of 10 runs could be submitted, each run containing the results for all the 16 topics (see Section 4.3). A single run could be the result of either a generic (non-specific) or a book-specific IR approach. A pair of runs had to contain both types, where the non-specific run served as a baseline, which the book- specific run extended upon by exploiting book-specific features (e.g., back-of- book index, citation statistics, book reviews, etc.) or specifically tuned methods. One automatic run (i.e., using only the topic title part of a topic for searching and without any human intervention) was compulsory. A run could contain, for each topic, a maximum of 1,000 books (identified by their bookID), ranked in order of estimated relevance. A total of 21 runs were submitted by 3 groups (2 runs by University of Amsterdam (ID=6); 9 runs by University of California, Berkeley (ID=14); and 10 runs by Oslo University College (ID=7)), see Table1. The 21 runs contained a total of 316,000 books, 1,000 books per topic (4 runs from Oslo University College only contained results for 11 of the 16 topics).