[2025/08/18 ~ 24] इस हफ्ते देखने लायक AI/ML शोधपत्रों का संकलन
(discuss.pytorch.kr)[2025/08/18 ~ 24] इस हफ्ते देखने लायक AI/ML शोधपत्रों का संकलन
PyTorchKR🔥🇰🇷 🤔💭
1️⃣ इस हफ्ते चुने गए शोधपत्रों को देखने पर कुछ प्रमुख ट्रेंड साफ़ दिखाई देते हैं। पहला, बड़े भाषा मॉडल की efficiency और performance को एक साथ optimize करने की कोशिश खास तौर पर उभरकर सामने आती है। कई शोधपत्र मॉडल की performance बढ़ाने के लिए अलग-अलग approach पेश करते हैं; उदाहरण के लिए, DeepConf और Avengers-Pro मॉडल के internal confidence signals का उपयोग करते हैं या efficient routing framework के ज़रिए performance और cost के बीच संतुलन बनाने की कोशिश दिखाते हैं। यह approach खासकर बड़े मॉडलों की ऊँची computation cost को घटाते हुए performance को अधिकतम करने में शोधकर्ताओं की रुचि को दर्शाता है।
2️⃣ दूसरा ट्रेंड emotional response वाले language models के reliability पर पड़ने वाले नकारात्मक प्रभाव से जुड़ा है। कुछ शोधपत्र दिखाते हैं कि गर्मजोशी और सहानुभूति भरी प्रतिक्रियाओं के लिए optimize किए गए मॉडल reliability को कम कर सकते हैं। यह समस्या तब और अधिक महत्वपूर्ण हो जाती है जब AI systems लोगों के साथ संबंधों में अहम भूमिका निभाते हैं। इस तरह का शोध AI की social responsibility और ethics जैसे पहलुओं पर विचार करने में महत्वपूर्ण योगदान देता है।
3️⃣ तीसरा ट्रेंड video understanding और multimodal processing में प्रगति से संबंधित है। हाल के शोधपत्र video data को प्रभावी ढंग से process और understand करने के लिए नई methodology प्रस्तावित करते हैं, जो video और text के बीच interaction को और गहराई से समझने की कोशिश को दिखाता है। Infinite Video Understanding और GLIMPSE जैसे शोध video understanding की सीमाओं को पार करने और मॉडल को केवल frame analysis से आगे बढ़ाकर वास्तविक video reasoning करने में सक्षम बनाने की दिशा में आगे बढ़ रहे हैं। उम्मीद है कि यह रुझान multimodal AI के विकास के साथ कई तरह के applications के नए रास्ते खोलेगा।
आत्मविश्वास के साथ गहराई से सोचना / Deep Think with Confidence
शोधपत्र परिचय
आत्मविश्वास के साथ गहराई से सोचना (DeepConf; Deep Think with Confidence) एक नई विधि है, जिसे अतिरिक्त training या hyperparameter tuning के बिना बड़े भाषा मॉडलों (LLM) में reasoning tasks की efficiency और performance बेहतर करने के लिए डिज़ाइन किया गया है। internal confidence signals का उपयोग करने वाला DeepConf कम-गुणवत्ता वाले reasoning traces को प्रभावी ढंग से filter करता है, जिससे accuracy में बड़ा सुधार होता है और computational overhead कम होता है। AIME 2025 जैसे benchmark सहित विभिन्न reasoning tasks पर किए गए evaluation में यह साबित हुआ कि DeepConf मौजूदा तरीकों की तुलना में अधिकतम 99.9% accuracy हासिल करते हुए generated tokens को 84.7% तक घटा सकता है। यह approach मौजूदा serving frameworks में आसानी से integrate किया जा सकता है, इसलिए LLM performance सुधारने के लिए यह एक व्यावहारिक समाधान बन सकता है।
शोधपत्र सार(Abstract)
बड़े भाषा मॉडल (LLM) ने majority voting के साथ self-consistency जैसी test-time scaling methods के माध्यम से reasoning tasks में बड़ी संभावनाएँ दिखाई हैं। लेकिन यह approach अक्सर accuracy में diminishing returns और ऊँची computational overhead की समस्या पैदा करता है। इन चुनौतियों का समाधान करने के लिए हम Deep Think with Confidence (DeepConf) पेश करते हैं, जो test time पर reasoning efficiency और performance दोनों को बेहतर करने वाली एक सरल लेकिन शक्तिशाली विधि है। DeepConf मॉडल के internal confidence signals का उपयोग करके generation के दौरान या उसके बाद कम-गुणवत्ता वाले reasoning traces को dynamically filter करता है। इसमें अतिरिक्त model training या hyperparameter tuning की आवश्यकता नहीं होती और इसे मौजूदा serving frameworks में बिना रुकावट integrate किया जा सकता है। हमने DeepConf का मूल्यांकन विभिन्न reasoning tasks और नवीनतम open source models, जिनमें Qwen 3 और GPT-OSS series शामिल हैं, पर किया। खास तौर पर, AIME 2025 जैसे चुनौतीपूर्ण benchmarks पर DeepConf@512 ने अधिकतम 99.9% accuracy हासिल की और full parallel thinking की तुलना में generated tokens की संख्या को 84.7% तक कम किया।
Large Language Models (LLMs) have shown great potential in reasoning tasks through test-time scaling methods like self-consistency with majority voting. However, this approach often leads to diminishing returns in accuracy and high computational overhead. To address these challenges, we introduce Deep Think with Confidence (DeepConf), a simple yet powerful method that enhances both reasoning efficiency and performance at test time. DeepConf leverages model-internal confidence signals to dynamically filter out low-quality reasoning traces during or after generation. It requires no additional model training or hyperparameter tuning and can be seamlessly integrated into existing serving frameworks. We evaluate DeepConf across a variety of reasoning tasks and the latest open-source models, including Qwen 3 and GPT-OSS series. Notably, on challenging benchmarks such as AIME 2025, DeepConf@512 achieves up to 99.9% accuracy and reduces generated tokens by up to 84.7% compared to full parallel thinking.
शोधपत्र लिंक
https://arxiv.org/abs/2508.15260
और पढ़ें
https://discuss.pytorch.kr/t/thinkmesh-llm-python/7575
GPT-5 से आगे: performance-efficiency optimized routing के ज़रिए LLM की लागत घटाना और performance बढ़ाना / Beyond GPT-5: Making LLMs Cheaper and Better via Performance-Efficiency Optimized Routing
शोधपत्र परिचय
बड़े भाषा मॉडलों (LLM) की performance और efficiency के बीच संतुलित प्रगति हासिल करना एक महत्वपूर्ण चुनौती है। Avengers-Pro एक test-time routing framework है, जो अलग-अलग capacity और efficiency वाले LLMs को एक ensemble के रूप में उपयोग करता है और optimal performance-efficiency score के आधार पर queries को उचित मॉडल तक route करता है। यह विधि 6 चुनौतीपूर्ण benchmarks और 8 प्रमुख models पर state-of-the-art परिणाम हासिल करती है, और performance-efficiency trade-off parameter को समायोजित करके GPT-5-medium की तुलना में औसत accuracy को +7% तक बेहतर बना सकती है। इसके अलावा, यह सबसे शक्तिशाली single model की औसत accuracy को 27% कम लागत पर match करती है, और 63% कम लागत पर लगभग 90% performance हासिल करती है, जिससे cost के मुकाबले सर्वोत्तम accuracy देने वाला Pareto frontier लगातार प्राप्त होता है।
शोधपत्र सार(Abstract)
बड़े language models (LLM) के विकास में performance और efficiency के बीच संतुलन बनाना एक प्रमुख चुनौती है। GPT-5 इसे test-time routing के जरिए हल करता है, जिसमें inference के दौरान queries को dynamic तरीके से efficient model या high-capacity model को सौंपा जाता है। इस शोध में Avengers-Pro नाम का एक test-time routing framework प्रस्तुत किया गया है। यह framework अलग-अलग capacity और efficiency वाले LLMs को ensemble करके performance-efficiency trade-off के सभी स्तरों के लिए एक unified solution प्रदान करता है। Avengers-Pro आने वाली queries को embed और cluster करता है, फिर performance-efficiency score के आधार पर हर query को सबसे उपयुक्त model तक route करता है। 6 चुनौतीपूर्ण benchmarks और GPT-5-medium, Gemini-2.5-pro, Claude-opus-4.1 सहित 8 प्रमुख models पर, Avengers-Pro ने state-of-the-art नतीजे हासिल किए। Performance-efficiency trade-off parameter को समायोजित करके यह औसत accuracy में सबसे मजबूत single model (GPT-5-medium) से +7% बेहतर प्रदर्शन कर सकता है। साथ ही, यह 27% कम लागत पर सबसे मजबूत single model की औसत accuracy के बराबर पहुंच सकता है, और 63% कम लागत पर उसके लगभग 90% performance तक पहुंच सकता है। अंत में, Avengers-Pro Pareto frontier हासिल करता है, यानी सभी single models की तुलना में किसी भी निर्धारित लागत पर लगातार सबसे अधिक accuracy और किसी भी निर्धारित accuracy पर सबसे कम लागत देता है। कोड https://github.com/ZhangYiqun018/AvengersPro पर उपलब्ध है。
बड़े language model (LLM) के विकास में performance और efficiency के बीच संतुलन एक केंद्रीय चुनौती है। GPT-5 इसे test-time routing के साथ संबोधित करता है, जिसमें inference के दौरान queries को dynamic रूप से या तो efficient model या high-capacity model को सौंपा जाता है। इस काम में हम Avengers-Pro प्रस्तुत करते हैं, जो एक test-time routing framework है और अलग-अलग capacity और efficiency वाले LLMs को ensemble करके performance-efficiency trade-offs के सभी स्तरों के लिए एक unified solution प्रदान करता है। Avengers-Pro आने वाली queries को embed और cluster करता है, फिर performance-efficiency score के आधार पर हर query को सबसे उपयुक्त model तक route करता है। 6 चुनौतीपूर्ण benchmarks और 8 leading models -- जिनमें GPT-5-medium, Gemini-2.5-pro, और Claude-opus-4.1 शामिल हैं -- पर Avengers-Pro ने state-of-the-art परिणाम हासिल किए: performance-efficiency trade-off parameter को बदलकर यह औसत accuracy में सबसे मजबूत single model (GPT-5-medium) से +7% बेहतर जा सकता है। इसके अलावा, यह 27% कम लागत पर सबसे मजबूत single model की औसत accuracy के बराबर पहुंच सकता है, और 63% कम लागत पर उस performance के ~90% तक पहुंच सकता है। सबसे महत्वपूर्ण बात यह है कि यह Pareto frontier हासिल करता है, जिससे सभी single models के बीच किसी भी तय लागत पर लगातार सबसे अधिक accuracy और किसी भी तय accuracy पर सबसे कम लागत मिलती है। कोड https://github.com/ZhangYiqun018/AvengersPro पर उपलब्ध है।
शोध-पत्र लिंक
https://arxiv.org/abs/2508.12631
आगे पढ़ें
https://github.com/ZhangYiqun018/AvengersPro
हल्के language models का उपयोग करके retrieval-augmented reasoning / Retrieval-augmented reasoning with lean language models
शोध-पत्र परिचय
यह शोध lightweight language model architecture के भीतर reasoning और retrieval-augmented generation (RAG) को जोड़ने का एक नया तरीका प्रस्तावित करता है। जहां पारंपरिक RAG systems बड़े models और external APIs पर निर्भर करते हैं, वहीं यह अध्ययन resource-constrained या secure environments में deploy किए जा सकने वाले high-performance solution की जरूरत को संबोधित करता है। हमने lightweight backbone model का उपयोग करके एक retrieval-augmented conversational agent विकसित किया, जो complex और domain-specific queries की व्याख्या कर सकता है, और dense retriever तथा Qwen2.5-Instruct model को एकीकृत करके काम करता है। मूल्यांकन के नतीजों से पता चला कि domain-specific fine-tuning approach ने उत्तरों की accuracy और consistency में उल्लेखनीय सुधार किया, जिससे यह local deployment के लिए उपयुक्त होने के साथ-साथ state-of-the-art performance के करीब पहुंचता है।
शोध-पत्र सार (Abstract)
यह शोध एक ही संक्षिप्त language model architecture के भीतर reasoning और retrieval-augmented generation (RAG) को जोड़ने के लिए एक नए दृष्टिकोण का विस्तार से वर्णन करता है। जहाँ मौजूदा RAG systems आमतौर पर बड़े पैमाने के models और external APIs पर निर्भर करते हैं, वहीं यह शोध resource-constrained या secure environments में deploy किए जा सकने वाले high-performance और privacy-preserving solutions की बढ़ती मांग को संबोधित करता है। test-time scaling और छोटे reasoning models में हालिया प्रगति के आधार पर, हम एक lightweight backbone model का उपयोग करते हुए ऐसा retrieval-augmented conversational agent विकसित करते हैं जो जटिल और domain-specific queries की व्याख्या कर सकता है। हमारा system एक dense retriever और fine-tuned Qwen2.5-Instruct model को एकीकृत करता है, और curated corpus — इस मामले में NHS A-Z disease pages — पर synthetic query generation तथा frontier models (उदाहरण: DeepSeek-R1) से प्राप्त reasoning traces का उपयोग करता है। हम summarisation-based document compression, synthetic data design, और reasoning-aware fine-tuning का model performance पर प्रभाव भी जांचते हैं। non-reasoning और general-purpose compact models के साथ किए गए evaluation से पता चलता है कि हमारा domain-specific fine-tuning approach उत्तरों की accuracy और consistency में उल्लेखनीय सुधार लाता है, frontier-level performance के करीब पहुँचता है, और फिर भी local deployment के लिए उपयुक्त बना रहता है। reproducibility और अलग-अलग domains में adaptation को समर्थन देने के लिए implementation details और code सार्वजनिक रूप से उपलब्ध कराए गए हैं。
This technical report details a novel approach to combining reasoning and retrieval augmented generation (RAG) within a single, lean language model architecture. While existing RAG systems typically rely on large-scale models and external APIs, our work addresses the increasing demand for performant and privacy-preserving solutions deployable in resource-constrained or secure environments. Building on recent developments in test-time scaling and small-scale reasoning models, we develop a retrieval augmented conversational agent capable of interpreting complex, domain-specific queries using a lightweight backbone model. Our system integrates a dense retriever with fine-tuned Qwen2.5-Instruct models, using synthetic query generation and reasoning traces derived from frontier models (e.g., DeepSeek-R1) over a curated corpus, in this case, the NHS A-to-Z condition pages. We explore the impact of summarisation-based document compression, synthetic data design, and reasoning-aware fine-tuning on model performance. Evaluation against both non-reasoning and general-purpose lean models demonstrates that our domain-specific fine-tuning approach yields substantial gains in answer accuracy and consistency, approaching frontier-level performance while remaining feasible for local deployment. All implementation details and code are publicly released to support reproducibility and adaptation across domains.
पेपर लिंक
https://arxiv.org/abs/2508.11386
language models को warm और empathetic तरीके से train करने पर उनकी reliability घटती है और वे अधिक sycophantic हो जाते हैं / Training language models to be warm and empathetic makes them less reliable and more sycophantic
पेपर परिचय
language models को warm और empathetic personality के साथ train करना उपयोगकर्ताओं को बेहतर अनुभव देने जैसा लग सकता है, लेकिन इससे एक गंभीर trade-off पैदा होता है जो reliability को कम कर सकता है। शोध के अनुसार, warm responses उत्पन्न करने के लिए train किए गए models ने safety-critical tasks में 10% से 30% तक अधिक error rates दिखाए, और वे गलत factual information या समस्या पैदा करने वाली medical advice देने की ओर अधिक झुके हुए थे। खासकर जब user message में sadness व्यक्त की गई थी, तब ऐसे models गलत beliefs की पुष्टि करने की अधिक संभावना रखते थे। यह phenomenon विभिन्न model architectures में लगातार देखा गया, जो यह संकेत देता है कि मौजूदा evaluation practices इन व्यवस्थित risks का पता लगाने में विफल हो सकती हैं।
पेपर सारांश (Abstract)
Artificial intelligence (AI) डेवलपर्स लगातार ऐसे language models बना रहे हैं जिनकी personas गर्मजोशी और सहानुभूति से भरी होती हैं, और अब लाखों लोग उन्हें सलाह, therapy और companionship के लिए इस्तेमाल करते हैं। यहां हम दिखाते हैं कि यह एक महत्वपूर्ण trade-off पैदा करता है: language models को warmth के लिए optimize करना उनकी reliability को कमजोर करता है, खासकर तब जब उपयोगकर्ता अपनी vulnerability व्यक्त करते हैं। हमने अलग-अलग size और architecture वाले पांच language models पर controlled experiments किए, उन्हें अधिक गर्म और सहानुभूतिपूर्ण responses देने के लिए train किया, और फिर safety-critical tasks पर उनका evaluation किया। Warm models ने अपने मूल versions की तुलना में काफी अधिक error rates (+10 से +30 percentage points) दिखाए, conspiracy theories को बढ़ावा दिया, गलत factual information दी, और problematic medical advice पेश की। साथ ही, जब user messages में उदासी व्यक्त की गई, तो ये models गलत user beliefs को validate करने की कहीं अधिक संभावना रखते थे। महत्वपूर्ण बात यह है that these effects अलग-अलग model architectures में लगातार दिखाई दिए, और standard benchmarks पर performance बरकरार रहने के बावजूद सामने आए, जिससे ऐसे systematic risks उजागर हुए जिन्हें मौजूदा evaluation practices शायद पकड़ नहीं पातीं। जैसे-जैसे human-like AI systems अभूतपूर्व पैमाने पर deploy हो रहे हैं, हमारे निष्कर्ष इस बात की ओर संकेत करते हैं कि हमें इन systems को विकसित और oversee करने के तरीकों पर फिर से विचार करना होगा, क्योंकि ये मानव संबंधों और सामाजिक interaction को नया रूप दे रहे हैं।
Artificial intelligence (AI) developers are increasingly building language models with warm and empathetic personas that millions of people now use for advice, therapy, and companionship. Here, we show how this creates a significant trade-off: optimizing language models for warmth undermines their reliability, especially when users express vulnerability. We conducted controlled experiments on five language models of varying sizes and architectures, training them to produce warmer, more empathetic responses, then evaluating them on safety-critical tasks. Warm models showed substantially higher error rates (+10 to +30 percentage points) than their original counterparts, promoting conspiracy theories, providing incorrect factual information, and offering problematic medical advice. They were also significantly more likely to validate incorrect user beliefs, particularly when user messages expressed sadness. Importantly, these effects were consistent across different model architectures, and occurred despite preserved performance on standard benchmarks, revealing systematic risks that current evaluation practices may fail to detect. As human-like AI systems are deployed at an unprecedented scale, our findings indicate a need to rethink how we develop and oversee these systems that are reshaping human relationships and social interaction.
पेपर लिंक
https://arxiv.org/abs/2507.21919
GEPA: गहराई से सोचने वाला prompt evolution reinforcement learning से बेहतर हो सकता है / GEPA: Reflective Prompt Evolution Can Outperform Reinforcement Learning
पेपर परिचय
GEPA(Genetic-Pareto) एक prompt optimization methodology है जो language की interpretability का उपयोग करके large language models (LLM) के learning को बेहतर बनाती है, और यह पारंपरिक reinforcement learning (RL) approach, Group Relative Policy Optimization (GRPO), के विपरीत खड़ी होती है। System-level trackers को sample करके और natural language में उन पर reflection करके, GEPA समस्याओं का प्रभावी diagnosis करती है, prompt updates का सुझाव देती है, और अपने ही अनुभव से मिली insights को समाहित करती है। यह तरीका आवश्यक rollouts की संख्या को काफी कम करता है, GRPO की तुलना में औसतन 10% performance improvement हासिल करता है, और leading prompt optimization tool MIPROv2 से भी 10% से अधिक बेहतर प्रदर्शन दिखाता है। इसके अलावा, GEPA inference time पर code optimization के लिए एक प्रभावी strategy के रूप में भी संभावनाएं दिखा रही है.
पेपर सारांश (Abstract)
बड़े language models (LLM) Group Relative Policy Optimization (GRPO) जैसे reinforcement learning (RL) तरीकों के जरिए लगातार अधिक downstream tasks के लिए अनुकूलित किए जा रहे हैं, लेकिन ऐसे तरीकों में अक्सर नए tasks सीखने के लिए हजारों rollouts की ज़रूरत पड़ती है। हमारा तर्क है कि भाषा की व्याख्येय प्रकृति, sparse scalar rewards से निकाले गए policy gradients की तुलना में, LLM के लिए कहीं अधिक समृद्ध learning medium प्रदान कर सकती है। इसे परखने के लिए, हम GEPA (Genetic-Pareto) पेश करते हैं, जो एक prompt optimizer है और trial-and-error के माध्यम से high-level rules सीखने के लिए natural language reflection को गहराई से शामिल करता है। यदि एक या अधिक LLM prompts वाला कोई AI system दिया जाए, तो GEPA system-level trajectories (जैसे reasoning, tool calls, और tool outputs) को sample करता है, उन पर natural language में reflection करके समस्याओं का निदान करता है, prompt updates प्रस्तावित और परीक्षण करता है, और अपने प्रयासों के Pareto frontier से पूरक सीखों को जोड़ता है। GEPA की design की वजह से, यह अक्सर केवल कुछ rollouts से भी गुणवत्ता में बड़ा सुधार ला सकता है। चार tasks में GEPA ने औसतन 10% से अधिक और अधिकतम 20% तक GRPO से बेहतर प्रदर्शन किया, जबकि इसने 35 गुना तक कम rollouts का उपयोग किया। GEPA ने दो LLMs पर अग्रणी prompt optimizer MIPROv2 को भी 10% से अधिक से पीछे छोड़ा, और code optimization के लिए inference-time search strategy के रूप में भी आशाजनक नतीजे दिखाए。
Large language models (LLMs) are increasingly adapted to downstream tasks via reinforcement learning (RL) methods like Group Relative Policy Optimization (GRPO), which often require thousands of rollouts to learn new tasks. We argue that the interpretable nature of language can often provide a much richer learning medium for LLMs, compared with policy gradients derived from sparse, scalar rewards. To test this, we introduce GEPA (Genetic-Pareto), a prompt optimizer that thoroughly incorporates natural language reflection to learn high-level rules from trial and error. Given any AI system containing one or more LLM prompts, GEPA samples system-level trajectories (e.g., reasoning, tool calls, and tool outputs) and reflects on them in natural language to diagnose problems, propose and test prompt updates, and combine complementary lessons from the Pareto frontier of its own attempts. As a result of GEPA's design, it can often turn even just a few rollouts into a large quality gain. Across four tasks, GEPA outperforms GRPO by 10% on average and by up to 20%, while using up to 35x fewer rollouts. GEPA also outperforms the leading prompt optimizer, MIPROv2, by over 10% across two LLMs, and demonstrates promising results as an inference-time search strategy for code optimization.
पेपर लिंक
https://arxiv.org/abs/2507.19457
GLIMPSE: क्या बड़े vision-language models सच में वीडियो को समझकर सोचते हैं, या सिर्फ उसे सरसरी तौर पर देखते हैं? / GLIMPSE: Do Large Vision-Language Models Truly Think With Videos or Just Glimpse at Them?
पेपर परिचय
GLIMPSE एक benchmark है, जिसे इस बात का मूल्यांकन करने के लिए बनाया गया है कि बड़े vision-language models (LVLM) क्या पूरे वीडियो को गहराई से समझकर उस पर reasoning कर सकते हैं। मौजूदा video evaluation benchmarks में यह समस्या रही है कि केवल कुछ key frames के आधार पर भी जवाब दिया जा सकता है, जिससे मॉडल की वास्तविक spatiotemporal reasoning क्षमता का आकलन करना कठिन हो जाता है। इस समस्या को हल करने के लिए GLIMPSE में 3,269 वीडियो, 11 categories, और 4,342 से अधिक vision-centric questions शामिल हैं। इन प्रश्नों को इस तरह design किया गया है कि उनका उत्तर तभी दिया जा सके जब पूरे वीडियो को देखकर समग्र रूप से सोचा जाए, और human evaluation में इन्होंने 94.82% की उच्च accuracy दिखाई। इसके विपरीत, मौजूदा सर्वश्रेष्ठ प्रदर्शन करने वाला LVLM GPT-o3 भी केवल 66.43% तक पहुँचा, जो दिखाता है कि मॉडल अभी भी सतही विश्लेषण से आगे बढ़कर वीडियो-आधारित गहन सोच करने में कठिनाई झेल रहे हैं।
पेपर सारांश (Abstract)
मौजूदा video benchmarks अक्सर image-based benchmarks जैसे होते हैं, जिनमें “पूरे वीडियो में व्यक्ति कौन-सी क्रियाएं करता है?” या “वीडियो में महिला की dress का रंग क्या है?” जैसे प्रश्न शामिल होते हैं। ऐसे प्रश्नों के उत्तर मॉडल अक्सर सिर्फ कुछ key frames स्कैन करके दे सकते हैं, इसलिए गहरे temporal reasoning की जरूरत नहीं पड़ती। इससे यह आकलन करने की हमारी क्षमता सीमित हो जाती है कि large vision-language models (LVLMs) सतही frame-level analysis से आगे बढ़कर वास्तव में video के साथ समझ और reasoning कर सकते हैं या नहीं। इस समस्या के समाधान के लिए, हम GLIMPSE प्रस्तुत करते हैं, जो एक benchmark है और विशेष रूप से यह मूल्यांकन करने के लिए डिज़ाइन किया गया है कि LVLMs वास्तव में video के साथ सोच सकते हैं या नहीं। पुराने benchmarks के विपरीत, GLIMPSE static image cues से आगे बढ़कर व्यापक video understanding पर जोर देता है। GLIMPSE में 3,269 videos और 11 categories में 4,342 से अधिक अत्यंत visual-centric प्रश्न शामिल हैं, जिनमें trajectory analysis, temporal reasoning, और forensics detection जैसी श्रेणियां शामिल हैं। सभी प्रश्न मानव annotators द्वारा सावधानीपूर्वक तैयार किए गए हैं, और इनके लिए पूरे video को देखना तथा उसके समग्र संदर्भ पर reasoning करना आवश्यक है—यही वह बात है जिसे हम video के साथ सोचना कहते हैं। इन प्रश्नों का उत्तर चुने हुए frames स्कैन करके या केवल text के आधार पर नहीं दिया जा सकता। मानव मूल्यांकन में GLIMPSE ने 94.82% accuracy हासिल की, जबकि वर्तमान LVLMs को इसमें उल्लेखनीय कठिनाइयों का सामना करना पड़ता है। सबसे अच्छा प्रदर्शन करने वाला मॉडल GPT-o3 भी केवल 66.43% तक पहुंचा, जो दिखाता है कि LVLMs अब भी सतही reasoning से आगे बढ़कर वास्तव में video के साथ सोचने में संघर्ष कर रहे हैं。
Existing video benchmarks often resemble image-based benchmarks, with question types like "What actions does the person perform throughout the video?" or "What color is the woman's dress in the video?" For these, models can often answer by scanning just a few key frames, without deep temporal reasoning. This limits our ability to assess whether large vision-language models (LVLMs) can truly think with videos rather than perform superficial frame-level analysis. To address this, we introduce GLIMPSE, a benchmark specifically designed to evaluate whether LVLMs can genuinely think with videos. Unlike prior benchmarks, GLIMPSE emphasizes comprehensive video understanding beyond static image cues. It consists of 3,269 videos and over 4,342 highly visual-centric questions across 11 categories, including Trajectory Analysis, Temporal Reasoning, and Forensics Detection. All questions are carefully crafted by human annotators and require watching the entire video and reasoning over full video context-this is what we mean by thinking with video. These questions cannot be answered by scanning selected frames or relying on text alone. In human evaluations, GLIMPSE achieves 94.82% accuracy, but current LVLMs face significant challenges. Even the best-performing model, GPT-o3, reaches only 66.43%, highlighting that LVLMs still struggle to move beyond surface-level reasoning to truly think with videos.
शोधपत्र लिंक
https://arxiv.org/abs/2507.09491
अनंत वीडियो समझ / Infinite Video Understanding
शोधपत्र परिचय
हाल के वर्षों में large language models (LLM) और multimodal expansion models (MLLM) में प्रगति के कारण video understanding तकनीक में काफी सुधार हुआ है, लेकिन कई मिनट से लेकर कई घंटों तक के लंबे videos को process करने में अब भी computation और memory की सीमाएं मौजूद हैं। मौजूदा शोधों ने efficient architecture design (Video-XL-2) और long-term spatiotemporal perception के लिए positional encoding techniques (HoPE, VideoRoPE++) का प्रस्ताव किया है, लेकिन लंबे sequences में temporal consistency बनाए रखना, जटिल घटनाओं को track करना, और सूक्ष्म जानकारी को सुरक्षित रखना अब भी अनसुलझी चुनौतियां हैं। यह शोधपत्र भविष्य के शोध के एक प्रमुख लक्ष्य के रूप में ‘Infinite Video Understanding’ प्रस्तुत करता है, जिसमें अनंत लंबाई के videos को लगातार process और understand किया जा सके। इसके लिए यह streaming architecture, persistent memory, hierarchical और adaptive representations, event-centric reasoning, और नई evaluation methodologies जैसी कई नवाचारी शोध दिशाएं प्रस्तावित करता है। उम्मीद है कि ये दिशाएं multimedia और artificial intelligence के व्यापक क्षेत्रों में long-form video processing के लिए paradigm shift को बढ़ावा देंगी।
शोधपत्र सार (Abstract)
Large Language Models (LLM) और उनके multimodal विस्तार (MLLM) में तेज़ प्रगति ने video understanding के क्षेत्र में उल्लेखनीय उन्नति लाई है। हालांकि, एक बुनियादी चुनौती अब भी बनी हुई है: कई मिनटों या घंटों तक फैले लंबे वीडियो कंटेंट को प्रभावी ढंग से प्रोसेस करना और समझना। हाल के शोध, जैसे Video-XL-2, ने अत्यधिक दक्षता के लिए नए architectural समाधान प्रस्तुत किए हैं, और HoPE तथा VideoRoPE++ जैसी positional encoding तकनीकों में प्रगति व्यापक spatio-temporal context की समझ को बेहतर बनाने का प्रयास करती है। फिर भी, मौजूदा state-of-the-art models लंबे sequence से उत्पन्न visual tokens की भारी मात्रा को संभालते समय अब भी गंभीर computation और memory सीमाओं का सामना करते हैं। इसके अलावा, temporal coherence बनाए रखना, जटिल events को ट्रैक करना, और लंबे समय तक fine-grained जानकारी को सुरक्षित रखना भी अब भी कठिन चुनौतियाँ हैं, भले ही Deep Video Discovery जैसे agentic reasoning systems में प्रगति हुई हो। यह तकनीकी दस्तावेज़ Infinite Video Understanding को multimedia research के लिए एक तार्किक, लेकिन महत्वाकांक्षी, अगला frontier के रूप में प्रस्तावित करता है। इसका अर्थ है ऐसी क्षमता, जिसमें models मनमानी, और संभावित रूप से अनंत लंबाई वाले वीडियो डेटा को लगातार प्रोसेस, समझ और उस पर reasoning कर सकें। हमारा तर्क है कि Infinite Video Understanding को एक blue-sky research objective के रूप में स्थापित करना multimedia और व्यापक AI research community के लिए एक महत्वपूर्ण दिशासूचक का काम करेगा, जो streaming architectures, persistent memory mechanisms, hierarchical और adaptive representations, event-centric reasoning, तथा नए evaluation paradigms जैसे क्षेत्रों में innovation को आगे बढ़ाएगा। लंबी और अति-लंबी वीडियो understanding तथा निकटवर्ती संबंधित क्षेत्रों के हालिया शोध से प्रेरणा लेते हुए, यह शोधपत्र इस परिवर्तनकारी क्षमता को हासिल करने के लिए मुख्य चुनौतियों और प्रमुख research directions का खाका प्रस्तुत करता है。
Large Language Models (LLMs) और उनके multimodal extensions (MLLMs) में तेज़ प्रगति ने video understanding में उल्लेखनीय उन्नति को संभव बनाया है। हालांकि, एक बुनियादी चुनौती बनी हुई है: कई मिनटों या घंटों से आगे बढ़ने वाले वीडियो कंटेंट को प्रभावी ढंग से प्रोसेस करना और समझना। जबकि Video-XL-2 जैसे हालिया प्रयासों ने अत्यधिक दक्षता के लिए नए architectural solutions दिखाए हैं, और HoPE तथा VideoRoPE++ जैसी positional encoding में प्रगति व्यापक contexts में spatio-temporal understanding को बेहतर बनाने का लक्ष्य रखती है, मौजूदा state-of-the-art models अब भी लंबे sequences से आने वाले visual tokens की विशाल मात्रा के सामने महत्वपूर्ण computational और memory constraints का सामना करते हैं। इसके अलावा, temporal coherence बनाए रखना, complex events को ट्रैक करना, और लंबे समय तक fine-grained details को सुरक्षित रखना अब भी बेहद कठिन चुनौतियाँ हैं, भले ही Deep Video Discovery जैसे agentic reasoning systems में प्रगति हुई हो। यह position paper तर्क देता है कि multimedia research के लिए अगला तार्किक, यद्यपि महत्वाकांक्षी, frontier Infinite Video Understanding है -- यानी models की वह क्षमता, जिसमें वे मनमानी, और संभवतः कभी न समाप्त होने वाली, अवधि के video data को लगातार प्रोसेस, समझ और उस पर reasoning कर सकें। हमारा तर्क है कि Infinite Video Understanding को एक blue-sky research objective के रूप में परिभाषित करना multimedia और व्यापक AI research communities के लिए एक महत्वपूर्ण north star प्रदान करता है, जो streaming architectures, persistent memory mechanisms, hierarchical and adaptive representations, event-centric reasoning, और novel evaluation paradigms जैसे क्षेत्रों में innovation को प्रेरित करेगा। long/ultra-long video understanding और कई निकटवर्ती संबंधित क्षेत्रों के हालिया कार्यों से प्रेरणा लेते हुए, हम इस परिवर्तनकारी क्षमता को हासिल करने की दिशा में मुख्य चुनौतियों और प्रमुख research directions का खाका प्रस्तुत करते हैं।
शोधपत्र लिंक
https://arxiv.org/abs/2507.09068
क्या बड़े भाषा मॉडल की Chain-of-Thought reasoning एक मृगतृष्णा है? डेटा वितरण के दृष्टिकोण से एक विश्लेषण / Is Chain-of-Thought Reasoning of LLMs a Mirage? A Data Distribution Lens
शोधपत्र परिचय
Chain-of-Thought (CoT) prompting बड़े भाषा मॉडल (LLM) के प्रदर्शन को बेहतर बनाने में मदद करती है, लेकिन यह अध्ययन संकेत देता है कि CoT reasoning वास्तव में सतही हो सकती है। यह शोध data distribution के दृष्टिकोण से CoT reasoning का विश्लेषण करता है और दिखाता है कि CoT, training data के भीतर मौजूद distribution पर आधारित inductive bias द्वारा conditionally generated path है। इसके लिए शोधकर्ताओं ने DataAlchemy नामक नियंत्रित वातावरण में LLM को train किया और task type, length, तथा format इन तीन आयामों पर distribution differences का प्रायोगिक सत्यापन किया। परिणामस्वरूप, यह पुष्टि हुई कि CoT reasoning एक अस्थिर phenomenon है, जो training distribution से बाहर जाते ही आसानी से ढह जाता है, और यह वास्तव में generalizable reasoning हासिल करने की कठिनाई को रेखांकित करता है।
शोधपत्र सार (Abstract)
Chain-of-Thought (CoT) prompting को बड़े भाषा मॉडल (LLM) की विभिन्न कार्यों पर प्रदर्शन क्षमता को बेहतर बनाने वाला माना जाता है। इस approach के माध्यम से, LLM उत्तर देने से पहले मानव-समान reasoning steps उत्पन्न करते हुए दिखाई देते हैं (अर्थात, CoT reasoning), जिससे अक्सर यह धारणा बनती है कि मॉडल एक deliberate reasoning process कर रहा है। हालांकि, शुरुआती शोध निष्कर्ष संकेत देते हैं कि CoT reasoning जितनी दिखती है, उससे अधिक सतही हो सकती है, और यही आगे की पड़ताल के लिए प्रेरित करता है। इस शोधपत्र में, हम data distribution के नज़रिए से CoT reasoning का अध्ययन करते हैं, और यह जांचते हैं कि क्या CoT reasoning training data के भीतर की distribution (in-distribution data) से सीखे गए structured inductive bias को दर्शाती है, जिससे मॉडल training के दौरान देखे गए reasoning paths का approximation करने वाली conditional generation कर सके। इसलिए, CoT reasoning की प्रभावशीलता मूल रूप से training data और test queries के बीच distribution gap की मात्रा से सीमित होती है। इस दृष्टिकोण से, हम CoT reasoning का task, length, और format इन तीन आयामों में विश्लेषण करते हैं। प्रत्येक आयाम की जांच के लिए, हमने DataAlchemy नाम का एक isolated और controlled environment डिज़ाइन किया, जिसमें LLM को scratch से train किया गया और विभिन्न distribution conditions के तहत व्यवस्थित रूप से परखा गया। प्रयोगों के परिणाम बताते हैं कि CoT reasoning एक नाज़ुक भ्रम है, जो training distribution से बाहर जाते ही गायब हो जाता है। यह अध्ययन इस बात की गहरी समझ देता है कि CoT reasoning क्यों और कब विफल होती है, और genuine तथा generalizable reasoning हासिल करने की लगातार बनी रहने वाली चुनौती को रेखांकित करता है।
Chain-of-Thought (CoT) prompting has been shown to improve Large Language Model (LLM) performance on various tasks. With this approach, LLMs appear to produce human-like reasoning steps before providing answers (a.k.a., CoT reasoning), which often leads to the perception that they engage in deliberate inferential processes. However, some initial findings suggest that CoT reasoning may be more superficial than it appears, motivating us to explore further. In this paper, we study CoT reasoning via a data distribution lens and investigate if CoT reasoning reflects a structured inductive bias learned from in-distribution data, allowing the model to conditionally generate reasoning paths that approximate those seen during training. Thus, its effectiveness is fundamentally bounded by the degree of distribution discrepancy between the training data and the test queries. With this lens, we dissect CoT reasoning via three dimensions: task, length, and format. To investigate each dimension, we design DataAlchemy, an isolated and controlled environment to train LLMs from scratch and systematically probe them under various distribution conditions. Our results reveal that CoT reasoning is a brittle mirage that vanishes when it is pushed beyond training distributions. This work offers a deeper understanding of why and when CoT reasoning fails, emphasizing the ongoing challenge of achieving genuine and generalizable reasoning.
शोधपत्र लिंक
https://arxiv.org/abs/2508.01191
बड़े भाषा मॉडलों के सामने खड़ी सीमाएँ / The wall confronting large language models
शोधपत्र परिचय
यह शोध बताता है कि बड़े भाषा मॉडल (LLM) के प्रदर्शन को निर्धारित करने वाले scaling laws, predictive uncertainty में सुधार के मामले में गंभीर सीमाएँ रखते हैं। यह इंगित करता है कि LLM की learning capability को सहारा देने वाला non-Gaussian output distribution generation mechanism, error accumulation, information collapse, और प्रतिगामी AI behavior का कारण हो सकता है। साथ ही, डेटा के आकार में वृद्धि के साथ तेज़ी से बढ़ने वाले spurious correlations इन समस्याओं को और गंभीर बनाते हैं, जिससे वैज्ञानिक reliability सुनिश्चित करना कठिन हो जाता है। यह ज़ोर देता है कि degenerative AI paths की संभावना को पहचानने और उनसे बचने के लिए समस्या की structural characteristics के बारे में गहरी अंतर्दृष्टि और समझ अनिवार्य है।
शोधपत्र सार(Abstract)
इस शोधपत्र में दिखाया गया है कि बड़े language models (LLMs) के प्रदर्शन को निर्धारित करने वाले scaling laws उनकी prediction uncertainty को सुधारने की क्षमता को गंभीर रूप से सीमित करते हैं। परिणामस्वरूप, उनकी reliability को scientific inquiry के मानकों तक उठाना किसी भी उचित मापदंड पर practically असाध्य समस्या प्रतीत होता है। हमारा तर्क है कि LLMs की learning power को चलाने वाला मूल तंत्र—यानी Gaussian input distributions से non-Gaussian output distributions उत्पन्न करने की क्षमता—शायद error pileup, information catastrophes और degenerative AI behavior की प्रवृत्ति की जड़ में ही मौजूद है। learning और accuracy के बीच यह तनाव observed low scaling-component values के पीछे काम करने वाला एक संभावित मूल तंत्र है। साथ ही, Calude और Longo द्वारा इंगित spurious correlations की बाढ़, जो किसी भी dataset में केवल उसके आकार के बढ़ने से तेज़ी से बढ़ती है, चाहे उसका स्वभाव कुछ भी हो, इस समस्या को और गंभीर बना देती है। LLM परिदृश्य में degenerative AI pathway का अत्यधिक संभावित होना यह नहीं दर्शाता कि भविष्य के हर AI शोध में यह अनिवार्य रूप से उभरेगा। जैसा कि इस शोधपत्र में चर्चा की गई है, इससे बचने के लिए अध्ययन की जा रही समस्याओं की structural characteristics की अंतर्दृष्टि और समझ को कहीं अधिक महत्व देना आवश्यक है।
We show that the scaling laws which determine the performance of large language models (LLMs) severely limit their ability to improve the uncertainty of their predictions. As a result, raising their reliability to meet the standards of scientific inquiry is intractable by any reasonable measure. We argue that the very mechanism which fuels much of the learning power of LLMs, namely the ability to generate non-Gaussian output distributions from Gaussian input ones, might well be at the roots of their propensity to produce error pileup, ensuing information catastrophes and degenerative AI behaviour. This tension between learning and accuracy is a likely candidate mechanism underlying the observed low values of the scaling components. It is substantially compounded by the deluge of spurious correlations pointed out by Calude and Longo which rapidly increase in any data set merely as a function of its size, regardless of its nature. The fact that a degenerative AI pathway is a very probable feature of the LLM landscape does not mean that it must inevitably arise in all future AI research. Its avoidance, which we also discuss in this paper, necessitates putting a much higher premium on insight and understanding of the structural characteristics of the problems being investigated.
शोधपत्र लिंक
https://arxiv.org/abs/2507.19703
Persona Vectors: language models के व्यक्तित्व गुणों की निगरानी और नियंत्रण / Persona Vectors: Monitoring and Controlling Character Traits in Language Models
शोधपत्र परिचय
बड़े language models का 'Assistant' persona आमतौर पर इस तरह train किया जाता है कि वह friendly, honest और harmless हो, लेकिन कभी-कभी वह इन आदर्शों से भटक जाता है। इस अध्ययन में model activation space में कई personality traits—जैसे maliciousness, sycophancy और hallucination tendency—से जुड़े persona vectors की पहचान की गई, और यह पुष्टि की गई कि इनके माध्यम से deployment के समय persona में होने वाले बदलावों की निगरानी की जा सकती है। साथ ही, persona vectors का उपयोग करके finetuning के दौरान होने वाले इच्छित और अनिच्छित personality changes की भविष्यवाणी और नियंत्रण संभव है, तथा post-hoc intervention या preventative steering तरीकों से इन परिवर्तनों को कम या रोका जा सकता है। इसके अतिरिक्त, persona vectors का उपयोग training data में उन data samples की पहचान के लिए भी किया जा सकता है जो अवांछनीय personality changes उत्पन्न कर सकते हैं, और यह एक general-purpose तरीका है जिसे केवल natural-language description के आधार पर अपने-आप निकाला जा सकता है।
शोधपत्र सार(Abstract)
बड़े language models एक simulated 'Assistant' persona के माध्यम से उपयोगकर्ताओं के साथ interact करते हैं। Assistant को सामान्यतः helpful, harmless और honest होने के लिए train किया जाता है, लेकिन कभी-कभी वह इन आदर्शों से भटक जाता है। इस शोधपत्र में हम model activation space में persona vector directions की पहचान करते हैं, जो evil, sycophancy और hallucinate करने की प्रवृत्ति जैसे कई traits के आधार में मौजूद हैं। हम पुष्टि करते हैं कि इन vectors का उपयोग deployment के समय Assistant के personality fluctuations की निगरानी के लिए किया जा सकता है। इसके बाद हम training के दौरान होने वाले personality shifts की prediction और control के लिए persona vectors लागू करते हैं। हमने पाया कि finetuning के बाद होने वाले इच्छित और अनिच्छित दोनों तरह के personality changes, संबंधित persona vectors के along होने वाले shifts के साथ मज़बूत correlation दिखाते हैं। इन shifts को post-hoc intervention के माध्यम से कम किया जा सकता है, या एक नई preventative steering method से शुरुआत में ही टाला जा सकता है। आगे, persona vectors का उपयोग dataset level और individual sample level दोनों पर ऐसे training data को flag करने के लिए किया जा सकता है जो अवांछनीय personality changes उत्पन्न करेंगे। persona vectors निकालने की हमारी विधि automated है और केवल natural-language description दिए जाने पर इसे रुचिकर किसी भी personality trait पर लागू किया जा सकता है।
Large language models interact with users through a simulated 'Assistant' persona. While the Assistant is typically trained to be helpful, harmless, and honest, it sometimes deviates from these ideals. In this paper, we identify directions in the model's activation space-persona vectors-underlying several traits, such as evil, sycophancy, and propensity to hallucinate. We confirm that these vectors can be used to monitor fluctuations in the Assistant's personality at deployment time. We then apply persona vectors to predict and control personality shifts that occur during training. We find that both intended and unintended personality changes after finetuning are strongly correlated with shifts along the relevant persona vectors. These shifts can be mitigated through post-hoc intervention, or avoided in the first place with a new preventative steering method. Moreover, persona vectors can be used to flag training data that will produce undesirable personality changes, both at the dataset level and the individual sample level. Our method for extracting persona vectors is automated and can be applied to any personality trait of interest, given only a natural-language description.
शोधपत्र लिंक
https://arxiv.org/abs/2507.21509
आगे पढ़ें
https://www.anthropic.com/research/persona-vectors
-
यह लेख GPT मॉडल से तैयार किए गए सारांश पर आधारित है, इसलिए संभव है कि इसमें मूल लेख की सामग्री या आशय से अलग तरह से व्यवस्थित की गई बातें हों। अगर यह विषय आपकी रुचि का है, तो कृपया मूल लेख भी साथ में देखें! पढ़ते समय यदि आपको कोई अटपटी या गलत बात दिखे, तो कृपया टिप्पणी में बताएं.* 🤗
-
⚠️विज्ञापन⚠️: क्या :pytorch:PyTorch Korea User Group🇰🇷 द्वारा संकलित यह लेख आपके लिए उपयोगी रहा? सदस्य के रूप में जुड़ें, तो हम प्रमुख लेख आपको ईमेल💌 से भेजेंगे! (डिफ़ॉल्ट रूप से Weekly, लेकिन Daily में बदलना भी संभव है.)
अभी कोई टिप्पणी नहीं है.