himalaya-ai/ocr-document-processing-eval
ocr_document_processing_eval Document-processing OCR proxy for digitization, KYC-like numeric fields, and RAG extraction checks. Repo: himalaya-ai/ocr-document-processing-eval Task: document_processing_ocr Main raw file: *.ocr.jsonl with image, ocr, source_repo, and language/provenance columns. Optional fine-tuning/eval file: *.sharegpt.json with messages and images. Core Columns id: unique sample identifier image: relative path to the image file ocr:… See the full description on the dataset page: https://huggingface.co/datasets/himalaya-ai/ocr-document-processing-eval.
1707
1[2 {3 "id": "ocr_document_processing_eval_000000_nayana_bench_deva_documents",4 "eval_set": "ocr_document_processing_eval",5 "task": "document_processing_ocr",6 "source": "Nayana-cognitivelab/NayanaBench",7 "source_repo": "Nayana-cognitivelab/NayanaBench",8 "source_dataset": "nayana_bench_deva_documents",9 "source_kind": "document_ocr_layout_vqa",10 "source_config": "default",11 "source_split": "mr",12 "source_row_idx": null,13 "language": "mr",14 "languages": [15 "hi",16 "mr",17 "sa"18 ],19 "language_scope": "devanagari_document_general",20 "scripts": [21 "Devanagari"22 ],23 "source_percent": 15.0,24 "source_target_samples": 120,25 "sample_score": 0.095773843069,26 "source_license": null,27 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",28 "document_type": null,29 "font_family": null,30 "font_size": null,31 "layout_region": null,32 "page_number": null,33 "line_number": null,34 "bbox": null,35 "messages": [36 {37 "role": "user",38 "content": "<image>Text Recognition:"39 },40 {41 "role": "assistant",42 "content": "2105\n446\n2975\n2380\nThe goal of Semi-Supervised Learning (SSL) (Chapelle et al., 2010) is to leverage large amounts\nof unlabeled data to improve the performance of supervised learning over small datasets. Often,\nSSL algorithms use unlabeled data to learn additional structure about the input distribution. For\ninstance, the existence of cluster structures in the input distribution could hint the separation of\nsamples into different labels. This is often called the cluster assumption: if two samples belong to the\nsame cluster in the input distribution, then they are likely to belong to the same class. The cluster\nassumption is equivalent to the low-density separation assumption: the decision boundary should\nlie in the low-density regions. The equivalence is easy to infer: A decision boundary which lies in a\nhigh-density region, will cut a cluster into two different classes, requiring that samples from different\nclasses lie in the same cluster; which is the violation of the cluster assumption. The low-density\nseparation assumption has inspired many recent consistency-regularization semi-supervised learning\ntechniques, including the II-model (Sajjadi et al., 2016; Laine & Aila, 2016), temporal ensembling\n(Laine & Aila, 2016), VAT (Miyato et al., 2018), and the Mean-Teacher (Tarvainen & Valpola, 2017).\ntext\n1\nसेमी-पर्यवेक्षित शिक्षण (SSL) (चॅपेल एट अल., 2010) चे उद्दिष्ट मोठ्या प्रमाणात फायदा मिळवणे आहे\nलहान डेटासेटवर पर्यवेक्षित शिक्षणाचे कार्यप्रदर्शन सुधारण्यासाठी लेबल न केलेल्या डेटाचा. अनेकदा,\nइनपुट वितरणाविषयी अतिरिक्त रचना जाणून घेण्यासाठी SSL अल्गोरिदम लेबल न केलेला डेटा वापरतात. साठी\nउदाहरणार्थ, इनपुट वितरणामध्ये क्लस्टर स्ट्रक्चर्सचे अस्तित्व वेगळे होण्याचा इशारा देऊ शकते\nवेगवेगळ्या लेबल्समध्ये नमुने. याला बहुतेकदा क्लस्टर गृहीतक असे म्हणतात: जर दोन नमुने च्या आहेत\nइनपुट वितरणामध्ये समान क्लस्टर, नंतर ते एकाच वर्गातील असण्याची शक्यता आहे. क्लस्टर\nगृहीतक हे कमी-घनतेच्या पृथक्करण गृहीतके समतुल्य आहे: निर्णय सीमा असावी\nकमी घनतेच्या प्रदेशात आहेत. समतुल्य अनुमान काढणे सोपे आहे: एक निर्णय सीमा जी a मध्ये आहे\nउच्च-घनता प्रदेश, एक क्लस्टर दोन भिन्न वर्गांमध्ये कापेल, ज्यासाठी भिन्न नमुने आवश्यक आहेत\nवर्ग एकाच क्लस्टरमध्ये आहेत; जे क्लस्टर गृहीतकेचे उल्लंघन आहे. कमी घनता\nपृथक्करण गृहीतकेने अलीकडील अनेक सुसंगतता-नियमन अर्ध-पर्यवेक्षित शिक्षणास प्रेरणा दिली आहे\nII-मॉडेल (सज्जादी et al., 2016; Laine & Aila, 2016), टेम्पोरल एन्सेम्बलिंगसह तंत्रे\n(Laine & Aila, 2016), VAT (Miyato et al., 2018), आणि मीन-शिक्षक (Tarvainen & Valpola, 2017).\n1956\n597\n1898\n1439\nWe introduce Interpolation Consistency Training (ICT), a simple and computation\nefficient algorithm for training Deep Neural Networks in the semi-supervised\nlearning paradigm. ICT encourages the prediction at an interpolation of unlabeled\npoints to be consistent with the interpolation of the predictions at those points. In\nclassification problems, ICT moves the decision boundary to low-density regions\nof the data distribution. Our experiments show that ICT achieves state-of-the-\nart performance when applied to standard neural network architectures on the\nCIFAR-10 and SVHN benchmark datasets. Our theoretical analysis shows that\nICT corresponds to a certain type of data-adaptive regularization with unlabeled\npoints which reduces overfitting to labeled points under high confidence values.\ntext\n2\nआम्ही इंटरपोलेशन कॉन्सिस्टन्सी ट्रेनिंग (ICT) सादर करतो, एक साधे आणि गणना\nअर्ध-पर्यवेक्षित मध्ये डीप न्यूरल नेटवर्कला प्रशिक्षण देण्यासाठी कार्यक्षम अल्गोरिदम\nनमुना शिकणे. आयसीटी लेबल नसलेल्या प्रक्षेपणावर भविष्यवाणी करण्यास प्रोत्साहित करते\nत्या बिंदूंवरील अंदाजांच्या इंटरपोलेशनशी सुसंगत असलेले गुण. मध्ये\nवर्गीकरण समस्या, ICT निर्णय सीमा कमी घनतेच्या प्रदेशात हलवते\nडेटा वितरण. आमचे प्रयोग दाखवतात की आयसीटी अत्याधुनिक साध्य करते\nवरील मानक न्यूरल नेटवर्क आर्किटेक्चरवर लागू केल्यावर कला कार्यप्रदर्शन\nCIFAR-10 आणि SVHN बेंचमार्क डेटासेट. आमचे सैद्धांतिक विश्लेषण ते दर्शविते\nआयसीटी हे लेबल नसलेल्या विशिष्ट प्रकारच्या डेटा-ॲडॉप्टिव्ह रेग्युलरायझेशनशी संबंधित आहे\nगुण जे उच्च आत्मविश्वास मूल्यांखाली लेबल केलेल्या बिंदूंवर ओव्हरफिटिंग कमी करतात.\n1872\n681\n573\n406\nInterpolation Consistency Training for\nSemi-Supervised Learning\ntitle\n3\nसाठी इंटरपोलेशन सुसंगतता प्रशिक्षण\nअर्ध-पर्यवेक्षित शिक्षण\n2105\n446\n2361\n2085\nDeep learning achieves excellent performance in supervised learning tasks where labeled data is\nabundant (LeCun et al., 2015). However, labeling large amounts of data is often prohibitive due\nto time, financial, and expertise constraints. As machine learning permeates an increasing variety\nof domains, the number of applications where unlabeled data is voluminous and labels are scarce\nincreases. For instance, recognizing documents in extinct languages, where a machine learning\nsystem has access to a few labels, produced by highly-skilled scholars (Clanuwat et al., 2018).\ntext\n4\nडीप लर्निंग पर्यवेक्षित शिक्षण कार्यांमध्ये उत्कृष्ट कार्यप्रदर्शन प्राप्त करते जेथे लेबल केलेला डेटा असतो\nमुबलक (LeCun et al., 2015). तथापि, मोठ्या प्रमाणात डेटा लेबल करणे अनेकदा निषिद्ध असते\nवेळ, आर्थिक आणि कौशल्य मर्यादा. जसजसे मशीन लर्निंग वाढत आहे\nडोमेन्सची, अनुप्रयोगांची संख्या जेथे लेबल न केलेला डेटा मोठा आहे आणि लेबले दुर्मिळ आहेत\nवाढते. उदाहरणार्थ, लुप्त होत चाललेल्या भाषांमधील कागदपत्रे ओळखणे, जेथे मशीन लर्निंग\nउच्च-कुशल विद्वानांनी उत्पादित केलेल्या काही लेबल्समध्ये सिस्टममध्ये प्रवेश आहे (क्लानुवाट एट अल., 2018).\n1370\n1180\n1390\n1334\nAbstract\ntitle\n5\nगोषवारा\n797\n450\n2038\n1980\n1 Introduction\ntitle\n6\n1 परिचय\n1919\n631\n1219\n739\nVikas Verma! :*, Kenji Kawaguchi*t, Alex Lamb! , Juho Kannala’®,\nYoshua Bengio!?, David Lopez-Paz°\n'Mila - Québec Artificial Intelligence Institute, Montréal, Canada\n*Université de Montréal, Canada\n3 Aalto University, Finland\n“Harvard University, USA\n5Facebook AI Research\nvikasverma.iitm@gmail.com, kkawaguchi@fas.harvard.edu\nlambalex@iro.umontreal.ca, juho.kannala@aalto.fi\nyoshua.umontreal@gmail.com, dlp@fb.com\ntext\n7\nविकास वर्मा! :*, केंजी कावागुची*टी, ॲलेक्स लँब! , जुहो कन्नाला’®,\nजोशुआ धन्य!?, डेव्हिड लोपेझ-पीस°\n'मिला - क्यूबेक आर्टिफिशियल इंटेलिजन्स इन्स्टिट्यूट, मॉन्ट्रियल, कॅनडा\n* मॉन्ट्रियल विद्यापीठ, कॅनडा\n3 आल्टो विद्यापीठ, फिनलंड\n\"हार्वर्ड विद्यापीठ, यूएसए\n5फेसबुक एआय संशोधन\nvikasverma.iitm@gmail.com, kkawaguchi@fas.harvard.edu\nlambalex@iro.umontreal.ca, juho.channel@aalto.fi\nyoshua.umontreal@gmail.com, dlp@fb.com\n1913\n447\n3093\n3048\nExtended version of IICAI 2019 paper. Code available at https://github.com/vikasverma1l077/ICT\ntext\n8\nIICAI 2019 पेपरची विस्तारित आवृत्ती. कोड https://github.com/vikasverma1l077/ICT वर उपलब्ध आहे\n2105\n446\n2361\n2086\nDeep learning achieves excellent performance in supervised learning tasks where labeled data is\nabundant (LeCun et al., 2015). However, labeling large amounts of data is often prohibitive due\nto time, financial, and expertise constraints. As machine learning permeates an increasing variety\nof domains, the number of applications where unlabeled data is voluminous and labels are scarce\nincreases. For instance, recognizing documents in extinct languages, where a machine learning\nsystem has access to a few labels, produced by highly-skilled scholars (Clanuwat et al., 2018).\ntext\n10\nडीप लर्निंग पर्यवेक्षित शिक्षण कार्यांमध्ये उत्कृष्ट कार्यप्रदर्शन प्राप्त करते जेथे लेबल केलेला डेटा असतो\nमुबलक (LeCun et al., 2015). तथापि, मोठ्या प्रमाणात डेटा लेबल करणे अनेकदा निषिद्ध असते\nवेळ, आर्थिक आणि कौशल्य मर्यादा. जसजसे मशीन लर्निंग वाढत आहे\nडोमेन्सची, अनुप्रयोगांची संख्या जेथे लेबल न केलेला डेटा मोठा आहे आणि लेबले दुर्मिळ आहेत\nवाढते. उदाहरणार्थ, लुप्त होत चाललेल्या भाषांमधील कागदपत्रे ओळखणे, जेथे मशीन लर्निंग\nउच्च-कुशल विद्वानांनी उत्पादित केलेल्या काही लेबल्समध्ये सिस्टममध्ये प्रवेश आहे (क्लानुवाट एट अल., 2018)."43 }44 ],45 "images": [46 "images/shard_00000/ocr_document_processing_eval_000000_nayana_bench_deva_documents_099de0d34c86.jpg"47 ]48 },49 {50 "id": "ocr_document_processing_eval_000001_nayana_bench_deva_documents",51 "eval_set": "ocr_document_processing_eval",52 "task": "document_processing_ocr",53 "source": "Nayana-cognitivelab/NayanaBench",54 "source_repo": "Nayana-cognitivelab/NayanaBench",55 "source_dataset": "nayana_bench_deva_documents",56 "source_kind": "document_ocr_layout_vqa",57 "source_config": "default",58 "source_split": "hi",59 "source_row_idx": null,60 "language": "hi",61 "languages": [62 "hi",63 "mr",64 "sa"65 ],66 "language_scope": "devanagari_document_general",67 "scripts": [68 "Devanagari"69 ],70 "source_percent": 20.0,71 "source_target_samples": 160,72 "sample_score": 0.387557637597,73 "source_license": null,74 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",75 "document_type": null,76 "font_family": null,77 "font_size": null,78 "layout_region": null,79 "page_number": null,80 "line_number": null,81 "bbox": null,82 "messages": [83 {84 "role": "user",85 "content": "<image>Text Recognition:"86 },87 {88 "role": "assistant",89 "content": "2251\n301\n2945\n2127\n45. No state, organisation or person can claim ownership or possession over wild animals in the\nforest. Wild Animal is defined under the Wild Life (Protection) Act, 1972 under Section 2(36) to\nmean any animal specified in schedules | to IV and found wild in nature. ‘Wild Life’ has been defined\nunder Section 2(37) to include any animal, bees, butterflies, crustacean, fish and moths, and or land\nvegetation which forms part of any habitat. Section 9 prohibits hunting of wild animals, specified in\nSchedule |, Il, Ill and IV except as provided under Section 11 and Section 12. Section 40 of the Act\nobliges a person to make a declaration and Section 41 enables the Chief Wild Life Warden to make\nan enquiry and preparation of inventories and Section 42 deals with the issue of certificates and\nconfers, no ownership of the wild animals to a particular state or others. Animals in the wild are\nproperties of the nation for which no state can claim ownership and the state’s duty is to protect the\nwild life and conserve it, for ensuring the ecological and environmental security of the country.\ntext\n1\n45. कोई भी राज्य, संगठन या व्यक्ति जंगल में जंगली जानवरों पर स्वामित्व या कब्जे का दावा नहीं कर सकता है। वन्य जीव (संरक्षण) अधिनियम, 1972 की धारा 2(36) के तहत जंगली जानवर की परिभाषा इस प्रकार है: कोई भी जानवर जो अनुसूची 1 से IV में निर्दिष्ट है और प्रकृति में जंगली पाया जाता है। धारा 2(37) के तहत 'वन्य जीव' की परिभाषा में कोई भी जानवर, मधुमक्खियां, तितलियां, क्रस्टेशियन, मछली और पतंगे और या भूमि वनस्पति शामिल हैं जो किसी भी आवास का हिस्सा बनती हैं। धारा 9 अनुसूची 1, 2, 3 और IV में निर्दिष्ट जंगली जानवरों के शिकार पर रोक लगाती है, सिवाय धारा 11 और धारा 12 के तहत दिए गए प्रावधान के। अधिनियम की धारा 40 किसी व्यक्ति को घोषणा करने के लिए बाध्य करती है और धारा 41 मुख्य वन्य जीव वार्डन को जांच करने और सूची तैयार करने में सक्षम बनाती है और धारा 42 प्रमाण पत्र जारी करने से संबंधित है और किसी विशेष राज्य या अन्य को जंगली जानवरों का स्वामित्व नहीं देती है। जंगली जानवर राष्ट्र की संपत्ति हैं, जिन पर कोई भी राज्य स्वामित्व का दावा नहीं कर सकता है और राज्य का कर्तव्य है कि वह देश की पारिस्थितिकी और पर्यावरण सुरक्षा सुनिश्चित करने के लिए वन्य जीवन की रक्षा करे और उसका संरक्षण करे।\n2253\n301\n1445\n326\nnatural habitat for its long term conservation. Population and Habitat Analysis Workshop held at\nBaroda in October, 1993 also highlighted that fact. NBWL, as already indicted, has taken a\nconsistent view in all its meetings about the necessity of a second habitat for Asiatic lion, an\nendangered species. Asiatic lion, it has been noticed, has been restricted to only one single habitat,\ni.e. the Gir National Forest and its surrounding areas and an outbreak of possible epidemic or\nnatural calamity might wipe off the entire species. A smaller population with limited genetic strength\nare more vulnerable to diseases and other catastrophes in comparison to large and widespread\npopulation. Threat, therefore, is real and has proved by the outbreak of canine distemper in the lions\nof Serengeti NP, Tanzania in 1994. 85% of the Serengeti lion population, it was noticed, had Canine\nDistemper Virus antibodies and at least 30% of the Serengeti and Mara lions died due to the\ninfection. Compared with Gir, the lion population in the 40,000 sq. km. Serengeti-Mara ecosystem is\nlarge with about 2500 lions. It was felt that if an epidemic of this scale were to affect the lions in Gir,\nit would be very difficult to save them from extinction, given the much smaller area of the Gir forests\nand the smaller lion population. The possibility of the decease spreading to the pockets of habitat\nsuch as Girnar, Mityala, Rajula, Kodinar and the surrounding areas, cannot be ruled out.\ntext\n2\nदीर्घकालीन संरक्षण के लिए प्राकृतिक आवास की आवश्यकता है। अक्टूबर, 1993 में बड़ौदा में आयोजित जनसंख्या और आवास विश्लेषण कार्यशाला में भी इस तथ्य पर प्रकाश डाला गया। जैसा कि पहले ही आरोप लगाया जा चुका है, एनबीडब्ल्यूएल ने अपनी सभी बैठकों में एशियाई शेर, एक लुप्तप्राय प्रजाति के लिए दूसरे आवास की आवश्यकता के बारे में एक सुसंगत दृष्टिकोण अपनाया है। यह देखा गया है कि एशियाई शेर केवल एक ही आवास तक सीमित है, यानी गिर राष्ट्रीय वन और उसके आसपास के क्षेत्र और संभावित महामारी या प्राकृतिक आपदा के प्रकोप से पूरी प्रजाति खत्म हो सकती है। सीमित आनुवंशिक शक्ति वाली छोटी आबादी बड़ी और व्यापक आबादी की तुलना में बीमारियों और अन्य आपदाओं के प्रति अधिक संवेदनशील होती है। इसलिए, खतरा वास्तविक है और 1994 में तंजानिया के सेरेनगेटी एनपी के शेरों में कैनाइन डिस्टेंपर के प्रकोप से यह साबित हो गया है। यह देखा गया कि सेरेनगेटी शेरों की 85% आबादी में कैनाइन डिस्टेंपर वायरस एंटीबॉडीज थे और कम से कम 30% सेरेनगेटी और मारा शेर संक्रमण के कारण मर गए। गिर की तुलना में, 40,000 वर्ग किलोमीटर में शेरों की आबादी। सेरेनगेटी-मारा पारिस्थितिकी तंत्र में लगभग 2500 शेरों के साथ बड़ी आबादी है। यह महसूस किया गया कि अगर इस पैमाने की महामारी गिर में शेरों को प्रभावित करती है, तो उन्हें विलुप्त होने से बचाना बहुत मुश्किल होगा, क्योंकि गिर के जंगलों का क्षेत्र बहुत छोटा है और शेरों की आबादी भी कम है। गिरनार, मित्याला, राजुला, कोडिनार और आसपास के क्षेत्रों जैसे निवास क्षेत्रों में बीमारी फैलने की संभावना से इनकार नहीं किया जा सकता है।\n2246\n301\n1892\n1529\n44. We have already indicated that there is uniformity in the views expressed by the Bio-Scientists\nof WII, NBWL, MoEF and other experts that to have a second home for the endangered species like\nAsiatic lion is of vital importance. A detailed study has been conducted to find out the most suitable\nhabitat for its re-introduction and Kuno Wildlife Sanctuary (for short ‘Kuno’) in Madhya Pradaesh, as\nalready indicted, has been found to be the most ideal habitat.\ntext\n3\n44. हम पहले ही बता चुके हैं कि WII, NBWL, MoEF और अन्य विशेषज्ञों के जैव-वैज्ञानिकों द्वारा व्यक्त किए गए विचारों में एकरूपता है कि एशियाई शेर जैसी लुप्तप्राय प्रजातियों के लिए दूसरा घर होना बहुत ज़रूरी है। इसके पुनः परिचय के लिए सबसे उपयुक्त आवास का पता लगाने के लिए एक विस्तृत अध्ययन किया गया है और जैसा कि पहले ही बताया गया है, मध्य प्रदेश में कुनो वन्यजीव अभयारण्य (संक्षेप में 'कुनो') सबसे आदर्श आवास पाया गया है।\n1146\n303\n2039\n1981\nOwnership and Possession of wild Animals\ntitle\n4\nजंगली जानवरों का स्वामित्व और कब्ज़ा"90 }91 ],92 "images": [93 "images/shard_00000/ocr_document_processing_eval_000001_nayana_bench_deva_documents_0275c308f827.jpg"94 ]95 },96 {97 "id": "ocr_document_processing_eval_000002_nayana_bench_deva_documents",98 "eval_set": "ocr_document_processing_eval",99 "task": "document_processing_ocr",100 "source": "Nayana-cognitivelab/NayanaBench",101 "source_repo": "Nayana-cognitivelab/NayanaBench",102 "source_dataset": "nayana_bench_deva_documents",103 "source_kind": "document_ocr_layout_vqa",104 "source_config": "default",105 "source_split": "mr",106 "source_row_idx": null,107 "language": "mr",108 "languages": [109 "hi",110 "mr",111 "sa"112 ],113 "language_scope": "devanagari_document_general",114 "scripts": [115 "Devanagari"116 ],117 "source_percent": 15.0,118 "source_target_samples": 120,119 "sample_score": 0.596772784885,120 "source_license": null,121 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",122 "document_type": null,123 "font_family": null,124 "font_size": null,125 "layout_region": null,126 "page_number": null,127 "line_number": null,128 "bbox": null,129 "messages": [130 {131 "role": "user",132 "content": "<image>Text Recognition:"133 },134 {135 "role": "assistant",136 "content": "3106\n2535\n2353\n246\nParcel Location Address\n158 Lower Reservoir Rd\n672 East St\n\n1711 Co Hwy 48\n\nCo Hwy 48\n\n627 Winney Hill Rd\n4973 St Hwy 23\n\n774 St Hwy 28\n\nSt Hwy 28\n\n189 Winney Hill Rd\n\n4 Spencer Dr\n\n228 Highland Ter\n\nWest St\n\n14 Mohigan Dr\n\n5 Jackson Ave\n\n60 Country Club Rd\n\n17 Olen Houck St\n\n7 Country Club Rd\n\n334 East St\n\n9 Murdock Ave\n\n304 Co Hwy 9\n\n132 Morningside Dr\nWinney Hill Rd\n\n2980 Co Hwy 8\n\n231 Peebles Hill Rd\n\n122 Hillside Dr\n\n635 West St\n\n131 Ridge Dr\n\n235 St Hwy 28\n\n2890 Co Hwy 8\n\n2894 Co Hwy 8\n\nEast* St\n\n191 East St\n\n123 Collins Dr\n\n4 Pleasant Ave\n\n6 Arrowhead Dr\n\n114 Co Hwy 58\n\n11 Spencer Dr\n\n104 Sprague Road Spur\n106 Sprague Road Spur\ntext\n6\nपार्सल स्थान पत्ता\n158 लोअर जलाशय Rd\n672 पूर्व सेंट\n\n1711 सह Hwy 48\n\nसह Hwy 48\n\n627 Winney Hill Rd\n4973 सेंट Hwy 23\n\n774 सेंट Hwy 28\n\nसेंट Hwy 28\n\n189 Winney Hill Rd\n\n4 स्पेन्सर डॉ\n\n228 हाईलँड टेर\n\nपश्चिम सेंट\n\n14 मोहिगन डॉ\n\n5 जॅक्सन Ave\n\n60 कंट्री क्लब Rd\n\n17 ओलेन हॉक सेंट\n\n7 कंट्री क्लब Rd\n\n३३४ पूर्व सेंट\n\n9 Murdock Ave\n\n304 Co Hwy 9\n\n132 सकाळी डॉ\nविनी हिल Rd\n\n2980 सह Hwy 8\n\n231 Peebles Hill Rd\n\n122 हिलसाइड डॉ\n\n635 पश्चिम सेंट\n\n131 रिज डॉ\n\n235 सेंट Hwy 28\n\n2890 सह Hwy 8\n\n2894 सह Hwy 8\n\nपूर्व* सेंट\n\n191 पूर्व सेंट\n\n123 कॉलिन्स डॉ\n\n4 Pleasant Ave\n\n6 बाणाचे प्रमुख डॉ\n\n114 Co Hwy 58\n\n11 स्पेन्सर डॉ\n\n104 Sprague रोड Spur\n106 Sprague रोड Spur\n983\n515\n2356\n237\nAsmt Primary Owner\nBALLARD, JOSEPH\nBallute, Janet P\nBanhart, Blaine\nBanhart, Blaine\nBankich, Christopher A.\nBanta, Developers\nBanta, Developers\nBanta, Developers\nBarbera, Marc\nBarcomb, Andrea R.\nBard, Robert H.\nBarnes, C David\nBarnes, Frederick D\nBarnes, Robert\nBarnett, Beverly J\nBarnhart, Orrin\nBarquist, Blanche\nBarr, Lisa J\n\nBarringer, Charles R III\nBarron, David K.\nBartnicki, Christopher M.\nBarton, Scott L\n\nBates, Michael R\nBates, Rita J.\nBaumann, Paul R\nBazan, James\n\nBeach, Adam J.\nBeach, TroyA\nBechtold, Matthew R\nBechtold, Matthew R.\nBeck, Kristen\n\nBeck, Kristen\nBeckwith, Jennifer\nBedenharn, Gary\nBeehler, Bridgitte R\nBeers, Carl $ III\nBelanger, Chad M\nBelknap, Brian\nBelknap, Brian\ntext\n7\nAsmt प्राथमिक मालक\nबॅलार्ड, जोसेफ\nबलुते, जेनेट पी\nबनहार्ट, ब्लेन\nबनहार्ट, ब्लेन\nबँकिच, ख्रिस्तोफर ए.\nबंता, डेव्हलपर्स\nबंता, डेव्हलपर्स\nबंता, डेव्हलपर्स\nबार्बेरा, मार्क\nबारकॉम्ब, आंद्रिया आर.\nबार्ड, रॉबर्ट एच.\nबार्न्स, सी डेव्हिड\nबार्न्स, फ्रेडरिक डी\nबार्न्स, रॉबर्ट\nबार्नेट, बेव्हरली जे\nबर्नहार्ट, ओरिन\nबार्क्विस्ट, ब्लँचे\nबार, लिसा जे\n\nबॅरिंजर, चार्ल्स आर तिसरा\nबॅरन, डेव्हिड के.\nबार्टनिकी, क्रिस्टोफर एम.\nबार्टन, स्कॉट एल\n\nबेट्स, मायकेल आर\nबेट्स, रीटा जे.\nबाउमन, पॉल आर\nबझान, जेम्स\n\nबीच, ॲडम जे.\nबीच, ट्रॉयए\nबेकटोल्ड, मॅथ्यू आर\nबेकटोल्ड, मॅथ्यू आर.\nबेक, क्रिस्टन\n\nबेक, क्रिस्टन\nबेकविथ, जेनिफर\nबेडेनहर्न, गॅरी\nबीहलर, ब्रिजिट आर\nबिअर, कार्ल $ III\nबेलेंजर, चाड एम\nबेल्कनॅप, ब्रायन\nबेल्कनॅप, ब्रायन"137 }138 ],139 "images": [140 "images/shard_00000/ocr_document_processing_eval_000002_nayana_bench_deva_documents_70322a3d0ec4.jpg"141 ]142 },143 {144 "id": "ocr_document_processing_eval_000003_indic_vision_bench_deva_ocr",145 "eval_set": "ocr_document_processing_eval",146 "task": "document_processing_ocr",147 "source": "krutrim-ai-labs/IndicVisionBench",148 "source_repo": "krutrim-ai-labs/IndicVisionBench",149 "source_dataset": "indic_vision_bench_deva_ocr",150 "source_kind": "ocr_image_text_multilingual",151 "source_config": "ocr",152 "source_split": "test",153 "source_row_idx": null,154 "language": "Hindi",155 "languages": [156 "hi",157 "mr"158 ],159 "language_scope": "devanagari_general",160 "scripts": [161 "Devanagari"162 ],163 "source_percent": 40.0,164 "source_target_samples": 320,165 "sample_score": 0.482564858331,166 "source_license": null,167 "source_url": "https://huggingface.co/datasets/krutrim-ai-labs/IndicVisionBench",168 "document_type": null,169 "font_family": null,170 "font_size": null,171 "layout_region": null,172 "page_number": null,173 "line_number": null,174 "bbox": null,175 "messages": [176 {177 "role": "user",178 "content": "<image>Text Recognition:"179 },180 {181 "role": "assistant",182 "content": "४४\nहिन्द स्वराज्य\nउन्होंने देखा कि राजाओं और उनकी तलवारके बनिस्बत नीतिका बल ज्यादा बलवान है। इसलिए उन्होंनें राजाओंको नीतिवान पुरूषों-ऋषियों और फ़कीरों-से कम दर्जेका माना।\nऐसी जिस राष्ट्रकी गठन है वह राष्ट्र दूसरोंको सिखाने लायक है; वह दूसरा से सीखने लायक नहीं है।\nइस राष्ट्रमें अदालतें थीं, वकील थे, डॉक्टर-वैद्य थे। लेकिन वे सब ठीक ढंगसे नियमके मुताबिक चलते थे। सब जानते थे कि ये धन्धे बड़े नहीं हैं। और वकील, डॉक्टर वगैरा लोगोंमें लूट नहीं चलाते थे; वे तो लोगोंके आश्रित\n[\n१\n]\nथे। वे लोगोंके मालिक बनकर नहीं रहते थे। इन्साफ़ काफी अच्छा होता था। अदालतोंमें न जाना, यह लोगोंका ध्येय\n[\n२\n]\nथा। उन्हें भरमानेवाले स्वार्थी लोग नहीं थे। इतनी सड़न भी सिर्फ़ राजा और राजधानीके आसपास ही थी। यों (आम) प्रजा तो उससे स्वतंत्र रहकर अपने खेतका मालिकी हक भोगती थी। उसके पास सच्चा स्वराज्य था।\nऔर जहाँ यह चांडाल\n[\n३\n]\nसभ्यता नहीं पहुँची है, वहाँ हिन्दुस्तान आज भी वैसा ही है। उसके सामने आप अपने नये ढोंगोंकी बात करेंगे, तो वह आपकी हँसी उड़ायेगा। उस पर न तो अंग्रेज राज करते हैं, न आप कर सकेंगे।\nजिन लोगोंके नाम पर हम बात करते हैं, उन्हें हम पहचानते नहीं हैं, न वे हमें पहचानते हैं। आपको और दूसरोंको, जिनमें देशप्रेम है, मेरी सलाह है कि आप देशमें-जहां रेलकी बाढ़ नहीं फैली है उस भागमें-छह माहके लिए घूम आयें और बादमें देशकी लगन लगायें, बादमें स्वराज्यकी बात करें।\nअब आपने देखा कि सच्ची सभ्यता मैं किस चीजको कहता हूँ। ऊपर मैंने जो तसवीर खींची है वैसा हिन्दुस्तान जहाँ हो वहाँ जो आदमी फेरफार करेगा उसे आप दुश्मन समझिये। वह मनुष्य पापी है।\nपाठक : आपने जैसा बताया वैसा ही हिन्दुस्तान होता तब तो ठीक था। लेकिन जिस देशमें हजारों बाल-विधवायें हैं, जिस देशमें दो बरसकी बच्चीकी\n↑\nपनाहगीर।\n↑\nमक़सद।\n↑\nशैतानी।"183 }184 ],185 "images": [186 "images/shard_00000/ocr_document_processing_eval_000003_indic_vision_bench_deva_ocr_e7a933c40f55.jpg"187 ]188 },189 {190 "id": "ocr_document_processing_eval_000004_nayana_bench_deva_documents",191 "eval_set": "ocr_document_processing_eval",192 "task": "document_processing_ocr",193 "source": "Nayana-cognitivelab/NayanaBench",194 "source_repo": "Nayana-cognitivelab/NayanaBench",195 "source_dataset": "nayana_bench_deva_documents",196 "source_kind": "document_ocr_layout_vqa",197 "source_config": "default",198 "source_split": "hi",199 "source_row_idx": null,200 "language": "hi",201 "languages": [202 "hi",203 "mr",204 "sa"205 ],206 "language_scope": "devanagari_document_general",207 "scripts": [208 "Devanagari"209 ],210 "source_percent": 20.0,211 "source_target_samples": 160,212 "sample_score": 0.118697882145,213 "source_license": null,214 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",215 "document_type": null,216 "font_family": null,217 "font_size": null,218 "layout_region": null,219 "page_number": null,220 "line_number": null,221 "bbox": null,222 "messages": [223 {224 "role": "user",225 "content": "<image>Text Recognition:"226 },227 {228 "role": "assistant",229 "content": "2425\n45\n1883\n1155\nIn October 2015, our Southbridge Recycling and Disposal Park, Inc. (“SRD”) subsidiary reported to the Massachusetts Department of Environmental\nProtection (“MADEP”) results of analysis of samples collected pursuant to our existing permit from private drinking water wells located near the Town of\nSouthbridge, Massachusetts (“Town”) Landfill (“Southbridge Landfill”), which is operated by SRD. Those results indicated the presence of contaminants\nabove the levels triggering notice and response obligations under MADEP regulations. In response to those results, we are carrying out an Immediate\nResponse Action pursuant to Massachusetts General Law Chapter 21E (the “Charlton 21E Obligations”) pursuant to state law. Further, we have implemented\na plan to analyze and better understand the groundwater near the Southbridge Landfill and we are investigating with the objective of identifying the source or\nsources of the elevated levels of contamination measured in the well samples. If it is determined that some or all of the contamination originated at the\nSouthbridge Landfill, we will work with the Town, the Southbridge Landfill owner and the former operator of an unlined portion of the Southbridge Landfill,\nwhich was used prior to our operation of a double-lined portion of the Southbridge Landfill commencing in 2004, to evaluate and allocate the liabilities\nrelated to the Charlton 21E Obligations. In July 2016, we sent correspondence to the Town pursuant to Chapter 21E of Massachusetts General Laws\ndemanding that the Town reimburse us for the environmental response costs we had spent and that the Town be responsible for all such costs in the future, as\nwell as any other costs or liabilities resulting from the release of contaminants from the unlined portion of the Southbridge Landfill. The Town responded in\nSeptember 2016, denying that the Southbridge Landfill is the source of such contamination, and claiming that if it is, that we may owe an indemnity to the\nTown pursuant to the Operating Agreement between us and the Town dated May 29, 2007, as amended. We entered into a Tolling Agreement with the Town\nto delay any further administrative or legal actions until our work with MADEP more specifically defines the parties’ responsibilities for the Charlton 21E\nObligations, if any.\ntext\n1\nअक्टूबर 2015 में, हमारी साउथब्रिज रीसाइक्लिंग एंड डिस्पोजल पार्क, इंक. (\"एसआरडी\") सहायक कंपनी ने मैसाचुसेट्स डिपार्टमेंट ऑफ एनवायरनमेंटल प्रोटेक्शन (\"एमएडीईपी\") को साउथब्रिज, मैसाचुसेट्स (\"टाउन\") लैंडफिल (\"साउथब्रिज लैंडफिल\") के पास स्थित निजी पेयजल कुओं से हमारे मौजूदा परमिट के अनुसार एकत्र किए गए नमूनों के विश्लेषण के परिणामों की रिपोर्ट दी, जिसे एसआरडी द्वारा संचालित किया जाता है। उन परिणामों ने MADEP विनियमों के तहत नोटिस और प्रतिक्रिया दायित्वों को ट्रिगर करने वाले स्तरों से ऊपर के दूषित पदार्थों की उपस्थिति का संकेत दिया। उन परिणामों के जवाब में, हम राज्य कानून के अनुसार मैसाचुसेट्स जनरल लॉ चैप्टर 21E (\"चार्लटन 21E दायित्व\") के अनुसार तत्काल प्रतिक्रिया कार्रवाई कर रहे हैं। इसके अलावा, हमने साउथब्रिज लैंडफिल के पास भूजल का विश्लेषण करने और उसे बेहतर ढंग से समझने के लिए एक योजना लागू की है और हम कुओं के नमूनों में मापे गए संदूषण के उच्च स्तरों के स्रोत या स्रोतों की पहचान करने के उद्देश्य से जांच कर रहे हैं। यदि यह निर्धारित किया जाता है कि कुछ या सभी संदूषण साउथब्रिज लैंडफिल से उत्पन्न हुए हैं, तो हम टाउन, साउथब्रिज लैंडफिल के मालिक और साउथब्रिज लैंडफिल के अनलाइन वाले हिस्से के पूर्व संचालक के साथ काम करेंगे, जिसका उपयोग 2004 में शुरू होने वाले साउथब्रिज लैंडफिल के डबल-लाइन वाले हिस्से के हमारे संचालन से पहले किया गया था, ताकि चार्लटन 21E दायित्वों से संबंधित देनदारियों का मूल्यांकन और आवंटन किया जा सके। जुलाई 2016 में, हमने मैसाचुसेट्स जनरल लॉ के अध्याय 21E के अनुसार टाउन को पत्राचार भेजा, जिसमें मांग की गई कि टाउन हमारे द्वारा खर्च की गई पर्यावरणीय प्रतिक्रिया लागतों की प्रतिपूर्ति करे और यह कि टाउन भविष्य में ऐसी सभी लागतों के लिए जिम्मेदार हो, साथ ही साउथब्रिज लैंडफिल के अनलाइन वाले हिस्से से दूषित पदार्थों के निकलने से उत्पन्न होने वाली किसी भी अन्य लागत या देनदारियों के लिए भी जिम्मेदार हो। नगर ने सितंबर 2016 में जवाब दिया, इस बात से इनकार करते हुए कि साउथब्रिज लैंडफिल इस तरह के प्रदूषण का स्रोत है, और दावा किया कि यदि ऐसा है, तो हम 29 मई, 2007 को हमारे और नगर के बीच हुए संचालन समझौते के अनुसार नगर को क्षतिपूर्ति दे सकते हैं, जैसा कि संशोधित किया गया है। हमने नगर के साथ एक टोलिंग समझौता किया है ताकि MADEP के साथ हमारे काम तक किसी भी प्रशासनिक या कानूनी कार्रवाई में देरी हो, जब तक कि चार्लटन 21E दायित्वों के लिए पार्टियों की ज़िम्मेदारियों को अधिक विशिष्ट रूप से परिभाषित नहीं किया जाता है, यदि कोई हो।\n2437\n46\n2421\n1920\nIn February 2016, we and the Town received a Notice of Intent to Sue under the Resource Conservation and Recovery Act (“RCRA”) from a law firm\npurporting to represent residents proximate to the Southbridge Landfill (“Residents”), indicating its intent to file suit against us on behalf of the Residents\nalleging the groundwater contamination originated from the Southbridge Landfill. In February 2017, we received an additional Notice of Intent to Sue from\nthe National Environmental Law Center under the Federal Clean Water Act (“CWA”) and RCRA (collectively the “Acts”) on behalf of Environment America,\nInc., d/b/a Environment Massachusetts, and Toxics Action Center, Inc., which have referred to themselves as the Citizen Groups. The Citizen Groups alleged\nthat we had violated the Acts, and that they intended to seek appropriate relief in federal court for those alleged violations. On or about June 9, 2017, a lawsuit\nwas filed against us, SRD and the Town in the United States District Court for the District of Massachusetts by the Citizen Groups and the Residents alleging\nviolations of the Acts (the “Litigation”), and demanding a variety of remedies under the Acts, including fines, remediation, mitigation and costs of litigation,\nand remedies for violations of Massachusetts civil law related to personal and property damages, including remediation, diminution of property values,\ncompensation for lost use and enjoyment of properties, enjoinment of further operation of the Southbridge Landfill, and costs of litigation, plus interest on\nany damage award, on behalf of the Residents.\ntext\n2\nफरवरी 2016 में, हमें और शहर को संसाधन संरक्षण और पुनर्प्राप्ति अधिनियम (\"RCRA\") के तहत मुकदमा करने के इरादे का नोटिस मिला, जो साउथब्रिज लैंडफिल (\"निवासियों\") के निकट निवासियों का प्रतिनिधित्व करने का दावा करने वाली एक कानूनी फर्म से था, जो साउथब्रिज लैंडफिल से उत्पन्न भूजल संदूषण का आरोप लगाते हुए निवासियों की ओर से हमारे खिलाफ मुकदमा दायर करने के अपने इरादे को दर्शाता है। फरवरी 2017 में, हमें पर्यावरण अमेरिका, इंक., डी/बी/ए पर्यावरण मैसाचुसेट्स, और टॉक्सिक्स एक्शन सेंटर, इंक. की ओर से संघीय स्वच्छ जल अधिनियम (\"CWA\") और RCRA (सामूहिक रूप से \"अधिनियम\") के तहत राष्ट्रीय पर्यावरण कानून केंद्र से मुकदमा करने के इरादे का एक अतिरिक्त नोटिस मिला, जिन्होंने खुद को नागरिक समूहों के रूप में संदर्भित किया है। नागरिक समूहों ने आरोप लगाया कि हमने अधिनियमों का उल्लंघन किया है, और उनका इरादा उन कथित उल्लंघनों के लिए संघीय अदालत में उचित राहत पाने का है। 9 जून, 2017 को या उसके आसपास, नागरिक समूहों और निवासियों द्वारा मैसाचुसेट्स जिले के लिए संयुक्त राज्य अमेरिका जिला न्यायालय में हमारे, एसआरडी और शहर के खिलाफ मुकदमा दायर किया गया था, जिसमें अधिनियमों के उल्लंघन का आरोप लगाया गया था (\"मुकदमेबाजी\"), और अधिनियमों के तहत विभिन्न प्रकार के उपायों की मांग की गई थी, जिसमें जुर्माना, सुधार, शमन और मुकदमेबाजी की लागत, और व्यक्तिगत और संपत्ति के नुकसान से संबंधित मैसाचुसेट्स नागरिक कानून के उल्लंघन के लिए उपाय शामिल थे, जिसमें सुधार, संपत्ति के मूल्यों में कमी, संपत्तियों के खोए हुए उपयोग और आनंद के लिए मुआवजा, साउथब्रिज लैंडफिल के आगे के संचालन पर रोक, और मुकदमेबाजी की लागत, साथ ही निवासियों की ओर से किसी भी क्षति पुरस्कार पर ब्याज शामिल है।\n2433\n47\n891\n482\nWe have historically grown through acquisitions, may make additional acquisitions in the future, and we have tried and will continue to try to evaluate and\nlimit environmental risks and liabilities presented by businesses to be acquired prior to the acquisition. It is possible that some liabilities may prove to be\nmore difficult or costly to address than we anticipate. It is also possible that government officials responsible for enforcing environmental laws may believe\nan issue is more serious than we expect, or that we will fail to identify or fully appreciate an existing liability before we become responsible for addressing it.\nSome of the legal sanctions to which we could become subject could cause the suspension or revocation of a permit, prevent us from, or delay us in, obtaining\nor renewing permits to operate or expand our facilities, or harm our reputation. As of September 30, 2017, we had recorded $5.9 million in environmental\nremediation liabilities for the estimated cost of our share of work associated with a consent order issued by the State of New York to remediate a scrap yard\nand solid waste transfer station owned by one of our acquired subsidiaries, including the recognition of accretion expense. There can be no assurance that the\ncost of such cleanup or that our share of that cost will not exceed our estimates.\ntext\n3\nहम ऐतिहासिक रूप से अधिग्रहणों के माध्यम से आगे बढ़े हैं, भविष्य में और भी अधिग्रहण कर सकते हैं, और हमने अधिग्रहण से पहले अधिग्रहित किए जाने वाले व्यवसायों द्वारा प्रस्तुत पर्यावरणीय जोखिमों और देनदारियों का मूल्यांकन करने और उन्हें सीमित करने का प्रयास किया है और करते रहेंगे। यह संभव है कि कुछ देनदारियों को संबोधित करना हमारी अपेक्षा से अधिक कठिन या महंगा साबित हो सकता है। यह भी संभव है कि पर्यावरण कानूनों को लागू करने के लिए जिम्मेदार सरकारी अधिकारी यह मान लें कि कोई मुद्दा हमारी अपेक्षा से अधिक गंभीर है, या हम इसे संबोधित करने के लिए जिम्मेदार बनने से पहले मौजूदा देयता को पहचानने या पूरी तरह से समझने में विफल रहेंगे। कुछ कानूनी प्रतिबंध जिनके अधीन हम हो सकते हैं, वे परमिट के निलंबन या निरसन का कारण बन सकते हैं, हमें अपनी सुविधाओं को संचालित करने या विस्तार करने के लिए परमिट प्राप्त करने या नवीनीकृत करने से रोक सकते हैं या हमें देरी कर सकते हैं, या हमारी प्रतिष्ठा को नुकसान पहुंचा सकते हैं। 30 सितंबर, 2017 तक, हमने न्यूयॉर्क राज्य द्वारा जारी किए गए सहमति आदेश से जुड़े काम के हमारे हिस्से की अनुमानित लागत के लिए पर्यावरण उपचार देनदारियों में $5.9 मिलियन दर्ज किए थे, जो कि हमारी एक अधिग्रहीत सहायक कंपनी के स्वामित्व वाले स्क्रैप यार्ड और ठोस अपशिष्ट स्थानांतरण स्टेशन को ठीक करने के लिए था, जिसमें अभिवृद्धि व्यय की मान्यता भी शामिल है। इस बात का कोई आश्वासन नहीं दिया जा सकता है कि इस तरह की सफाई की लागत या उस लागत में हमारा हिस्सा हमारे अनुमान से अधिक नहीं होगा।\n2424\n48\n440\n167\nmay limit or prohibit the expansion of a landfill or transfer station, as well as the amount of solid waste that we can accept at the landfill or transfer station on\na daily, quarterly or annual basis, and any effort to acquire or expand landfills and transfer stations, which typically involves a significant amount of time and\nexpense. We may not be successful in obtaining new landfill or transfer station sites or expanding the permitted capacity of any of our current landfills and\ntransfer stations. If we are unable to develop additional disposal and transfer station capacity, our ability to achieve economies from the internalization of our\nwaste stream will be limited. If we fail to receive new landfill permits or renew existing permits, we may incur landfill asset impairment and other charges\nassociated with accelerated closure.\ntext\n4\nलैंडफिल या ट्रांसफर स्टेशन के विस्तार को सीमित या प्रतिबंधित कर सकता है, साथ ही लैंडफिल या ट्रांसफर स्टेशन पर हम दैनिक, त्रैमासिक या वार्षिक आधार पर कितना ठोस कचरा स्वीकार कर सकते हैं, और लैंडफिल और ट्रांसफर स्टेशन हासिल करने या उनका विस्तार करने का कोई भी प्रयास, जिसमें आमतौर पर काफी समय और खर्च शामिल होता है। हम नए लैंडफिल या ट्रांसफर स्टेशन साइट प्राप्त करने या अपने किसी भी मौजूदा लैंडफिल और ट्रांसफर स्टेशन की अनुमत क्षमता का विस्तार करने में सफल नहीं हो सकते हैं। यदि हम अतिरिक्त निपटान और ट्रांसफर स्टेशन क्षमता विकसित करने में असमर्थ हैं, तो हमारे अपशिष्ट प्रवाह के आंतरिककरण से अर्थव्यवस्थाओं को प्राप्त करने की हमारी क्षमता सीमित होगी। यदि हम नए लैंडफिल परमिट प्राप्त करने या मौजूदा परमिट को नवीनीकृत करने में विफल रहते हैं, तो हम लैंडफिल परिसंपत्ति हानि और त्वरित बंद होने से जुड़े अन्य शुल्क लगा सकते हैं।\n2408\n46\n1115\n932\nIn addition to the costs of complying with environmental laws and regulations, we incur costs defending against environmental litigation brought by\ngovernment agencies and private parties. We are, and may be in the future, a defendant in lawsuits brought by parties alleging environmental damage,\npersonal injury, and/or property damage, or seeking to overturn or prevent the issuance of an operating permit or authorization, all of which may result in us\nincurring significant liabilities.\ntext\n5\nपर्यावरण कानूनों और विनियमों का अनुपालन करने की लागतों के अलावा, हम सरकारी एजेंसियों और निजी पक्षों द्वारा लाए गए पर्यावरण संबंधी मुकदमों के खिलाफ़ बचाव करने की लागतें उठाते हैं। हम भविष्य में भी ऐसे मुकदमों में प्रतिवादी हो सकते हैं, जो पर्यावरण क्षति, व्यक्तिगत चोट और/या संपत्ति को नुकसान पहुंचाने या संचालन परमिट या प्राधिकरण जारी करने से रोकने या पलटने की मांग करने वाले पक्षों द्वारा लाए गए हैं, जिसके परिणामस्वरूप हम पर महत्वपूर्ण देयताएँ आ सकती हैं।"230 }231 ],232 "images": [233 "images/shard_00000/ocr_document_processing_eval_000004_nayana_bench_deva_documents_b3e34133cdc2.jpg"234 ]235 },236 {237 "id": "ocr_document_processing_eval_000005_devanagari_digits_mixed",238 "eval_set": "ocr_document_processing_eval",239 "task": "document_processing_ocr",240 "source": "rockerritesh/devanagari_and_roman_digits",241 "source_repo": "rockerritesh/devanagari_and_roman_digits",242 "source_dataset": "devanagari_digits_mixed",243 "source_kind": "ocr_image_text",244 "source_config": "default",245 "source_split": "train",246 "source_row_idx": null,247 "language": "mixed_deva_digits",248 "languages": [249 "ne",250 "hi",251 "en"252 ],253 "language_scope": "devanagari_digits",254 "scripts": [255 "Devanagari",256 "Latin"257 ],258 "source_percent": 15.0,259 "source_target_samples": 120,260 "sample_score": 0.006297500944,261 "source_license": null,262 "source_url": "https://huggingface.co/datasets/rockerritesh/devanagari_and_roman_digits",263 "document_type": null,264 "font_family": null,265 "font_size": null,266 "layout_region": null,267 "page_number": null,268 "line_number": null,269 "bbox": null,270 "messages": [271 {272 "role": "user",273 "content": "<image>Text Recognition:"274 },275 {276 "role": "assistant",277 "content": "०२५०77501"278 }279 ],280 "images": [281 "images/shard_00000/ocr_document_processing_eval_000005_devanagari_digits_mixed_f282c0e5d084.jpg"282 ]283 },284 {285 "id": "ocr_document_processing_eval_000006_indic_vision_bench_deva_ocr",286 "eval_set": "ocr_document_processing_eval",287 "task": "document_processing_ocr",288 "source": "krutrim-ai-labs/IndicVisionBench",289 "source_repo": "krutrim-ai-labs/IndicVisionBench",290 "source_dataset": "indic_vision_bench_deva_ocr",291 "source_kind": "ocr_image_text_multilingual",292 "source_config": "ocr",293 "source_split": "test",294 "source_row_idx": null,295 "language": "Hindi",296 "languages": [297 "hi",298 "mr"299 ],300 "language_scope": "devanagari_general",301 "scripts": [302 "Devanagari"303 ],304 "source_percent": 40.0,305 "source_target_samples": 320,306 "sample_score": 0.049470004082,307 "source_license": null,308 "source_url": "https://huggingface.co/datasets/krutrim-ai-labs/IndicVisionBench",309 "document_type": null,310 "font_family": null,311 "font_size": null,312 "layout_region": null,313 "page_number": null,314 "line_number": null,315 "bbox": null,316 "messages": [317 {318 "role": "user",319 "content": "<image>Text Recognition:"320 },321 {322 "role": "assistant",323 "content": "गोदान : 37\nतो पी जाने की ही वस्तु है।\nधनिया पति को फटकारने लगी। ऐसे अवसर उसे बहुत कम मिलते थे। होरी उससे चतुर था, पर आज बाजी उसके हाथ थी। हाथ मटकाकर बोली-क्यों न हो, भाई ने पंद्रह रुपये कह दिए, तो तुम कैसे टोकते? अरे, राम-राम। लाड़ले भाई का दिल छोटा हो जाता कि नहीं। फिर जब इतना बड़ा अनर्थ हो रहा था कि लाड़ली बहू के गले पर छुरी चल रही थी, तो भला तुम कैसे बोलते । उस बखत कोई तुम्हारा सरबस लूट लेता, तो भी तुम्हें सुध न होती।\nहोरी चुपचाप सुनता रहा। मिनका तक नहीं। झुंझलाहट हुई, क्रोध आया, खून खौला, आंख जली, दांत पिसे, लेकिन बोला नहीं। चुपके-से कुदाल उठाई और ऊख गोड़ने चला।\nधनिया ने कुदाल छीनकर कहा-क्या अभी सबेरा है जो ऊख गोड़ने चले? सूरज देवता माथे पर आ गए। नहाने-धोने जाव। रोटी तैयार है।\nहोरी ने घुन्नाकर कहा-मुझे भूख नहीं है।\nधनिया ने जले पर नोन छिड़का-हां, काहे को भूख लगेगी । भाई ने बड़ेबड़े लड्डू खिला दिए हैं न। भगवान् ऐसे सपूत भाई सबको दें।\nहोरी बिगड़ा और क्रोध अब रस्सियां तुड़ा रहा था-तू आज मार खाने पर लगी हुई ।\nधनिया ने नकली विनय का नाटक करके कहा-क्या करूं, तुम दुलार ही इतना करते हो कि मेरा सिर फिर गया है।\n‘तू घर में रहने देगी कि नहीं?'\n'घर तुम्हारा, मालिक तुम, मैं भला कौन होती तुम्हें घर से निकालने वाली?\nहोरी आज धनिया से किसी तरह पेश नहीं पा सकता। उसकी अक्ल जैसे कुंद हो गई है। इन व्यंग्य-बाणों के रोकने के लिए उसके पास कोई ढाल नहीं है। धीरे से कुदाल रख दी और गमछा लेकर नहाने चला गया। लौटा कोई आध घंटे में, मगर गोबर अभी तक न आया था। अकेले कैसे भोजन करे। लौंडा वहां जाकर सो रहा। भोला की वह मदमाती छोकरी है न झुनिया। उसके साथ हंसी-दिल्लगी कर रहा होगा। कल भी तो उसके पीछे लगा हुआ था। नहीं गाय दी, तो लौट क्यों नहीं आया। क्या वहां ढई देगा।\nधनिया ने कहा -अब खड़े क्या हो? गोबर सांझ को आएगा।\nहोरी ने और कुछ न कहा। कहीं धनिया फिर न कुछ कह बैठे।\nभोजन करके नीम की छांह में लेट रहा।\nरूपा रोती हुई आई। नंगे बदन एक लंगोटी लगाए, झबरे बाल इधर-उधर बिखरे हुए। होरी की छाती पर लोट गई। उसकी बड़ी बहिन सोना कहती है- गाय आएगी, तो उसका गोबर\nमैं पाथूंगी। रूपा यह नहीं बर्दाश्त कर सकती है। सोना ऐसी कहां की बड़ी रानी है कि सारा गोबर आप पाथ डाले। रूपा उससे किस बात में कम है? सोना रोटी पकाती है, तो क्या रूपा बर्तन नहीं मांजती? सोना पानी लाती है, तो क्या रूपा कुएं पर रस्सी नहीं ले जाती? सोना तो कलसा भरकर इठलाती चली आती है।रस्सी समेटकर रूपा ही लाती है। गोबर दोनों साथ पाथती\nहैं। सोना खेत गोड़ने जाती है, तो क्या रूपा बकरी चराने नहीं जाती? फिर सोना क्यों अकेली गोबर पाथेगी? यह अन्याय रूपा कैसे सहे?"324 }325 ],326 "images": [327 "images/shard_00000/ocr_document_processing_eval_000006_indic_vision_bench_deva_ocr_ca868a72129f.jpg"328 ]329 },330 {331 "id": "ocr_document_processing_eval_000007_devanagari_digits_mixed",332 "eval_set": "ocr_document_processing_eval",333 "task": "document_processing_ocr",334 "source": "rockerritesh/devanagari_and_roman_digits",335 "source_repo": "rockerritesh/devanagari_and_roman_digits",336 "source_dataset": "devanagari_digits_mixed",337 "source_kind": "ocr_image_text",338 "source_config": "default",339 "source_split": "train",340 "source_row_idx": null,341 "language": "mixed_deva_digits",342 "languages": [343 "ne",344 "hi",345 "en"346 ],347 "language_scope": "devanagari_digits",348 "scripts": [349 "Devanagari",350 "Latin"351 ],352 "source_percent": 15.0,353 "source_target_samples": 120,354 "sample_score": 0.003626503604,355 "source_license": null,356 "source_url": "https://huggingface.co/datasets/rockerritesh/devanagari_and_roman_digits",357 "document_type": null,358 "font_family": null,359 "font_size": null,360 "layout_region": null,361 "page_number": null,362 "line_number": null,363 "bbox": null,364 "messages": [365 {366 "role": "user",367 "content": "<image>Text Recognition:"368 },369 {370 "role": "assistant",371 "content": "९55१५18४४3"372 }373 ],374 "images": [375 "images/shard_00000/ocr_document_processing_eval_000007_devanagari_digits_mixed_20160aa2b484.jpg"376 ]377 },378 {379 "id": "ocr_document_processing_eval_000008_devanagari_digits_mixed",380 "eval_set": "ocr_document_processing_eval",381 "task": "document_processing_ocr",382 "source": "rockerritesh/devanagari_and_roman_digits",383 "source_repo": "rockerritesh/devanagari_and_roman_digits",384 "source_dataset": "devanagari_digits_mixed",385 "source_kind": "ocr_image_text",386 "source_config": "default",387 "source_split": "train",388 "source_row_idx": null,389 "language": "mixed_deva_digits",390 "languages": [391 "ne",392 "hi",393 "en"394 ],395 "language_scope": "devanagari_digits",396 "scripts": [397 "Devanagari",398 "Latin"399 ],400 "source_percent": 15.0,401 "source_target_samples": 120,402 "sample_score": 0.00361988621,403 "source_license": null,404 "source_url": "https://huggingface.co/datasets/rockerritesh/devanagari_and_roman_digits",405 "document_type": null,406 "font_family": null,407 "font_size": null,408 "layout_region": null,409 "page_number": null,410 "line_number": null,411 "bbox": null,412 "messages": [413 {414 "role": "user",415 "content": "<image>Text Recognition:"416 },417 {418 "role": "assistant",419 "content": "0५53०४९7109८"420 }421 ],422 "images": [423 "images/shard_00000/ocr_document_processing_eval_000008_devanagari_digits_mixed_c797219bdd6b.jpg"424 ]425 },426 {427 "id": "ocr_document_processing_eval_000009_indic_vision_bench_deva_ocr",428 "eval_set": "ocr_document_processing_eval",429 "task": "document_processing_ocr",430 "source": "krutrim-ai-labs/IndicVisionBench",431 "source_repo": "krutrim-ai-labs/IndicVisionBench",432 "source_dataset": "indic_vision_bench_deva_ocr",433 "source_kind": "ocr_image_text_multilingual",434 "source_config": "ocr",435 "source_split": "test",436 "source_row_idx": null,437 "language": "Hindi",438 "languages": [439 "hi",440 "mr"441 ],442 "language_scope": "devanagari_general",443 "scripts": [444 "Devanagari"445 ],446 "source_percent": 40.0,447 "source_target_samples": 320,448 "sample_score": 0.527019338838,449 "source_license": null,450 "source_url": "https://huggingface.co/datasets/krutrim-ai-labs/IndicVisionBench",451 "document_type": null,452 "font_family": null,453 "font_size": null,454 "layout_region": null,455 "page_number": null,456 "line_number": null,457 "bbox": null,458 "messages": [459 {460 "role": "user",461 "content": "<image>Text Recognition:"462 },463 {464 "role": "assistant",465 "content": "ने कुछ दिनों से मोटर रख लिया था; पर वह रहता था सुखदा ही की सवारी में। दोनों उस पर बैठकर चलीं। लल्लू भला क्यों अकेले रहने लगा था। नैना ने उसे भी ले लिया।\nसुखदा ने कुछ दूर जाने के बाद कहा--यह सब अमीरों के चोंचले हैं। मैं चाहूँ तो दो-तीन आने में अपना निर्वाह कर सकती हूँ।\nनैना ने विनीत-भाव से कहा--पहले करके दिखा दो, तो मुझे विश्वास आये। मैं तो नहीं कर सकती।\n'जब तक इस घर में रहूँगी, मैं भी न कर सकूँगी। इसीलिए तो मैं अलग रहना चाहती हूँ।'\n'लेकिन साथ तो किसी को रखना ही पड़ेगा?'\n'मैं कोई ज़रूरत नहीं समझती। इसी शहर में हजारों औरतें अकेली रहती हैं। फिर मेरे लिए क्या मुश्किल है। मेरी रक्षा करनेवाले बहुत हैं। मैं खुद अपनी रक्षा कर सकती हूँ। (मुसकराकर) हाँ, खुद किसी पर मरने लगूँ तो दूसरी बात है।'\nशांतिकुमार सिर से पाँव तक कंबल लपेटे, अँगीठी जलाये, कुरसी पर बैठे एक स्वास्थ्य सम्बन्धी पुस्तक पढ़ रहे थे। वह कैसे जल्द-से-जल्द भले-चंगे हो जायँ, आज-कल उन्हें यही चिन्ता रहती थी। दोनों रमणियों के आने का समाचार पाते ही किताब रख दी और कम्बल उतार कर रख दिया। अँगीठी भी हटाना चाहते थे; पर इसका अवसर न मिला। दोनों ज्योंही कमरे में आईं, उन्हें प्रणाम करके कुरसियों पर बैठने का इशारा करते हुए बोले--मुझे आप लोगों पर ईर्ष्या हो रही है। आप इस शीत में घूम-फिर रही हैं और मैं अँगीठी जलाये पड़ा हूँ। करूँ क्या, उठा ही नहीं जाता। जिन्दगी के छ: महीने मानो कट गये, बल्कि आधी उम्र कहिये। मैं अच्छा होकर भी आधा ही रहूँगा। कितनी लज्जा आती है कि देवियां बाहर निकलकर काम करें और मैं कोठरी में बन्द पड़ा रहूँ।\nसुखदा ने जैसे आँसू पोंछते हुए कहा--आपने इस नगर में जितनी जागृति फैला दी, उस हिसाब से तो आपकी उम्र चौगुनी हो गयी। मुझे तो बैठे-बैठाये यश मिल गया।\nशांतिकुमार के पीले मुख पर आत्मगौरव की आभा झलक पड़ी।\nकर्मभूमि\n२१९"466 }467 ],468 "images": [469 "images/shard_00000/ocr_document_processing_eval_000009_indic_vision_bench_deva_ocr_1f77e9d5631d.jpg"470 ]471 },472 {473 "id": "ocr_document_processing_eval_000010_indic_vision_bench_deva_ocr",474 "eval_set": "ocr_document_processing_eval",475 "task": "document_processing_ocr",476 "source": "krutrim-ai-labs/IndicVisionBench",477 "source_repo": "krutrim-ai-labs/IndicVisionBench",478 "source_dataset": "indic_vision_bench_deva_ocr",479 "source_kind": "ocr_image_text_multilingual",480 "source_config": "ocr",481 "source_split": "test",482 "source_row_idx": null,483 "language": "Marathi",484 "languages": [485 "hi",486 "mr"487 ],488 "language_scope": "devanagari_general",489 "scripts": [490 "Devanagari"491 ],492 "source_percent": 40.0,493 "source_target_samples": 320,494 "sample_score": 0.018267598647,495 "source_license": null,496 "source_url": "https://huggingface.co/datasets/krutrim-ai-labs/IndicVisionBench",497 "document_type": null,498 "font_family": null,499 "font_size": null,500 "layout_region": null,501 "page_number": null,502 "line_number": null,503 "bbox": null,504 "messages": [505 {506 "role": "user",507 "content": "<image>Text Recognition:"508 },509 {510 "role": "assistant",511 "content": "“आगत (इनपूट्स - गुंतवणूक) आपोआप उत्पादन (आऊटपूट) देत नाहीत. परिणामकारक उत्पादनासाठी मनुष्यबळ, कच्चा माल आणि यंत्रसामग्री यांची सुयोग्य जुळणी करावी लागते.\"\nव्यवस्थापनाचा हेतू\nपीटर डूकर म्हणतो त्याप्रमाणे : “व्यवस्थापन हा नेतृत्व, दिग्दर्शन आणि निर्णय यांचा क्रियाशील अवयव आहे. प्रत्येक देशातल्या प्रत्येक संघटनेत व्यवस्थापकाला एकसारखीच पायाभूत कामे करावी लागतात. व्यवस्थापनातून एखाद्या कार्याचाच निर्देश होत नसून ती कार्ये करणाच्या लोकांचाही निर्देश होतो. म्हणजे, त्यातून सामाजिक स्थान आणि पदाचा दर्जा तसेच शिस्त आणि अभ्यास-कार्यक्षेत्र यांचाही निर्देश होतो.\"\nसाधारणपणे, व्यावसायिक उद्योगगृहे वगळता इतर संस्था व्यवस्थापक किंवा व्यवस्थापन यांची चर्चा करीत नाहीत. उदाहरणार्थ, सरकारी अभिकरण (एजन्सी) प्रशासक अधिका-यांबरोबर कार्य करतात; संरक्षण खात्यात कमांडर असतात! तरीही या सर्व संघटनांमध्ये व्यवस्थापन हा मुख्य आधारभूत असा भाग असतो - व्यवस्थापन हे अत्यंत महत्त्वाचे व अत्यावश्यक असे कार्य असते.\nव्यवस्थापनाचे कार्य\nव्यवस्थापन हे सर्व स्तरावर लागू होणारे तत्त्व असते. ते व्यक्तिगत नसते. व्यवस्थापन खालील पायाभूत कामे करते :\n० ते ज्या संघटनेचे व्यवस्थापन करते त्याला योग्य दिशा देते.\n२३"512 }513 ],514 "images": [515 "images/shard_00000/ocr_document_processing_eval_000010_indic_vision_bench_deva_ocr_37c71dd19710.jpg"516 ]517 },518 {519 "id": "ocr_document_processing_eval_000011_nayana_bench_deva_documents",520 "eval_set": "ocr_document_processing_eval",521 "task": "document_processing_ocr",522 "source": "Nayana-cognitivelab/NayanaBench",523 "source_repo": "Nayana-cognitivelab/NayanaBench",524 "source_dataset": "nayana_bench_deva_documents",525 "source_kind": "document_ocr_layout_vqa",526 "source_config": "default",527 "source_split": "mr",528 "source_row_idx": null,529 "language": "mr",530 "languages": [531 "hi",532 "mr",533 "sa"534 ],535 "language_scope": "devanagari_document_general",536 "scripts": [537 "Devanagari"538 ],539 "source_percent": 15.0,540 "source_target_samples": 120,541 "sample_score": 0.057895377834,542 "source_license": null,543 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",544 "document_type": null,545 "font_family": null,546 "font_size": null,547 "layout_region": null,548 "page_number": null,549 "line_number": null,550 "bbox": null,551 "messages": [552 {553 "role": "user",554 "content": "<image>Text Recognition:"555 },556 {557 "role": "assistant",558 "content": "2198\n744\n2962\n2550\nFAILING TO LOOSEN THE BLEED SCREW WILL KEEP THE\nSEALED AIR IN HYDRAULIC SYSTEM BEING\nCOMPRESSED AFTER BEING DECOMPRESSED. SUCH\nCONTINUOUS AIR COMPRESSION AND DECOMPRESSION\nWILL BLOW OUT THE SEALS OF THE HYDRAULIC SYSTEM\nAND CAUSE PERMANENT DAMAGE TO THE LOG\nSPLITTER.\ntext\n1\nब्लीड स्क्रू सोडण्यात अयशस्वी राहिल्यास\nहायड्रोलिक सिस्टीममध्ये सीलबंद हवा\nसंकुचित झाल्यानंतर संकुचित. अशा\nसतत हवा संक्षेपण आणि डीकंप्रेशन\nहायड्रोलिक सिस्टीमचे सील उडवून देईल\nआणि लॉगचे कायमचे नुकसान होऊ शकते\nस्प्लिटर.\n1069\n289\n1756\n763\n1. Oil Tank\n\n2. Log Pusher\n\n3. Work Table\n\n4. Wedge\n\n5. Lift Handle\n\n6. Support Leg\n\n7. Work Table Extension w/Log\nRetaining Plates\n\n8. Switch\n\n9. Motor\n\n10. Pushbutton box\n\n11. Wheel for minor moving ONLY\n12. Lift Handle\n\n13. Hydraulic Control Lever\n\n14. Control Lever Guard\n\n15. Bleed Screw\n\n16. Oil Drain Bolt with Dipstick\ntext\n2\n1. तेल टाकी\n\n2. लॉग पुशर\n\n3. कार्य सारणी\n\n4. पाचर घालून घट्ट बसवणे\n\n5. लिफ्ट हँडल\n\n6. सपोर्ट लेग\n\n7. लॉगसह कार्य सारणी विस्तार\nप्लेट्स टिकवून ठेवणे\n\n8. स्विच करा\n\n9. मोटर\n\n10. पुशबटण बॉक्स\n\n11. फक्त किरकोळ फिरण्यासाठी चाक\n12. लिफ्ट हँडल\n\n13. हायड्रोलिक कंट्रोल लीव्हर\n\n14. नियंत्रण लीव्हर गार्ड\n\n15. ब्लीड स्क्रू\n\n16. डिपस्टिकसह ऑइल ड्रेन बोल्ट\n1783\n291\n366\n291\nSET UP AND PREPARATION FOR OPERATION\ntitle\n3\nसेट अप आणि ऑपरेशनसाठी तयारी\n667\n344\n2875\n2559\nimage\n6\n2172\n1307\n1795\n657\nimage\n7\n2159\n290\n604\n372\n1. Bolt the Support Leg to the Log Splitter, lift the Log Splitter by the handles at both\nends and place it on a 60 — 75 cm high, stable, flat and level work surface.\n\n2. Familiarize yourself with the controls and features of this log splitter in the\nillustrations.\ntext\n8\n1. लॉग स्प्लिटरला सपोर्ट लेग बोल्ट करा, दोन्ही बाजूंच्या हँडलद्वारे लॉग स्प्लिटर उचला\nसमाप्त करा आणि 60 - 75 सेमी उंच, स्थिर, सपाट आणि सपाट कामाच्या पृष्ठभागावर ठेवा.\n\n2. मध्ये या लॉग स्प्लिटरची नियंत्रणे आणि वैशिष्ट्यांसह स्वतःला परिचित करा\nचित्रे\n2182\n290\n2388\n2270\nBefore moving the log splitter, make sure the Bleed Screw is tightened to avoid\noil leaking from this point.\ntext\n9\nलॉग स्प्लिटर हलवण्यापूर्वी, टाळण्यासाठी ब्लीड स्क्रू घट्ट केल्याची खात्री करा\nया ठिकाणाहून तेल गळत आहे.\n2179\n288\n2389\n2034\nBefore operating the log splitter, the Bleed Screw should be loosened by some\nrotations until air can go in and out of the oil tank smoothly.\n\nAir flow thru the Bleed Screw hole should be detectable during the log splitter\nis under operations.\n\nBefore moving the log splitter, make sure the Bleed Screw is tightened to avoid\noil leaking from this point.\ntext\n10\nलॉग स्प्लिटर चालवण्यापूर्वी, ब्लीड स्क्रू काहींनी सैल केला पाहिजे\nतेलाच्या टाकीमधून हवा सहजतेने आत आणि बाहेर जाईपर्यंत रोटेशन.\n\nलॉग स्प्लिटर दरम्यान ब्लीड स्क्रू होलमधून हवेचा प्रवाह शोधण्यायोग्य असावा\nऑपरेशन अंतर्गत आहे.\n\nलॉग स्प्लिटर हलवण्यापूर्वी, टाळण्यासाठी ब्लीड स्क्रू घट्ट केल्याची खात्री करा\nया ठिकाणाहून तेल गळत आहे."559 }560 ],561 "images": [562 "images/shard_00000/ocr_document_processing_eval_000011_nayana_bench_deva_documents_1eb0aa13950f.jpg"563 ]564 },565 {566 "id": "ocr_document_processing_eval_000012_hindi_handwritten_word_ocr",567 "eval_set": "ocr_document_processing_eval",568 "task": "document_processing_ocr",569 "source": "c3rl/IIIT-INDIC-HW-WORDS-Hindi",570 "source_repo": "c3rl/IIIT-INDIC-HW-WORDS-Hindi",571 "source_dataset": "hindi_handwritten_word_ocr",572 "source_kind": "ocr_word_image_text",573 "source_config": "default",574 "source_split": "test",575 "source_row_idx": null,576 "language": "hi",577 "languages": [578 "hi"579 ],580 "language_scope": "devanagari_handwriting",581 "scripts": [582 "Devanagari"583 ],584 "source_percent": 10.0,585 "source_target_samples": 80,586 "sample_score": 0.001044618346,587 "source_license": null,588 "source_url": "https://huggingface.co/datasets/c3rl/IIIT-INDIC-HW-WORDS-Hindi",589 "document_type": null,590 "font_family": null,591 "font_size": null,592 "layout_region": null,593 "page_number": null,594 "line_number": null,595 "bbox": null,596 "messages": [597 {598 "role": "user",599 "content": "<image>Text Recognition:"600 },601 {602 "role": "assistant",603 "content": "योग्य"604 }605 ],606 "images": [607 "images/shard_00000/ocr_document_processing_eval_000012_hindi_handwritten_word_ocr_4d7b67608c81.jpg"608 ]609 },610 {611 "id": "ocr_document_processing_eval_000013_nayana_bench_deva_documents",612 "eval_set": "ocr_document_processing_eval",613 "task": "document_processing_ocr",614 "source": "Nayana-cognitivelab/NayanaBench",615 "source_repo": "Nayana-cognitivelab/NayanaBench",616 "source_dataset": "nayana_bench_deva_documents",617 "source_kind": "document_ocr_layout_vqa",618 "source_config": "default",619 "source_split": "hi",620 "source_row_idx": null,621 "language": "hi",622 "languages": [623 "hi",624 "mr",625 "sa"626 ],627 "language_scope": "devanagari_document_general",628 "scripts": [629 "Devanagari"630 ],631 "source_percent": 20.0,632 "source_target_samples": 160,633 "sample_score": 0.752924333156,634 "source_license": null,635 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",636 "document_type": null,637 "font_family": null,638 "font_size": null,639 "layout_region": null,640 "page_number": null,641 "line_number": null,642 "bbox": null,643 "messages": [644 {645 "role": "user",646 "content": "<image>Text Recognition:"647 },648 {649 "role": "assistant",650 "content": "1220\n198\n3022\n2208\nThriving California is a major new Academy initiative\nthat addresses the dual threats of climate change\nand biodiversity loss in the Golden State, harnessing\nthe power of big data and crowd-sourced community\nscience to build a vibrant model for implementing\nconservation solutions. This initiative seeks to\nunderstand the past, actively monitor the present,\nand collaboratively create the future with a diversity\nof partners, from universities, government agencies,\nand technology companies to nonprofits, K-12 schools,\nand Indigenous Nations. A newly established alliance\nof California natural history museums will tap into\nour respective collections, as well as our expertise\n\nin community science, to establish past and present\ntext\n1\nथ्राइविंग कैलिफ़ोर्निया एक प्रमुख नई अकादमी पहल है जो गोल्डन स्टेट में जलवायु परिवर्तन और जैव विविधता हानि के दोहरे खतरों को संबोधित करती है, संरक्षण समाधानों को लागू करने के लिए एक जीवंत मॉडल बनाने के लिए बड़े डेटा और भीड़-स्रोत वाले सामुदायिक विज्ञान की शक्ति का उपयोग करती है। यह पहल अतीत को समझने, वर्तमान की सक्रिय रूप से निगरानी करने और विश्वविद्यालयों, सरकारी एजेंसियों और प्रौद्योगिकी कंपनियों से लेकर गैर-लाभकारी संस्थाओं, K-12 स्कूलों और स्वदेशी राष्ट्रों तक के भागीदारों की विविधता के साथ मिलकर भविष्य का निर्माण करने का प्रयास करती है। कैलिफ़ोर्निया प्राकृतिक इतिहास संग्रहालयों का एक नया स्थापित गठबंधन हमारे संबंधित संग्रहों के साथ-साथ सामुदायिक विज्ञान में हमारी विशेषज्ञता का उपयोग करके अतीत और वर्तमान को स्थापित करेगा।\n1234\n197\n1243\n312\nWe believe that the Academy will achieve the greatest\nimpacts over the shortest duration through a narrow\nand deep strategy, focusing on a small number of\nintegrated initiatives and activities with the capacity\nto scale. The Academy has elected to concentrate\n\non the following three initiatives because: 1) they\nrepresent key existing scientific organizational\nstrengths that leverage both our research expertise\nand our vast collections; 2) they provide critical\nleverage points for addressing the biodiversity crisis,\nrepresenting hotspots of exceptionally diverse and\nthreatened lifeforms; and 3) great potential exists to\nrapidly expand the public’s science and environmental\nknowledge as a critical first step for implementing\ncommunity-based models that can serve as global\nexemplars, enabling our efforts to scale.\ntext\n2\nहमारा मानना है कि अकादमी एक संकीर्ण और गहन रणनीति के माध्यम से कम से कम समय में सबसे बड़ा प्रभाव प्राप्त करेगी, जिसमें पैमाने पर क्षमता वाली एकीकृत पहलों और गतिविधियों की एक छोटी संख्या पर ध्यान केंद्रित किया जाएगा। अकादमी ने निम्नलिखित तीन पहलों पर ध्यान केंद्रित करने का चुनाव किया है क्योंकि: 1) वे प्रमुख मौजूदा वैज्ञानिक संगठनात्मक शक्तियों का प्रतिनिधित्व करते हैं जो हमारे शोध विशेषज्ञता और हमारे विशाल संग्रह दोनों का लाभ उठाते हैं; 2) वे जैव विविधता संकट को संबोधित करने के लिए महत्वपूर्ण उत्तोलन बिंदु प्रदान करते हैं, जो असाधारण रूप से विविध और खतरे वाले जीवन रूपों के हॉटस्पॉट का प्रतिनिधित्व करते हैं; और 3) समुदाय-आधारित मॉडल को लागू करने के लिए एक महत्वपूर्ण पहले कदम के रूप में जनता के विज्ञान और पर्यावरण ज्ञान का तेजी से विस्तार करने की बड़ी क्षमता मौजूद है जो वैश्विक उदाहरणों के रूप में काम कर सकते हैं, जिससे हमारे प्रयासों को स्केल करने में सक्षम बनाया जा सकता है।\n2322\n1308\n661\n193\necological baselines. All of this data will then be\nmobilized to enhance environmental learning and\ninform decision-making. A key goal will be launching\nthe largest ever statewide community science\ncampaign to engage Californians. The ultimate aim is\nto build a statewide movement that enables natural\nand human communities to become healthier and\nmore resilient, together.\ntext\n3\nपारिस्थितिक आधार रेखाएँ। फिर इस सारे डेटा को पर्यावरण संबंधी शिक्षा को बढ़ाने और निर्णय लेने में सहायता के लिए जुटाया जाएगा। एक प्रमुख लक्ष्य कैलिफ़ोर्नियावासियों को शामिल करने के लिए अब तक का सबसे बड़ा राज्यव्यापी सामुदायिक विज्ञान अभियान शुरू करना होगा। अंतिम लक्ष्य एक ऐसा राज्यव्यापी आंदोलन बनाना है जो प्राकृतिक और मानव समुदायों को एक साथ स्वस्थ और अधिक लचीला बनने में सक्षम बनाता है।\n2351\n1308\n3023\n1625\nHope For Reefs, now in its second phase, will advance\nand scale novel strategies to bolster the resilience\n\nof coral reefs, from cutting-edge technologies to\ncommunity-based conservation, while building a\npowerful global constituency to advocate for reefs.\nCovering less than one percent of oceans, coral reefs\nare home to an astounding 25 percent of all marine\ndiversity. Globally, about one billion people rely\n\non reefs for food, coastal protection, and income.\n\nYet these remarkably diverse ecosystems are now\nthreatened by overfishing, pollution, and climate\nchange. Over the next five years, the Hope for Reefs\nteam will join forces with a diverse network of\npartners—focusing on key target locations that include\nthe Philippines, the Maldives, Curacao, and Brazil—to\nconduct the most comprehensive survey of global reef\nbiodiversity to date. The resulting mountain of data,\ncombined with prior work and the Academy’s robust\nscientific collections, will be used to guide strategic\ninterventions—from marine protected areas to on-\nthe-reef restoration—enacted with local communities\nand a wide range of cross-sector stakeholders. Our\nultimate goal is to create powerful pathways to boost\nreef resilience and regeneration in a warming world.\ntext\n4\nहोप फॉर रीफ्स, जो अब अपने दूसरे चरण में है, कोरल रीफ्स की लचीलापन को बढ़ाने के लिए अत्याधुनिक तकनीकों से लेकर समुदाय-आधारित संरक्षण तक नई रणनीतियों को आगे बढ़ाएगी और उनका विस्तार करेगी, साथ ही रीफ्स के लिए वकालत करने के लिए एक शक्तिशाली वैश्विक निर्वाचन क्षेत्र का निर्माण करेगी। महासागरों के एक प्रतिशत से भी कम क्षेत्र को कवर करने वाली कोरल रीफ्स सभी समुद्री विविधता के 25 प्रतिशत का घर हैं। वैश्विक स्तर पर, लगभग एक बिलियन लोग भोजन, तटीय सुरक्षा और आय के लिए रीफ्स पर निर्भर हैं। फिर भी ये उल्लेखनीय रूप से विविध पारिस्थितिकी तंत्र अब अत्यधिक मछली पकड़ने, प्रदूषण और जलवायु परिवर्तन से खतरे में हैं। अगले पांच वर्षों में, होप फॉर रीफ्स टीम भागीदारों के एक विविध नेटवर्क के साथ मिलकर काम करेगी - प्रमुख लक्ष्य स्थानों पर ध्यान केंद्रित करेगी जिसमें फिलीपींस, मालदीव, कुराकाओ और ब्राजील शामिल हैं - वैश्विक रीफ जैव विविधता का अब तक का सबसे व्यापक सर्वेक्षण करने के लिए। परिणामी डेटा का ढेर, पिछले काम और अकादमी के मजबूत वैज्ञानिक संग्रह के साथ संयुक्त रूप से, रणनीतिक हस्तक्षेपों को निर्देशित करने के लिए उपयोग किया जाएगा - समुद्री संरक्षित क्षेत्रों से लेकर रीफ बहाली तक - स्थानीय समुदायों और क्रॉस-सेक्टर हितधारकों की एक विस्तृत श्रृंखला के साथ लागू किया जाएगा। हमारा अंतिम लक्ष्य गर्म होती दुनिया में रीफ लचीलापन और उत्थान को बढ़ावा देने के लिए शक्तिशाली रास्ते बनाना है।\n1238\n199\n2096\n1310\nimage\n5\n2357\n1313\n1513\n726\nimage\n6\n807\n198\n282\n206\nStrategic Initiatives\ntitle\n7\nरणनीतिक पहल\n661\n200\n2193\n2128\nThriving California\ntitle\n8\nसंपन्न कैलिफोर्निया\n1680\n1311\n1608\n1546\nHope for Reefs\ntitle\n9\nरीफ्स के लिए आशा"651 }652 ],653 "images": [654 "images/shard_00000/ocr_document_processing_eval_000013_nayana_bench_deva_documents_84a86b84f3a2.jpg"655 ]656 },657 {658 "id": "ocr_document_processing_eval_000014_nayana_bench_deva_documents",659 "eval_set": "ocr_document_processing_eval",660 "task": "document_processing_ocr",661 "source": "Nayana-cognitivelab/NayanaBench",662 "source_repo": "Nayana-cognitivelab/NayanaBench",663 "source_dataset": "nayana_bench_deva_documents",664 "source_kind": "document_ocr_layout_vqa",665 "source_config": "default",666 "source_split": "hi",667 "source_row_idx": null,668 "language": "hi",669 "languages": [670 "hi",671 "mr",672 "sa"673 ],674 "language_scope": "devanagari_document_general",675 "scripts": [676 "Devanagari"677 ],678 "source_percent": 20.0,679 "source_target_samples": 160,680 "sample_score": 0.529009797536,681 "source_license": null,682 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",683 "document_type": null,684 "font_family": null,685 "font_size": null,686 "layout_region": null,687 "page_number": null,688 "line_number": null,689 "bbox": null,690 "messages": [691 {692 "role": "user",693 "content": "<image>Text Recognition:"694 },695 {696 "role": "assistant",697 "content": "2075\n408\n2018\n895\nThis article has addressed negotiations about class, race and gender in Swedish\nrap lyrics between 1991 and 2011 by male artists. First, it was shown how dis-\ncourses on class varied. They ranged from a flow discourse from a privileged po-\nsition, via an anarchist critique of the ruling elites, to invoking working-class ex-\nperience and perspectives. Classed discourses were not independent of discourses\non race — they intersected to varying degrees — and the more privileged ones were\nshaped by the inhabitance of whiteness. Focusing on race and place in the next\nsection, I showed how suburbs are racialized and described through colonial dis-\ncourses that contrast white civilization with the jungle of the Other. Many rap\nartists challenge this sort of racialization by “representing” their “hoods” and\nthereby refusing to comply in territorial stigmatization. However, resistance\nagainst racialization is not independent of discourses on gender and sexuality —\nthese categories intersect to some degree. In many cases, but not always, the chal-\nlenging of racialization is co-articulated with discourses that draw on gendered\nexperiences and police the boundaries of gender and sexuality in normative ways.\nThis interconnectedness of class, race and gender calls for an intersectional analy-\nsis — which has not been sufficiently discussed in gender research on men. But\nhow can we account for the way class, race and gender intersect here?\ntext\n1\nइस लेख में 1991 से 2011 के बीच स्वीडिश रैप गीतों में वर्ग, नस्ल और लिंग के बारे में पुरुष कलाकारों द्वारा की गई बातचीत को संबोधित किया गया है। सबसे पहले, यह दिखाया गया कि वर्ग पर चर्चाएँ किस तरह से अलग-अलग थीं। वे विशेषाधिकार प्राप्त स्थिति से प्रवाह चर्चा से लेकर, सत्तारूढ़ अभिजात वर्ग की अराजकतावादी आलोचना के माध्यम से, श्रमिक वर्ग के अनुभव और दृष्टिकोणों को आमंत्रित करने तक की थीं। वर्गीय चर्चाएँ नस्ल पर चर्चाओं से स्वतंत्र नहीं थीं - वे अलग-अलग डिग्री तक एक-दूसरे से जुड़ी हुई थीं - और अधिक विशेषाधिकार प्राप्त लोगों को श्वेतता के निवास द्वारा आकार दिया गया था। अगले भाग में नस्ल और स्थान पर ध्यान केंद्रित करते हुए, मैंने दिखाया कि कैसे उपनगरों को नस्लीय बनाया जाता है और औपनिवेशिक चर्चाओं के माध्यम से वर्णित किया जाता है जो श्वेत सभ्यता को दूसरे के जंगल के साथ तुलना करते हैं। कई रैप कलाकार अपने \"हुड\" का \"प्रतिनिधित्व\" करके और इस तरह क्षेत्रीय कलंक का पालन करने से इनकार करके इस तरह के नस्लीयकरण को चुनौती देते हैं। हालांकि, नस्लीयकरण के खिलाफ प्रतिरोध लिंग और कामुकता पर चर्चाओं से स्वतंत्र नहीं है - ये श्रेणियां कुछ हद तक एक दूसरे को काटती हैं। कई मामलों में, लेकिन हमेशा नहीं, नस्लीयकरण की चुनौती उन चर्चाओं के साथ सह-व्यक्त होती है जो लिंग आधारित अनुभवों पर आधारित होती हैं और लिंग और कामुकता की सीमाओं को मानक तरीकों से नियंत्रित करती हैं। वर्ग, नस्ल और लिंग की यह अंतर्संबंधता एक अंतर्संबंधी विश्लेषण की मांग करती है - जिस पर पुरुषों पर लिंग शोध में पर्याप्त रूप से चर्चा नहीं की गई है। लेकिन हम इस बात का हिसाब कैसे दे सकते हैं कि वर्ग, नस्ल और लिंग यहाँ किस तरह से एक दूसरे को काटते हैं?\n2074\n408\n2768\n2023\nIn gender studies on men, the standard way of acknowledging differences is in\nterms of “masculinities” in the plural. This conceptualization, however, is unfor-\ntunate in evoking an image of a plurality of different gender configurations. While\nthis may sometimes be the case, it does not accurately describe cases where there\nare differences in terms of class and racial positions, but where gendered dis-\ncourses more or less cut across such divides. As we have seen, there are very real\ndifferences in my sample between positions shaped by class and race, in terms of\nflows, orientations and comforts. At the same time, normative notions of gender\nand sexuality are often shared across racial and class divides. I would therefore\nhesitate to describe these intersections in terms of different “masculinities”. This\nwould be a conceptual move which would risk converting differences in race and\nclass positions into a gender difference, as well as sustaining what Pascoe calls\ntext\n2\nपुरुषों पर लिंग अध्ययन में, मतभेदों को स्वीकार करने का मानक तरीका बहुवचन में \"पुरुषत्व\" के संदर्भ में है। हालाँकि, यह अवधारणा विभिन्न लिंग विन्यासों की बहुलता की छवि को जगाने में दुर्भाग्यपूर्ण है। जबकि यह कभी-कभी मामला हो सकता है, यह उन मामलों का सटीक रूप से वर्णन नहीं करता है जहाँ वर्ग और नस्लीय स्थितियों के संदर्भ में अंतर हैं, लेकिन जहाँ लिंग आधारित प्रवचन कमोबेश ऐसे विभाजनों को काटते हैं। जैसा कि हमने देखा है, प्रवाह, अभिविन्यास और आराम के संदर्भ में वर्ग और नस्ल द्वारा आकार दिए गए पदों के बीच मेरे नमूने में बहुत वास्तविक अंतर हैं। साथ ही, लिंग और कामुकता की मानक धारणाएँ अक्सर नस्लीय और वर्ग विभाजनों में साझा की जाती हैं। इसलिए मैं इन चौराहों को विभिन्न \"पुरुषत्व\" के संदर्भ में वर्णित करने में संकोच करूँगा। यह एक वैचारिक कदम होगा जो नस्ल और वर्ग की स्थिति में अंतर को लिंग अंतर में बदलने का जोखिम उठाएगा, साथ ही साथ पास्को द्वारा कहे जाने वाले को बनाए रखेगा।\n2075\n410\n631\n448\nchallenging racism, but also circulating a discourse that marginalizes women and\nis degrading to non-normative men. To some degree, race intersects with gender\nand sexuality.\ntext\n3\nनस्लवाद को चुनौती देना, लेकिन साथ ही एक ऐसा प्रवचन प्रसारित करना जो महिलाओं को हाशिए पर रखता है और गैर-मानक पुरुषों को अपमानित करता है। कुछ हद तक, नस्ल लिंग और कामुकता के साथ प्रतिच्छेद करती है।\n1858\n412\n866\n733\nDegrees of Intersectionality — Beyond ‘“‘Masculinities” and\n‘*A ddition/Constitution”\ntitle\n4\nअंतर्संबंध की डिग्री - 'पुरुषत्व' और 'संविधान' से परे\n1954\n527\n2984\n2790\nan industry of cataloguing “types” of masculinity: gay, black, Chicano, working\nclass, middle class, Asian, gay black, gay Chicano, white working class, militarized,\ntransnational business, New Man, negotiated, versatile, healthy, toxic, counter, and\ncool masculinities, among others. (Pascoe 2007: 8)\ntext\n5\nमर्दानगी के \"प्रकारों\" को सूचीबद्ध करने का एक उद्योग: समलैंगिक, काले, चिकानो, कामकाजी वर्ग, मध्यम वर्ग, एशियाई, समलैंगिक काले, समलैंगिक चिकानो, सफेद कामकाजी वर्ग, सैन्यीकृत, अंतरराष्ट्रीय व्यापार, नया आदमी, बातचीत, बहुमुखी, स्वस्थ, विषाक्त, काउंटर, और शांत मर्दानगी, दूसरों के बीच। (पास्को 2007: 8)"698 }699 ],700 "images": [701 "images/shard_00000/ocr_document_processing_eval_000014_nayana_bench_deva_documents_8e0499ee75f9.jpg"702 ]703 },704 {705 "id": "ocr_document_processing_eval_000015_devanagari_digits_mixed",706 "eval_set": "ocr_document_processing_eval",707 "task": "document_processing_ocr",708 "source": "rockerritesh/devanagari_and_roman_digits",709 "source_repo": "rockerritesh/devanagari_and_roman_digits",710 "source_dataset": "devanagari_digits_mixed",711 "source_kind": "ocr_image_text",712 "source_config": "default",713 "source_split": "train",714 "source_row_idx": null,715 "language": "mixed_deva_digits",716 "languages": [717 "ne",718 "hi",719 "en"720 ],721 "language_scope": "devanagari_digits",722 "scripts": [723 "Devanagari",724 "Latin"725 ],726 "source_percent": 15.0,727 "source_target_samples": 120,728 "sample_score": 0.006589195631,729 "source_license": null,730 "source_url": "https://huggingface.co/datasets/rockerritesh/devanagari_and_roman_digits",731 "document_type": null,732 "font_family": null,733 "font_size": null,734 "layout_region": null,735 "page_number": null,736 "line_number": null,737 "bbox": null,738 "messages": [739 {740 "role": "user",741 "content": "<image>Text Recognition:"742 },743 {744 "role": "assistant",745 "content": "०15५२"746 }747 ],748 "images": [749 "images/shard_00000/ocr_document_processing_eval_000015_devanagari_digits_mixed_77ee039f2e39.jpg"750 ]751 },752 {753 "id": "ocr_document_processing_eval_000016_nayana_bench_deva_documents",754 "eval_set": "ocr_document_processing_eval",755 "task": "document_processing_ocr",756 "source": "Nayana-cognitivelab/NayanaBench",757 "source_repo": "Nayana-cognitivelab/NayanaBench",758 "source_dataset": "nayana_bench_deva_documents",759 "source_kind": "document_ocr_layout_vqa",760 "source_config": "default",761 "source_split": "hi",762 "source_row_idx": null,763 "language": "hi",764 "languages": [765 "hi",766 "mr",767 "sa"768 ],769 "language_scope": "devanagari_document_general",770 "scripts": [771 "Devanagari"772 ],773 "source_percent": 20.0,774 "source_target_samples": 160,775 "sample_score": 0.110520319207,776 "source_license": null,777 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",778 "document_type": null,779 "font_family": null,780 "font_size": null,781 "layout_region": null,782 "page_number": null,783 "line_number": null,784 "bbox": null,785 "messages": [786 {787 "role": "user",788 "content": "<image>Text Recognition:"789 },790 {791 "role": "assistant",792 "content": "1184\n175\n2964\n2120\nWe examined variation in read depth of plasmid\nsequences between ancestors and derived populations,\nbecause plasmid loss was detected for the p42f plasmid in\none of the derived isolates of CE3 that evolved on hari\n(table 3). Each of the plasmids appear to be single copy in\nthe CE3 ancestor strain based on relative read depth, meaning\nthat fluctuations downward in pooled samples are likely to\nreflect loss in some strains rather than variation in copy\nnumber. Evidence from the pooled samples suggests that\nplasmid p42f fluctuated in frequency in members of commu-\nnities over the experiment, but its number appeared to\nrecover by the final passage (electronic supplementary\nmaterial, figure $2). Moreover, plasmid p42a exhibited signifi-\ncantly reduced copy number in all the derived populations of\nCE3 (on both har] and MG-20 hosts), which is interesting\ngiven that loss of this plasmid is associated with an increase\nin competitiveness for nodulation [45].\ntext\n1\nहमने पूर्वजों और व्युत्पन्न आबादी के बीच प्लास्मिड अनुक्रमों की रीड डेप्थ में भिन्नता की जांच की, क्योंकि सीई3 के व्युत्पन्न आइसोलेट्स में से एक में पी42एफ प्लास्मिड के लिए प्लास्मिड हानि का पता चला था जो कि हरि पर विकसित हुआ था (तालिका 3)। सापेक्ष रीड डेप्थ के आधार पर प्रत्येक प्लास्मिड सीई3 पूर्वज स्ट्रेन में एकल प्रतिलिपि प्रतीत होता है, जिसका अर्थ है कि पूल किए गए नमूनों में नीचे की ओर उतार-चढ़ाव प्रतिलिपि संख्या में भिन्नता के बजाय कुछ स्ट्रेन में हानि को दर्शाने की संभावना है। पूल किए गए नमूनों से प्राप्त साक्ष्य से पता चलता है कि प्रयोग के दौरान समुदायों के सदस्यों में प्लास्मिड पी42एफ की आवृत्ति में उतार-चढ़ाव हुआ, लेकिन अंतिम मार्ग (इलेक्ट्रॉनिक पूरक सामग्री, चित्र $2) तक इसकी संख्या ठीक हो गई। Moreover, plasmid p42a exhibited signifi-\ncantly reduced copy number in all the derived populations of\nCE3 (on both har] and MG-20 hosts), which is interesting\ngiven that loss of this plasmid is associated with an increase\nin competitiveness for nodulation [45].\n2305\n1296\n3317\n2016\ncrops are replanted in fields over multiple seasons. Given\nthe capacity of host legumes to preferentially reward ben-\neficial strains, we predicted that rhizobia would evolve to\nprovide enhanced benefits to hosts [3,7,9]. Among the four\nsymbiont-host genotype combinations that we _ tested,\nenhanced benefit evolved only in the two CE3:har1 replicates,\nsuggesting that both symbiont and host mechanisms impact\nthis outcome. Each rhizobia strain had a different deficiency\nin association with L. japonicus, and thus faced distinct hur-\ndles to evolve enhanced benefits. CE3 causes nodule\nsenescence at 3 wpi in L. japonicus [26], and the evolution of\ngreater host benefits was expected via mutations that delay\ninstigation of nodule senescence, thus extending the period\nof nitrogen fixation. Although we could not resolve changes\nin nodule development directly, our results suggest that\nCE3 evolved to shift nodule senescence back by approxi-\nmately a week, as the enhanced benefits of evolved CE3\npopulations were significant at 4 wpi—the timepoint at\nwhich we imposed selection—but were eliminated by 6 wpi\n{table 1 and figure 2). Moreover, senescence was observed\nin a higher frequency of nodule cells at 6 wpi for the evolved\nCE3 populations relative to their ancestor, suggesting that a\ndelay in its onset might have caused senescence to occur in\na more severe way. In opposition to CE3, NGR mutants\nwere expected that accelerate nodule development to enhance\nnitrogen fixation, but instead we found negligible evidence\ntext\n2\nफसलों को कई मौसमों में खेतों में फिर से लगाया जाता है। मेजबान फलियों की लाभकारी उपभेदों को तरजीह देने की क्षमता को देखते हुए, हमने भविष्यवाणी की कि राइजोबिया मेजबानों को बढ़े हुए लाभ प्रदान करने के लिए विकसित होगा [3,7,9]। हमारे द्वारा परीक्षण किए गए चार सहजीवी-मेजबान जीनोटाइप संयोजनों में से, केवल दो CE3:har1 प्रतिकृतियों में ही बढ़ा हुआ लाभ विकसित हुआ, यह दर्शाता है कि सहजीवी और मेजबान दोनों तंत्र इस परिणाम को प्रभावित करते हैं। प्रत्येक राइजोबिया उपभेद में एल. जैपोनिकस के साथ एक अलग कमी थी, और इस प्रकार बढ़े हुए लाभ विकसित करने के लिए अलग-अलग बाधाओं का सामना करना पड़ा। CE3 एल. जैपोनिकस [26] में 3 wpi पर नोड्यूल सेनेसेंस का कारण बनता है, और अधिक मेजबान लाभों का विकास उत्परिवर्तन के माध्यम से अपेक्षित था जो नोड्यूल सेनेसेंस की शुरुआत में देरी करता है हालाँकि हम नोड्यूल विकास में परिवर्तनों को सीधे हल नहीं कर सके, लेकिन हमारे परिणामों से पता चलता है कि CE3 ने नोड्यूल सेनेसेंस को लगभग एक सप्ताह पीछे खिसका दिया, क्योंकि विकसित CE3 आबादी के बढ़े हुए लाभ 4 wpi पर महत्वपूर्ण थे - वह समय बिंदु जिस पर हमने चयन लागू किया था - लेकिन 6 wpi तक समाप्त हो गए थे {तालिका 1 और चित्र 2)। इसके अलावा, विकसित CE3 आबादी के लिए उनके पूर्वजों की तुलना में 6 wpi पर नोड्यूल कोशिकाओं की उच्च आवृत्ति में सेनेसेंस देखा गया था, जो यह सुझाव देता है कि इसकी शुरुआत में देरी से सेनेसेंस अधिक गंभीर तरीके से हो सकता है। CE3 के विपरीत, NGR म्यूटेंट से अपेक्षा की गई थी कि वे नाइट्रोजन फिक्सेशन को बढ़ाने के लिए नोड्यूल विकास को तेज करें, लेकिन इसके बजाय हमें नगण्य सबूत मिले\n1183\n176\n3316\n3170\nUsing experimental evolution, we simulated an agronomic\nlifecycle in rhizobia where they recurrently interacted with\nthe same L. japonicus genotypes, similar to settings where\ntext\n3\nप्रायोगिक विकास का उपयोग करते हुए, हमने राइजोबिया में एक कृषि संबंधी जीवनचक्र का अनुकरण किया, जहां उन्होंने बार-बार उसी एल. जैपोनिकस जीनोटाइप के साथ बातचीत की, जो उन सेटिंग्स के समान है जहां\n2301\n176\n1837\n1143\ntable\n4\n1180\n176\n2113\n2018\ninferred with low confidence (electronic supplementary\nmaterial, table $4).\ntext\n5\nकम विश्वास के साथ अनुमान लगाया गया (इलेक्ट्रॉनिक अनुपूरक सामग्री, तालिका $4)।\n2231\n244\n729\n167\nimage\n6\n2310\n172\n959\n762\nFigure 3. Nodule structure of ancestral and derived CE3 infected nodules. The mean number of nodule cells showing signs of senescence (a) was determined using\nvisual appearance of Toluidine Blue 0 staining for the ancestral CE3 symbiont (b) and derived CE3:har7_a (c) and CE3:har7_b (d) symbionts. Scale bars are 100 um\n(e—g). Asterisks indicate p < 0.01 using Welch’s two sample f-test between the denoted derived symbiont and the ancestral symbiont determined. (Online version in\ncolour.)\ncaption\n7\nचित्रा 3। पैतृक और व्युत्पन्न CE3 संक्रमित नोड्यूल की नोड्यूल संरचना। दो नमूना एफ-टेस्ट को निरूपित सिम्बियन और पैतृक सिम्बियन के बीच निर्धारित किया गया। (रंग में ऑनलाइन संस्करण)।\n447\n176\n3150\n3088\n4. Discussion\ntitle\n8\n4. चर्चा"793 }794 ],795 "images": [796 "images/shard_00000/ocr_document_processing_eval_000016_nayana_bench_deva_documents_22500a151680.jpg"797 ]798 },799 {800 "id": "ocr_document_processing_eval_000017_nayana_bench_deva_documents",801 "eval_set": "ocr_document_processing_eval",802 "task": "document_processing_ocr",803 "source": "Nayana-cognitivelab/NayanaBench",804 "source_repo": "Nayana-cognitivelab/NayanaBench",805 "source_dataset": "nayana_bench_deva_documents",806 "source_kind": "document_ocr_layout_vqa",807 "source_config": "default",808 "source_split": "hi",809 "source_row_idx": null,810 "language": "hi",811 "languages": [812 "hi",813 "mr",814 "sa"815 ],816 "language_scope": "devanagari_document_general",817 "scripts": [818 "Devanagari"819 ],820 "source_percent": 20.0,821 "source_target_samples": 160,822 "sample_score": 0.037535289728,823 "source_license": null,824 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",825 "document_type": null,826 "font_family": null,827 "font_size": null,828 "layout_region": null,829 "page_number": null,830 "line_number": null,831 "bbox": null,832 "messages": [833 {834 "role": "user",835 "content": "<image>Text Recognition:"836 },837 {838 "role": "assistant",839 "content": "1202\n172\n3060\n2366\nTo exclude the indirect effects of IL25 and/or TLIA on\nadaptive immune cells, we tested the synergy of IL25 and TLIA\nin promoting ILC2s in Rag-deficient mice. Our data showed that,\nas seen in Rag-sufficient Dr3 ~/~ mice, IL25 induced less ILC2s\nin Rag2~’~ deficient for DR3, likely accounting for the\nsignificant reduction of IL5 in these mice (Figure 5d,e).\nRecently, it has been shown that GATA3 is critical for ILC2\ndifferentiation and maintenance.**”? GATA3 expression upon\nIL25 stimulation was significantly decreased in ILC2s that lack\nDR3 (Figure 5f). Consequently, expression of ILC2-associated\ngenes downstream of GAT A3, in ILC2s sorted from IL25-treated\nDr3~/— mice, were also inhibited, including — IL13.\namphiregulin, and ST2 (Supplementary Figure S6a-c).\nIL17RB mRNA in ILC2s in response to IL25 was, however,\ntext\n1\nअनुकूली प्रतिरक्षा कोशिकाओं पर IL25 और/या TLIA के अप्रत्यक्ष प्रभावों को बाहर करने के लिए, हमने Rag-कमी वाले चूहों में ILC2s को बढ़ावा देने में IL25 और TLIA के तालमेल का परीक्षण किया। हमारे डेटा से पता चला कि, जैसा कि Rag-पर्याप्त Dr3 ~/~ चूहों में देखा गया, IL25 ने DR3 की कमी वाले Rag2~’~ में कम ILC2s प्रेरित किए, जो संभवतः इन चूहों में IL5 की महत्वपूर्ण कमी के लिए जिम्मेदार है (चित्र 5d,e)। हाल ही में, यह दिखाया गया है कि GATA3 ILC2 भेदभाव और रखरखाव के लिए महत्वपूर्ण है।**”? IL25 उत्तेजना पर GATA3 अभिव्यक्ति ILC2s में काफी कम हो गई थी जिसमें DR3 की कमी थी (चित्र 5f)। परिणामस्वरूप, IL25-उपचारित Dr3~/— चूहों से छांटे गए ILC2s में GAT A3 के डाउनस्ट्रीम में ILC2-संबंधित जीन की अभिव्यक्ति भी बाधित हुई, जिसमें IL13. एम्फ़िरेगुलिन और ST2 (पूरक चित्र S6a-c) शामिल हैं। हालाँकि, IL25 की प्रतिक्रिया में ILC2s में IL17RB mRNA था,\n2164\n279\n1825\n278\nimage\n2\n2290\n1259\n3061\n2366\nunaltered by DR3 deficiency (Supplementary Figure Sé6d).\nAlthough we observed a predominant synergy of TL1A with IL25\nrather than with IL33 in ILC2s in vivo, we did observe that both\nIL25 and IL33 synergized with TLLA in in vitro expanded murine\nILC2s (Supplementary Figure S6e,f). To confirm whether TL1A\nsynergized with IL25 in vivo, we repeated the N. brasiliensis\ninfection in Dr3~’~ as above, but with the addition of anti-\nIL17RB (an IL25 receptor blocking antibody; Figure 5g). As\nbefore, the lack of DR3 resulted in delayed worm clearance, as\nenumerated from the small intestines. Blocking of IL25 in WT\nmice also significantly delayed worm clearance as previously\nreported.®” The addition of anti-IL17RB to DR3-deficient mice\nresulted in significantly impaired clearance of the parasite and\nhigher worm burden than in mice inhibited for DR3 or IL25\ntext\n3\nDR3 की कमी से अपरिवर्तित (पूरक चित्र Sé6d)।\nहालाँकि हमने इन विवो में ILC2s में IL33 के बजाय IL25 के साथ TL1A की प्रमुख सहक्रिया देखी, हमने देखा कि इन विट्रो विस्तारित म्यूरिन ILC2s में IL25 और IL33 दोनों ने TLLA के साथ सहक्रिया की (पूरक चित्र S6e,f)। यह पुष्टि करने के लिए कि क्या TL1A इन विवो में IL25 के साथ सहक्रिया करता है, हमने ऊपर बताए अनुसार Dr3~’~ में N. brasiliensis संक्रमण को दोहराया, लेकिन एंटी-IL17RB (IL25 रिसेप्टर ब्लॉकिंग एंटीबॉडी; चित्र 5g) के साथ। जैसा कि पहले भी बताया गया है, DR3 की कमी के कारण कृमि की निकासी में देरी हुई। जैसा कि पहले बताया गया है, WT\nचूहों में IL25 को ब्लॉक करने से कृमि की निकासी में भी काफी देरी हुई।®” DR3 की कमी वाले चूहों में एंटी-IL17RB को शामिल करने से परजीवी की निकासी में काफी कमी आई और DR3 या IL25 के लिए बाधित चूहों की तुलना में कृमि का बोझ अधिक हुआ।\n2292\n169\n2258\n1840\nFigure 5 TL1A is sufficient to activate innate type 2 lymphoid cells (ILC2s) independent of interleukins 25 and 33 (IL25 and IL33). (a, b) IL5 levels in\nperitoneal fluid from (a) #/17rb-’~ or (b) ST2~— mice or corresponding wild-type controls (WT) treated intraperitoneally (i.p.) with recombinant (r)TL1A\n(black bars) or treated with phosphate-buffered saline (PBS) (white bars) for 6h (7=5 per group). (¢) Enumeration of ILC2s from mesenteric lymph\nnodes (mLNs) of WT littermates (Dr3+’*) or Dr3~/— mice treated i.p. with IL33 (gray), IL25 (striped), or PBS (white) daily for 4 consecutive days (n=5\nper group). (d, e) Enumeration of (d) mLN ILC2s and (e) serum IL5 levels in Dr3~’— mice (black bars) or littermates (Dr3*’*, white bars), and\nDr3-’~ Rag2-’~ mice (gray bars) or littermates (Dr3+’* Rag2-‘—, striped bars) treated with IL25 daily for 4 consecutive days (n= 4-5 per\ngroup). (f) GATA3 mRNA expression in sorted mLN ILC2s from IL25-treated mice in d (Dr3~‘—, black bars; Dr3*’~ littermates, white bars; and\nDr3~’~ Rag2-’~, gray bars; and Dr3*’+ Rag2-’~, striped bars; n= 4-5 per group). Data in a-f are plotted as mean and s.e.m. (g) Total number of\nworms in small intestine of N. brasiliensis-intected Dr3—’~ mice or Dr3+’* WT littermates treated with anti-IL17RB blocking antibody or isotype control,\n10 days post infection. Each dot represents data obtained from an individual animal. Mean is plotted as bar graph (n=5 per group). *P<0.05 and\n**P<0.01 by Student’s étest. NS, not significant; SI, small intestine.\ncaption\n4\nचित्र 5 TL1A, जन्मजात प्रकार 2 लिम्फोइड कोशिकाओं (ILC2s) को सक्रिय करने के लिए पर्याप्त है, जो इंटरल्यूकिन्स 25 और 33 (IL25 और IL33) से स्वतंत्र हैं। (a, b) (a) #/17rb-’~ या (b) ST2~— चूहों या संबंधित वाइल्ड-टाइप नियंत्रणों (WT) से पेरिटोनियल द्रव में IL5 का स्तर, जिन्हें 6 घंटे के लिए पुनः संयोजक (r)TL1A\n(काली पट्टियाँ) या फॉस्फेट-बफर सलाइन (PBS) (सफ़ेद पट्टियाँ) से उपचारित किया गया (7=5 प्रति समूह)। (¢) IL33 (ग्रे), IL25 (धारीदार), या PBS (सफ़ेद) के साथ i.p. उपचारित WT लिटरमेट्स (Dr3+’*) या Dr3~/— चूहों के मेसेंटेरिक लिम्फ नोड्स (mLNs) से ILC2s की गणना (डी, ई) डॉ3~’— चूहों (काली पट्टियां) या लिटरमेट्स (डॉ3*’*, सफेद पट्टियां), और\nडॉ3-’~ रैग2-’~ चूहों (ग्रे पट्टियां) या लिटरमेट्स (डॉ3+’* रैग2-‘—, धारीदार पट्टियां) में (डी) एमएलएन आईएलसी2 और (ई) सीरम आईएल5 के स्तर की गणना, जिन्हें लगातार 4 दिनों तक रोजाना आईएल25 से उपचारित किया गया (एन= 4-5 प्रति समूह)। (एफ) डी (डॉ3~‘—, काली पट्टियां; डॉ3*’~ लिटरमेट्स, सफेद पट्टियां; और\nडॉ3~’~ रैग2-’~, ग्रे पट्टियां; और डॉ3*’+ रैग2-’~, धारीदार पट्टियां; एन= 4-5 प्रति समूह) में आईएल25-उपचारित चूहों से सॉर्ट किए गए एमएलएन आईएलसी2 में जीएटीए3 एमआरएनए अभिव्यक्ति। (जी) एन. ब्रासिलिएन्सिस-संक्रमित Dr3—’~ चूहों या Dr3+’* WT लिटरमेट्स की छोटी आंत में कीड़े की कुल संख्या, एंटी-IL17RB अवरोधक एंटीबॉडी या आइसोटाइप नियंत्रण के साथ इलाज किया गया, संक्रमण के 10 दिन बाद। प्रत्येक बिंदु एक व्यक्तिगत जानवर से प्राप्त डेटा को दर्शाता है। औसत को बार ग्राफ (n=5 प्रति समूह) के रूप में प्लॉट किया गया है। *P<0.05 और\n**P<0.01 स्टूडेंट के étest द्वारा। NS, महत्वपूर्ण नहीं; SI, छोटी आंत।"840 }841 ],842 "images": [843 "images/shard_00000/ocr_document_processing_eval_000017_nayana_bench_deva_documents_63d5d723320f.jpg"844 ]845 },846 {847 "id": "ocr_document_processing_eval_000018_nayana_bench_deva_documents",848 "eval_set": "ocr_document_processing_eval",849 "task": "document_processing_ocr",850 "source": "Nayana-cognitivelab/NayanaBench",851 "source_repo": "Nayana-cognitivelab/NayanaBench",852 "source_dataset": "nayana_bench_deva_documents",853 "source_kind": "document_ocr_layout_vqa",854 "source_config": "default",855 "source_split": "hi",856 "source_row_idx": null,857 "language": "hi",858 "languages": [859 "hi",860 "mr",861 "sa"862 ],863 "language_scope": "devanagari_document_general",864 "scripts": [865 "Devanagari"866 ],867 "source_percent": 20.0,868 "source_target_samples": 160,869 "sample_score": 0.403045232297,870 "source_license": null,871 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",872 "document_type": null,873 "font_family": null,874 "font_size": null,875 "layout_region": null,876 "page_number": null,877 "line_number": null,878 "bbox": null,879 "messages": [880 {881 "role": "user",882 "content": "<image>Text Recognition:"883 },884 {885 "role": "assistant",886 "content": "1204\n174\n2264\n1968\nto effectively clear the helminth worm infection because of the\nreduced numbers of ILC2s, although, as CD4* T cells are still\npresent in the Dr3~’~ mice, we cannot exclude an additional\ncontribution of DR3-driven IL5 and IL13 from these adaptive\nimmune cells to worm clearance. Together, this supports a\nfunctional role for DR3 in regulating ILC2s in vivo.\ntext\n1\nILC2s की कम संख्या के कारण हेल्मिंथ कृमि संक्रमण को प्रभावी ढंग से साफ़ करने के लिए, हालाँकि, CD4* T कोशिकाएँ अभी भी Dr3~’~ चूहों में मौजूद हैं, हम इन अनुकूली प्रतिरक्षा कोशिकाओं से कृमि निकासी के लिए DR3-संचालित IL5 और IL13 के अतिरिक्त योगदान को बाहर नहीं कर सकते हैं। साथ में, यह विवो में ILC2s को विनियमित करने में DR3 की कार्यात्मक भूमिका का समर्थन करता है।\n2292\n1260\n2815\n1969\nWT (Figure 4c,d). In contrast, the total T-cell number and\nnatural killer T cell number in lung tissues remain similar in WT\nand Dr3~/~ mice (Supplementary Figure $5a-c). To exclude\nthe possibility that the reduced ILC2 numbers in Dr3~/~ mice,\nafter papain challenge, were simply a reflection of lower CD127\nlevels used to enumerate these cells, we performed similar\nassessment in Dr3~/~ mice, lacking adaptive immune cells,\nusing additional ILC2 FACS markers. Dr3~’~ mice were\ncrossed to Rag2~/~ (Rag2~’~ Dr3~/~ ) and subjected to\nintranasal papain challenge together with Rag2~’~ control mice.\nILC2s, identified as Lin~ scal * ST2 * CD278*, and eosinophils\nwere enumerated in the lung tissue and BALF, respectively. As\nseen above, ILC2s in Rag2~/~ Dr3~’~ were also significantly\nreduced after papain challenge compared with Rag2~’~ mice\ncarrying WT Dr3 alleles (Figure 4e,f), as were eosinophils in the\nBALF (Figure 4g). These results suggest that DR3 is required for\nILC2 survival/expansion in the lung to papain challenge.\ntext\n2\nWT (चित्र 4c,d)। इसके विपरीत, फेफड़े के ऊतकों में कुल T-कोशिका संख्या और प्राकृतिक हत्यारा T कोशिका संख्या WT और Dr3~/~ चूहों में समान रहती है (पूरक चित्र $5a-c)। इस संभावना को बाहर करने के लिए कि Dr3~/~ चूहों में पपैन चुनौती के बाद कम ILC2 संख्या, इन कोशिकाओं की गणना करने के लिए उपयोग किए जाने वाले कम CD127 स्तरों का प्रतिबिंब थी, हमने Dr3~/~ चूहों में समान मूल्यांकन किया, जिसमें अनुकूली प्रतिरक्षा कोशिकाओं की कमी थी, अतिरिक्त ILC2 FACS मार्करों का उपयोग करके। Dr3~’~ चूहों को Rag2~/~ (Rag2~’~ Dr3~/~) से क्रॉस किया गया और Rag2~’~ नियंत्रण चूहों के साथ इंट्रानेजल पपैन चुनौती के अधीन किया गया। ILC2s, जिन्हें Lin~scal * ST2 * CD278* के रूप में पहचाना गया, और इयोसिनोफिल्स को क्रमशः फेफड़े के ऊतकों और BALF में गिना गया। जैसा कि ऊपर देखा गया है, WT Dr3 एलील (चित्र 4e,f) ले जाने वाले Rag2~’~ चूहों की तुलना में पपेन चुनौती के बाद Rag2~/~ Dr3~’~ में ILC2s भी काफी कम हो गए थे, जैसा कि BALF (चित्र 4g) में ईोसिनोफिल्स थे। ये परिणाम बताते हैं कि फेफड़ों में पपेन चुनौती के लिए ILC2 के अस्तित्व/विस्तार के लिए DR3 की आवश्यकता होती है।\n1203\n173\n3061\n2419\nStudies have shown that intranasal administration of papain will\ninduce robust lung inflammation that depends on ILC2s.”\nTherefore, we used this model to evaluate whether DR3 is\nrequired for the generation of ILC2s in the lung. WT and\nDr3~/~ mice were challenged with papain (intranasal) three\ntimes, and on day 7 immune cells were quantitated in BALF and\nlung tissue. ILC2s were easily enumerated in the BALF from WT\nmice, but were undetectable in Dr3~/~ mice (Figure 4a).\nEosinophils respond to IL5 and are commonly associated with\nmucosal immune responses. Eosinophils in the BALF after\npapain challenge were significantly reduced in the Dr3~’~ mice\n(Figure 4b). Although some ILC2s were still detected in the lung\ntissue in Dr3~’~ mice, the numbers were significantly less than\ntext\n3\nअध्ययनों से पता चला है कि पैपेन का इंट्रानैसल प्रशासन\n\nILC2s पर निर्भर करता है जो फेफड़ों में मजबूत सूजन को प्रेरित करेगा।\n\nइसलिए, हमने इस मॉडल का उपयोग यह मूल्यांकन करने के लिए किया कि क्या फेफड़ों में ILC2s की पीढ़ी के लिए DR3\n\nआवश्यक है। WT और Dr3~/~ चूहों को पैपेन (इंट्रानैसल) के साथ तीन बार चुनौती दी गई, और 7वें दिन BALF और फेफड़ों के ऊतकों में प्रतिरक्षा कोशिकाओं की मात्रा निर्धारित की गई। WT चूहों से BALF में ILC2s की आसानी से गणना की गई, लेकिन Dr3~/~ चूहों में पता लगाने योग्य नहीं थे (चित्र 4a)।\n\nईोसिनोफिल्स IL5 पर प्रतिक्रिया करते हैं और आमतौर पर म्यूकोसल प्रतिरक्षा प्रतिक्रियाओं से जुड़े होते हैं।\n\nDr3~’~ चूहों में पैपेन चुनौती के बाद BALF में ईोसिनोफिल्स में काफी कमी आई (चित्र 4b)। हालाँकि Dr3~’~ चूहों में फेफड़ों के ऊतकों में कुछ ILC2s का अभी भी पता लगाया गया था, लेकिन संख्याएँ काफी कम थीं\n1997\n455\n1560\n269\nimage\n4\n2292\n167\n1881\n1577\nFigure 3. DR3-deficient mice have impaired innate type 2 lymphoid cell (ILC2) responses to helminth infection. (a) Representative histogram\n\nof DR3 expression (black line histogram) or isotype control (shaded histogram) on murine ILC2s from mesenteric lymph nodes (mLNs), lung, or bone\nmarrow of Nippostrongylus Brasiliensis-infected C57BL/6 mice on day 7 after infection. (b) Total number of worms in small intestine (Sl) of N. brasiliensis-\ninfected Dr3~’~ mice or Dr3*’*+ wild-type (WT) littermates at 10 days after infection. (c) Cell counts of ILC2s (left) and T cells (left) in the bronchoalveolar\nlavage fluid (BALF) of uninfected (white bars) or N. brasiliensis-infected (black bars) Dr3~’~ mice or Dr3+’* WT littermates. (d) Interleukin 5 and 13\n(IL5 and IL13) levels in the BAL fluid (BALF) of uninfected (white bars) or N. brasiliensis-infected (black bars) Dr3~’~ mice. Each dot in b—d represents\ndata obtained from an individual animal. Data are representative of two independent experiments and the mean is plotted as bar graph (n= 3-6\nper group). *P<0.05 and **P<0.01 by Student’s é-test. NS, not significant.\ncaption\n5\nचित्र 3. DR3 की कमी वाले चूहों में हेल्मिंथ संक्रमण के प्रति जन्मजात प्रकार 2 लिम्फोइड कोशिका (ILC2) की प्रतिक्रियाएँ क्षीण होती हैं। (a) संक्रमण के 7वें दिन निप्पोस्ट्रॉन्गिलस ब्रासिलिएन्सिस-संक्रमित C57BL/6 चूहों के मेसेंटेरिक लिम्फ नोड्स (mLNs), फेफड़े या अस्थि मज्जा से म्यूरिन ILC2s पर DR3 अभिव्यक्ति (काली रेखा हिस्टोग्राम) या आइसोटाइप नियंत्रण (छायांकित हिस्टोग्राम) का प्रतिनिधि हिस्टोग्राम। (b) संक्रमण के 10 दिन बाद N. ब्रासिलिएन्सिस-संक्रमित Dr3~’~ चूहों या Dr3*’*+ जंगली-प्रकार (WT) लिटरमेट्स की छोटी आंत में कृमियों की कुल संख्या (Sl)। (सी) असंक्रमित (सफ़ेद पट्टियाँ) या एन. ब्रासिलिएन्सिस-संक्रमित (काली पट्टियाँ) Dr3~’~ चूहों या Dr3+’* WT लिटरमेट्स के ब्रोन्कोएल्वियोलर\nलैवेज द्रव (BALF) में ILC2s (बाएँ) और T कोशिकाओं (बाएँ) की कोशिका गणना। (डी) असंक्रमित (सफ़ेद पट्टियाँ) या एन. ब्रासिलिएन्सिस-संक्रमित (काली पट्टियाँ) Dr3~’~ चूहों के BAL द्रव (BALF) में इंटरल्यूकिन 5 और 13\n(IL5 और IL13) का स्तर। b—d में प्रत्येक बिंदु एक व्यक्तिगत जानवर से प्राप्त डेटा को दर्शाता है। डेटा दो स्वतंत्र प्रयोगों का प्रतिनिधित्व करता है और औसत को बार ग्राफ (n= 3-6 प्रति समूह) के रूप में प्लॉट किया गया है। *P<0.05 और **P<0.01 स्टूडेंट के é-टेस्ट द्वारा। NS, महत्वपूर्ण नहीं है।\n2290\n1260\n3061\n2966\nAs our data support a role for TL1A on ILC2 expansion and\nfunction, we asked whether TL1A worked independently or in\ntext\n6\nचूंकि हमारा डेटा ILC2 विस्तार और कार्य पर TL1A की भूमिका का समर्थन करता है, इसलिए हमने पूछा कि क्या TL1A स्वतंत्र रूप से काम करता है या\n2212\n1257\n2959\n2872\nTL1A synergizes with IL25 and IL33 to enhance ILC2\neffector function\ntitle\n7\nTL1A IL25 और IL33 के साथ मिलकर ILC2 प्रभावकारक कार्य को बढ़ाता है\n1203\n172\n2414\n2324\nTI1A/DR3 pathway is required for ILC2 responses in lung to\npapain challenge\ntitle\n8\nफेफड़ों में पपैन चुनौती के लिए ILC2 प्रतिक्रियाओं के लिए TI1A/DR3 मार्ग की आवश्यकता होती है"887 }888 ],889 "images": [890 "images/shard_00000/ocr_document_processing_eval_000018_nayana_bench_deva_documents_628ce8450573.jpg"891 ]892 },893 {894 "id": "ocr_document_processing_eval_000019_hindi_handwritten_word_ocr",895 "eval_set": "ocr_document_processing_eval",896 "task": "document_processing_ocr",897 "source": "c3rl/IIIT-INDIC-HW-WORDS-Hindi",898 "source_repo": "c3rl/IIIT-INDIC-HW-WORDS-Hindi",899 "source_dataset": "hindi_handwritten_word_ocr",900 "source_kind": "ocr_word_image_text",901 "source_config": "default",902 "source_split": "test",903 "source_row_idx": null,904 "language": "hi",905 "languages": [906 "hi"907 ],908 "language_scope": "devanagari_handwriting",909 "scripts": [910 "Devanagari"911 ],912 "source_percent": 10.0,913 "source_target_samples": 80,914 "sample_score": 0.006466123509,915 "source_license": null,916 "source_url": "https://huggingface.co/datasets/c3rl/IIIT-INDIC-HW-WORDS-Hindi",917 "document_type": null,918 "font_family": null,919 "font_size": null,920 "layout_region": null,921 "page_number": null,922 "line_number": null,923 "bbox": null,924 "messages": [925 {926 "role": "user",927 "content": "<image>Text Recognition:"928 },929 {930 "role": "assistant",931 "content": "चढाई"932 }933 ],934 "images": [935 "images/shard_00000/ocr_document_processing_eval_000019_hindi_handwritten_word_ocr_6afee06c5541.jpg"936 ]937 },938 {939 "id": "ocr_document_processing_eval_000020_hindi_handwritten_word_ocr",940 "eval_set": "ocr_document_processing_eval",941 "task": "document_processing_ocr",942 "source": "c3rl/IIIT-INDIC-HW-WORDS-Hindi",943 "source_repo": "c3rl/IIIT-INDIC-HW-WORDS-Hindi",944 "source_dataset": "hindi_handwritten_word_ocr",945 "source_kind": "ocr_word_image_text",946 "source_config": "default",947 "source_split": "test",948 "source_row_idx": null,949 "language": "hi",950 "languages": [951 "hi"952 ],953 "language_scope": "devanagari_handwriting",954 "scripts": [955 "Devanagari"956 ],957 "source_percent": 10.0,958 "source_target_samples": 80,959 "sample_score": 0.006466123509,960 "source_license": null,961 "source_url": "https://huggingface.co/datasets/c3rl/IIIT-INDIC-HW-WORDS-Hindi",962 "document_type": null,963 "font_family": null,964 "font_size": null,965 "layout_region": null,966 "page_number": null,967 "line_number": null,968 "bbox": null,969 "messages": [970 {971 "role": "user",972 "content": "<image>Text Recognition:"973 },974 {975 "role": "assistant",976 "content": "चढाई"977 }978 ],979 "images": [980 "images/shard_00000/ocr_document_processing_eval_000020_hindi_handwritten_word_ocr_9fdc107c5e73.jpg"981 ]982 },983 {984 "id": "ocr_document_processing_eval_000021_indic_vision_bench_deva_ocr",985 "eval_set": "ocr_document_processing_eval",986 "task": "document_processing_ocr",987 "source": "krutrim-ai-labs/IndicVisionBench",988 "source_repo": "krutrim-ai-labs/IndicVisionBench",989 "source_dataset": "indic_vision_bench_deva_ocr",990 "source_kind": "ocr_image_text_multilingual",991 "source_config": "ocr",992 "source_split": "test",993 "source_row_idx": null,994 "language": "Hindi",995 "languages": [996 "hi",997 "mr"998 ],999 "language_scope": "devanagari_general",1000 "scripts": [1001 "Devanagari"1002 ],1003 "source_percent": 40.0,1004 "source_target_samples": 320,1005 "sample_score": 0.410720537304,1006 "source_license": null,1007 "source_url": "https://huggingface.co/datasets/krutrim-ai-labs/IndicVisionBench",1008 "document_type": null,1009 "font_family": null,1010 "font_size": null,1011 "layout_region": null,1012 "page_number": null,1013 "line_number": null,1014 "bbox": null,1015 "messages": [1016 {1017 "role": "user",1018 "content": "<image>Text Recognition:"1019 },1020 {1021 "role": "assistant",1022 "content": "गोदान : 163\nउसका शुभ परिणाम यही हुआ कि आपके सम्मान और प्रभाव और आमदनी में इजाफा हुआ है, अगर मेरे साथ भी आप वही चाल चल रहे हों, तो आपकी खातिर करने को तैयार हूं। रुपये न दूंगा, क्योंकि वह रिश्वत है। आपकी पत्नीजी के लिए कोई आभूषण बनवा दूंगा। है मंजूर?\nअब मैं आपसे सत्य कहता हूं कि आपको जो संवाद मिला, वह गलत है, मगर यह भी कह देना चाहता हूं कि अपने और सभी भाइयों की तरह मैं भी असामियों से जुरमाना लेता हूं और साल में दस-पांच हजार रुपये मेरे हाथ लग जाते हैं, और अगर आप मेरे मुंह से यह कौर छीनना चाहेंगे, तो आप घाटे में रहेंगे। आप भी संसार में सुख से रहना चाहते हैं, मैं भी चाहता हूं। इससे क्या फायदा कि आप न्याय और कर्त्तव्य का ढोंग रचकर मुझे भी जेरबार करें, खुद भी जेरबार हों। दिल की बात कहिए। मैं आपका बैरी नहीं हूं। आपके साथ कितनी ही बार एक चौके में एक मेज पर खा चुका हूं। मैं यह भी जानता हूं कि आप तकलीफ में हैं। आपकी हालत शायद मेरी हालत से भी खराब है। हां, अगर आपने हरिश्चन्द्र बनने की कसम खा ली है, तो आपकी खुशी। मैं चलता हूं।\nरायसाहब कुरसी से उठ खड़े हुए। ओंकारनाथ ने उनका हाथ पकड़कर संधि-भाव से\nकहा-नहीं-नहीं, अभी आपको बैठना पड़ेगा। मैं अपनी पोजीशन साफ कर देना चाहता हूं। आपने मेरे साथ जो सलूक किए हैं, उनके लिए मैं आपका आभारी हूं, लेकिन यहां सिद्धांत की बात आ गई है और आप तो जानते हैं, सिद्धांत प्राणों से भी प्यारे होते हैं।\nरायसाहब कुरसी पर बैठकर जरा मीठे स्वर में बोले-अच्छा भाई, जो चाहे लिखो। मैं तुम्हारे सिद्धांत को तोड़ना नहीं चाहता। और तो क्या होगा, बदनामी होगी। हां, कहां तक नाम के पीछे मरूं। कौन ऐसा ताल्लुकेदार है, जो असामियों को थोड़े बहुत नहीं सताता? कुत्ता हड्डी की रखवाली करे तो खाए क्या? मैं इतना ही कर सकता हूं कि आगे आपको इस तरह की कोई शिकायत न मिलेगी, अगर आपको मुझ पर कुछ विश्वास है, तो इस बार क्षमा कीजिए। किसी दूसरे संपादक से मैं इस तरह खुशामद नहीं करता। उसे सरे बाजार पिटवाता, लेकिन मुझसे आपकी दोस्ती है, इसलिए दबना ही पड़ेगा। यह समाचार-पत्रों का युग है। सरकार तक उनसे डरती है, मेरी हस्ती क्या। आप जिसे चाहें बता दें। खैर, यह झगड़ा खत्म हो। कहिए आजकल पत्र की क्या दशा है? कुछ ग्राहक बढ़े?\nओंकारनाथ ने अनिच्छा के भाव से कहा-किसी न किसी तरह काम चल जाता है और वर्तमान परिस्थिति में मैं इससे अधिक आशा नहीं रखता। मैं इस तरफ धन और भोग की लालसा लेकर नहीं आया था, इसलिए मुझे शिकायत नहीं है। मैं जनता की सेवा करने आया था और वह यथाशक्ति किए जाता हूं। राष्ट्र का कल्याण हो, यही मेरी कामना है। एक व्यक्ति के सुख-दुःख का कोई मूल्य नहीं है।\nरायसाहब ने जरा और सहृदय होकर कहा-यह सब ठीक है भाई साहब, लेकिन सेवा करने के लिए भी जीना जरूरी है। आर्थिक चिंताओं में आप एकाग्रचित्त होकर सेवा भी तो नहीं कर सकते। क्या ग्राहक-संख्या बिल्कुल नहीं बढ़ रही है?\n'बात यह है कि मैं अपने पत्र का आदर्श गिराना नहीं चाहता, अगर मैं भी आज सिनेमा स्टारों के चित्र और चरित्र छापने लगूं तो मेरे ग्राहक बढ़ सकते हैं, लेकिन अपनी तो यह नीति नहीं। और भी कितने ही ऐसे हथकंडे हैं, जिनसे पत्रों द्वारा धन कमाया जा सकता है, लेकिन मैं उन्हें गर्हित समझता हूं।'"1023 }1024 ],1025 "images": [1026 "images/shard_00000/ocr_document_processing_eval_000021_indic_vision_bench_deva_ocr_90ac05bf97f4.jpg"1027 ]1028 },1029 {1030 "id": "ocr_document_processing_eval_000022_devanagari_digits_mixed",1031 "eval_set": "ocr_document_processing_eval",1032 "task": "document_processing_ocr",1033 "source": "rockerritesh/devanagari_and_roman_digits",1034 "source_repo": "rockerritesh/devanagari_and_roman_digits",1035 "source_dataset": "devanagari_digits_mixed",1036 "source_kind": "ocr_image_text",1037 "source_config": "default",1038 "source_split": "train",1039 "source_row_idx": null,1040 "language": "mixed_deva_digits",1041 "languages": [1042 "ne",1043 "hi",1044 "en"1045 ],1046 "language_scope": "devanagari_digits",1047 "scripts": [1048 "Devanagari",1049 "Latin"1050 ],1051 "source_percent": 15.0,1052 "source_target_samples": 120,1053 "sample_score": 0.004670703666,1054 "source_license": null,1055 "source_url": "https://huggingface.co/datasets/rockerritesh/devanagari_and_roman_digits",1056 "document_type": null,1057 "font_family": null,1058 "font_size": null,1059 "layout_region": null,1060 "page_number": null,1061 "line_number": null,1062 "bbox": null,1063 "messages": [1064 {1065 "role": "user",1066 "content": "<image>Text Recognition:"1067 },1068 {1069 "role": "assistant",1070 "content": "२१6३२८67३26३8६"1071 }1072 ],1073 "images": [1074 "images/shard_00000/ocr_document_processing_eval_000022_devanagari_digits_mixed_012b2f1b6b6a.jpg"1075 ]1076 },1077 {1078 "id": "ocr_document_processing_eval_000023_nayana_bench_deva_documents",1079 "eval_set": "ocr_document_processing_eval",1080 "task": "document_processing_ocr",1081 "source": "Nayana-cognitivelab/NayanaBench",1082 "source_repo": "Nayana-cognitivelab/NayanaBench",1083 "source_dataset": "nayana_bench_deva_documents",1084 "source_kind": "document_ocr_layout_vqa",1085 "source_config": "default",1086 "source_split": "hi",1087 "source_row_idx": null,1088 "language": "hi",1089 "languages": [1090 "hi",1091 "mr",1092 "sa"1093 ],1094 "language_scope": "devanagari_document_general",1095 "scripts": [1096 "Devanagari"1097 ],1098 "source_percent": 20.0,1099 "source_target_samples": 160,1100 "sample_score": 0.025507034264,1101 "source_license": null,1102 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",1103 "document_type": null,1104 "font_family": null,1105 "font_size": null,1106 "layout_region": null,1107 "page_number": null,1108 "line_number": null,1109 "bbox": null,1110 "messages": [1111 {1112 "role": "user",1113 "content": "<image>Text Recognition:"1114 },1115 {1116 "role": "assistant",1117 "content": "1668\n220\n629\n224\nExample: Let us consider the ranking of five students A;,..., As based on two\ncriteria C and C2. The criterion C; is their long jump performance (in meters),\nand the criteria C2 is a realization of a small project to collect funds (in euros) to\nhelp a bigger nature protection project. Highest scores values mean better results\nin this particular context. Let us assume that students were allowed to realize\ntheir project in joint collaboration (no more than three students are allowed in\na group}, or alone. At the end term of the project, suppose that one has the two\nfollowing evaluations (scoring)\ntext\n1\nउदाहरण: आइए पाँच छात्रों की रैंकिंग पर विचार करें A;,..., दो मानदंड C और C2 के आधार पर। मानदंड C; उनका लंबी कूद प्रदर्शन (मीटर में) है, और मानदंड C2 एक बड़ी प्रकृति संरक्षण परियोजना की मदद के लिए धन (यूरो में) इकट्ठा करने के लिए एक छोटी परियोजना का कार्यान्वयन है। उच्चतम स्कोर मान इस विशेष संदर्भ में बेहतर परिणाम का मतलब है। आइए हम मान लें कि छात्रों को संयुक्त सहयोग में अपनी परियोजना को साकार करने की अनुमति दी गई थी (एक समूह में तीन से अधिक छात्रों की अनुमति नहीं है), या अकेले। परियोजना की अंतिम अवधि में, मान लें कि किसी के पास निम्नलिखित दो मूल्यांकन (स्कोरिंग) हैं\n1669\n219\n1862\n962\nThe scores’ values listed in Sc, indicate in fact that the student Az has\nnot been able to pass the long jump test for some reason (medical, familial or\nwhatever), so his score is missing. The scores’ values listed in Sc, indicate that\nAs did choose to realize his project. alone with a pretty good performance, and\nthe project realized by the collaboration of students A3 with A, has obtained the\nbest. performance (the highest amount of collected funds). In this very simple\nexample, one sees that the score evaluation can be done not only on single\nalternatives (as for criterion C,) but also on a subset of elements of 24 (as for\ncriterion C2). All the elements having a score are called scoring focal elements. In\ngeneral, these focal elements can differ from one criterion C; to another criterion\nC, for k # j and the score matrix cannot be built by a simple (horizontal)\nstacking of scoring lists. In general, one must identify all focal elements of each\nscoring list to determine the minimum number of rows necessary to define the\nscoring matrix. As mentioned, we use the symbol © to identify all values that\nare missing in the scoring matrix. Note that we do not set missing values to zero\nnumber (or any other chosen number) to make explicit distinction between the\nknown precise numerical value zero and a missing value. In this example, the\nscoring matrix will be defined as\ntext\n2\nSc में सूचीबद्ध स्कोर के मान वास्तव में संकेत देते हैं कि छात्र Az किसी कारण (चिकित्सा, पारिवारिक या जो भी) से लंबी कूद परीक्षा पास नहीं कर पाया है, इसलिए उसका स्कोर गायब है। Sc में सूचीबद्ध स्कोर के मान संकेत देते हैं कि As ने अपने प्रोजेक्ट को अकेले ही साकार करने का विकल्प चुना और बहुत अच्छे प्रदर्शन के साथ, और A3 के साथ छात्रों A के सहयोग से साकार किए गए प्रोजेक्ट ने सबसे अच्छा प्रदर्शन (संग्रहित निधि की उच्चतम राशि) प्राप्त किया है। इस बहुत ही सरल उदाहरण में, कोई देखता है कि स्कोर मूल्यांकन न केवल एकल विकल्पों पर किया जा सकता है (जैसा कि मानदंड C के लिए), बल्कि 24 के तत्वों के सबसेट पर भी किया जा सकता है (जैसा कि मानदंड C2 के लिए)। स्कोर वाले सभी तत्वों को स्कोरिंग फोकल तत्व कहा जाता है। सामान्य तौर पर, ये फोकल तत्व एक मानदंड C से दूसरे मानदंड C में भिन्न हो सकते हैं, k # j के लिए और स्कोर मैट्रिक्स को स्कोरिंग सूचियों के एक सरल (क्षैतिज) स्टैकिंग द्वारा नहीं बनाया जा सकता है। सामान्य तौर पर, स्कोरिंग मैट्रिक्स को परिभाषित करने के लिए आवश्यक पंक्तियों की न्यूनतम संख्या निर्धारित करने के लिए प्रत्येक स्कोरिंग सूची के सभी फ़ोकल तत्वों की पहचान करनी चाहिए। जैसा कि उल्लेख किया गया है, हम स्कोरिंग मैट्रिक्स में गुम सभी मानों की पहचान करने के लिए प्रतीक © का उपयोग करते हैं। ध्यान दें कि हम ज्ञात सटीक संख्यात्मक मान शून्य और गुम मान के बीच स्पष्ट अंतर करने के लिए गुम मानों को शून्य संख्या (या किसी अन्य चुनी गई संख्या) पर सेट नहीं करते हैं। इस उदाहरण में, स्कोरिंग मैट्रिक्स को इस प्रकार परिभाषित किया जाएगा\n1670\n219\n2496\n2295\nThe question we want to address is how to rank the students based on such\na kind of scoring information including disjunctions of alternatives and missing\nvalues, taking into account the relative importance weight of each criterion. Is\nit possible to solve such type of non-classical MCDM problems, and how?\ntext\n3\nहम जिस प्रश्न का समाधान करना चाहते हैं, वह यह है कि छात्रों को इस तरह की स्कोरिंग जानकारी के आधार पर कैसे रैंक किया जाए, जिसमें विकल्पों के विच्छेदन और लुप्त मान शामिल हैं, प्रत्येक मानदंड के सापेक्ष महत्व भार को ध्यान में रखते हुए। क्या इस तरह की गैर-शास्त्रीय MCDM समस्याओं को हल करना संभव है, और कैसे?"1118 }1119 ],1120 "images": [1121 "images/shard_00000/ocr_document_processing_eval_000023_nayana_bench_deva_documents_7f4934f648fb.jpg"1122 ]1123 },1124 {1125 "id": "ocr_document_processing_eval_000024_nayana_bench_deva_documents",1126 "eval_set": "ocr_document_processing_eval",1127 "task": "document_processing_ocr",1128 "source": "Nayana-cognitivelab/NayanaBench",1129 "source_repo": "Nayana-cognitivelab/NayanaBench",1130 "source_dataset": "nayana_bench_deva_documents",1131 "source_kind": "document_ocr_layout_vqa",1132 "source_config": "default",1133 "source_split": "hi",1134 "source_row_idx": null,1135 "language": "hi",1136 "languages": [1137 "hi",1138 "mr",1139 "sa"1140 ],1141 "language_scope": "devanagari_document_general",1142 "scripts": [1143 "Devanagari"1144 ],1145 "source_percent": 20.0,1146 "source_target_samples": 160,1147 "sample_score": 0.452659736155,1148 "source_license": null,1149 "source_url": "https://huggingface.co/datasets/Nayana-cognitivelab/NayanaBench",1150 "document_type": null,1151 "font_family": null,1152 "font_size": null,1153 "layout_region": null,1154 "page_number": null,1155 "line_number": null,1156 "bbox": null,1157 "messages": [1158 {1159 "role": "user",1160 "content": "<image>Text Recognition:"1161 },1162 {1163 "role": "assistant",1164 "content": "1185\n264\n1603\n978\nIn a reward-free environment, what is a suitable intrinsic objec-\ntive for an agent to pursue so that it can learn an optimal task-\nagnostic exploration policy? In this paper, we argue that the\nentropy of the state distribution induced by finite-horizon tra-\njectories is a sensible target. Especially, we present a novel and\npractical policy-search algorithm, Maximum Entropy POL-\nicy optimization (MEPOL), to learn a policy that maximizes\na non-parametric, k-nearest neighbors estimate of the state\ndistribution entropy. In contrast to known methods, MEPOL\nis completely model-free as it requires neither to estimate the\nstate distribution of any policy nor to model transition dynam-\nics. Then, we empirically show that MEPOL allows learning\na maximum-entropy exploration policy in high-dimensional,\ncontinuous-control domains, and how this policy facilitates\nlearning meaningful reward-based tasks downstream.\ntext\n1\nपुरस्कार-मुक्त वातावरण में, एजेंट के लिए कौन सा उपयुक्त आंतरिक उद्देश्य है, ताकि वह एक इष्टतम कार्य-अज्ञेय अन्वेषण नीति सीख सके? इस पत्र में, हम तर्क देते हैं कि परिमित-क्षितिज प्रक्षेप पथों द्वारा प्रेरित राज्य वितरण की एन्ट्रॉपी एक समझदार लक्ष्य है। विशेष रूप से, हम एक उपन्यास और व्यावहारिक नीति-खोज एल्गोरिथ्म, अधिकतम एन्ट्रॉपी नीति अनुकूलन (MEPOL) प्रस्तुत करते हैं, जो एक ऐसी नीति सीखने के लिए है जो राज्य वितरण एन्ट्रॉपी के गैर-पैरामीट्रिक, k-निकटतम पड़ोसियों के अनुमान को अधिकतम करती है। ज्ञात विधियों के विपरीत, MEPOL पूरी तरह से मॉडल-मुक्त है क्योंकि इसमें न तो किसी नीति के राज्य वितरण का अनुमान लगाने की आवश्यकता होती है और न ही संक्रमण गतिशीलता को मॉडल करने की। फिर, हम अनुभवजन्य रूप से दिखाते हैं कि MEPOL उच्च-आयामी, निरंतर-नियंत्रण डोमेन में अधिकतम-एन्ट्रॉपी अन्वेषण नीति सीखने की अनुमति देता है, और यह नीति डाउनस्ट्रीम में सार्थक पुरस्कार-आधारित कार्यों को सीखने में कैसे मदद करती है।\n1224\n222\n2645\n1732\nIn recent years, Reinforcement Learning (RL) (Sutton and\nBarto 2018) has achieved outstanding results in remarkable\ntasks, such as Atari games (Mnih et al. 2015), Go (Silver et al.\n2016), Dota 2 (Bemer et al. 2019), and dexterous manipula-\ntion (Andrychowicz et al. 2020). To accomplish these feats,\nthe learning process usually requires a considerable amount\nof human supervision, especially a hand-crafted reward func-\ntion (Hadfield-Menell et al. 2017), while the outcome rarely\ngeneralizes beyond a single task (Cobbe et al. 2019). This\nbarely mirrors human-like learning, which is far less de-\npendent on exogenous guidance and exceptionally general.\nNotably, an infant would go through an intrinsically-driven,\nnearly exhaustive, exploration of the environment in an early\nstage, without knowing much about the tasks she/he will face.\nStill, this same unsupervised process will be consequential\nto solve those complex, externally-driven tasks, when they\nwill eventually arise. In this perspective, what is a suitable\ntask-agnostic exploration objective to set for the agent in an\nunsupervised phase, so that the acquired knowledge would\nfacilitate learning a variety of reward-based tasks afterwards?\ntext\n2\nहाल के वर्षों में, सुदृढीकरण सीखने (आरएल) (सटन और बार्टो 2018) ने उल्लेखनीय कार्यों में उत्कृष्ट परिणाम प्राप्त किए हैं, जैसे अटारी गेम (मनिह एट अल। 2015), गो (सिल्वर एट अल। 2016), डोटा 2 (बेमर एट अल। 2019), और निपुण हेरफेर (एंड्रिचोविच एट अल। 2020)। इन उपलब्धियों को पूरा करने के लिए, सीखने की प्रक्रिया में आमतौर पर काफी मात्रा में मानवीय पर्यवेक्षण की आवश्यकता होती है, विशेष रूप से एक हाथ से तैयार किए गए इनाम फ़ंक्शन (हैडफ़ील्ड-मेनेल एट अल। 2017), जबकि परिणाम शायद ही कभी एक ही कार्य से परे सामान्यीकृत होता है (कोबे एट अल। 2019)। यह मुश्किल से मानवीय सीखने को दर्शाता है, जो बाहरी मार्गदर्शन पर बहुत कम निर्भर है और असाधारण रूप से सामान्य है। उल्लेखनीय रूप से, एक शिशु प्रारंभिक अवस्था में पर्यावरण की आंतरिक रूप से संचालित, लगभग संपूर्ण खोज से गुजरता है, बिना यह जाने कि उसे किन कार्यों का सामना करना पड़ेगा। फिर भी, यही अप्रशिक्षित प्रक्रिया उन जटिल, बाहरी रूप से संचालित कार्यों को हल करने के लिए परिणामकारी होगी, जब वे अंततः उत्पन्न होंगे। इस परिप्रेक्ष्य में, एक अप्रशिक्षित चरण में एजेंट के लिए एक उपयुक्त कार्य-अज्ञेय अन्वेषण उद्देश्य क्या निर्धारित किया जाना चाहिए, ताकि अर्जित ज्ञान बाद में विभिन्न प्रकार के पुरस्कार-आधारित कार्यों को सीखने में सुविधा प्रदान करे?\n2333\n1327\n2920\n903\na transferable meta-reward function. Other works (Jin et al.\n2020; Tarbouriech et al. 2020) consider the active estimation\nof the environment dynamics as an unsupervised objective.\nAnother promising approach, which is the one we focus in\nthis paper, is to incorporate the unsupervised knowledge into\na task-agnostic exploration policy, obtained by maximiz-\ning some entropic measure over the state space (Hazan et al.\n2019; Tarbouriech and Lazaric 2019; Mutti and Restelli 2020;\nLee et al. 2019). Intuitively, an exploration policy might be\neasier to transfer than a transition model, which would be\nhardly robust to changes in the environment, and more ready\nto use than a meta-reward function, which would still re-\nquire optimizing a policy as an intermediate step. An ideal\nmaximum-entropy policy, thus inducing a uniform distribu-\ntion over states, is an extremely general starting point to\nsolve any (unknown) subsequent goal-reaching task, as it\nminimizes the so-called worst-case regret (Gupta et al. 2018,\nLemma 1). In addition, by providing an efficient estima-\ntion of any, possibly sparse, reward function, it significantly\nreduces the burden on reward design. In tabular settings,\nTarbouriech and Lazaric (2019); Mutti and Restelli (2020)\npropose theoretically-grounded methods for learning an ex-\nploration policy that maximizes the entropy of the asymptotic\nstate distribution, while Mutti and Restelli (2020) concur-\nrently consider the minimization of the mixing time as a\nsecondary objective. In (Hazan et al. 2019), authors present\na principled algorithm (MaxEnt) to optimize the entropy of\nthe discounted state distribution of a tabular policy, and a\ntheoretically-relaxed implementation to deal with function\napproximation. Similarly, Lee et al. (2019) design a method\n(SMM) to maximize the entropy of the finite-horizon state dis-\ntribution. Both SMM and MaxEnt learn a maximum-entropy\nmixture of policies following this iterative procedure: first,\nthey estimate the state distribution induced by the current\nmixture to define an intrinsic reward, then, they learn a policy\nthat optimizes this reward to be added to the mixture. Unfor-\ntunately, the literature approaches to state entropy maximiza-\ntion either consider impractical infinite-horizon settings (Tar-\nbouriech and Lazaric 2019; Mutti and Restelli 2020), or\noutput a mixture of policies that would be inadequate for\nnon-episodic tasks (Hazan et al. 2019; Lee et al. 2019). In\naddition, they would still require a full model of the transition\ndynamics (Tarbouriech and Lazaric 2019; Mutti and Restelli\n2020), or a state density estimation (Hazan et al. 2019; Lee\ntext\n3\nएक हस्तांतरणीय मेटा-रिवॉर्ड फ़ंक्शन। अन्य कार्य (जिन एट अल। 2020; टारबोरिच एट अल। 2020) पर्यावरण की गतिशीलता के सक्रिय आकलन को एक अप्रशिक्षित उद्देश्य के रूप में मानते हैं। एक और आशाजनक दृष्टिकोण, जिस पर हम इस पत्र में ध्यान केंद्रित करते हैं, वह है अप्रशिक्षित ज्ञान को एक कार्य-अज्ञेय अन्वेषण नीति में शामिल करना, जो राज्य स्थान पर कुछ एन्ट्रॉपी माप को अधिकतम करके प्राप्त किया जाता है (हज़ान एट अल। 2019; टारबोरिच और लाज़रिक 2019; मुट्टी और रेस्टेली 2020; ली एट अल। 2019)। सहज रूप से, एक अन्वेषण नीति एक संक्रमण मॉडल की तुलना में स्थानांतरित करना आसान हो सकता है, जो पर्यावरण में परिवर्तनों के लिए शायद ही मजबूत होगा, और एक मेटा-रिवॉर्ड फ़ंक्शन की तुलना में उपयोग करने के लिए अधिक तैयार होगा, जिसे अभी भी एक मध्यवर्ती चरण के रूप में एक नीति को अनुकूलित करने की आवश्यकता होगी। एक आदर्श अधिकतम-एन्ट्रॉपी नीति, इस प्रकार राज्यों पर एक समान वितरण को प्रेरित करती है, किसी भी (अज्ञात) बाद के लक्ष्य-प्राप्ति कार्य को हल करने के लिए एक अत्यंत सामान्य प्रारंभिक बिंदु है, क्योंकि यह तथाकथित सबसे खराब स्थिति के पछतावे को कम करता है (गुप्ता एट अल। 2018, लेम्मा 1)। इसके अलावा, किसी भी, संभवतः विरल, इनाम फ़ंक्शन का एक कुशल अनुमान प्रदान करके, यह इनाम डिज़ाइन पर बोझ को काफी कम करता है। सारणीबद्ध सेटिंग्स में, टारबोरिच और लाज़रिक (2019); मुट्टी और रेस्टेली (2020) एक अन्वेषण नीति सीखने के लिए सैद्धांतिक रूप से आधारित तरीके प्रस्तावित करते हैं जो स्पर्शोन्मुख राज्य वितरण की एन्ट्रॉपी को अधिकतम करता है, जबकि मुट्टी और रेस्टेली (2020) एक साथ मिश्रण समय को कम करने को एक माध्यमिक उद्देश्य के रूप में मानते हैं। (हज़ान एट अल. 2019) में, लेखक सारणीबद्ध नीति के छूट वाले राज्य वितरण की एन्ट्रॉपी को अनुकूलित करने के लिए एक सैद्धांतिक एल्गोरिथ्म (मैक्सएंट) और फ़ंक्शन सन्निकटन से निपटने के लिए एक सैद्धांतिक रूप से शिथिल कार्यान्वयन प्रस्तुत करते हैं। इसी तरह, ली एट अल. (2019) परिमित-क्षितिज राज्य वितरण की एन्ट्रॉपी को अधिकतम करने के लिए एक विधि (एसएमएम) डिज़ाइन करते हैं। एसएमएम और मैक्सएंट दोनों इस पुनरावृत्त प्रक्रिया का पालन करते हुए नीतियों के अधिकतम-एन्ट्रॉपी मिश्रण को सीखते हैं: सबसे पहले, वे एक आंतरिक इनाम को परिभाषित करने के लिए वर्तमान मिश्रण द्वारा प्रेरित राज्य वितरण का अनुमान लगाते हैं, फिर, वे एक ऐसी नीति सीखते हैं जो मिश्रण में जोड़े जाने वाले इस इनाम को अनुकूलित करती है। दुर्भाग्य से, राज्य एन्ट्रॉपी अधिकतमकरण के लिए साहित्य दृष्टिकोण या तो अव्यवहारिक अनंत-क्षितिज सेटिंग्स (टारबोरिच और लाज़रिक 2019; मुट्टी और रेस्टेली 2020) पर विचार करते हैं, या नीतियों का एक मिश्रण आउटपुट करते हैं जो गैर-एपिसोडिक कार्यों के लिए अपर्याप्त होगा (हज़ान एट अल। 2019; ली एट अल। 2019)। इसके अलावा, उन्हें अभी भी संक्रमण गतिशीलता (टारबोरिच और लाज़रिक 2019; मुट्टी और रेस्टेली 2020) के एक पूर्ण मॉडल की आवश्यकता होगी, या एक राज्य घनत्व अनुमान (हज़ान एट अल। 2019; ली\n1224\n224\n2782\n2647\nLately, several works have addressed this question in differ-\nent directions. In (Bechtle et al. 2019; Zheng et al. 2020), au-\nthors investigate how to embed task-agnostic knowledge into\ntext\n5\nहाल ही में, कई कार्यों ने इस प्रश्न को अलग-अलग दिशाओं में संबोधित किया है। (बेचले एट अल। 2019; झेंग एट अल। 2020) में, लेखक इस बात की जांच करते हैं कि कार्य-अज्ञेय ज्ञान को कैसे एम्बेड किया जाए\n1874\n677\n535\n399\nTask-Agnostic Exploration via Policy Gradient\nof a Non-Parametric State Entropy Estimate\ntitle\n6\nनीति ढाल के माध्यम से कार्य-अज्ञेय अन्वेषण\nगैर-पैरामीट्रिक राज्य एन्ट्रॉपी अनुमान\n896\n548\n1719\n1666\n1 Introduction\ntitle\n7\n1 परिचय\n802\n644\n951\n906\nAbstract\ntitle\n8\nअमूर्त\n1988\n564\n797\n588\nMirco Mutti’**, Lorenzo Pratissoli!*, and Marcello Restelli!\n! Politecnico di Milano, Milan, Italy\n* Universita di Bologna, Bologna, Italy\nmirco.mutti@ polimi.it, lorenzo.pratissoli @ mail.polimi.it, marcello.restelli@ polimi.it\ntext\n9\nमिर्को मुट्टी'**, लोरेंजो प्रिटिसोली!*, और मार्सेलो रेस्टेली!\n! मिलान, मिलान, इटली का पॉलिटेक्निक\n* बोलोग्ना विश्वविद्यालय, बोलोग्ना, इटली\nmirco.mutti@polimi.it, lorenzo.pratissoli@mail.polimi.it, marcelo.resteli@polimi.it"1165 }1166 ],1167 "images": [1168 "images/shard_00000/ocr_document_processing_eval_000024_nayana_bench_deva_documents_e557c58e976e.jpg"1169 ]1170 },1171 {1172 "id": "ocr_document_processing_eval_000025_indic_vision_bench_deva_ocr",1173 "eval_set": "ocr_document_processing_eval",1174 "task": "document_processing_ocr",1175 "source": "krutrim-ai-labs/IndicVisionBench",1176 "source_repo": "krutrim-ai-labs/IndicVisionBench",1177 "source_dataset": "indic_vision_bench_deva_ocr",1178 "source_kind": "ocr_image_text_multilingual",1179 "source_config": "ocr",1180 "source_split": "test",1181 "source_row_idx": null,1182 "language": "Hindi",1183 "languages": [1184 "hi",1185 "mr"1186 ],1187 "language_scope": "devanagari_general",1188 "scripts": [1189 "Devanagari"1190 ],1191 "source_percent": 40.0,1192 "source_target_samples": 320,1193 "sample_score": 0.168658961653,1194 "source_license": null,1195 "source_url": "https://huggingface.co/datasets/krutrim-ai-labs/IndicVisionBench",1196 "document_type": null,1197 "font_family": null,1198 "font_size": null,1199 "layout_region": null,1200 "page_number": null,