Patents
Literature
Patsnap Eureka AI that helps you search prior art, draft patents, and assess FTO risks, powered by patent and scientific literature data.

396 results about "Polyglot" patented technology

In computing, a polyglot is a computer program or script written in a valid form of multiple programming languages, which performs the same operations or output independent of the programming language used to compile or interpret it.

Dynamic knowledge retrieval enhancement method based on large language model

The invention discloses a method for enhancing dynamic knowledge retrieval based on a large language model, belongs to the field of knowledge retrieval, and aims to solve the problems of knowledge solidification, insufficient timeliness and illusion of a traditional LLM (Logistics Language Model). A multi-granularity knowledge base is dynamically constructed, and a rule and semantic partitioning technology is combined, so that a text is converted into a normalized vector, and a hybrid index is established; a two-channel retrieval triggering mechanism is adopted, keyword matching scores and BERT semantic probability analysis are fused, and retrieval requirements are intelligently judged; vectorization retrieval is realized through a BGE-M3 model, and candidate results are reordered in combination with a cross encoder to improve the precision. The system supports multi-language adaptive processing, dynamic switching of word segmentation strategies and cross-language retrieval, and introduces real-time knowledge updating and version control. According to the method, the answer timeliness and accuracy are remarkably improved, the context coherence of multiple rounds of dialogues is optimized, the method can be widely applied to the fields of intelligent customer service, professional questions and answers and the like, the LLM illusion risk is effectively reduced, and the knowledge traceability is enhanced.
Owner:SICHUAN ZHONGTIAN YINGYAN INFORMATION TECH CO LTD +1

Hallucination detection via multilingual prompt

Aspects of the present disclosure relate to detecting hallucinations in language model outputs. Embodiments include receiving a user query. Embodiments further include prompting a language processing machine learning model to generate responses to the user query in each language of a set of multiple languages. Embodiments further include receiving the responses from the language processing machine learning model in response to the prompting. Embodiments further include creating embedding representations of the responses. Embodiments further include calculating, based on the embedding representations, a degree of semantic similarity between the responses. Embodiments further include determining that a response of the responses contains a model hallucination based on comparing the degree of semantic similarity between the responses to a threshold.
Owner:INTUIT INC

Code exception analysis method and device, storage medium and program product

The embodiment of the invention provides a code exception analysis method and device, a storage medium and a program product. In the embodiment of the invention, in the preset plug-in, the global knowledge graph is constructed through the logic syntax tree of the plurality of original business codes, so that intelligent anomaly analysis is carried out on the modified to-be-detected codes, multi-language and heterogeneous programming styles and complex dependency limitation are broken through, and cross-language and cross-file analysis is supported; change code snippets and associated influence code snippets thereof are accurately identified, and a data basis is tamped and analyzed; the analysis depth is deepened and the accuracy is improved through a multi-dimensional anomaly analysis large model and four-dimensional collaborative analysis in combination with an adaptive review rule and a knowledge graph; and finally, performing correction based on the generated repair scheme. Through the technical fusion of an MCP protocol, a multi-AI model, a syntax tree and a knowledge graph, the high efficiency, accuracy and real-time performance of code examination and repair are realized, and the service development quality and the system operation stability are remarkably improved.
Owner:BEIJING 58 INFORMATION TTECH CO LTD

Multi-lingual text-to-speech controlling

Methods, systems, and apparatus, including computer programs encoded on computer storage media, for performing text-to-speech modeling. In some implementations, a computer device receives input text in a first language to convert to a desired speech in a second language. The computer device receives one or more criteria for modifying the desired speech and converts the input text to a desired text in the second language. The computer device generates audio representations of the desired text in the second language and predicts, for each of the audio representations of the desired text and using the one or more received criteria, a pitch value and a duration value. The computer device generates the desired output speech using the predicted pitch value and the predicted duration value for each of the audio representations and provides the desired speech for output.
Owner:MURF INC

Multi-mode-based multi-language self-defined instruction identification method and multi-mode-based multi-language self-defined instruction identification system

The invention discloses a multi-modal-based multi-language custom instruction identification method and system, and the method comprises the steps: S1, constructing a multi-modal large model, and training the model, the multi-modal large model constructing a support input processing unit, a query input processing unit and a measurement discriminator; s2, on the basis of the step S1, registering a user-defined voice instruction; wherein a support feature vector of a user registration instruction is acquired and stored through the support input processing unit trained in the step S1; s3, user voice is obtained, and reasoning and instruction recognition are conducted through the model generated in the step S2; wherein the trained query input processing unit is used for processing the user voice to output a query vector, and the matching degree of the query vector and a pre-stored support feature vector is calculated, so that a user voice instruction is recognized. According to the method, efficient and extensible multi-language self-defined instruction recognition is realized based on a multi-modal fusion and metric learning framework.
Owner:HANGZHOU DIANZI UNIV

English text automatic proofreading system and method based on intelligent AI

The invention discloses an English text automatic proofreading system and method based on intelligent AI, and relates to the technical field of natural language processing, and the method comprises the steps: inputting an original English text, generating a syntactic graph through dependency syntax analysis, calculating a node syntactic centrality weight, and generating a triple description set after screening key nodes; on the basis of the triple description set, constructing a structured prompt template, executing English-in-English bidirectional conversion verification through a multi-language model, generating an initial image, and outputting an aligned final image through iterative optimization circulation; and searching a syntax compliance candidate word library for the conflict text node set, selecting a candidate word with the highest comprehensive score, and outputting a corrected text, a video stream and an error analysis report. According to the method, the text assertion and the visual assertion are synchronously verified through the differentiable grammar rule matrix, and the problem that context sensitive errors are difficult to detect through a traditional method is solved.
Owner:SHANDONG FOREIGN LANGUAGES VOCATIONAL AND TECH UNIV

Big language model dynamic dialogue history compression method and system based on double verification

The invention relates to the technical field of big language model dialogue system optimization, in particular to a big language model dynamic dialogue history compression method and system.The method comprises the steps that the maximum length of a context window matched with a target big language model, the maximum number of newly-generated lexical elements and the size of a safety buffer area are set, and then dialogue history is loaded; initial compression and verification are carried out through a keyword and TF-IDF mixed scoring system, multiple times of dynamic compression are carried out according to gradients if the conditions are not met, and finally, parameters are adjusted to adapt to the residual space when a model is called to generate response. The system comprises a dialogue history loading module, a parameter configuration module, a dynamic compression engine module and a large language model integration module. Through a multi-stage compression verification mechanism and a progressive multi-stage dynamic compression strategy, super-long texts such as engineering technology documents can be processed, service interruption is reduced, the compression efficiency is improved on the premise that key semantics are reserved, and multi-language dynamic compression is supported. The problems of system token overrun and service instability in the prior art are solved.
Owner:POWERCHINA BEIJING ENG CORP

Cross-language code semantic alignment method based on unified abstract syntax tree and graph matching neural network

The invention discloses a cross-language code semantic alignment method, which constructs a shared semantic space through a unified abstract syntax tree (AST) and a graph matching network (GMN) so as to reduce the difference of different programming languages in syntax structure and node representation. The method comprises the following steps: (1) mapping a multi-language AST node to a unified general label set and performing structure enhancement; (2) performing node feature coding on the unified AST, and realizing cross-language interaction in combination with a cross-graph attention mechanism; (3) node representation is generated through intra-graph loop updating, and an overall semantic vector is obtained through global attention pooling; and (4) through comparative learning training in the shared space, the distance between semantically equivalent positive sample vectors is shortened, and the distance between non-equivalent negative sample vectors is shortened, so that the discrimination capability of cross-language semantic representation is enhanced. According to the method, the semantic consistency of the functional level can be effectively captured, and the accuracy and efficiency of cross-language code understanding, multiplexing and retrieval are remarkably improved.
Owner:NANJING UNIV OF AERONAUTICS & ASTRONAUTICS

Complex scene-oriented end-to-end semantic extraction system

The invention provides a complex scene-oriented end-to-end semantic extraction system, belongs to the technical field of artificial intelligence and natural language processing, and realizes cross-modal information association through a multi-source heterogeneous data fusion module to construct a dynamic semantic network model. A hierarchical attention mechanism is adopted to carry out context-aware coding on unstructured input, and unsupervised pre-training and a weak supervised fine tuning strategy are combined to optimize a feature representation space. And designing an adaptive inference engine, automatically switching semantic analysis paths based on scene complexity, and generating a structured output result. According to the method, the dependency on specific knowledge in the field is reduced, the semantic understanding generalization ability in a complex scene is remarkably improved, high-precision analysis performance can still be kept in a low-resource environment, meanwhile, calculation resource consumption is reduced, and the method is suitable for practical application scenes with multi-language mixing, serious noise interference and high real-time performance requirements.
Owner:INSPUR SMART SUPPLY CHAIN TECH (SHANDONG) CO LTD

Language-agnostic OCR extraction

Technologies for language agnostic OCR extraction include identifying a word region of an image using optical character recognition, applying a language agnostic machine learning model to the word region, where the language agnostic machine learning model is trained on training data including a set of image-text pairs and a set of multilingual text translation pairs, receiving, from the language agnostic machine learning model, a word region embedding that is associated with the word region, searching a multilingual index for a text embedding that matches the word region embedding, receiving, from the multilingual index, text associated with the text embedding; and outputting at least one of the text or the text embedding to at least one downstream process, application, system, component, or network.
Owner:MICROSOFT TECHNOLOGY LICENSING LLC

Incremental multi-language text recognition method and system based on shared knowledge mining

The invention discloses an incremental multi-language text recognition method and system based on shared knowledge mining, and relates to the technical field of text detection and recognition. Sending the playback set and the data set of the current language into all characteristic recognizers, and mining potential shared characters and shared words among languages based on the prediction consistency of all the characteristic recognizers; based on the shared characters, the shared words and a language domain discriminator, mining a dependency relationship between incremental languages to obtain language probabilities of character levels and word levels, and based on the language probabilities, weighting prediction probability distribution of each characteristic recognizer to obtain character level and word level probability distribution after relationship enhancement; and performing argmax operation on the word level probability distribution after relation enhancement, and selecting an index corresponding to a maximum probability value as a final recognition result. The forgetting of old language knowledge in the incremental learning process can be reduced, so that the continuous learning ability of the text recognizer is improved.
Owner:SHANDONG UNIV

Information processing method, model training method, device, equipment, medium and product

The invention provides an information processing method and device, a model training method and device, equipment, a medium and a product, and relates to the technical field of computers. The public opinion information processing method comprises the steps that on the basis of a first language model, a crawled original language text is coded to obtain an original language vector, on the basis of a second language model, a target language text is coded to obtain a target language vector, the target language text is generated by translating the original language text, and the first language model is a multi-language model; generating a sentence-level first fusion vector and a word-level second fusion vector based on the original language vector and the target language vector; obtaining corresponding theme features and emotion features based on the first fusion vector; performing entity extraction on the second fusion vector to obtain entity features; and generating a public opinion analysis result based on the subject features, the emotion features and the entity features. According to the technical scheme, the public opinion association capture capability is enhanced through multi-feature joint analysis, and the public opinion analysis efficiency and accuracy can be improved.
Owner:CHINA TELECOM GLOBAL LTD

Extensible system, method and equipment for multi-language data analysis and medium

The invention discloses a multi-language data analysis-oriented extensible system, method, equipment and medium, and relates to the technical field of multi-language analysis, the multi-language data analysis-oriented extensible system comprises a grammar analysis module used for analyzing a query language and generating a language-specific syntax tree structure after analysis; the grammar adaptation module is used for converting a language-specific grammar tree structure into an abstract grammar tree AST in a uniform format; the abstract syntax tree processing module injects a permission control strategy, a field desensitization rule and an alarm exception expression into the AST; the business processing module is used for executing business-related rule check and label injection; the query plan generation module is used for constructing a logic query path and a corresponding distributed execution scheme; and the task scheduling module issues the distributed execution scheme to the corresponding execution node. According to the method, by constructing a unified multi-language grammar analysis framework and a standardized abstract syntax tree AST representation mechanism, compatibility and fusion of multiple query languages such as SQL, SPL and natural language are achieved.
Owner:YUNNAN POWER GRID CO LTD

Lightweight cross-platform PLC multi-language code generation method

The invention discloses a lightweight cross-platform PLC (Programmable Logic Controller) multi-language code generation method, which relates to the field of industrial process control, and firstly provides a unified intermediate data model, and on the basis, a module for converting each PLC language into the unified intermediate data model is realized; on the basis of a standardized JSON data structure, a modularized unified intermediate language conversion chain is further supported, an analyzer and a generator communicate through a JSON interface, a cross-platform conversion path is supported, and unified intermediate language conversion from PLC to JSON to XML to ST to C is completed; the method comprises the following steps of: integrating an open source compiler and runtime, constructing an open and pluggable automatic execution framework, compiling a generated C code into a platform executable file by using an adaptive GCC tool chain aiming at different target platforms, and deploying a program generated by compiling to a soft PLC runtime system supporting multiple platforms. According to the method, a JSON intermediate data structure which is light in weight, unrelated to languages and uniform in structure and a matched conversion framework of the JSON intermediate data structure are constructed.
Owner:SHANGHAI JIAOTONG UNIV

Multi-language text adaptive configuration method and electronic equipment

The invention discloses a multi-language text self-adaptive configuration method and electronic equipment, and relates to the technical field of computers, and the method comprises the following steps: obtaining a source text set in response to a translation instruction received when a page runs, and translating the source text set according to a target language identifier and a constraint strategy to obtain a translated text set; according to a constraint strategy, carrying out adaptability detection on each translation in the translation set to obtain an adaptive set and a non-adaptive set; performing semantic rewriting on each non-adaptive translation in the non-adaptive set to obtain a target candidate set; and aggregating the adaptation set and the target candidate set in the same rendering frame, and rendering and displaying the adaptation set and the target candidate set in batches, so that the problems of lack of multi-language dynamic adaptation capability and insufficient semantic equivalent compression are solved, the accumulated layout offset is remarkably reduced on the premise of ensuring semantic integrity and readability, and the layout efficiency is improved. And the page stability and the user experience are improved.
Owner:INSPUR SUZHOU INTELLIGENT TECH CO LTD

Multi-language code generation method based on self-supervised pre-training

The invention discloses a multi-language code generation method based on self-supervised pre-training, which comprises the following steps: acquiring and cleaning multi-language code data to form a training corpus; the method comprises the following steps: representing code data as an abstract syntax tree, extracting a control flow diagram and a data flow diagram of the code data, and obtaining unified semantic representation through combination of a diagram encoder and a sequence encoder; designing a self-supervised pre-training task, and pre-training the semantic representation based on the training corpus; constructing a multi-language pre-training model based on the structure-improved recurrent neural tensor network and the multi-language embedding matrix; when a user inputs a natural language, generating a target language code by using the multi-language pre-training model; and target language code correction is carried out through conventional function testing and grammar checking. According to the method, multi-channel recursive combination and a hierarchical recursive expansion mechanism are combined with self-supervised pre-training, so that accurate generation and performability improvement of cross-language codes are realized.
Owner:CLOUD HI-TECH (BEIJING) TECHNOLOGY CO LTD

Multi-language task execution method and device, equipment and medium

The invention relates to the technical field of artificial intelligence, provides a multi-language task execution method, device and equipment and a medium, is applied to financial and medical health care service scenes, and can acquire text data and visual action data of multiple languages according to an execution instruction and perform preprocessing to realize standardized processing of multi-modal data; constructing a cross-language word vector semantic space based on adversarial training according to the multi-language features to realize preliminary word vector alignment; performing multi-language semantic alignment on the multi-language features according to a cross-language word vector semantic space, further breaking language barriers, and realizing depth mapping and alignment among different language semantics; a multi-language culture knowledge graph is constructed, so that culture knowledge is introduced, and the culture perception ability is improved; fusion is carried out through a gating fusion mechanism, fusion features with language attributes and cultural attributes can be obtained, and therefore multi-language tasks can be executed more accurately by integrating multi-language information and cultural knowledge.
Owner:PING AN TECH (SHENZHEN) CO LTD

Code analysis method, system and equipment based on multi-programming language sandbox and medium

The invention provides a code analysis method, system and equipment based on a multi-programming language sandbox and a medium, and belongs to the technical field of code analysis and detection.The method specifically comprises the steps that an input code and a corresponding unit test sample are obtained, and a programming language type specified by the code is determined; sending the code and the unit test sample to a sub sandbox environment of a corresponding language for execution; a compiler in the sub sandbox reports a missing library according to a code compiling result and prompts a user to install the missing library; calling an analysis tool of a code analysis module to analyze the code; compiler feedback of the sub sandboxes and various analysis results generated by the code analysis module are integrated into a large language model; inputting the integration result into a large language model through a preset template; and analyzing and evaluating the code case based on the user instruction. Through multi-language sandbox isolation, automatic analysis tool integration and large language model enhancement, the security, efficiency and quality of a code processing flow are improved.
Owner:INSPUR ZHUOSHU BIG DATA IND DEV CO LTD

Method and system for asynchronous execution of JavaScript at server side

The invention discloses a method and a system for asynchronous execution of JavaScript at a server side, and relates to the technical field of computer software, the method comprises the following steps: constructing a multi-language runtime context pool on the server side based on GraalVM, and pre-compiling a script and a core class; when the script is loaded, asynchronous execution strategy parameters are injected into the corresponding isolation context; calculating the fragmentation number of the overall task submitted by the script, and carrying out overall task fragmentation; mapping the fragments to the corresponding isolation assembly lines according to the fragment execution categories, constructing feature vectors according to the fragments in the isolation assembly lines, calculating fragment priorities, and executing in sequence; after fragment execution is completed, execution time delay is collected, historical time delay prediction is updated, and when conditions are met, isolation retry is carried out, and compensation fragments are generated. Through pre-compilation, asynchronous execution strategy, adaptive fragmentation and priority scheduling, and compensation fragmentation generation, fault self-recovery and service continuity guarantee with low time delay response, high scheduling flexibility and controllability and automation are realized.
Owner:深圳市华磊迅拓科技有限公司

Question and answer interaction method and electronic equipment

The invention relates to the technical field of artificial intelligence, and particularly provides a question and answer interaction method and electronic equipment. The method comprises the steps of obtaining an input question of a user; determining the language type of the input question; according to the language type, determining a vectorization model and a knowledge base matched with the language type; generating reply content of the input question based on the vectorization model and the knowledge base; and replying the input question of the user based on the reply content. According to the embodiment, a multi-language recognition mechanism for recognizing language types is introduced, multi-language operation is supported, the corresponding knowledge base and the vectorization model are dynamically called, and multi-language support of the system is achieved. And the accuracy in each language scene is equivalent to the accuracy in a single language scene, so that the efficient and accurate multi-language processing capability is ensured.
Owner:XFUSION DIGITAL TECH CO LTD

Front-end universal multi-language switching method, device and equipment and medium

The invention provides a front-end general multi-language switching method, device and equipment and a medium, and the method is based on a frame-independent post-processing principle, translating logic is executed in the last stage of a construction process, and JavaScript codes compiled by various front-end frames are directly processed. The method comprises the following steps: identifying a to-be-translated text based on AST analysis in a compiling stage by constructing a tool plug-in; generating a unique hash identifier for the text and replacing the unique hash identifier with a translation function call; integrating a plurality of third-party translation services to realize batch automatic translation; and generating a language package mapping table, and providing a global t translation function to realize language switching during operation. The method acts on an ending link of a construction process through configuration, and realizes non-inductive support for any front-end technology stacks such as Vue, React, pure JS and the like. The method is suitable for front-end project multi-language reconstruction of medium and large projects, and the development and maintenance efficiency of multi-language projects is greatly improved.
Owner:GUANGZHOU CANWAY TECH CO LTD

LLVM-based multi-language PLC configuration software component library extension method and system

The invention discloses a multi-language PLC configuration software component library expansion method and system based on LLVM, and relates to the technical field of configuration software, the method comprises the following steps: obtaining language source codes of various types of programming languages supporting the LLVM front end; inputting the language source code of each type of programming language into a corresponding LLVM front-end compiler, and converting the language source code into a standard intermediate representation; establishing a general language characteristic analysis framework; establishing a general abstract metadata injection framework; building a mapping rule framework; integrating the general language framework, the general abstract metadata injection framework, the mapping rule framework and the output result, and generating a unified extended intermediate representation; and generating an interface component library conforming to the IEC standard. According to the method, any programming language with an LLVM front end is supported, a developer can directly utilize a mature algorithm library in each language ecosystem to select the programming language most suitable for a specific application scene, and the development period is remarkably shortened.
Owner:GUODIAN NANJING AUTOMATION

Multi-language safety protection framework based on reasoning, medium and equipment

The invention discloses a reasoning-based multi-language security protection framework, a medium and equipment, and belongs to the technical field of artificial intelligence. According to the framework, cross-language knowledge migration and interpretability enhancement are realized in a mode of combining thinking chain reasoning and constraint alignment optimization; comprises: an SFT-based cold start module configured to perform knowledge distillation on a basic large language model through supervised fine tuning so as to endow the model with a preliminary reasoning ability for a safety protection task; the reasoning training module based on the GRPO is configured to be capable of improving normalization, accuracy and diversity of a model reasoning chain and enhancing interpretability; and the CAO-based cross-language alignment module is configured to realize knowledge migration from a high-resource language to a low-resource language and avoid performance reduction of the high-resource language. The method can solve the problems that an existing method mainly depends on a classifier lacking interpretability, the performance of a low-resource language safety fence is insufficient, and the performance of the low-resource language safety fence is poor.
Owner:GUANGDONG UNIVERSITY OF FOREIGN STUDIES

Digital library index retrieval method and system

The invention discloses a digital library index retrieval method and system, and relates to the technical field of natural language process.The method comprises the steps that a query statement input by a user is received, the semantic offset degree of the query statement in a cross-language environment is evaluated based on a multi-language semantic mapping mechanism, and a corresponding retrieval risk level is determined according to the semantic offset degree; a query statement is complemented and enhanced by introducing a multi-language semantic anchor point and concept association relationship; and performing semantic matching and scoring according to the compensated query content and the target literature, and executing a dynamic index decision operation based on a set risk level and an integrity score. According to the method, the multi-language semantic anchor point diagram is constructed, the edge weight path scoring function is combined, accurate and credible evaluation is carried out on the semantic compensation path, and the compensation result is more stable and controllable. Through semantic anchor point path extension and a multi-hop semantic propagation mechanism, original query semantic expression is complemented, and the perception ability of a multi-language retrieval system for weak explicit semantics is improved.
Owner:SOUTHWEST UNIVERSITY OF POLITICAL SCIENCE AND LAW +1

Multi-language corpus automatic construction and translation optimization system

The invention relates to a natural language processing and multi-language data processing technology, and discloses a multi-language corpus automatic construction and translation optimization system which comprises a corpus collection module, a language recognition and grouping module, a semantic alignment module, a translation optimization module and a corpus quality evaluation and screening module. According to the system, multi-language text data can be automatically collected from the Internet, language recognition and structured storage are carried out, semantic vector coding and alignment matching are carried out on sentences of different languages through a cross-language pre-training model, and high-quality parallel corpus generation is achieved. Meanwhile, the translation model is subjected to incremental training and language proportion regulation and control by utilizing the aligned corpora, so that the translation performance is improved; corpus quality is automatically evaluated and screened through a scoring mechanism, and data reliability is guaranteed. The system can be widely applied to the fields of multi-language machine translation, cross-language information retrieval, intelligent corpus construction and the like.
Owner:EAST CHINA JIAOTONG UNIVERSITY

Automatic test script intelligent generation system

The invention discloses an automatic test script intelligent generation system, belongs to the technical field of software testing, and aims to solve the technical problems of how to realize automatic generation of test scripts, reduce dependence on professional technicians and improve test efficiency. The input module is used for inputting natural languages, extended prompt words, an initial browser and setting parameters; the intelligent analysis layer is used for realizing multi-language environment automatic test execution by combining the multi-language recognition capability of a large model and manual test cases of a set of languages; the element recognition layer is used for supporting a CSS / visual / semantic hybrid positioning strategy in combination with the visual recognition interface element capability and automatically selecting an optimal positioning scheme; and the execution feedback layer is used for acquiring latest page element information in real time when the UI structure is changed, and automatically utilizing the page semantic comprehension capability of the large model and the visual recognition capability of the multi-modal large model.
Owner:INSPUR QILU SOFTWARE IND

Cross-language double-space alignment and pedigree guiding translation system

The invention discloses a cross-language double-space alignment and pedigree guidance translation system, and relates to the technical field of natural language processing, and the system comprises a semantic double-space modeling module which is used for constructing a basic semantic space and a language specific semantic space based on a source language text, and forming a unified double-space semantic representation; the semantic mapping and alignment module is used for performing tensor projection and alignment of a source language and a target language based on the double-space semantic representation to generate a semantic representation adaptive to the target language; the translated text generation module is used for receiving the semantic representation and generating a translated text by means of a structure-perceived target language decoder and a language style control mechanism in combination with target language structure features and cultural habits; the structure perception attention module is used for introducing language structure features and improving perception and processing capabilities for different language structures; and the language pedigree guiding module is used for constructing a language pedigree graph and improving the translation effect of the low-resource language. The method is suitable for a multi-language communication scene.
Owner:INSPUR TIANYUAN COMM INFORMATION SYST CO LTD

Software architecture governance system based on automatic modeling and holographic penetration analysis

The invention provides a software architecture governance system based on automatic modeling and holographic penetration analysis. The software architecture governance system comprises multiple modules: a project management module used for managing all analysis projects; the source code management module is used for pulling, updating and deleting project source codes; the analysis drive management module is used for uniformly managing and calling analysis drive programs; the multi-language analysis driving cluster is integrated with analysis driving programs corresponding to multiple programming languages and is responsible for analyzing source codes, generating a standardized software chart model and storing the standardized software chart model in a database; the rule engine module is used for supporting a complex code analysis service; the cross-project integrated analysis module generates a system architecture diagram according to the plurality of software models and stores the system architecture diagram into a diagram model library; the multi-dimensional data fusion interface module provides penetrating analysis interfaces of a code layer, a design layer and a framework layer; and the architecture model visualization module is responsible for displaying the system architecture in a multi-dimensional visualization manner. The method can be used for automatic modeling, tracing analysis and interactive visual presentation of a complex system architecture.
Owner:SOUTH CHINA UNIV OF TECH

Multi-language program and data flow analysis using LLM

A computer-implemented system analyzes program and data flows in a software system comprising code written in multiple programming languages using a generative large language model (LLM) directed by programming-language-specific prompts. The LLM identifies functional components within the code, generating labeled graph nodes that include a node type, a node name, and dependency information. A graph construction computer system processes the labeled graph nodes to generate a directed graph, where nodes represent functional components and directed edges represent dependencies. The system stores the graph in a database and provides a web-based interface for visualization, allowing users to explore, query, and analyze program and data flows across the software system. The system enables automated, language-agnostic dependency mapping, facilitating software analysis, debugging, and modernization.
Owner:MORGAN STANLEY SERVICES GROUP INC