AI & ML Papers
33.4K subscribers
7.18K photos
556 videos
24 files
7.88K links
Advancing research in Machine Learning – practical insights, tools, and techniques for researchers.

Admin: @HusseinSheikho || @Hussein_Sheikho
Download Telegram
ROSE: An Intent-Centered Evaluation Metric for NL2SQL

📝 Summary:
ROSE is a new NL2SQL metric addressing unreliable Execution Accuracy. It evaluates if predicted SQL answers user intent via a Prover-Refuter cascade, showing superior agreement with human experts.

🔹 Publication Date: Published on Apr 14

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.12988
• PDF: https://arxiv.org/pdf/2604.12988

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#NL2SQL #NLP #EvaluationMetrics #AIResearch #DataScience
Concrete Jungle: Towards Concreteness Paved Contrastive Negative Mining for Compositional Understanding

📝 Summary:
This paper improves vision-language models for compositional reasoning by using concreteness-based negative sample selection and a novel margin-based loss. Their framework, Slipform, achieves state-of-the-art accuracy on compositional benchmarks and cross-modal retrieval.

🔹 Publication Date: Published on Apr 14

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.13313
• PDF: https://arxiv.org/pdf/2604.13313

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#VisionLanguage #DeepLearning #AIResearch #ComputerVision #NLP
COMPASS: COntinual Multilingual PEFT with Adaptive Semantic Sampling

📝 Summary:
COMPASS is a data-centric framework for multilingual LLM adaptation. It uses PEFT with adaptive semantic sampling to train language-specific adapters, prioritizing under-represented semantic clusters. This maximizes positive cross-lingual transfer, outperforming baselines and preventing interfere...

🔹 Publication Date: Published on Apr 22

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.20720
• PDF: https://arxiv.org/pdf/2604.20720

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#MultilingualLLM #PEFT #NLP #DataCentricAI #MachineLearning
Encoder-Free Human Motion Understanding via Structured Motion Descriptions

📝 Summary:
Structured Motion Description SMD converts human motion into natural language, enabling large language models LLMs to reason about it directly. This encoder-free method achieves state-of-the-art performance on motion question answering and captioning.

🔹 Publication Date: Published on Apr 23

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.21668
• PDF: https://arxiv.org/pdf/2604.21668
• Project Page: https://yaozhang182.github.io/motion-smd/
• Github: https://yaozhang182.github.io/motion-smd/

🔹 Models citing this paper:
https://huggingface.co/zyyy12138/motion-smd-lora

Datasets citing this paper:
https://huggingface.co/datasets/zyyy12138/motion-smd-data

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#HumanMotionUnderstanding #LLMs #NLP #AI #DeepLearning
1
LLM Safety From Within: Detecting Harmful Content with Internal Representations

📝 Summary:
SIREN is a lightweight guard model that uses LLM internal layer features to detect harmful content, outperforming current models. It is more efficient, generalizes better, and requires significantly fewer parameters than existing guard models.

🔹 Publication Date: Published on Apr 20

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.18519
• PDF: https://arxiv.org/pdf/2604.18519
• Github: https://github.com/CSSLab/SIREN

🔹 Models citing this paper:
https://huggingface.co/UofTCSSLab/SIREN-Qwen3-0.6B
https://huggingface.co/UofTCSSLab/SIREN-Qwen3-4B
https://huggingface.co/UofTCSSLab/SIREN-Llama-3.2-1B

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#LLMSafety #AIethics #HarmfulContent #DeepLearning #NLP
Media is too big
VIEW IN TELEGRAM
AgriIR: A Scalable Framework for Domain-Specific Knowledge Retrieval

📝 Summary:
AgriIR is a modular retrieval-augmented generation framework for agriculture. It uses configurable stages to provide accurate, trustworthy, and resource-efficient domain-specific information. This adaptable design promotes accessibility and accountability in AI for agriculture.

🔹 Publication Date: Published on Mar 17

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.16353
• PDF: https://arxiv.org/pdf/2604.16353
• Github: https://github.com/Shuvam-Banerji-Seal/AgriIR

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#AI #Agriculture #RAG #KnowledgeRetrieval #NLP
Contexts are Never Long Enough: Structured Reasoning for Scalable Question Answering over Long Document Sets

📝 Summary:
SLIDERS tackles long-document QA by extracting information into a relational database and using SQL for structured reasoning. This avoids LLM context window issues and aggregation bottlenecks, significantly outperforming traditional methods on various benchmarks.

🔹 Publication Date: Published on Apr 24

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.22294
• PDF: https://arxiv.org/pdf/2604.22294

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#QuestionAnswering #NLP #AI #SQL #LongDocuments
Personality Shapes Gender Bias in Persona-Conditioned LLM Narratives Across English and Hindi: An Empirical Investigation

📝 Summary:
This study found that gender bias in persona-conditioned LLM narratives is context-dependent, varying with personality traits and language. Dark Triad traits consistently led to more gender-stereotypical representations, highlighting uneven representational harms.

🔹 Publication Date: Published on Apr 26

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.23600
• PDF: https://arxiv.org/pdf/2604.23600

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#LLM #GenderBias #AIethics #Personality #NLP
Large Language Models Explore by Latent Distilling

📝 Summary:
Exploratory Sampling ESamp boosts LLM diversity beyond lexical variation. It uses a lightweight Distiller to predict hidden representations, biasing decoding towards novel semantic patterns via prediction error. ESamp boosts reasoning efficiency and creative writing, with low overhead.

🔹 Publication Date: Published on Apr 27

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.24927
• PDF: https://arxiv.org/pdf/2604.24927
• Github: https://github.com/LinesHogan/tllm

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#LLM #AI #NLP #DeepLearning #GenerativeAI
1
Instruction-Guided Poetry Generation in Arabic and Its Dialects

📝 Summary:
A new instruction-based dataset and fine-tuned LLMs enable controllable Arabic poetry generation across Modern Standard Arabic and dialects. This work allows users to create, revise, and continue poems effectively, moving beyond just analysis, as confirmed by strong evaluations.

🔹 Publication Date: Published on Apr 30

🔹 Paper Links:
• arXiv Page: https://arxiv.org/abs/2604.27766
• PDF: https://arxiv.org/pdf/2604.27766
• Github: https://github.com/mbzuai-nlp/instructpoet-ar

==================================

For more data science resources:
https://xn--r1a.website/DataScienceT

#LLM #NLP #ArabicAI #GenerativeAI #PoetryGeneration