惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

D
Docker
G
Google Developers Blog
J
Java Code Geeks
B
Blog
C
Check Point Blog
云风的 BLOG
云风的 BLOG
MyScale Blog
MyScale Blog
I
InfoQ
A
About on SuperTechFans
WordPress大学
WordPress大学
F
Fortinet All Blogs
S
SegmentFault 最新的问题
T
Tailwind CSS Blog
Hugging Face - Blog
Hugging Face - Blog
博客园 - 【当耐特】
Microsoft Azure Blog
Microsoft Azure Blog
M
MIT News - Artificial intelligence
月光博客
月光博客
Y
Y Combinator Blog
Jina AI
Jina AI
V
V2EX
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
腾讯CDC
Apple Machine Learning Research
Apple Machine Learning Research

Business News Today: Latest Business News, Finance News

Markets’ dilemma: Trust the bark or wag of oil prices The sector call illusion Bandu’s Blockbusters For April 12, 2026 Mastering Derivatives: Does Lag Impact Effectiveness Of OI? Who Am I? April 12, 2026 Index Outlook: Rising From Dire Straits US Market Outlook: Gaining Strength Bullion Cues: Gold And Silver Futures Face Barrier F&O Tracker: Tentative Shift In Trend F&O Strategy: Buy L&T Put Maruti Suzuki to launch 4 EVs by 2031 India Inc flags surge in cost of packaging raw material, seeks relief measures India-flagged LPG tanker Jag Vikram crosses Strait of Hormuz after US-Iran ceasefire Muted pricing power, rising costs to curb benefits of demand in cement sector: HDFC Securities Iran's new supreme leader Mojtaba Khamenei has severe and disfiguring wounds, sources say No road tax, registration fees for electric vehicles priced up to ₹30 lakh till March 2030: Delhi’s draft EV policy Central Railway to run four special local trains for Ambedkar Jayanti West Asia tensions push up costs for India; further impact hinges on stability: Report ED initiates fresh raids against former Bengal minister Chatterjee in teacher recruitment scam Election Commission reverses Mittal’s DVAC posting, appoints him DGP, TN Armed Police Israel and Lebanon are expected to hold talks. Here’s what to know US, Iran set for peace talks but doubts emerge over Lebanon, sanctions Cotton Association revises output estimates for 2025-26 up at 324 lakh bales of 170 kg each Orbicular gets USFDA’s tentative nod for generic Semaglutide Injection in partnership with Apotex Malls, high-streets in NCR clock 45% rise in leasing of retail spaces in Jan-Mar: C&W FIIs pull ₹28,375 crore in five sessions; domestic buyers cushion fall as indices post best week in months Nifty and Bank Nifty Prediction for the week 13 Apr’26 to 17 Apr’26 by BL GURU Proposed Trump arch in Washington DC includes winged figure, eagles, lions and gold inscriptions 'Ladakh' replaces 'Jammu and Kashmir' in Aadhaar records for UT residents Misri ends US trip with focus on civil nuclear cooperation and LPG exports
AI aides to decode Indian law
N Nagaraj · 2026-06-15 · via Business News Today: Latest Business News, Finance News

NyayaAI, an AI-powered legal assistant developed by researchers at UPES Dehradun, is designed to answer legal questions in plain language. A lawyer researching a case precedent, a law student navigating a constitutional provision or a member of the public who cannot afford legal consultation can type a question on topics ranging from tenancy rights to criminal procedure and contract disputes, and receive a referenced answer.

The system can also summarise lengthy documents, identify relevant precedents and generate preliminary drafts of legal documents.

These developments have been captured in a paper titled ‘NyayaAI: An AI-powered legal assistant using multi-agent architecture and retrieval-augmented generation’, published in arXiv.

Legal help in India remains out of reach for most citizens. Consultation costs are prohibitive for many and legal services are concentrated in cities. The statutes are in English, a language in which the majority of Indians are not fluent. India has about two million registered advocates, most of whom are in urban centres.

Existing platforms such as Manupatra, SCC Online and Indian Kanoon operate on keyword search across digitised legal documents. While paid platforms have been adding AI-assisted search in recent years, none offers the integrated multi-agent task handling or RAG-grounded response generation that NyayaAI provides. AI legal assistants available internationally, including Harvey AI, CoCounsel and LexisNexis Protege, are built around American or British law.

Beyond keywords

NyayaAI addresses a documented failure mode in legal AI: Systems relying on training data alone have generated responses citing cases that do not exist, leading to sanctions against lawyers in US courts.

Rather than generating from memory, the NyayaAI system searches a vector database of Indian legal documents using semantic similarity matching, retrieving provisions and precedents relevant to the query’s meaning rather than its keywords, before generating a response grounded in those documents.

The system uses a multi-agent architecture orchestrated through the Mastra TypeScript framework. A main agent classifies incoming queries by legal domain, covering constitutional, criminal, civil, family and corporate matters, and routes complex queries to specialist sub-agents handling legal research, document summarisation, case analysis and drafting assistance. The drafting sub-agent generates preliminary versions of legal documents, including petitions, notices and agreements, which lawyers or users can review and modify. A compliance module intercepts all responses before delivery, validating them against legal, ethical and jurisdictional criteria and appending disclaimers where needed.

Success rates

In evaluations, the system achieved 72 per cent response accuracy and 74 per cent retrieval precision. Domain classification precision reached 70 per cent across the five categories.

Criminal law and constitutional law recorded the highest precision, at 75 per cent and 73 per cent, respectively, which the authors attribute to cleaner terminology and stronger knowledge base coverage.

Corporate law recorded the lowest precision at 65 per cent. The reason is jurisdictional overlap: A question about a company’s acquisition, for instance, may fall simultaneously under the Companies Act, SEBI regulations, RBI guidelines and FEMA provisions, each administered by a different regulatory body with its own rules. The system must determine which framework applies before it can retrieve the right documents.

Causes of failure

Error analysis identified legal jargon complexity as the primary source of failure, accounting for 35 per cent of errors, given that the system is designed partly for users without specialist legal training. Jurisdictional ambiguity contributed 28 per cent, reflecting the difficulty of handling queries that span multiple regulatory regimes. Context misunderstanding, where the system responded to a different question than the one asked, contributed 22 per cent. Out-of-domain queries accounted for the remaining 15 per cent.

The paper’s authors identify several directions for future development, including integration with the Supreme Court judgement repository and the India Code portal, multilingual support for Hindi and other regional languages, real-time update pipelines to keep the knowledge base current with evolving legislation, predictive analytics for legal outcomes based on historical case law, and support for user-uploaded documents to enable AI-assisted review of case-specific materials. The code has been made available to the public.

Published on June 15, 2026