Skip to content

Commit 512028b

Browse files
committed
add a new
1 parent a677fb6 commit 512028b

4 files changed

Lines changed: 23 additions & 2 deletions

File tree

content/post/8/1.png

712 KB
Loading

content/post/8/featured.png

427 KB
Loading

content/post/8/index.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: 课题组1篇论文被期刊IPM录用
3+
date: 2025-07-09
4+
---
5+
  近日,课题组1篇论文被期刊IPM录用。IPM期刊全称为Information Processing & Management,在CCF学术推荐列表中认定为B类期刊。
6+
<!--more-->
7+
- - -
8+
- 论文标题:DocTER: Evaluating Document-based Knowledge Editing
9+
- 录用类型:Information Processing & Management
10+
- 论文作者:Suhang Wu, Ante Wang, Minlong Peng, Yujie Lin, Wenbo Li, Mingming Sun, Jinsong Su*
11+
- 完成单位:厦门大学,百度研究院
12+
![](1.png)
13+
- 论文简介:知识编辑旨在修正神经网络中过时或错误的知识。本文提出用文档替代以往人工标注的三元组进行知识编辑。我们构建了首个编辑领域的评测集DocTER,涵盖包含反事实知识的文档,并从编辑成功、局部性、推理和跨语言迁移四个角度进行评测。此外,为了适应综合评估现有知识编辑方法的性能,我们提出了抽取-编辑的框架,将现有三元组方法扩展为先抽取三元组再编辑。实验发现,基于文档的知识编辑比三元组方式更加难,这一现象在推理和跨语言测试同样如此。我们还分析了影响效果的主要因素,包括三元组抽取质量、知识位置、推理增强和跨语言编辑方向等,为后续研究提供参考。

content/post/add_post.py

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,16 @@ def create_directory_and_file():
5656
title:
5757
date: {current_date}
5858
---
59-
60-
<!--more-->"""
59+
&emsp;&emsp;
60+
<!--more-->
61+
- - -
62+
- 论文标题:
63+
- 录用类型:
64+
- 论文作者:
65+
- 完成单位:
66+
![](1.png)
67+
- 论文简介:
68+
"""
6169

6270
# 写入文件
6371
try:

0 commit comments

Comments
 (0)