natural-language-processing

Tag

Cards List
#natural-language-processing

From a Word-Level Dictionary to Sentence-Level Semantics: Multilingual Grievance Labelling with Contextual Models

arXiv cs.CL · yesterday Cached

This paper presents a method for multilingual grievance labeling using contextual models to improve upon word-level dictionaries, addressing circular evaluation and achieving better performance by reading surrounding context.

0 favorites 0 likes
#natural-language-processing

Can Valence Reflect Morality in Natural Language? A Preliminary Annotation Study

arXiv cs.CL · yesterday Cached

This paper explores whether valence features can reflect morality in natural language by analyzing human annotations of moral scenarios, finding significant correlations and achieving a Matthew's correlation coefficient of 0.764 for binary morality classification.

0 favorites 0 likes
#natural-language-processing

thaulab@EEUCA 2026: Who Said What to Whom? A Targeting-Aware Neural-Symbolic Pipeline for Gaming Toxicity Detection

arXiv cs.CL · yesterday Cached

This paper presents a three-stage neural-symbolic pipeline for gaming toxicity detection, combining transformer ensembles with rule-based mediation, achieving top accuracy in the EEUCA 2026 shared task.

0 favorites 0 likes
#natural-language-processing

LLM-INSTRUCT at UZH Shared Task 2026: Constraint-Aware Retrieval and Selective Debate for Paragraph-Level Argument Mining

arXiv cs.CL · yesterday Cached

This paper describes LLM-INSTRUCT, the winning system for the UZH Shared Task at ArgMining 2026 on paragraph-level argument mining. The system uses constraint-aware retrieval and selective debate to improve accuracy and schema compliance.

0 favorites 0 likes
#natural-language-processing

Any text-to-SQL benchmark should address difficulties of real-world data stores

Hacker News Top · 3d ago

This article argues that text-to-SQL benchmarks must account for the complexities and challenges of real-world data stores, not just idealized datasets.

0 favorites 0 likes
#natural-language-processing

Rationale-Guided Knowledge Distillation for Cross-Lingual Stance Detection

arXiv cs.CL · 3d ago Cached

This paper proposes a rationale-guided knowledge distillation framework for cross-lingual stance detection, using chain-of-thought prompting from large language models to train a compact student model with dual-path distillation and contrastive learning.

0 favorites 0 likes
#natural-language-processing

Using Fine-Tuned LLMs to Identify Indicators of Vulnerability in UK Police Incident Logs

arXiv cs.CL · 3d ago Cached

This paper explores using fine-tuned LLMs to identify indicators of vulnerability (mental ill health, substance misuse, alcohol dependence, homelessness) in UK police incident logs, finding that while LLMs can produce meaningful prevalence estimates, they require careful methodological support and are not reliable for individual-level decisions.

0 favorites 0 likes
#natural-language-processing

AEGIS: Awareness-Enhanced Guidance for Iterative Safeguard

arXiv cs.CL · 4d ago Cached

AEGIS is an exploratory framework for studying span-level guided multilingual detoxification across English, Mandarin Chinese, and Korean, analyzing how explicit rationales affect the trade-off between toxicity reduction and meaning preservation.

0 favorites 0 likes
#natural-language-processing

NOWJ@COLIEE 2026: Adaptive Pipelines for Legal Retrieval and Reasoning

arXiv cs.CL · 4d ago Cached

This paper presents adaptive pipelines for legal retrieval, entailment, and judgment prediction tasks in the COLIEE 2026 competition, using multi-stage retrieval, reranking, and LLM-based reasoning.

0 favorites 0 likes
#natural-language-processing

Learn to Memorize: Scalable Continual Learning in Semiparametric Models with Mixture-of-Neighbors Induction Memory

arXiv cs.CL · 5d ago Cached

This paper introduces MoNIM, a learnable memory module that integrates induction capabilities of attention heads with feed-forward networks to enable scalable continual learning in semiparametric language models, improving efficiency and retention of new knowledge.

0 favorites 0 likes
#natural-language-processing

Large Language Models as Unified Multimodal Learners for Clinical Prediction

arXiv cs.AI · 5d ago Cached

The paper proposes converting multimodal patient data (text, labs, vitals) into a single natural language sequence and fine-tuning LLMs for clinical prediction, achieving comparable or better performance than specialized fusion architectures across three tasks.

0 favorites 0 likes
#natural-language-processing

@forthshinji: Keio University Faculty of Science and Technology Department of Computer Science Lecture Slides - Digital Signal Proces…

X AI KOLs Timeline · 2026-07-16 Cached

Keio University has made public lecture slides for Digital Signal Processing and Natural Language Processing, available for anyone to use for learning.

0 favorites 0 likes
#natural-language-processing

Epistemic Stance Flexibility Probing: Measuring Prompt-Conditioned Register Shift in Large Language Models

arXiv cs.CL · 2026-07-15 Cached

This paper introduces Epistemic Stance Flexibility Probing (ESFP), a behavioral benchmark that measures how large language models shift their epistemic register between attributing claims to experts and expressing their own stance. Evaluating eight frontier models, the authors find that epistemic flexibility is largely orthogonal to general capability, with stance content density providing the strongest signal.

0 favorites 0 likes
#natural-language-processing

Segregate, Refine, Integrate: Decomposing Multimodal Fusion for Sentiment Analysis

arXiv cs.CL · 2026-07-15 Cached

A research paper proposing SeRIn, a multimodal fusion scheme that separates modality-specific refinement from cross-modal interaction, achieving state-of-the-art on CH-SIMS and CMU-MOSEI benchmarks for sentiment analysis.

0 favorites 0 likes
#natural-language-processing

Translation as a Computationally Efficient Bridge: Feasibility of English BERT for Low-Resource Languages

arXiv cs.CL · 2026-07-15 Cached

This paper investigates the feasibility of using translation-based fine-tuning as a resource-efficient alternative to native-language BERT models for low-resource languages, finding it comparable or superior in 53.3% of cases across six NLP tasks.

0 favorites 0 likes
#natural-language-processing

A Multi-Agent System for Autonomous, Fine-Tuning-Free Clinical Symptom Detection: Development and Validation Study

arXiv cs.AI · 2026-07-15 Cached

Pythia is a multi-agent system that autonomously writes and optimizes extraction prompts for clinical concepts without manual prompt engineering or fine-tuning, using a locally hosted open-weights model. It achieves mean sensitivity of 0.76 and specificity of 0.95 on clinical symptom detection, outperforming lexicon-based methods on specificity.

0 favorites 0 likes
#natural-language-processing

Abstractiveness Metrics for Evaluating Text Summarization: A Refined Formulation with Empirical Validation

arXiv cs.CL · 2026-07-14 Cached

This paper introduces Reference Abstraction (RA), Summary Abstraction (SA), and Abstraction Ratio (AR) metrics to quantify abstractiveness in text summarization, using harmonic mean of document lengths and cubic non-overlap factor. Empirical evaluation on XSUM with four models shows the metrics effectively discriminate between extractive and abstractive summaries, and flag potential hallucination.

0 favorites 0 likes
#natural-language-processing

Non-binary bottom-up constituency parsing without arity actions

arXiv cs.CL · 2026-07-14 Cached

This paper proposes a delimiter-guided bottom-up constituency parser that removes the need for explicit arity actions by deriving arity from stack configurations, achieving competitive results on PTB and CTB with a smaller action inventory.

0 favorites 0 likes
#natural-language-processing

Depth-Entropy Guided Sampling for Training-Free LLM Reasoning

arXiv cs.LG · 2026-07-14 Cached

Introduces Depth-Entropy Guided Sampling (DEGS), a training-free test-time method that exploits layer-wise entropy collapse in LLMs to improve reasoning without RL training, achieving competitive results with RL-posttrained models.

0 favorites 0 likes
#natural-language-processing

Relation Extraction Model Based on Semantic Enhancement Mechanism

arXiv cs.CL · 2026-07-13 Cached

The paper proposes CasAug, a relation extraction model based on the CasRel framework with a semantic enhancement mechanism to address the triple overlap problem, showing improved performance over baseline models.

0 favorites 0 likes
Next →
← Back to home

Submit Feedback