IRCLJul 29, 2016

Labeling of Query Words using Conditional Random Field

arXiv:1607.08883v17 citations
Originality Synthesis-oriented
AI Analysis

This work addresses the challenge of mixed-script information retrieval for Indian languages, but it is incremental as it applies an existing CRF method to a specific shared task.

The paper tackled the problem of labeling query words in Roman script as English or transliterated from Indian languages using a Conditional Random Field (CRF) framework, achieving an overall accuracy of 75.5% and weighted F-measure of 0.7498 for token-level language identification.

This paper describes our approach on Query Word Labeling as an attempt in the shared task on Mixed Script Information Retrieval at Forum for Information Retrieval Evaluation (FIRE) 2015. The query is written in Roman script and the words were in English or transliterated from Indian regional languages. A total of eight Indian languages were present in addition to English. We also identified the Named Entities and special symbols as part of our task. A CRF based machine learning framework was used for labeling the individual words with their corresponding language labels. We used a dictionary based approach for language identification. We also took into account the context of the word while identifying the language. Our system demonstrated an overall accuracy of 75.5% for token level language identification. The strict F-measure scores for the identification of token level language labels for Bengali, English and Hindi are 0.7486, 0.892 and 0.7972 respectively. The overall weighted F-measure of our system was 0.7498.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes