Papers › VakyArth: Evaluating Pragmatic Competence in LLMs across Indic Languages

VakyArth: Evaluating Pragmatic Competence in LLMs across Indic Languages

1 Sep 2026arXiv:2609.01788added by Syntology

Usneek Singh, Poorvaja Veera Balaji Kumar, Parth Nanda, Anand Madhusoodanan, Geyang Guo, Wei Xu, Junyi Jessy L

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Real-world communication often requires pragmatic reasoning: interpreting meanings implied through context and cultural convention rather than stated literally. Existing pragmatic evaluation remains largely limited to English and high-resource languages, leaving Indic languages unexplored despite their linguistic and cultural diversity. We introduce VakyArth, the first pragmatic benchmark for Indic languages, designed as a diagnostic evaluation covering Hindi, Punjabi, Tamil, and Malayalam. VakyArth evaluates models across five phenomena: deixis, speech acts, implicature, social pragmatics, and coherence; through multiple-choice questions, natural language inference, and translation, with all items authored by native speakers. Across multilingual large language models (LLMs) of varying families and sizes, we find consistent failures on pragmatic meanings rooted in Indic linguistic and cultural conventions. Our analysis shows systematic differences across languages and tasks: MCQ accuracy exceeds NLI accuracy in all model-language combinations, translation performance does not reliably track pragmatic understanding, and Indo-Aryan languages show a translation advantage over Dravidian languages. We further show that automatic translation metrics can miss fluent but pragmatically unfaithful outputs, especially for implicature and deixis.

PaperPDFCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2609.01788")

Code

Syntology Ran 0 of 23 code samples harvested from 1 repository linked to this paper; 23 have no recorded run.

By repository: found in paper text by Syntology: 23 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

Usneek1/VakyArth found in paper text by SyntologyNOASSERTION report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

23 samples harvested; 0 ran; 0 honoured the contract we drafted; 23 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

23unverified

Licence: 23 of the 23 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from Usneek1/VakyArth. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

build_gold_index Usneek1/VakyArth/src/evaluate.py found in paper text by Syntology unverified licence not identified · pointer only · 2c26540447da1808 · report
build_prompt Usneek1/VakyArth/src/tasks/mcq.py found in paper text by Syntology unverified licence not identified · pointer only · de9ae4128c68a13e · report
build_prompt Usneek1/VakyArth/src/tasks/nli.py found in paper text by Syntology unverified licence not identified · pointer only · e8db056ec5c17672 · report
get_mcq_gold_label Usneek1/VakyArth/src/evaluate.py found in paper text by Syntology unverified licence not identified · pointer only · 25fc3bdd1650a678 · report
get_reference Usneek1/VakyArth/src/evaluate_translation_comet.py found in paper text by Syntology unverified licence not identified · pointer only · 25609a1e3c29486a · report
load_dataset Usneek1/VakyArth/src/evaluate.py found in paper text by Syntology unverified licence not identified · pointer only · bf3cf8e1cae2e7c9 · report
load_gold Usneek1/VakyArth/src/evaluate_translation_comet.py found in paper text by Syntology unverified licence not identified · pointer only · 73e2df2ffb4c9ece · report
load_translation_dataset Usneek1/VakyArth/src/evaluate_translation_xcomet.py found in paper text by Syntology unverified licence not identified · pointer only · 9331ebd2555c6643 · report
mcq_instruction Usneek1/VakyArth/src/languages/hindi.py found in paper text by Syntology unverified licence not identified · pointer only · 37b91402da198161 · report
mcq_instruction Usneek1/VakyArth/src/languages/malayalam.py found in paper text by Syntology unverified licence not identified · pointer only · 0797d1bc7ce85d40 · report
mcq_instruction Usneek1/VakyArth/src/languages/punjabi.py found in paper text by Syntology unverified licence not identified · pointer only · 31d8b8b331d7a22d · report
mcq_instruction Usneek1/VakyArth/src/languages/tamil.py found in paper text by Syntology unverified licence not identified · pointer only · b3fa47d5dc0e833f · report
nli_instruction Usneek1/VakyArth/src/languages/hindi.py found in paper text by Syntology unverified licence not identified · pointer only · 20129aa83be29f79 · report
nli_instruction Usneek1/VakyArth/src/languages/malayalam.py found in paper text by Syntology unverified licence not identified · pointer only · 44dd9057944c2430 · report
nli_instruction Usneek1/VakyArth/src/languages/punjabi.py found in paper text by Syntology unverified licence not identified · pointer only · 7c832cbedeae017d · report
nli_instruction Usneek1/VakyArth/src/languages/tamil.py found in paper text by Syntology unverified licence not identified · pointer only · 4465e1a7a33e539c · report
parse_output Usneek1/VakyArth/src/tasks/mcq.py found in paper text by Syntology unverified licence not identified · pointer only · 60a978213610f448 · report
parse_output Usneek1/VakyArth/src/tasks/nli.py found in paper text by Syntology unverified licence not identified · pointer only · 0345df54e251f515 · report
prepare_xcomet_data Usneek1/VakyArth/src/evaluate_translation_xcomet.py found in paper text by Syntology unverified licence not identified · pointer only · b87eb18e1cdc51e2 · report
translation_instruction Usneek1/VakyArth/src/languages/hindi.py found in paper text by Syntology unverified licence not identified · pointer only · 60418a3fd6498ec9 · report
translation_instruction Usneek1/VakyArth/src/languages/malayalam.py found in paper text by Syntology unverified licence not identified · pointer only · 25da84a7f3a51916 · report
translation_instruction Usneek1/VakyArth/src/languages/punjabi.py found in paper text by Syntology unverified licence not identified · pointer only · 0ccfa38bf3a443d0 · report
translation_instruction Usneek1/VakyArth/src/languages/tamil.py found in paper text by Syntology unverified licence not identified · pointer only · 91131c4872c1c66b · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2609.01788, was issued in September 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections