Table of Contents
Fetching ...

RetrieveGPT: Merging Prompts and Mathematical Models for Enhanced Code-Mixed Information Retrieval

Aniket Deroy, Subhankar Maity

TL;DR

Code-mixing in Roman-transliterated Bengali-English presents unique information retrieval challenges in informal online text. The paper proposes a hybrid approach that leverages GPT-3.5 Turbo prompting to generate relevance scores and couples this with a sequential mathematical model to account for document dependencies in conversations. Evaluated on the ChandaP23 Facebook-derived QRels dataset, the method achieves competitive MAP and NDCG with marginal gains over baselines, demonstrating the viability of integrating prompting with probabilistic sequencing for code-mixed IR. This work advances practical multilingual IR for marginalized online communities and illustrates how large-language-model prompting can be combined with mathematical reasoning to improve information accessibility in linguistically diverse settings.

Abstract

Code-mixing, the integration of lexical and grammatical elements from multiple languages within a single sentence, is a widespread linguistic phenomenon, particularly prevalent in multilingual societies. In India, social media users frequently engage in code-mixed conversations using the Roman script, especially among migrant communities who form online groups to share relevant local information. This paper focuses on the challenges of extracting relevant information from code-mixed conversations, specifically within Roman transliterated Bengali mixed with English. This study presents a novel approach to address these challenges by developing a mechanism to automatically identify the most relevant answers from code-mixed conversations. We have experimented with a dataset comprising of queries and documents from Facebook, and Query Relevance files (QRels) to aid in this task. Our results demonstrate the effectiveness of our approach in extracting pertinent information from complex, code-mixed digital conversations, contributing to the broader field of natural language processing in multilingual and informal text environments. We use GPT-3.5 Turbo via prompting alongwith using the sequential nature of relevant documents to frame a mathematical model which helps to detect relevant documents corresponding to a query.

RetrieveGPT: Merging Prompts and Mathematical Models for Enhanced Code-Mixed Information Retrieval

TL;DR

Code-mixing in Roman-transliterated Bengali-English presents unique information retrieval challenges in informal online text. The paper proposes a hybrid approach that leverages GPT-3.5 Turbo prompting to generate relevance scores and couples this with a sequential mathematical model to account for document dependencies in conversations. Evaluated on the ChandaP23 Facebook-derived QRels dataset, the method achieves competitive MAP and NDCG with marginal gains over baselines, demonstrating the viability of integrating prompting with probabilistic sequencing for code-mixed IR. This work advances practical multilingual IR for marginalized online communities and illustrates how large-language-model prompting can be combined with mathematical reasoning to improve information accessibility in linguistically diverse settings.

Abstract

Code-mixing, the integration of lexical and grammatical elements from multiple languages within a single sentence, is a widespread linguistic phenomenon, particularly prevalent in multilingual societies. In India, social media users frequently engage in code-mixed conversations using the Roman script, especially among migrant communities who form online groups to share relevant local information. This paper focuses on the challenges of extracting relevant information from code-mixed conversations, specifically within Roman transliterated Bengali mixed with English. This study presents a novel approach to address these challenges by developing a mechanism to automatically identify the most relevant answers from code-mixed conversations. We have experimented with a dataset comprising of queries and documents from Facebook, and Query Relevance files (QRels) to aid in this task. Our results demonstrate the effectiveness of our approach in extracting pertinent information from complex, code-mixed digital conversations, contributing to the broader field of natural language processing in multilingual and informal text environments. We use GPT-3.5 Turbo via prompting alongwith using the sequential nature of relevant documents to frame a mathematical model which helps to detect relevant documents corresponding to a query.

Paper Structure

This paper contains 9 sections, 1 equation, 2 figures, 2 tables.

Figures (2)

  • Figure 1: An overview of the GPT-3.5 Turbo architecture.
  • Figure 2: Overview diagram of the methodology followed for GPT-3.5 Turbo.