nlp

Tag

Cards List
#nlp

I never understood positional encoding until I read this article. [D]

Reddit r/MachineLearning · 7h ago Cached

An approachable explanation of why transformers need positional encoding, using a bug report analogy and Python's Counter to illustrate how parallel processing loses word order.

0 favorites 0 likes
#nlp

Shipped a Hindi-English voice agent for a fintech. Here's everything that broke and what actually fixed it

Reddit r/AI_Agents · 2d ago

A developer shares a postmortem of building a Hindi-English voice agent for fintech, highlighting challenges with number readback, code-mixed TTS, latency under load, and compliance. Key fix was choosing TTS with first-class support for Indian code-mixing and testing at real concurrency.

0 favorites 0 likes
#nlp

MameLoshnLM: Yiddish Language Model and Evaluation Benchmark

arXiv cs.CL · 2d ago Cached

This paper introduces MameLoshnLM, the first open-source 8B-parameter Yiddish language model, along with the Oytser pretraining corpus and Kashes evaluation benchmark. It demonstrates that continued pretraining on high-quality Yiddish data outperforms general multilingual models, highlighting the value of dedicated low-resource language modeling.

0 favorites 0 likes
#nlp

Different Perturbations, Different Mechanisms: Understanding Continued Pre-training for Zero-Shot Dialect Robustness

arXiv cs.CL · 2d ago Cached

This paper systematically studies perturbation-based continued pre-training (CPT) for improving zero-shot dialect robustness in multilingual LLMs, comparing six training conditions across German, Italian, and Arabic. It finds that character-noised CPT is the most effective general strategy and reveals that different perturbation methods induce distinct robustness mechanisms.

0 favorites 0 likes
#nlp

Can recurring LLM traces be synthesized into deterministic pipelines of typed ML and NLP operators? [D]

Reddit r/MachineLearning · 3d ago

The article investigates whether recurring LLM workloads can be replaced by automatically synthesized deterministic pipelines of typed ML/NLP operators, and asks for feedback on feasibility and approaches.

0 favorites 0 likes
#nlp

IslamicTurathBench: A Multi-Task, Multi-Discipline Benchmark for Evaluating Large Language Models on the Islamic Scholarly Tradition (turath)

arXiv cs.CL · 3d ago Cached

IslamicTurathBench (ISTB) is a new multi-task, multi-discipline benchmark for evaluating large language models on classical Islamic scholarship, containing 3,465 expert-reviewed questions across 35 works and seven fields.

0 favorites 0 likes
#nlp

FinReportBench: Measuring and Improving Institution-Grade Financial Report Generation

arXiv cs.CL · 3d ago Cached

FinReportBench is an expert-grounded benchmark for measuring and improving institution-grade financial report generation, with 35 observable criteria across deliverability, report identity, and institutional completeness. It curates 244 bilingual tasks, evaluates nine model families, and uses benchmark-guided skill distillation to improve generation and self-review across five model families.

0 favorites 0 likes
#nlp

Searching for Sound-Meaning Collisions: Graph-Based Affordance Retrieval and Multi-Evaluator Ranking for Pun Translation at CLEF 2026 JOKER Task 2

arXiv cs.CL · 3d ago Cached

This paper investigates computational pun translation as a process of discovery, exploration, and selection, using graph-based affordance retrieval and multi-evaluator ranking. The authors show that successful pun translation relies on finding new sound-meaning collisions in the target language rather than preserving source words.

0 favorites 0 likes
#nlp

Large Language Models for Low-Resource Languages: A Conceptual Framework for an Electronic Explanatory Dictionary of the Tajik Language

arXiv cs.CL · 3d ago Cached

This paper proposes a conceptual framework for building an electronic explanatory dictionary of the Tajik language using large language models, integrating morphological analysis, lemmatization, semantic clustering, and dictionary entry generation with PEFT strategies.

0 favorites 0 likes
#nlp

Learning Sexism Detection Using Multi-Agent Perspectivist Preference Optimization

arXiv cs.CL · 3d ago Cached

The paper proposes MAP-PO, a multi-agent framework that clusters annotators by labeling behavior and fine-tunes separate LLM agents per cluster using preference optimization, preserving disagreement in sexism detection tasks. Experiments on the EXIST 2024 dataset show that cluster-specific training is necessary and that a shared team-level reward keeps agents calibrated.

0 favorites 0 likes
#nlp

Does the model maintain its judgment or agree with whoever is currently telling the story?

Reddit r/singularity · 4d ago

A GitHub project that measures how language models shift their judgment based on narrative framing, quantifying sycophancy across opposite narrators.

0 favorites 0 likes
#nlp

Dynamically Allocating Evaluation Effort for Model Ranking

arXiv cs.CL · 4d ago Cached

This paper formalizes multi-model human evaluation as a best-arm identification problem in a multi-armed bandit setup, adaptively allocating annotation effort to focus on competitive models and improve ranking discrimination.

0 favorites 0 likes
#nlp

HomoEnsNER: Does Language Alignment Outperform Architectural Complexity in Gujarati Named Entity Recognition?

arXiv cs.CL · 4d ago Cached

This paper proposes HomoEnsNER, a homogeneous ensemble of five GujaratiBERT models for Gujarati named entity recognition, and shows it outperforms heterogeneous alternatives that rely on architectural diversity, achieving state-of-the-art F1 on the Naamapadam test split.

0 favorites 0 likes
#nlp

TabletCraft: Bridging a 4,000-Year Cultural Gap with Bidirectional Akkadian NMT and Cuneiform Rendering

arXiv cs.CL · 4d ago Cached

TabletCraft is an open-source system enabling bidirectional Akkadian-English neural machine translation with cuneiform rendering, allowing users to both read ancient tablets and compose new messages in cuneiform. Accepted to the C3NLP workshop at ACL 2026, it reports first published quantitative results for English-to-Akkadian translation.

0 favorites 0 likes
#nlp

Diversity is Not Ambiguity: Toward Accurate and Efficient Ambiguity Detection for Open-Domain QA

arXiv cs.AI · 4d ago Cached

This paper proposes Archive, a framework for ambiguity detection in open-domain QA that distinguishes ambiguity from answer diversity using logical conflict, and introduces QuireQA, a 4,703-query benchmark. Experiments show Archive improves F1 by up to 21.6% while being 16x faster than competitors.

0 favorites 0 likes
#nlp

@jxmnop: we didn't ever need to invent Masked Language Modeling, I don't think. it was a bit silly by construction. in most alte…

X AI KOLs Following · 5d ago

A tweet argues that masked language modeling was unnecessary and that autoregressive models would have sufficed, with a nod to BERT.

0 favorites 0 likes
#nlp

Pruned BPE: Post-training Visibility Pruning and Token Reallocation for Byte Pair Encoding

arXiv cs.CL · 5d ago Cached

This paper proposes Pruned BPE, a post-training method that prunes low-exposure tokens from a BPE vocabulary and reallocates slots to better-exposed candidates, reducing encoded length without increasing model-visible vocabulary size. Experiments on English and Chinese corpora show approximately 0.27–0.36% encoded length reduction over standard BPE.

0 favorites 0 likes
#nlp

Exploiting Intrinsic Duality for Multi-Hop Question Generation

arXiv cs.CL · 5d ago Cached

The paper proposes QQ, a framework that leverages the intrinsic duality between multi-hop question generation and question answering via bidirectional alignment constraints and contrastive learning, improving question quality on HotpotQA and MuSiQue.

0 favorites 0 likes
#nlp

AttnLink: Turning Attention into Schema Links for Text-to-SQL

arXiv cs.CL · 5d ago Cached

AttnLink is a research paper presenting an attention-based framework for schema linking in Text-to-SQL, converting LLM internal attention into continuous relevance scores for schema items. Experiments on Spider, BIRD, and Spider2-SQLite show high mAP scores and millisecond-scale latency.

0 favorites 0 likes
#nlp

Select-And-Extract: A Lightweight Plugin for Retrieval-Augmented Generation

arXiv cs.CL · 5d ago Cached

This paper introduces SANE, a lightweight plugin for retrieval-augmented generation that improves both retrieval and reading by selecting top candidates via synopses and performing blueprint-guided query-time evidence extraction.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback