The Commonplace
Home Papers Evidence Explore Trends Syntheses Digests References Docs 🎲 Workforce Futures
← Papers
Direction, evidence grade, and study type are AI-generated labels (gpt-5-mini), not human-verified. Syntheses are LLM-written. "Tensions" are machine-detected candidates, not confirmed contradictions. A research-acceleration tool, not peer review. How this is built →

A Bengali-capable legal AI, MINA, matches or beats average human performance on Bangladesh Bar-exam tasks and drafts while costing a fraction (≈0.1–0.6%) of traditional legal services, suggesting big potential to expand low-cost access to justice—though real-world client outcomes and deployment risks remain untested.

Mina: A Multilingual LLM-Powered Legal Assistant Agent for Empowering Access to Justice in Bangladesh
Azmine Toushik Wasi, Wahid Faisal, Mst Rafia Islam, Md Rizwan Parvez · January 01, 2026
openalex descriptive medium evidence 7/10 relevance Full text usable extracted full text DOI Source PDF

Structured author observations

Linked only from stored provider relations; the raw author line above is never matched by name.

OpenAlex

Latest observation:

  1. Azmine Toushik Wasi provider ID
  2. Wahid Faisal provider ID
  3. Mst Rafia Islam provider ID
  4. Md Rizwan Parvez provider ID

Semantic Scholar

Latest observation:

  1. Azmine Toushik Wasi provider ID
  2. Wahid Faisal provider ID
  3. Mst Rafia Islam provider ID
  4. Md. Rizwan Parvez provider ID
MINA, a Bangladeshi-tailored multilingual LLM legal assistant using RAG and translation tools, scored 75–80% on Bar-exam components—matching or exceeding average human performance—while operating at roughly 0.1–0.6% of the cost of human lawyers.

Citation observations

Cumulative provider counts captured on specific dates; providers are never combined.

Bangladesh's low-income population faces major barriers to affordable legal advice due to complex legal language, procedural opacity, and high costs.Existing AI legal assistants lack Bengali-language support and jurisdictionspecific adaptation, limiting their effectiveness.To address this, we developed MINA, a multilingual LLM-based legal assistant tailored for the Bangladeshi context.It employs multilingual embeddings and a RAG-based chain-oftools framework for retrieval, reasoning, translation, and document generation, delivering context-aware legal drafts, citations, and plainlanguage explanations via an interactive chat interface.Evaluated by law faculty from leading Bangladeshi universities across all stages of the 2022 and 2023 Bangladesh Bar Council examinations, MINA achieved scores of 75-80% in the preliminary MCQs, written, and simulated viva voce components.These results matched or surpassed average human performance, demonstrating strong clarity, contextual understanding, and sound legal reasoning, while operating at approximately 0.1-0.6% of the cost of human lawyers.These results confirm its potential as a low-cost, multilingual AI assistant that automates key legal tasks and scales access to justice, offering a real-world details on building domain-specific, low-resource systems and addressing challenges of multilingual adaptation, efficiency, and sustainable public-service AI deployment.

Summary

Main Finding

MINA is a multilingual, LLM-powered legal assistant adapted to the Bangladeshi legal context that, using a two-stage RAG pipeline plus agentic orchestration and jurisdictional tooling, attains human-comparable performance on high-stakes national certification exams (Bangladesh Bar Council 2022–2023). In evaluations, MINA consistently scored ~75–80% across MCQ, written, and viva-voce stages, matching or exceeding average human performance while operating at roughly 0.1–0.6% of typical human lawyer cost (implying a ~167–1000x cost reduction).

Key Points

  • Purpose and gap: Targets access-to-justice deficits in Bangladesh by providing low-cost, bilingual (Bengali/English) legal assistance tailored to local statutes, archaic/Farsi-influenced terminology, and low-resource constraints.
  • System architecture:
    • Orchestrator Agent decides routing (direct answer vs. retrieval).
    • RAG Agent executes a two-stage retrieval (Act-level then Section-level) over separate vector DBs to avoid conflation of unrelated provisions.
    • Tools include keyword generation, web search & parsers (used selectively), file reader (.pdf/.docx/.pptx), a Legal Dictionary for archaic terms, Chat/Question relevance analyzers, and a socio-economic simulation module.
  • Multilingual retrieval and grounding:
    • Cohere embed-multilingual-light-v3.0 for bilingual embeddings.
    • Two separate vector DBs: Act summaries (compact searchable representations) and chunked Section entries with Act metadata for precise filtering.
  • LLMs and prompting:
    • Evaluated many models (proprietary and open-source, small→large). Prompt engineering used chat history, uploaded docs, and RAG state.
  • Evaluation:
    • Benchmarked on real Bangladesh Bar Council exams (MCQ, Written, Viva Voce) for 2022 and 2023.
    • MCQs: automated marking (5 runs per setup to reduce variance).
    • Written & Viva: assessed by law faculty; written answers scored by at least two judges and averaged; viva simulated in chat with evaluators giving granular scores.
    • Best-performing setups (two-stage RAG + tools) achieved roughly 75–82% depending on model and year; the paper reports MINA overall at ~75–80% across stages.
  • Practical outcomes:
    • Provides context-aware legal drafts, statute citations, plain-language Bengali explanations, and document generation via an interactive chat UI.
    • Emphasis on low-resource efficiency and selective external tool usage to reduce cost and complexity.
  • Claims on cost-efficiency:
    • Operating cost reported at ~0.1–0.6% of human lawyer costs (paper frames this as enabling scalable, affordable legal assistance).
  • Adaptation for jurisdictional specifics:
    • Legal Dictionary for colonial-era/Farsi-influenced terms and explicit handling of bilingual/mixed-language inputs.
  • Validation & robustness:
    • Evaluation spanned modalities and years; authors report error analysis and deployment insights (details summarized; full analyses in paper appendices).

Data & Methods

  • Legal corpus:
    • As of Apr 2025: 595 Acts, 18,023 Sections (avg ~24 sections/Act).
    • Average lengths: Act title ~50.3 chars; Section content ~737 chars.
  • Retrieval design:
    • Two-stage RAG: retrieve top-n Acts (default n=5) using LLM-generated semantic keywords over Act summaries; filter Section DB within retrieved Acts to get top-n Sections (default n=10).
    • Act DB entries include LLM-generated summaries + metadata; Section DB contains chunked sections with Act linkage to avoid cross-Act conflation.
  • Embeddings & indexing:
    • Cohere embed-multilingual-light-v3.0 used for bilingual semantic search; Chroma vector stores used for indexing.
  • Agents and orchestration:
    • LangGraph-style state machine enabling persistent memory across multi-turn interactions.
    • Orchestrator Agent decides whether to use RAG, reuse chat/doc context, or call tools.
  • Tools:
    • Keyword Generator (LLM-based, with regex fallback), Web Search (DuckDuckGo), Web Page Parser (BeautifulSoup), File Content Reader, Question Relevance Analyzer, Legal Dictionary, Socio-Economic Simulation.
  • LLMs evaluated:
    • Proprietary: GPT-4o, Gemini-2.0/2.5-Flash, etc.
    • Open-source: gemma/gemma-3 variants, Llama3 variants (incl. 70B), Qwen 30B, Cohere command-a series.
    • Retrieval/agent setups compared: no-RAG, naive RAG, 2-step RAG, and 2-step RAG + tools.
  • Evaluation protocol:
    • MCQ: automatic marking; 5-run averages per model/setup.
    • Written: 13-question structure; scoring by at least two qualified judges; 5-evaluator averages reported in tables.
    • Viva: simulated chat viva with evaluators; scored out of 100 and averaged.
  • Reported metrics:
    • Scores reported as percentages. Tables in paper show performance by model and setup; best results generally with 2-step RAG + tools and larger models (commercial and large open-source).
  • Limitations noted by authors:
    • Bengali NLP resource scarcity, tokenization/NER challenges, potential for hallucination (mitigated via RAG and metadata), and social deployment issues (digital literacy, gendered access, offline availability). Full error analyses and appendices are referenced for more detail.

Implications for AI Economics

  • Large potential for cost-effective scaling of legal services:
    • Reported operating cost of 0.1–0.6% of human lawyers implies an AI-to-human cost ratio of ~1:1,000 to ~1:167. If accurate and generalizable, this suggests massive reductions in marginal cost for routine legal assistance.
  • Demand-side effects:
    • Lower transaction costs and simplified legal language could unlock latent demand from previously unserved low-income populations, increasing total market size for basic legal services (document drafting, statutory interpretation, triage).
  • Labor and task reallocation:
    • Likely substitute effect for routine drafting/research tasks; complementary effects for higher-value lawyer activities (strategy, courtroom advocacy, negotiation). This could shift legal labor demand toward supervision, quality assurance, and complex litigation.
  • Welfare and justice externalities:
    • Faster access and improved legal literacy may reduce reliance on informal mechanisms, potentially lowering social costs from unresolved disputes and improving enforcement of property/contract rights—outcomes with broad economic productivity implications.
  • Public provision and subsidy considerations:
    • Low operational costs make public-service AI deployments (legal aid, pro bono scaling) financially plausible, but sustained impact requires investment in localization, governance, monitoring, and offline/low-bandwidth access.
  • Quality, liability, and regulation:
    • Economic gains are contingent on reliable grounding, rigorous validation, and liability frameworks. Mis-advice in legal contexts has outsized social costs; thus, regulation, certification, and hybrid human-AI workflows will be critical to capture benefits while limiting harms.
  • Investment priorities:
    • High social return expected from investments in multilingual embeddings, localized legal corpora digitization, and domain-specific prompt/tooling rather than solely scaling model size.
  • Distributional impacts:
    • Potential to reduce inequality in legal access, but benefits depend on digital inclusion policies (literacy, connectivity, gender equity). There is risk that private deployment without oversight could create new asymmetries (e.g., differential access to premium model versions).
  • Research and monitoring needs:
    • Economic evaluations should quantify real-world demand elasticity, labor-market adjustments in the legal profession, impacts on litigation rates and court backlogs, and the value of improved legal outcomes (e.g., faster dispute resolution, reduced enforcement costs).
  • Caution on cost claims:
    • The paper’s cost percentages are compelling but require transparency on what is included (compute, data labeling, human-in-the-loop review, deployment overhead). Policymakers and funders should require end-to-end costing and robustness checks before scaling.

If you’d like, I can: - Extract the specific score tables for the top-performing model/setups and compute exact cost-reduction multipliers; or - Draft a short policy brief with recommended regulatory and pilot-deployment steps for public-sector adoption in Bangladesh.

Assessment

Paper Typedescriptive Evidence Strengthmedium — The paper provides systematic, expert-graded evaluations on standardized Bar-exam tasks and direct cost comparisons, which are relevant proxies for competence and productivity; however, it lacks randomized or field-experimental evidence on real-world client outcomes, long-run impacts, and deployment externalities, leaving causal claims about broader economic effects untested. Methods Rigormedium — Evaluation uses law-faculty raters and standardized exam components (MCQs, written, viva voce) across two exam years and reports quantitative scores and cost estimates, indicating careful measurement; but details on sample size of items and raters, blinding, inter-rater reliability, exact prompts/data used, and robustness checks are not described here, and there is no randomized or longitudinal deployment study. SampleMINA is an LLM-based multilingual legal assistant built with multilingual embeddings and a RAG chain-of-tools (retrieval, reasoning, translation, document generation). It was evaluated by law faculty from leading Bangladeshi universities on all stages of the 2022 and 2023 Bangladesh Bar Council examinations (preliminary MCQs, written papers, and simulated viva voce), achieving 75–80% scores; performance was compared to reported average human examinee performance; cost estimates (0.1–0.6% of human lawyers) are reported for operation. Themesproductivity adoption GeneralizabilityPerformance measured on Bar-exam tasks may not generalize to messy, high-stakes, real-world client cases or courtroom practice., Findings are specific to Bangladesh law, languages (including Bengali), and the particular LLM + retrieval stack used., Evaluation appears exam- and faculty-based; representativeness of exam items, number of cases, and rater biases are unclear., Cost estimates may not include supervision, liability, localization, or long-tail maintenance costs in other jurisdictions., Language and legal-domain coverage may not extend to specialized subfields or dialectal/legalese variants.

Claims (12)

ClaimDirectionOutcomeConfidence & EvidenceDetails
Bangladesh's low-income population faces major barriers to affordable legal advice due to complex legal language, procedural opacity, and high costs. Consumer Welfare negative access to affordable legal advice (barriers: language, procedure, cost)
Reading fidelity high
Study strength medium
not reported
0.18
Existing AI legal assistants lack Bengali-language support and jurisdiction-specific adaptation, limiting their effectiveness. Adoption Rate negative availability/effectiveness of AI legal assistants in Bengali and Bangladesh-specific law
Reading fidelity high
Study strength medium
not reported
0.18
We developed MINA, a multilingual LLM-based legal assistant tailored for the Bangladeshi context. Other positive existence and implementation of the MINA system
Reading fidelity high
Study strength high
not reported
0.3
MINA employs multilingual embeddings and a RAG-based chain-of-tools framework for retrieval, reasoning, translation, and document generation. Other positive architectural components used (multilingual embeddings, RAG, chain-of-tools)
Reading fidelity high
Study strength high
not reported
0.3
MINA delivers context-aware legal drafts, citations, and plain-language explanations via an interactive chat interface. Output Quality positive types of outputs produced (legal drafts, citations, plain-language explanations)
Reading fidelity high
Study strength high
not reported
0.3
MINA was evaluated by law faculty from leading Bangladeshi universities across all stages of the 2022 and 2023 Bangladesh Bar Council examinations. Output Quality neutral evaluation procedure (who evaluated, which exam stages used)
Reading fidelity high
Study strength medium
not reported
0.18
MINA achieved scores of 75-80% in the preliminary MCQs, written, and simulated viva voce components. Output Quality positive exam scores on preliminary MCQs, written, and viva voce
Reading fidelity high
Study strength medium
75-80%
0.18
These results matched or surpassed average human performance. Output Quality positive relative performance vs. average human examinees
Reading fidelity high
Study strength medium
not reported
0.18
MINA demonstrated strong clarity, contextual understanding, and sound legal reasoning in evaluations. Output Quality positive clarity, contextual understanding, legal reasoning (qualitative evaluator ratings)
Reading fidelity high
Study strength medium
not reported
0.18
MINA operates at approximately 0.1-0.6% of the cost of human lawyers. Organizational Efficiency positive relative operational cost compared to human lawyers
Reading fidelity high
Study strength medium
0.1-0.6% of the cost of human lawyers
0.18
These results confirm MINA's potential as a low-cost, multilingual AI assistant that automates key legal tasks and scales access to justice. Consumer Welfare positive potential to automate legal tasks and scale access to justice
Reading fidelity high
Study strength speculative
not reported
0.03
The paper offers real-world details on building domain-specific, low-resource systems and addresses challenges of multilingual adaptation, efficiency, and sustainable public-service AI deployment. Governance And Regulation positive contribution to methods and deployment knowledge for low-resource, domain-specific AI
Reading fidelity high
Study strength medium
not reported
0.18

Notes