Dictionary-based Amharic - English Information Retrieval

Similar documents
An Information Retrieval using weighted Index Terms in Natural Language document collections

Dublin City University at CLEF 2004: Experiments with the ImageCLEF St Andrew s Collection

CINDOR Conceptual Interlingua Document Retrieval: TREC-8 Evaluation.

Incorporating Window-Based Passage-Level Evidence in Document Retrieval

Effective Data Retrieval Mechanism Using AML within the Web Based Join Framework

The University of Lisbon at CLEF 2006 Ad-Hoc Task

SEARCH ENGINE WITH PARALLEL PROCESSING AND INCREMENTAL K-MEANS FOR FAST SEARCH AND RETRIEVAL

Medical Information-Retrieval Systems. Dong Peng Medical Informatics Group

Wikipedia and Web document based Query Translation and Expansion for Cross-language IR

Efficient Techniques for Improved Data Classification and POS Tagging by Monitoring Extraction, Pruning and Updating of Unknown Foreign Words

Exam in course TDT4215 Web Intelligence - Solutions and guidelines -

Recognition. Sanja Fidler CSC420: Intro to Image Understanding 1 / 28

Mining Text Data: An Introduction

Tibetan For Windows - Software Development and Future Speculations. Marvin Moser, Tibetan for Windows & Lucent Technologies, USA

Inverted Indexes: Trading Precision for Efficiency

Web based English-Chinese OOV term translation using Adaptive rules and Recursive feature selection

Data Pre-Processing in Spam Detection

AN APPROACH TO WORD SENSE DISAMBIGUATION COMBINING MODIFIED LESK AND BAG-OF-WORDS

Search and Information Retrieval

Comparing Tag Clouds, Term Histograms, and Term Lists for Enhancing Personalized Web Search

TDPA: Trend Detection and Predictive Analytics

SIMILAR THESAURUS BASED ON ARABIC DOCUMENT: AN OVERVIEW AND COMPARISON

Blog Post Extraction Using Title Finding

Finding Advertising Keywords on Web Pages. Contextual Ads 101

ARABIC PERSON NAMES RECOGNITION BY USING A RULE BASED APPROACH

Discovering suffixes: A Case Study for Marathi Language

Automatic Mining of Internet Translation Reference Knowledge Based on Multiple Search Engines

Domain Classification of Technical Terms Using the Web

Query Recommendation employing Query Logs in Search Optimization

Specialized Search Engines for Arabic Language

PDF hosted at the Radboud Repository of the Radboud University Nijmegen

Electronic Document Management Using Inverted Files System

Preservation Handbook

Chapter 2 The Information Retrieval Process

MIRACLE at VideoCLEF 2008: Classification of Multilingual Speech Transcripts

Comparison of Standard and Zipf-Based Document Retrieval Heuristics

Terrier: A High Performance and Scalable Information Retrieval Platform

University of Glasgow Terrier Team / Project Abacá at RepLab 2014: Reputation Dimensions Task

Information Retrieval System Assigning Context to Documents by Relevance Feedback

Data Mining Yelp Data - Predicting rating stars from review text

Enhancing the relativity between Content, Title and Meta Tags Based on Term Frequency in Lexical and Semantic Aspects

Regular Expressions and Automata using Haskell

CENG 734 Advanced Topics in Bioinformatics

Review: Information Retrieval Techniques and Applications

Modern Information Retrieval: A Brief Overview

TF-IDF. David Kauchak cs160 Fall 2009 adapted from:

Semantic analysis of text and speech

Term extraction for user profiling: evaluation by the user

Information Retrieval Elasticsearch

Collecting Polish German Parallel Corpora in the Internet

Testing Data-Driven Learning Algorithms for PoS Tagging of Icelandic

Advas A Python Search Engine Module

Secure semantic based search over cloud

Hebrew. Afro-Asiatic languages. Modern Hebrew is spoken in Israel, the United States, the

CLOUD ANALYTICS: Empowering the Army Intelligence Core Analytic Enterprise

English to Arabic Transliteration for Information Retrieval: A Statistical Approach

Data Mining in Web Search Engine Optimization and User Assisted Rank Results

Database Design For Corpus Storage: The ET10-63 Data Model

A statistical interpretation of term specificity and its application in retrieval

AP CALCULUS AB 2007 SCORING GUIDELINES (Form B)

Enriching the Crosslingual Link Structure of Wikipedia - A Classification-Based Approach -

Creating Synthetic Temporal Document Collections for Web Archive Benchmarking

Bisecting K-Means for Clustering Web Log data

Symbol Tables. Introduction

Search Engines. Stephen Shaw 18th of February, Netsoc

1 o Semestre 2007/2008

Optimization of Internet Search based on Noun Phrases and Clustering Techniques

Intelligent web monitoring A hypertext mining-based approach

Linear Algebra Methods for Data Mining

User Data Analytics and Recommender System for Discovery Engine

A Software Tool for Thesauri Management, Browsing and Supporting Advanced Searches

Solutions to Problem Set 1

Comprendium Translator System Overview

Web Document Clustering

EUR-Lex 2012 Data Extraction using Web Services

Search Interface to a Mayan Glyph Database based on Visual Characteristics *

Top 10 Things to Know about WRDS

Construction of Thai WordNet Lexical Database from Machine Readable Dictionaries

Identifying Focus, Techniques and Domain of Scientific Papers

CIRGIRDISCO at RepLab2014 Reputation Dimension Task: Using Wikipedia Graph Structure for Classifying the Reputation Dimension of a Tweet

SEARCH ENGINE OPTIMIZATION USING D-DICTIONARY

Transcription:

Dictionary-based Amharic - English Information Retrieval Atelach Alemu Argaw 1, Lars Asker 1, Rickard Cöster 2 and Jussi Karlgren 2 1 Department of Computer and Systems Sciences, Stockholm University/Royal Institute of Technology, Stockholm 2 Swedish Institute of Computer Science, Stockholm Abstract. We present two approaches to the Amharic - English bilingual track in CLEF 2004. Both experiments use a dictionary-based approach to translate the Amharic queries into English Bags-of-words, but while one approach removes non-content bearing words from the Amharic queries based on their IDF value, the other uses a list of English stop words to perform the same task. The resulting translated (English) terms are then submitted to a retrieval engine that supports the Boolean and vector-space models. In our experiments, the second approach (based on a list of English stop words) performs slightly better than the one based on IDF values for the Amharic terms. 1 Background Amharic is an Afro-Asiatic language belonging to the Southwest Semitic group. It uses its own unique alphabet (see Figure 1) and is spoken mainly in Ethiopia but also to a limited extent in Egypt and Israel [1]. Amharic is the official government language of Ethiopia and is spoken by a substantial segment of the population. In the 1998 census, 17.4 million people claimed Amharic as their first language and 5.1 as their second language. Ethiopia is a multi lingual country with over 80 distinct languages [2], and with a population of more than 59.9 million as authorities estimated on the basis of the 1998 census. Owing to political and social conditions and the multiplicity of the languages, Amharic has gained ground through out the country. Amharic is used in business, government, and education. Newspapers are printed in Amharic as are numerous books on all subjects [3]. 2 Introduction In this paper we describe our experiments at the CLEF 2004 Amharic - English bilingual track. It consists of two approaches that are variants of the same basic dictionary-based approach. At a general level the two approaches both consist of a first step that transforms the Amharic topics into English queries, followed by a second step that takes the English queries as input to a retrieval system. In both approaches the translation was done through a simple dictionary lookup that

Fig.1. The Amharic alphabeth (Fidel) from http://www.omniglot.com/

takes each stemmed Amharic word in the topic set and tries to get a match and the corresponding translation from a machine readable dictionary (MRD) 3 [4]. The first approach (AmEnI) reduces the number of Amharic words by removing those that have an IDF value below a certain threshold level (in this case we used 3.000 as the threshold value) and then looks up the remaining words in the MRD. An overview of this approach is presented in Figure 2 below. The second approach (AmEnA) uses the MRD to translate all Amharic words into English, and then reduces the number of English words by removing those that occur in a list of English stop words. An overview of this approach is given in Figure 3 below. The results from the two approaches differ somewhat, with AmEnA performing slightly better, but they both perform reasonably well, considering the simplicity of the approaches. 3 Method 3.1 Translation and Transliteration The English topic sets were translated into Amharic by human translators. Amharic uses its own and unique alphabet (Fidel) and there exist a number of fonts for this, but to date there is no standard for the language. The Amharic topics were originally represented using a Unicode compliant Ethiopic font called Visual Geez. For ease of use and compatibility reasons we transliterated it into an ASCII representation using SERA 4. The title and description fields of the original 50 Amharic topics contained 781 terms (493 unique) distributed over 808 words (because a few Amharic terms consisted of more than one word). Out of these 493 unique terms 397 were found in the original Amharic - English Machine Readable Dictionary. This dictionary consists of a little more than 14,600 entries. The remaining 96 terms were included in a manually constructed dictionary consisting of these terms and their translation of the relevant sense. Almost all of the 96 terms in this dictionary were proper names. 3.2 Stemming Amharic is a Semitic language which is morphologically complex [2]. Words are inflected with prefixes, suffixes and infixes. Once the topic set was transliterated, a semi automatic crude stemming that stripped off the prefixes and suffixes from each word was performed. The MRD used in the experiments is one that consisted of an entry for words and their derivational variants. The infixed words were represented separately in the dictionary. 3 The electronic version of the MRD is made available through the courtesy of Dr. Daniel Yacob of the Ge ez Frontier Foundation 4 SERA stands for System for Ethiopic Representation in ASCII, http://www.abyssiniacybergateway.net/fidel/sera-faq.html

Fig.2. Flow chart for AmEnI 1. Amharic topic set 1a. Transliteration 2. Transliterated Amharic topic set 2a. Semi automatic crude stemming (only prefixes and suffixes) 3. Stemmed Amharic topic set 3a. IDF-based stop word removal 4. Reduced Amharic topic set 4a. Dictionary lookup 5. Topic set (in English) including all possible translations 5a. Manual disambiguation 6. English terms (bag of words) 6a. Retrieval (Indexing, keyword search, ranking) 7. Retrieved Documents 3.3 Dictionary Lookup and Disambiguation A machine readable dictionary consisting of about 14,600 words was used in the experiments to perform the lexical lookup in translating the Amharic queries to English. The dictionary consisted of entries for words and their derivational variants. The stemmed words in the Amharic query were automatically looked up for possible translations in the MRD. In cases where there was a match and there was only one sense of the word, then the corresponding English word/phrase in the dictionary was taken as the possible translation. When there was more than one sense to the term, then all possible translations were picked out and a manual disambiguation was performed. For most of the proper names there was no entry in the MRD. Hence the terms were added manually. The Amharic query set contained 493 unique terms. Of these, 285 occurred in the dictionary with only one possible translation, 112 occurred in the dictionary with more than one sense (average number of senses for this group was 2.55), and 96 terms (mostly proper names) did not occur at all. The 96 terms that did not occur in the MRD were manually added in a separate dictionary.

Fig.3. Flow chart for AmEnA 1. Amharic topic set 1a. Transliteration 2. Transliterated Amharic topic set 2a. Semi automatic crude stemming (only prefixes and suffixes) 3. Stemmed Amharic topic set 3a. Dictionary lookup 4. Topic set (in English) including all possible translations 4a. Manual disambiguation 5. Translated English terms and phrases 5a. Stop word removal 6. English terms (bag of words) 6a. Retrieval (Indexing, keyword search, ranking) 7. Retrieved Documents In the MRD some of the translations were phrasal, and when the phrases are taken, it introduced more words in the query. Some of the Amharic entries were also phrasal (22 total/14 unique), which in turn reduced the number of words in the query. 3.4 Stop Word Removal The main difference between the two approaches is in the way words that are likely to be less informative are identified and removed from the queries. For the first approach (AmEnI) the number of Amharic words was reduced by removing those that have an Inverted Document Frequency (IDF) value below a threshold value of 3.00. The IDF values were calculated from an Amharic news corpus consisting of approximately 2 million words of text. With a threshold value of 3.00, 123 of the 493 unique Amharic words were removed (25%). The second approach (AmEnA) removed those words from the translated queries that occurred in a list of 517 English stop words. With this approach, 118 unique terms were removed and the total number of remaining words in the resulting English query

set was 559 compared to 547 for the AmEnI approach. Thus the two approaches left approximately the same number of words. 3.5 Retrieval Engine The underlying retrieval engine is an experimental system developed at SICS. For retrieval, we use Pivoted Unique Normalization [5], where the score for a document d given a query with m query terms is defined as m i=1 1+log (tf i,d ) 1+log (average tf d ) (1 slope) pivot + slope # of unique terms where tf i,d is the term frequency of query term i in document d, and average tf d is the average term frequency in document d. The slope was set to 0.3, and the pivot to the average number of unique terms in a document, as suggested in [5]. 4 Results We participated in the cross language Amharic to English run. Two runs were performed on the data set using two sets of queries. In the first run stop word removal using IDF weights was done before the translation of terms, in the second one, the stop word removal was done only after the terms were translated into English. Table 1 lists the precision at various levels of recall for the two runs. Table 1. Recall-Precision tables for AmEnI and AmEnA Recall AmEnI AmEnA 0.00 0.4799 0.5150 0.10 0.4597 0.4961 0.20 0.4535 0.4896 0.30 0.4074 0.4392 0.40 0.3863 0.4181 0.50 0.3724 0.4043 0.60 0.3458 0.3964 0.70 0.3356 0.3732 0.80 0.3273 0.3664 0.90 0.3109 0.3460 1.00 0.2961 0.3276 A summary of the results obtained in both runs is reported in Table 2. The number of relevant documents, the retrieved relevant documents, the noninterpolated average precision as well as the precision after R (=num rel) documents retrieved (R-Precision) are summarized in the table.

Table 2. Summary of results from both runs Relevant-tot Relevant-retrieved Avg Precision R-Precision AmEnI 375 297 0.3615 0.3251 AmEnA 375 307 0.4009 0.3663 5 Conclusions We have described our experiments at the CLEF 2004 Amharic-English cross language track. The approach we followed is a dictionary-based one to translate the Amharic queries into English Bags-of-words. One of the experiments reported removes non-content bearing words from the Amharic queries based on their IDF value, while the other uses a list of English stop words to perform the same task. The resulting translated (English) terms are then submitted to the retrieval engine. As can be seen from the results, the second approach (based on a list of English stop words) has an average precision of 0.4009 while the first approach (based on IDF values for the Amharic terms) reports 0.3615. This could be attributed to the fact that although non content bearing words were removed from the Amharic queries in the first approach, a lot of stop words were introduced while performing the dictionary lookup, hence introducing noise. A combination of the two approaches may result in a better performance in terms of precision, while means of query expansion in order to increase the recall remains open for investigation. In future experiments we plan to investigate the possibility to automatize some of the tasks that have been done manually in these experiments (sense disambiguation, addition of proper names in the MRD) using various techniques such as e.g. statistical co occurrence for disambiguation, cognate matching for proper names. Experimenting with different retrieval techniques, comparing the performance of the algorithms, and the effects of various levels of stemming (root, stem, word) etc are also issues that we plan to address. References 1. URL: http://www.ethnologue.org/ (2004) 2. Bender, M.L., Head, S.W., Cowley, R.: The ethiopian writing system. In Bender, e.a., ed.: Language in Ethiopia. Oxford University Press, London (1976) 3. Leslau, W.: Amharic Textbook. Berkeley University, Berkeley, California (1968) 4. Aklilu, A.: Amharic - English Dictionary. Kuraz Printing Enterprise (1987) 5. Singhal, A., Buckley, C., Mitra, M.: Pivoted document length normalization. In: Proceedings of the 19th International Conference on Research and Development in Information Retrieval, Zürich, Switzerland, ACM SIGIR (1996)