期刊文献+
共找到242篇文章
< 1 2 13 >
每页显示 20 50 100
PAL-BERT:An Improved Question Answering Model
1
作者 Wenfeng Zheng Siyu Lu +3 位作者 Zhuohang Cai Ruiyang Wang Lei Wang Lirong Yin 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第6期2729-2745,共17页
In the field of natural language processing(NLP),there have been various pre-training language models in recent years,with question answering systems gaining significant attention.However,as algorithms,data,and comput... In the field of natural language processing(NLP),there have been various pre-training language models in recent years,with question answering systems gaining significant attention.However,as algorithms,data,and computing power advance,the issue of increasingly larger models and a growing number of parameters has surfaced.Consequently,model training has become more costly and less efficient.To enhance the efficiency and accuracy of the training process while reducing themodel volume,this paper proposes a first-order pruningmodel PAL-BERT based on the ALBERT model according to the characteristics of question-answering(QA)system and language model.Firstly,a first-order network pruning method based on the ALBERT model is designed,and the PAL-BERT model is formed.Then,the parameter optimization strategy of the PAL-BERT model is formulated,and the Mish function was used as an activation function instead of ReLU to improve the performance.Finally,after comparison experiments with traditional deep learning models TextCNN and BiLSTM,it is confirmed that PALBERT is a pruning model compression method that can significantly reduce training time and optimize training efficiency.Compared with traditional models,PAL-BERT significantly improves the NLP task’s performance. 展开更多
关键词 PAL-BERT question answering model pretraining language models ALBERT pruning model network pruning TextCNN BiLSTM
在线阅读 下载PDF
DPAL-BERT:A Faster and Lighter Question Answering Model
2
作者 Lirong Yin Lei Wang +8 位作者 Zhuohang Cai Siyu Lu Ruiyang Wang Ahmed AlSanad Salman A.AlQahtani Xiaobing Chen Zhengtong Yin Xiaolu Li Wenfeng Zheng 《Computer Modeling in Engineering & Sciences》 SCIE EI 2024年第10期771-786,共16页
Recent advancements in natural language processing have given rise to numerous pre-training language models in question-answering systems.However,with the constant evolution of algorithms,data,and computing power,the ... Recent advancements in natural language processing have given rise to numerous pre-training language models in question-answering systems.However,with the constant evolution of algorithms,data,and computing power,the increasing size and complexity of these models have led to increased training costs and reduced efficiency.This study aims to minimize the inference time of such models while maintaining computational performance.It also proposes a novel Distillation model for PAL-BERT(DPAL-BERT),specifically,employs knowledge distillation,using the PAL-BERT model as the teacher model to train two student models:DPAL-BERT-Bi and DPAL-BERTC.This research enhances the dataset through techniques such as masking,replacement,and n-gram sampling to optimize knowledge transfer.The experimental results showed that the distilled models greatly outperform models trained from scratch.In addition,although the distilled models exhibit a slight decrease in performance compared to PAL-BERT,they significantly reduce inference time to just 0.25%of the original.This demonstrates the effectiveness of the proposed approach in balancing model performance and efficiency. 展开更多
关键词 DPAL-BERT question answering systems knowledge distillation model compression BERT Bi-directional long short-term memory(BiLSTM) knowledge information transfer PAL-BERT training efficiency natural language processing
在线阅读 下载PDF
A Dynamic Knowledge Base Updating Mechanism-Based Retrieval-Augmented Generation Framework for Intelligent Question-and-Answer Systems
3
作者 Yu Li 《Journal of Computer and Communications》 2025年第1期41-58,共18页
In the context of power generation companies, vast amounts of specialized data and expert knowledge have been accumulated. However, challenges such as data silos and fragmented knowledge hinder the effective utilizati... In the context of power generation companies, vast amounts of specialized data and expert knowledge have been accumulated. However, challenges such as data silos and fragmented knowledge hinder the effective utilization of this information. This study proposes a novel framework for intelligent Question-and-Answer (Q&A) systems based on Retrieval-Augmented Generation (RAG) to address these issues. The system efficiently acquires domain-specific knowledge by leveraging external databases, including Relational Databases (RDBs) and graph databases, without additional fine-tuning for Large Language Models (LLMs). Crucially, the framework integrates a Dynamic Knowledge Base Updating Mechanism (DKBUM) and a Weighted Context-Aware Similarity (WCAS) method to enhance retrieval accuracy and mitigate inherent limitations of LLMs, such as hallucinations and lack of specialization. Additionally, the proposed DKBUM dynamically adjusts knowledge weights within the database, ensuring that the most recent and relevant information is utilized, while WCAS refines the alignment between queries and knowledge items by enhanced context understanding. Experimental validation demonstrates that the system can generate timely, accurate, and context-sensitive responses, making it a robust solution for managing complex business logic in specialized industries. 展开更多
关键词 Retrieval-Augmented Generation question-and-answer Large Language models Dynamic Knowledge Base Updating Mechanism Weighted Context-Aware Similarity
在线阅读 下载PDF
Question classification in question answering based on real-world web data sets
4
作者 袁晓洁 于士涛 +1 位作者 师建兴 陈秋双 《Journal of Southeast University(English Edition)》 EI CAS 2008年第3期272-275,共4页
To improve question answering (QA) performance based on real-world web data sets,a new set of question classes and a general answer re-ranking model are defined.With pre-defined dictionary and grammatical analysis,t... To improve question answering (QA) performance based on real-world web data sets,a new set of question classes and a general answer re-ranking model are defined.With pre-defined dictionary and grammatical analysis,the question classifier draws both semantic and grammatical information into information retrieval and machine learning methods in the form of various training features,including the question word,the main verb of the question,the dependency structure,the position of the main auxiliary verb,the main noun of the question,the top hypernym of the main noun,etc.Then the QA query results are re-ranked by question class information.Experiments show that the questions in real-world web data sets can be accurately classified by the classifier,and the QA results after re-ranking can be obviously improved.It is proved that with both semantic and grammatical information,applications such as QA, built upon real-world web data sets, can be improved,thus showing better performance. 展开更多
关键词 question classification question answering real-world web data sets question and answer web forums re-ranking model
在线阅读 下载PDF
ALBERT with Knowledge Graph Encoder Utilizing Semantic Similarity for Commonsense Question Answering 被引量:1
5
作者 Byeongmin Choi YongHyun Lee +1 位作者 Yeunwoong Kyung Eunchan Kim 《Intelligent Automation & Soft Computing》 SCIE 2023年第4期71-82,共12页
Recently,pre-trained language representation models such as bidirec-tional encoder representations from transformers(BERT)have been performing well in commonsense question answering(CSQA).However,there is a problem th... Recently,pre-trained language representation models such as bidirec-tional encoder representations from transformers(BERT)have been performing well in commonsense question answering(CSQA).However,there is a problem that the models do not directly use explicit information of knowledge sources existing outside.To augment this,additional methods such as knowledge-aware graph network(KagNet)and multi-hop graph relation network(MHGRN)have been proposed.In this study,we propose to use the latest pre-trained language model a lite bidirectional encoder representations from transformers(ALBERT)with knowledge graph information extraction technique.We also propose to applying the novel method,schema graph expansion to recent language models.Then,we analyze the effect of applying knowledge graph-based knowledge extraction techniques to recent pre-trained language models and confirm that schema graph expansion is effective in some extent.Furthermore,we show that our proposed model can achieve better performance than existing KagNet and MHGRN models in CommonsenseQA dataset. 展开更多
关键词 Commonsense reasoning question answering knowledge graph language representation model
在线阅读 下载PDF
The question answer system based on natural language understanding
6
作者 郭庆琳 樊孝忠 《Journal of Harbin Institute of Technology(New Series)》 EI CAS 2007年第3期419-422,共4页
Automatic Question Answer System(QAS)is a kind of high-powered software system based on Internet.Its key technology is the interrelated technology based on natural language understanding,including the construction of ... Automatic Question Answer System(QAS)is a kind of high-powered software system based on Internet.Its key technology is the interrelated technology based on natural language understanding,including the construction of knowledge base and corpus,the Word Segmentation and POS Tagging of text,the Grammatical Analysis and Semantic Analysis of sentences etc.This thesis dissertated mainly the denotation of knowledge-information based on semantic network in QAS,the stochastic syntax-parse model named LSF of knowledge-information in QAS,the structure and constitution of QAS.And the LSF model's parameters were exercised,which proved that they were feasible.At the same time,through "the limited-domain QAS" which was exploited for banks by us,these technologies were proved effective and propagable. 展开更多
关键词 question answer system semantic network LSF model predicate logic
在线阅读 下载PDF
Prompting Large Language Models with Knowledge-Injection for Knowledge-Based Visual Question Answering
7
作者 Zhongjian Hu Peng Yang +2 位作者 Fengyuan Liu Yuan Meng Xingyu Liu 《Big Data Mining and Analytics》 EI CSCD 2024年第3期843-857,共15页
Previous works employ the Large Language Model(LLM)like GPT-3 for knowledge-based Visual Question Answering(VQA).We argue that the inferential capacity of LLM can be enhanced through knowledge injection.Although metho... Previous works employ the Large Language Model(LLM)like GPT-3 for knowledge-based Visual Question Answering(VQA).We argue that the inferential capacity of LLM can be enhanced through knowledge injection.Although methods that utilize knowledge graphs to enhance LLM have been explored in various tasks,they may have some limitations,such as the possibility of not being able to retrieve the required knowledge.In this paper,we introduce a novel framework for knowledge-based VQA titled“Prompting Large Language Models with Knowledge-Injection”(PLLMKI).We use vanilla VQA model to inspire the LLM and further enhance the LLM with knowledge injection.Unlike earlier approaches,we adopt the LLM for knowledge enhancement instead of relying on knowledge graphs.Furthermore,we leverage open LLMs,incurring no additional costs.In comparison to existing baselines,our approach exhibits the accuracy improvement of over 1.3 and 1.7 on two knowledge-based VQA datasets,namely OK-VQA and A-OKVQA,respectively. 展开更多
关键词 visual question answering knowledge-based visual question answering large language model knowledge injection
原文传递
基于知识图谱和大语言模型的口述历史资源的问答应用研究
8
作者 孙翌 刘音 《图书馆杂志》 北大核心 2025年第1期98-107,119,共11页
档案馆和图书馆等人文机构逐渐形成了丰富多样的有序化整理后的口述历史档案集合。引入问答系统,通过互动方式可展示档案单元内容的知识推理能力。本研究融合知识图谱和大语言模型,充分发挥知识图谱的准确性、内容透明度等优势,降低大... 档案馆和图书馆等人文机构逐渐形成了丰富多样的有序化整理后的口述历史档案集合。引入问答系统,通过互动方式可展示档案单元内容的知识推理能力。本研究融合知识图谱和大语言模型,充分发挥知识图谱的准确性、内容透明度等优势,降低大语言模型带来应答幻觉、建设成本高等问题,尝试构造面对口述历史档案资源的问答系统。文章详细阐述了系统设计思路与构建过程,以及核心部件的关键技术要点等,并以李政道图书馆馆藏的CUSPEA主题的口述历史为研究对象,进行问答应用实践。实践验证了问答系统的可行性,能实现口述历史档案资源的知识融汇与知识挖掘,能有效辅助人文学者和历史爱好者理解与洞悉口述历史本质。 展开更多
关键词 口述历史资源 问答系统 知识图谱 大语言模型
在线阅读 下载PDF
基于大模型检索增强生成的气象数据库问答模型实现
9
作者 江双五 张嘉玮 +1 位作者 华连生 杨菁林 《计算机工程与应用》 北大核心 2025年第5期113-121,共9页
随着信息检索和知识获取需求的增加,智能问答系统在多个垂直领域得到广泛应用。然而,在气象领域仍缺乏专门的智能问答系统研究,严重限制了气象信息的高效利用和气象系统的服务效率。针对这一需求,提出了一种面向气象数据库的大模型检索... 随着信息检索和知识获取需求的增加,智能问答系统在多个垂直领域得到广泛应用。然而,在气象领域仍缺乏专门的智能问答系统研究,严重限制了气象信息的高效利用和气象系统的服务效率。针对这一需求,提出了一种面向气象数据库的大模型检索智能问答技术实现方案。该方案设计了一种基于关系型数据库(SQL)与文档型数据(NoSQL)的多通道查询路由(multi-channel retrieval router,McRR)方法,为了适配数据库进行大模型查询以及增强大模型对查询表的理解,分别提出指令查询转换方法与数据库表摘要方法DNSUM,提升大模型对数据库的语义理解能力,通过结合问题理解、重排序器和响应生成等关键模块,构建了一个端到端的智能问答模型,可实现多数据源的相关知识检索及答案生成。实验结果显示,该模型可以有效理解用户问题并生成准确的答案,具有良好的检索和响应能力。不仅为气象领域提供了一种智能问答的解决方案,也为气象智能问答技术提供了新的应用实施参考。 展开更多
关键词 数据库查询 数据库问答 大语言模型 检索增强生成 气象问答
在线阅读 下载PDF
基于知识库问答的回答生成研究
10
作者 饶东宁 许正辉 梁瑞仕 《计算机工程》 北大核心 2025年第2期94-101,共8页
知识库问答旨在利用事先构建好的知识库来回答用户提出的问题。现有的知识库问答研究主要通过对候选实体和关系路径进行排序,最后将三元组的尾实体作为答案返回。用户给出的问题经过实体识别模型和实体消歧模型之后,可以链接到知识库中... 知识库问答旨在利用事先构建好的知识库来回答用户提出的问题。现有的知识库问答研究主要通过对候选实体和关系路径进行排序,最后将三元组的尾实体作为答案返回。用户给出的问题经过实体识别模型和实体消歧模型之后,可以链接到知识库中与答案相关的候选实体。利用语言模型的生成能力,可以将答案拓展为一句话并返回,这对用户而言是更加友好的。为了提高模型的泛化能力和弥补问题文本与结构化知识之间的差别,将候选实体及其一跳关系子图通过提示模板进行组织输入到生成模型中,并在回答模板的引导下生成通俗流畅的回答。在NLPCC 2016 CKBQA和KgCLUE两个中文数据集上的实验结果表明:该方法在BLEU、METEOR和ROUGE指标上分别平均比BART-large模型提高了2.8、2.3和1.5百分点;在Perplexity指标上,该方法与ChatGPT的回答表现相当。 展开更多
关键词 知识库问答 提示 实体链接 预训练模型 回答生成
在线阅读 下载PDF
基于信息检索的知识库问答综述
11
作者 田萱 吴志超 《计算机研究与发展》 北大核心 2025年第2期314-335,共22页
知识库问答旨在从知识库中检索相关信息用于模型推理,最终返回准确的答案.近年来随着深度学习和大语言模型的发展,基于信息检索的知识库问答研究成为焦点,涌现出许多新颖方法.从模型方法、数据集等不同方面对基于信息检索的知识库问答... 知识库问答旨在从知识库中检索相关信息用于模型推理,最终返回准确的答案.近年来随着深度学习和大语言模型的发展,基于信息检索的知识库问答研究成为焦点,涌现出许多新颖方法.从模型方法、数据集等不同方面对基于信息检索的知识库问答研究进行梳理总结.首先对知识库问答的研究意义和相关定义进行介绍.然后按照模型执行过程从问句解析、信息检索、模型推理、答案生成这4个阶段阐述每个阶段面临的关键问题以及典型解决方法,对每个阶段所使用到的共性网络模块进行总结.其次针对基于信息检索的知识库问答方法的不可解释性进行分析梳理.此外,对不同特点的相关数据集和不同阶段的基线模型进行了分类介绍与总结.最后对基于信息检索的知识库问答每个执行阶段以及该领域整体发展方向进行了总结和展望. 展开更多
关键词 知识库问答 信息检索 深度学习 大语言模型 阶段性问题
在线阅读 下载PDF
领域知识图谱构建及复杂问答方法研究
12
作者 李华昱 王佳坤 +1 位作者 闫阳 李家瑞 《计算机与数字工程》 2025年第2期358-363,383,共7页
已有的成熟中文知识图谱问答方法仅能很好地回答一些简单问题,难以处理聚合、比较、多跳、计数等复杂问题。论文以党史领域为例,采用半自动化技术构建党史知识图谱;然后提出了一种结合实体识别、路径预测、问句类型识别、答案实体类型... 已有的成熟中文知识图谱问答方法仅能很好地回答一些简单问题,难以处理聚合、比较、多跳、计数等复杂问题。论文以党史领域为例,采用半自动化技术构建党史知识图谱;然后提出了一种结合实体识别、路径预测、问句类型识别、答案实体类型预测的多任务问答模型处理复杂问句;最后通过实验分析和问答测试,证明了模型的有效性。论文工作为党史知识图谱构建及复杂中文问答做了初步有益探索。 展开更多
关键词 知识图谱 自然语言处理 多任务问答模型 复杂问答方法
在线阅读 下载PDF
基于大语言模型和RAG的持续交付智能问答系统
13
作者 鞠炜刚 汪鹏 王佳 《计算机技术与发展》 2025年第2期107-114,共8页
持续交付是一种持续的将各类变更快速、高质量地落实到生产环境的方法和技术,对提升产品竞争力越来越重要。因此迫切需要对持续交付进行规划、建设和应用,但其知识范围广、专业性强、更新快,难以有效及时获取指导和帮助,影响实施效果。... 持续交付是一种持续的将各类变更快速、高质量地落实到生产环境的方法和技术,对提升产品竞争力越来越重要。因此迫切需要对持续交付进行规划、建设和应用,但其知识范围广、专业性强、更新快,难以有效及时获取指导和帮助,影响实施效果。针对该问题,提出了一种基于大语言模型和检索增强生成(RAG)的持续交付智能问答系统构建方法。该方法通过高质量语料处理形成数据集,采用高效微调技术训练领域大模型,使用改进的向量知识检索并结合提示词工程的多场景提示词模板技术增强生成效果,实现了一种持续交付智能问答系统。实验结果表明,该系统对持续交付各环节的知识问答覆盖场景范围广,能有效提升回答的准确性,降低幻觉率,效果明显,从而极大帮助了持续交付的规划、实施和应用。提出的方法和技术具备很强的通用性,可以向更多领域的智能问答推广应用。 展开更多
关键词 持续交付 智能问答 大语言模型 检索增强生成 提示词工程
在线阅读 下载PDF
大模型赋能的智能问答FAQ语料库建设实践与思考——以国家图书馆为例
14
作者 翟蓉 《四川图书馆学报》 2025年第2期80-87,共8页
文章简述了国家图书馆交互式线上咨询服务的发展历程,在介绍大模型赋能的国家图书馆智能问答系统的两大内容支撑——FAQ语料库与文档语料库的基础上,重点阐述了FAQ语料库内容的建设实践及管理与运营流程。针对系统上线运行半年多以来FA... 文章简述了国家图书馆交互式线上咨询服务的发展历程,在介绍大模型赋能的国家图书馆智能问答系统的两大内容支撑——FAQ语料库与文档语料库的基础上,重点阐述了FAQ语料库内容的建设实践及管理与运营流程。针对系统上线运行半年多以来FAQ语料库承接的问答式对话的日志和部分问题未命中的原因进行了统计分析,并从内容优化和来源拓展、建设标准的制订、大模型智能化水平优化、日常运维和多渠道复用、评价体系建设、团队建设与人才培养等维度,提出FAQ语料库建设的发展策略和建议,以期为大模型在图书馆智能问答等基础服务中的应用和发展提供参考。 展开更多
关键词 国家图书馆 智能问答 大模型 FAQ语料库 咨询服务
在线阅读 下载PDF
基于大模型的不动产登记智能问答方法
15
作者 董承玮 李云汉 +1 位作者 邢晨 刘世凡 《北京测绘》 2025年第3期253-258,共6页
为探索如何在不动产登记业务中提供智能问答服务,本文提出一种基于大语言模型的不动产政策智能问答方法,并结合不动产政策知识库与信息检索提升问答准确性。该方法首先通过搜索引擎和语义检索从政策知识库得到政策文本候选集合;然后利... 为探索如何在不动产登记业务中提供智能问答服务,本文提出一种基于大语言模型的不动产政策智能问答方法,并结合不动产政策知识库与信息检索提升问答准确性。该方法首先通过搜索引擎和语义检索从政策知识库得到政策文本候选集合;然后利用排序模型进行排序,得到与问题最相关的候选政策文本;最后基于问题、政策文本构建提示(Prompt)并输入大模型生成答案。相较于传统方法,该方法在确保答案专业性和准确性的同时,提供了更灵活、自然的自助问答服务,对构建不动产登记智慧问答系统具有一定的参考意义。 展开更多
关键词 不动产登记 智能问答 知识库 语义检索 大模型
在线阅读 下载PDF
基于多源知识注入的常识问答方法研究 被引量:1
16
作者 朱嘉骏 包美凯 +2 位作者 张凯 刘烨 刘淇 《计算机工程与科学》 北大核心 2025年第2期349-360,共12页
常识问答任务致力于让模型回答人类常识问题。针对该任务的一类方法是检索相关的知识来辅助模型回答常识问题。该类方法主要分为知识查询和知识推理2个步骤。知识查询是指根据问题检索到与之相关联的知识,而知识推理是指利用检索到的知... 常识问答任务致力于让模型回答人类常识问题。针对该任务的一类方法是检索相关的知识来辅助模型回答常识问题。该类方法主要分为知识查询和知识推理2个步骤。知识查询是指根据问题检索到与之相关联的知识,而知识推理是指利用检索到的知识辅助回答常识问题。对此,常识问答面临的一个挑战是如何找到合适的外部知识来帮助回答问题。现有的许多常识问答模型通常依赖于单个外部知识源,但鉴于常识知识的广泛性和多样性,单一来源很难全面覆盖所需的所有知识。针对这一问题,提出了一种基于多源知识注入的常识问答方法。首先,在知识查询过程中为了应对知识覆盖度问题,利用预训练语言模型整合来自多个来源的知识(包括结构化和非结构化的知识),形成统一的知识表征;其次,在知识推理过程中为了充分利用结构化知识蕴含的语义关系,模型识别文本中的实体概念和实体之间的关系路径从而构建实体关系图,然后,利用图注意力网络对实体关系图建模;最后,利用实体关系图和实体知识表征中的证据信息对问题进行推理和解答。所提方法经预训练得到的模型在CommonsenseQA数据集上的测试结果显示,基于多源知识注入的常识问答方法在验证集和测试集上的准确率分别达到79.20%和75.02%,超过了最好的基线模型。实验结果表明了多源知识注入方法在常识问答任务中的有效性。 展开更多
关键词 常识问答 知识注入 预训练语言模型 图神经网络 注意力机制
在线阅读 下载PDF
面向区块链漏洞知识库的大模型增强知识图谱问答模型
17
作者 解飞 宋建华 +2 位作者 姜丽 张龑 何帅 《现代电子技术》 北大核心 2025年第2期137-142,共6页
大语言模型(LLM)在专业领域特别是区块链漏洞领域应用时存在局限性,如专业术语噪声干扰和细粒度信息过重导致理解不足。为此,构建一种面向区块链漏洞知识库的增强型知识图谱问答模型(LMBK_KG)。通过整合大模型和知识图谱来增强知识表示... 大语言模型(LLM)在专业领域特别是区块链漏洞领域应用时存在局限性,如专业术语噪声干扰和细粒度信息过重导致理解不足。为此,构建一种面向区块链漏洞知识库的增强型知识图谱问答模型(LMBK_KG)。通过整合大模型和知识图谱来增强知识表示和理解能力,同时利用多粒度语义信息进行专业问题的过滤和精准匹配。研究方法包括使用集成的多粒度语义信息和知识图谱来过滤专业术语噪声,以及采用大模型生成的回答与专业知识图谱进行结构化匹配和验证,以提高模型的鲁棒性和安全性。实验结果表明,所提出的模型在区块链漏洞领域问答的准确率比单独使用大模型提高26%。 展开更多
关键词 大语言模型 知识图谱 问答模型 多粒度语义信息 区块链 漏洞信息 文本表征
在线阅读 下载PDF
一种基于知识图谱的检索增强生成情报问答技术
18
作者 成志宇 陈星霖 +2 位作者 王菁 周中元 张志政 《计算机科学》 北大核心 2025年第1期87-93,共7页
为实现军事情报问答,提出了一种基于知识图谱的检索增强生成框架。该框架通过问题分类、实体识别、实体链接、知识检索有效地获取了背景知识。同时考虑到情报问题多约束的特点,使用回答集编程在知识上通过约束限制减少知识数量或者直接... 为实现军事情报问答,提出了一种基于知识图谱的检索增强生成框架。该框架通过问题分类、实体识别、实体链接、知识检索有效地获取了背景知识。同时考虑到情报问题多约束的特点,使用回答集编程在知识上通过约束限制减少知识数量或者直接获得答案。最后,使用大语言模型在精炼后的知识上对问题进行求解,以减少问题理解过程中的属性识别与链接。在MilRE数据集上的实验表明,所提框架能够提供基于知识图谱的增强知识检索功能,并具有较好的军事情报问题解答能力。 展开更多
关键词 情报问答 回答集编程 大语言模型 检索增强生成 知识图谱
在线阅读 下载PDF
基于JRAG的涉水法律法规智能知识问答技术
19
作者 张志鑫 明晨曦 +3 位作者 刘颉 刘哲 李岸昀 曾德晶 《人民长江》 北大核心 2025年第2期240-247,共8页
当前以自然语言大模型为代表的生成式人工智能技术迎来了蓬勃发展,为涉水法律法规领域的智能知识问答提供了新的思路。然而,现有的大模型主要是在通用数据集上训练的,在涉水法律法规领域上的知识问答容易出现回答内容相关度较低、回答... 当前以自然语言大模型为代表的生成式人工智能技术迎来了蓬勃发展,为涉水法律法规领域的智能知识问答提供了新的思路。然而,现有的大模型主要是在通用数据集上训练的,在涉水法律法规领域上的知识问答容易出现回答内容相关度较低、回答不准确等问题。对此,提出了基于联合检索增强生成(JRAG)的涉水法律法规智能知识问答技术框架,该方法主要由知识存储、知识检索以及问答生成等环节组成。为了提高知识检索的效果,在知识检索环节提出词向量-关键词联合检索的方法,有效地提高了检索内容与用户问题匹配的能力。为了验证JRAG的有效性,提出了一套涉水法律法规问答数据集。在该数据集上与最新中文大模型,如文心一言、通义千问、Yi、ChatGLM3等进行对比,JRAG在评估指标真实性、完整性、相关性和有效性上取得了更好的效果。研究成果具有一定的扩展性,可为其他业务领域的智能知识问答研究奠定基础。 展开更多
关键词 大模型 知识问答 涉水法律法规 联合检索增强生成 词向量
在线阅读 下载PDF
图表问答研究综述
20
作者 马秋平 张琪 赵晓凡 《数据与计算发展前沿(中英文)》 2025年第1期19-37,共19页
【目的】本文旨在全面综述图表问答(CQA)技术的研究进展,分析现有模型和方法,并探讨未来发展方向。【方法】首先将CQA模型分为两大类:基于深度学习和基于多模态大模型。针对基于深度学习的方法,本文进一步细分为端到端模型和两阶段模型... 【目的】本文旨在全面综述图表问答(CQA)技术的研究进展,分析现有模型和方法,并探讨未来发展方向。【方法】首先将CQA模型分为两大类:基于深度学习和基于多模态大模型。针对基于深度学习的方法,本文进一步细分为端到端模型和两阶段模型。随后,深入分析了基于深度学习的CQA任务的三个核心流程,并对各个流程现有的处理方法进行了详细的分类和深入的分析。本文还探讨了基于多模态大模型的CQA模型,分析了其优势、局限性以及未来发展方向。【结果】本文全面总结了CQA技术的研究现状,并对现有模型和方法进行了深入分析。本文发现,基于深度学习的CQA模型在处理标准图表类型和简单任务时表现优异,但在面对复杂、非标准化图表或需要深度推理的任务时仍显不足。而基于多模态大模型的CQA模型则展现出巨大的潜力,但模型性能的提升往往伴随着模型规模和计算复杂度的增加。未来研究应聚焦于开发更轻量化的问答模型,并提升模型的可解释性。 展开更多
关键词 图表问答 视觉问答 深度学习 多模态大语言模型
在线阅读 下载PDF
上一页 1 2 13 下一页 到第
使用帮助 返回顶部