-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.txt
More file actions
68 lines (62 loc) · 40 KB
/
index.txt
File metadata and controls
68 lines (62 loc) · 40 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
1:"$Sreact.fragment"
3:I[3719,["461","static/chunks/461-a9a5d7b05a71d978.js","874","static/chunks/874-6cc630662f3664af.js","781","static/chunks/781-565f00b965bb18d8.js","177","static/chunks/app/layout-d0a1e1f33505c6de.js"],"ThemeProvider"]
4:I[310,["461","static/chunks/461-a9a5d7b05a71d978.js","874","static/chunks/874-6cc630662f3664af.js","781","static/chunks/781-565f00b965bb18d8.js","177","static/chunks/app/layout-d0a1e1f33505c6de.js"],"LocaleProvider"]
5:I[4574,["461","static/chunks/461-a9a5d7b05a71d978.js","874","static/chunks/874-6cc630662f3664af.js","781","static/chunks/781-565f00b965bb18d8.js","177","static/chunks/app/layout-d0a1e1f33505c6de.js"],"default"]
6:I[7555,[],""]
7:I[1295,[],""]
8:I[2548,["461","static/chunks/461-a9a5d7b05a71d978.js","874","static/chunks/874-6cc630662f3664af.js","781","static/chunks/781-565f00b965bb18d8.js","177","static/chunks/app/layout-d0a1e1f33505c6de.js"],"default"]
9:I[9243,["461","static/chunks/461-a9a5d7b05a71d978.js","874","static/chunks/874-6cc630662f3664af.js","781","static/chunks/781-565f00b965bb18d8.js","177","static/chunks/app/layout-d0a1e1f33505c6de.js"],""]
a:I[8139,["461","static/chunks/461-a9a5d7b05a71d978.js","151","static/chunks/151-b43de76172e5d690.js","874","static/chunks/874-6cc630662f3664af.js","748","static/chunks/748-18960f3c0488326c.js","974","static/chunks/app/page-de0e49cd552fe419.js"],"default"]
b:I[9665,[],"MetadataBoundary"]
d:I[9665,[],"OutletBoundary"]
10:I[4911,[],"AsyncMetadataOutlet"]
12:I[9665,[],"ViewportBoundary"]
14:I[6614,[],""]
:HL["/_next/static/css/06e4d397d0ebdda9.css","style"]
2:T579,
try {
const cfg = {"enabled":false,"locales":["en"],"defaultLocale":"en","mode":"auto","fixedLocale":"en","persist":true,"switcher":true,"labels":{"en":"en"}};
const storageKey = 'locale-storage';
const normalize = (value) => typeof value === 'string' ? value.trim().replace('_', '-').toLowerCase() : '';
const matchLocale = (candidate) => {
const normalized = normalize(candidate);
if (!normalized) return null;
if (cfg.locales.includes(normalized)) return normalized;
const language = normalized.split('-')[0];
if (cfg.locales.includes(language)) return language;
return null;
};
let resolved = null;
if (cfg.persist) {
resolved = matchLocale(localStorage.getItem(storageKey));
}
if (!resolved) {
if (cfg.mode === 'fixed') {
resolved = cfg.fixedLocale;
} else {
resolved = matchLocale(navigator.language);
}
}
if (!resolved) {
resolved = cfg.defaultLocale;
}
const root = document.documentElement;
root.lang = resolved;
root.setAttribute('data-locale', resolved);
if (cfg.persist) {
localStorage.setItem(storageKey, resolved);
}
} catch (e) {
const root = document.documentElement;
root.lang = 'en';
root.setAttribute('data-locale', 'en');
}
0:{"P":null,"b":"ihBdHjNxVVzhtJPKiWXBJ","p":"","c":["",""],"i":false,"f":[[["",{"children":["__PAGE__",{}]},"$undefined","$undefined",true],["",["$","$1","c",{"children":[[["$","link","0",{"rel":"stylesheet","href":"/_next/static/css/06e4d397d0ebdda9.css","precedence":"next","crossOrigin":"$undefined","nonce":"$undefined"}]],["$","html",null,{"lang":"en","className":"scroll-smooth","suppressHydrationWarning":true,"children":[["$","head",null,{"children":[["$","link",null,{"rel":"icon","href":"/favicon.svg","type":"image/svg+xml"}],["$","link",null,{"rel":"dns-prefetch","href":"https://jialeliu.com"}],["$","link",null,{"rel":"preconnect","href":"https://jialeliu.com","crossOrigin":""}],["$","link",null,{"rel":"preload","as":"font","type":"font/woff2","href":"https://jialeliu.com/fonts/georgiab.woff2","crossOrigin":""}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"\n try {\n const theme = localStorage.getItem('theme-storage');\n const parsed = theme ? JSON.parse(theme) : null;\n const setting = parsed?.state?.theme || 'system';\n const prefersDark = typeof window !== 'undefined' && window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;\n const effective = setting === 'dark' ? 'dark' : (setting === 'light' ? 'light' : (prefersDark ? 'dark' : 'light'));\n var root = document.documentElement;\n root.classList.add(effective);\n root.setAttribute('data-theme', effective);\n } catch (e) {\n var root = document.documentElement;\n root.classList.add('light');\n root.setAttribute('data-theme', 'light');\n }\n "}}],["$","script",null,{"dangerouslySetInnerHTML":{"__html":"$2"}}]]}],["$","body",null,{"className":"font-sans antialiased","children":[["$","$L3",null,{"children":["$","$L4",null,{"config":{"enabled":false,"locales":["en"],"defaultLocale":"en","mode":"auto","fixedLocale":"en","persist":true,"switcher":true,"labels":{"en":"en"}},"children":[["$","$L5",null,{"items":[{"title":"About","type":"page","target":"about","href":"/"},{"title":"News","type":"page","target":"news","href":"/news"},{"title":"Papers","type":"page","target":"publications","href":"/publications"},{"title":"Books","type":"page","target":"books","href":"/books"},{"title":"Talks & Tutorials","type":"page","target":"talks","href":"/talks"},{"title":"Awards","type":"page","target":"awards","href":"/awards"},{"title":"Services","type":"page","target":"services","href":"/services"},{"title":"Team","type":"page","target":"team","href":"/team"}],"siteTitle":"Qiang Sheng","enableOnePageMode":false,"i18n":"$0:f:0:1:1:props:children:1:props:children:1:props:children:0:props:children:props:config","itemsByLocale":{"en":[{"title":"About","type":"page","target":"about","href":"/"},{"title":"News","type":"page","target":"news","href":"/news"},{"title":"Papers","type":"page","target":"publications","href":"/publications"},{"title":"Books","type":"page","target":"books","href":"/books"},{"title":"Talks & Tutorials","type":"page","target":"talks","href":"/talks"},{"title":"Awards","type":"page","target":"awards","href":"/awards"},{"title":"Services","type":"page","target":"services","href":"/services"},{"title":"Team","type":"page","target":"team","href":"/team"}]},"siteTitleByLocale":{"en":"Qiang Sheng"}}],["$","main",null,{"className":"min-h-screen pt-16 lg:pt-20","children":["$","$L6",null,{"parallelRouterKey":"children","error":"$undefined","errorStyles":"$undefined","errorScripts":"$undefined","template":["$","$L7",null,{}],"templateStyles":"$undefined","templateScripts":"$undefined","notFound":[[["$","title",null,{"children":"404: This page could not be found."}],["$","div",null,{"style":{"fontFamily":"system-ui,\"Segoe UI\",Roboto,Helvetica,Arial,sans-serif,\"Apple Color Emoji\",\"Segoe UI Emoji\"","height":"100vh","textAlign":"center","display":"flex","flexDirection":"column","alignItems":"center","justifyContent":"center"},"children":["$","div",null,{"children":[["$","style",null,{"dangerouslySetInnerHTML":{"__html":"body{color:#000;background:#fff;margin:0}.next-error-h1{border-right:1px solid rgba(0,0,0,.3)}@media (prefers-color-scheme:dark){body{color:#fff;background:#000}.next-error-h1{border-right:1px solid rgba(255,255,255,.3)}}"}}],["$","h1",null,{"className":"next-error-h1","style":{"display":"inline-block","margin":"0 20px 0 0","padding":"0 23px 0 0","fontSize":24,"fontWeight":500,"verticalAlign":"top","lineHeight":"49px"},"children":404}],["$","div",null,{"style":{"display":"inline-block"},"children":["$","h2",null,{"style":{"fontSize":14,"fontWeight":400,"lineHeight":"49px","margin":0},"children":"This page could not be found."}]}]]}]}]],[]],"forbidden":"$undefined","unauthorized":"$undefined"}]}],["$","$L8",null,{"lastUpdated":"May 4, 2026","lastUpdatedByLocale":{"en":"May 4, 2026"},"defaultLocale":"en"}]]}]}],["$","$L9",null,{"src":"//busuanzi.ibruce.info/busuanzi/2.3/busuanzi.pure.mini.js","strategy":"afterInteractive"}]]}]]}]]}],{"children":["__PAGE__",["$","$1","c",{"children":[["$","$La",null,{"dataByLocale":{"en":{"author":{"name":"Qiang Sheng","name_native":"盛强","title":"Associate Professor / Researcher","institution":"Institute of Computing Technology, Chinese Academy of Sciences","avatar":"/bio.jpg"},"social":{"email":"shengqiang18z@ict.ac.cn","location":"Beijing, China","location_url":"https://maps.google.com/?q=Institute+of+Computing+Technology+Beijing","location_details":["No.6 Kexueyuan South Rd,","Beijing, China"],"google_scholar":"https://scholar.google.com/citations?user=8BEUQ9UAAAAJ","orcid":"https://orcid.org/0000-0002-2481-5023","github":"https://github.com/sheng-qiang/","zhihu":"https://www.zhihu.com/column/c_1394265881195753473","researchgate":"https://www.researchgate.net/profile/Qiang_Sheng5/","dblp":"https://dblp.org/pid/199/7557-1.html","acl":"https://aclanthology.org/people/q/qiang-sheng/","ucas":"https://people.ucas.edu.cn/~qiangsheng","wechat":"/wechat-account-qrcode.jpg"},"features":{"enable_likes":false,"enable_one_page_mode":false},"enableOnePageMode":false,"researchInterests":["I will have one position enrolled in Sep. 2027, and also recruit highly motivated research interns (1-2 positions, onsite preferred). Anyone who is interested in **combating misinformation in the era of large language models** may send me their resume by email."],"pagesToShow":[{"type":"about","id":"about","sections":[{"id":"about","type":"markdown","source":"bio.md","title":"About","content":"I am an Associate Professor/Researcher at the Media Synthesis and Forensics Lab, [Institute of Computing Technology](http://www.ict.ac.cn/), [Chinese Academy of Sciences](http://www.cas.cn/). I am also a supervisor at School of Computer Science and Technology, [University of Chinese Academy of Sciences (UCAS)](https://www.ucas.ac.cn/), where I got my Ph.D. degree under the supervision of Professor Juan Cao. My research interests include:\n\n- **Application**: Fake News/Misinformation Detection, Fact-Checking, Machine-Generated Content Detection\n- **Direction**: Natural Language Understanding and Social Media Mining\n- **Vision**: Make the World More Credible\n"},{"id":"news","type":"list","title":"News","source":"news_data.toml","limit":5,"items":[{"date":"2026-05","content":"One co-authored paper got accepted by ICML 2026."},{"date":"2026-04","content":"Two co-authored papers got accepted by ACL 2026."},{"date":"2026-01","content":"One co-authored paper got accepted by IEEE TVCG."},{"date":"2026-01","content":"One co-authored paper got accepted by EACL 2026."},{"date":"2025-12","content":"Will serve as a Senior PC Member at ICMR 2026."},{"date":"2025-09","content":"One co-authored paper got accepted by AAAI 2026."},{"date":"2025-09","content":"One co-authored paper got accepted by NeurIPS 2025."},{"date":"2025-08","content":"Two co-authored papers got accepted by EMNLP 2025 Main/Findings."},{"date":"2025-08","content":"Two co-authored papers on fake news detection got accepted by CIKM 2025."},{"date":"2025-07","content":"Received the Best PC Member Award (among 20 awardees) at SIGIR 2025."},{"date":"2025-06","content":"Will present our recent work on fake news detection at YSSNLP 2025."},{"date":"2025-02","content":"Will serve as an Area Chair and co-offer a tutorial named **Combating Online Misinformation Videos: Characterization, Detection, and Prevention** at MM 2025. See you in Dublin!"},{"date":"2024-10","content":"Recognized as an [Outstanding Area Chair](https://dl.acm.org/action/showFmPdf?doi=10.1145%2F3664647) at MM 2024."},{"date":"2024-10","content":"Will introduce our latest works on LLM-driven misinformation detection at [SMP 2024](https://mp.weixin.qq.com/s/LHkiPb_xulmXQlgMnL780g)."},{"date":"2024-07","content":"One co-authored paper on Generated Comments Enhanced Fake News Det. got accepted by CIKM 2024."},{"date":"2024-07","content":"One co-authored paper on Short Video Fake News Det. got accepted by MM 2024."},{"date":"2024-07","content":"Will co-present [a tutorial](https://sigir-2024.github.io/attend_Tutorials.html#tut5) about Preventing and Detecting LLM-generated Misinformation at SIGIR 2024. See you in D.C.!"},{"date":"2024-04","content":"Two co-authored papers got accepted by IJCAI 2024."},{"date":"2024-02","content":"Recognized as a Great Reviewer in the October 2023 Cycle of ARR."},{"date":"2024-01","content":"Invited to serve as an Area Chair for MM 2024."},{"date":"2024-01","content":"Invited to serve as a PC member for KDD 2024."},{"date":"2023-12","content":"Invited to serve as a PC member for IJCAI 2024."},{"date":"2023-12","content":"One co-authored paper on LLM for Fake News Det. got accepted by AAAI 2024."},{"date":"2023-12","content":"Invited to serve as a PC member for SIGIR 2024."},{"date":"2023-10","content":"One co-authored position paper on AIGC safety was released by Communications of the CCF."},{"date":"2023-09","content":"Invited to serve as a reviewer for TheWebConf (WWW) 2024."},{"date":"2023-09","content":"Invited to serve as a PC member for SDM 2024."},{"date":"2023-07","content":"One co-authored survey paper on Misinformation Video Detection got accepted by ACM MM 2023."},{"date":"2023-07","content":"Invited to serve as a PC member for AAAI 2024."},{"date":"2023-06","content":"Invited to serve as a reviewer for EMNLP 2023."},{"date":"2023-06","content":"Will give a talk at the Illinois Institute of Technology."},{"date":"2023-05","content":"Invited to serve as a PC member for CIKM 2023."},{"date":"2023-05","content":"One co-authored paper got accepted by ACL 2023."},{"date":"2023-05","content":"Invited to serve as a reviewer for MM 2023."},{"date":"2023-03","content":"Invited to serve as a PC member for ECML-PKDD 2023."},{"date":"2023-02","content":"Invited to serve as a reviewer for KDD 2023."},{"date":"2023-01","content":"Invited to serve as a PC member for SIGIR 2023."},{"date":"2023-01","content":"Invited to serve as a PC member for IJCAI 2023."},{"date":"2022-12","content":"Will give a talk on real-world fake news detection at Tsinghua University."},{"date":"2022-12","content":"Will give a talk on research views of NLP applications at CSSNLP 2022."},{"date":"2022-12","content":"Invited to serve as a reviewer for ACL 2023."},{"date":"2022-10","content":"Invited to serve as a reviewer for EACL 2023."},{"date":"2022-10","content":"Invited to serve as a PC Member for TheWebConf (WWW) 2023."},{"date":"2022-08","content":"One co-authored paper got accepted by COLING 2022."},{"date":"2022-07","content":"Invited to serve as a PC Member for AAAI 2023."},{"date":"2022-07","content":"Recognized as the [Outstanding Reviewer](https://aclanthology.org/2022.naacl-main.0.pdf) (81/2824) by NAACL 2022 Program Committee."},{"date":"2022-06","content":"Invited to serve as a Reviewer for EMNLP 2022."},{"date":"2022-06","content":"One co-authored paper got accepted by IEEE TKDE."},{"date":"2022-04","content":"Will give a spotlight presentation on our ACL 2022 work at the [AIS 2022](https://event.baai.ac.cn/activities/385)."},{"date":"2022-04","content":"One first-authored paper got accepted by Information Processing and Management."},{"date":"2022-04","content":"One co-authored paper got accepted by SIGIR 2022."},{"date":"2022-02","content":"One first-authored paper got accepted by ACL 2022."},{"date":"2021-12","content":"One co-authored paper got accepted by AAAI 2022."},{"date":"2021-10","content":"Invited to serve as a Reviewer for ACL Rolling Review."},{"date":"2021-09","content":"Served as a PC Member for AAAI 2022."},{"date":"2021-08","content":"One co-authored paper got accepted by ACM MM 2021 Industrial Track."},{"date":"2021-08","content":"One co-first-authored paper got accepted by ACM CIKM 2021."},{"date":"2021-06","content":"Served as a reviewer for EMNLP 2021."},{"date":"2021-05","content":"One first-authored paper got accepted by ACL-IJCNLP 2021."},{"date":"2021-01","content":"One co-authored paper got accepted by TheWebConf 2021."},{"date":"2020-11","content":"One co-authored Chinese paper got accepted by Journal of Computer Research and Development."},{"date":"2020-04","content":"One co-authored paper got accepted by ACL 2020."}]},{"id":"featured_publications","type":"publications","title":"Selected Publications","filter":"selected","limit":10,"publications":[{"id":"li2026factguard","title":"FactGuard: Agentic Video Misinformation Detection via Reinforcement Learning","authors":[{"name":"Zehao Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://alphagolzh.github.io/"},{"name":"Hongwei Yu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Hao Jiang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Yilong Xu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=6B5N_cQAAAAJ"},{"name":"Baolong Bi","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://byronbbl.github.io/"},{"name":"Yang Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://liesy.github.io/"},{"name":"Zhenlong Yuan","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://zhenlongyuan.github.io/"},{"name":"Yujun Cai","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://vanoracai.github.io/"},{"name":"Zhaoqi Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"http://english.ict.cas.cn/people/scien/bln/202303/t20230315_328238.html"}],"year":2026,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:0:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 43rd International Conference on Machine Learning","abstract":"","description":"We propose an agentic misinformation video detection framework that can reason the veracity iteratively with self-refinement.","selected":true,"preprint":"https://arxiv.org/abs/2602.22963","venue_tag":"ICML'26","ccfRank":"CCF-A","acceptanceRate":"6352/23918=26.6%","bibtex":"@inproceedings{li2026factguard,\n title = {FactGuard: Agentic Video Misinformation Detection via Reinforcement Learning},\n author = {Li, Zehao and Yu, Hongwei and Jiang, Hao and Sheng, Qiang and Xu, Yilong and Bi, Baolong and Li, Yang and Yuan, Zhenlong and Cai, Yujun and Wang, Zhaoqi},\n booktitle = {Proceedings of the 43rd International Conference on Machine Learning},\n year = {2026}\n}"},{"id":"mi2026logical","title":"Logical Consistency as a Bridge: Improving LLM Hallucination Detection via Label Constraint Modeling between Responses and Self-Judgments","authors":[{"name":"Hao Mi","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://summerrice.github.io/"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Shaofei Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=clCHEnkAAAAJ"},{"name":"Beizhe Hu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://beanandrew.github.io/"},{"name":"Yifan Sun","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=sv7uxi4AAAAJ"},{"name":"Zhengjia Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://zhengjiawa.github.io/"},{"name":"Hengqi Zeng","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Yang Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://liesy.github.io/"},{"name":"Danding Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hGZwK0cAAAAJ"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"}],"year":2026,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:1:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics","abstract":"","description":"We model the logical label constraint between LLM responses and self-judgments as a bridge to enhance hallucination detection.","selected":true,"preprint":"https://arxiv.org/abs/2605.03971","venue_tag":"ACL'26","ccfRank":"CCF-A","acceptanceRate":"19%","bibtex":"@inproceedings{mi2026logical,\n title = {Logical Consistency as a Bridge: Improving LLM Hallucination Detection via Label Constraint Modeling between Responses and Self-Judgments},\n author = {Mi, Hao and Sheng, Qiang and Wang, Shaofei and Hu, Beizhe and Sun, Yifan and Wang, Zhengjia and Zeng, Hengqi and Li, Yang and Wang, Danding and Cao, Juan},\n booktitle = {Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics},\n year = {2026}\n}"},{"id":"li2026beyond","title":"Beyond the Final Actor: Modeling the Dual Roles of Creator and Editor for Fine-Grained LLM-Generated Text Detection","authors":[{"name":"Yang Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://liesy.github.io/"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Zhengjia Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://zhengjiawa.github.io/"},{"name":"Yehan Yang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"http://undground.fun"},{"name":"Danding Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hGZwK0cAAAAJ"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"}],"year":2026,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:2:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics","abstract":"","description":"We disentangle the dual roles of creator and editor in LLM text generation, enabling fine-grained detection of AI-generated content at different revision modes.","selected":true,"preprint":"https://arxiv.org/abs/2604.04932","project":"http://race.yang-li.cn/","venue_tag":"ACL'26","ccfRank":"CCF-A","acceptanceRate":"19%","bibtex":"@inproceedings{li2026beyond,\n title = {Beyond the Final Actor: Modeling the Dual Roles of Creator and Editor for Fine-Grained LLM-Generated Text Detection},\n author = {Li, Yang and Sheng, Qiang and Wang, Zhengjia and Yang, Yehan and Wang, Danding and Cao, Juan},\n booktitle = {Proceedings of the 64th Annual Meeting of the Association for Computational Linguistics},\n year = {2026}\n}"},{"id":"mi2026interactive","title":"Interactive Visual Assessment for Text-to-Image Generation Models","authors":[{"name":"Xiaoyue Mi","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=9eDMXxMAAAAJ"},{"name":"Fan Tang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=PdKElfwAAAAJ"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Ziyao Huang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=nijlf5YAAAAJ"},{"name":"Peng Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hgYzkOQAAAAJ"},{"name":"Yang Liu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=lVhoKNcAAAAJ"},{"name":"Tong-Yee Lee","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=V3PTB98AAAAJ"}],"year":2026,"type":"journal","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:3:tags","researchArea":"machine-learning","journal":"IEEE Transactions on Visualization and Computer Graphics","conference":"","doi":"10.1109/TVCG.2026.3658714","abstract":"","description":"We build an interactive visual assessment tool for exposing T2I models' vulnerability.","selected":true,"preprint":"https://arxiv.org/pdf/2411.15509","paper":"https://doi.org/10.1109/TVCG.2026.3658714","venue_tag":"IEEE TVCG","ccfRank":"CCF-A","bibtex":"@article{mi2026interactive,\n title = {Interactive Visual Assessment for Text-to-Image Generation Models},\n author = {Mi, Xiaoyue and Tang, Fan and Cao, Juan and Sheng, Qiang and Huang, Ziyao and Li, Peng and Liu, Yang and Lee, Tong-Yee},\n journal = {IEEE Transactions on Visualization and Computer Graphics},\n year = {2026},\n doi = {10.1109/TVCG.2026.3658714},\n publisher = {IEEE}\n}"},{"id":"wang2026reasoning","title":"Reasoning About the Unsaid: Misinformation Detection with Omission-Aware Graph Inference","authors":[{"name":"Zhengjia Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://zhengjiawa.github.io/"},{"name":"Danding Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hGZwK0cAAAAJ"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Jiaying Wu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://jiayingwu19.github.io/"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"}],"year":2026,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:4:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 40th AAAI Conference on Artificial Intelligence","doi":"10.1609/aaai.v40i2.37097","abstract":"","description":"We consider the omitted information to better reason the creator's intent for misinformation detection.","selected":true,"preprint":"https://arxiv.org/abs/2512.01728","video":"https://underline.io/lecture/139253-reasoning-about-the-unsaid-misinformation-detection-with-omission-aware-graph-inference","paper":"https://ojs.aaai.org/index.php/AAAI/article/view/37097","venue_tag":"AAAI'26","ccfRank":"CCF-A","acceptanceRate":"4167/23680=17.60%","bibtex":"@inproceedings{wang2026reasoning,\n title = {Reasoning About the Unsaid: Misinformation Detection with Omission-Aware Graph Inference},\n author = {Wang, Zhengjia and Wang, Danding and Sheng, Qiang and Wu, Jiaying and Cao, Juan},\n booktitle = {Proceedings of the 40th AAAI Conference on Artificial Intelligence},\n year = {2026},\n doi = {10.1609/aaai.v40i2.37097},\n publisher = {AAAI Press}\n}"},{"id":"li2025judgment","title":"From Judgment to Interference: Early Stopping LLM Harmful Outputs via Streaming Content Monitoring","authors":[{"name":"Yang Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://liesy.github.io/"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Yehan Yang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"http://undground.fun"},{"name":"Xueyao Zhang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://www.zhangxueyao.com/"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"}],"year":2025,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:5:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 39th Annual Conference on Neural Information Processing Systems","doi":"10.48550/arXiv.2506.09996","code":"https://github.com/ICTMCG/SCM","abstract":"","description":"We build a content moderator that can early stop LLMs' harmful outputs with low latency.","selected":true,"preprint":"https://arxiv.org/abs/2506.09996","project":"https://liesy.github.io/SCM/","video":"https://www.bilibili.com/video/BV1NYUqBKEcX/","paper":"https://proceedings.neurips.cc/paper_files/paper/2025/hash/4e3157021c5f833bb2204081f1dda573-Abstract-Conference.html","blogs":[{"name":"Chinese Blog","url":"https://mp.weixin.qq.com/s/rHu1SeQmwBcVbB34MAHD7w"}],"venue_tag":"NeurIPS'25","ccfRank":"CCF-A","acceptanceRate":"5290/21575=24.52%","bibtex":"@inproceedings{li2025judgment,\n title = {From Judgment to Interference: Early Stopping LLM Harmful Outputs via Streaming Content Monitoring},\n author = {Li, Yang and Sheng, Qiang and Yang, Yehan and Zhang, Xueyao and Cao, Juan},\n booktitle = {Proceedings of the 39th Annual Conference on Neural Information Processing Systems},\n year = {2025},\n doi = {10.48550/arXiv.2506.09996}\n}"},{"id":"wang2025bridging","title":"Bridging Thoughts and Words: Graph-Based Intent-Semantic Joint Learning for Fake News Detection","authors":[{"name":"Zhengjia Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://zhengjiawa.github.io/"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Danding Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hGZwK0cAAAAJ"},{"name":"Beizhe Hu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://beanandrew.github.io/"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"}],"year":2025,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:6:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 34th ACM International Conference on Information and Knowledge Management","pages":"3250--3260","doi":"10.1145/3746252.3761400","abstract":"","description":"We propose to inject intent information with graph-based joint learning into fake news detection.","selected":true,"preprint":"https://arxiv.org/abs/2509.01660","paper":"https://doi.org/10.1145/3746252.3761400","blogs":[{"name":"Chinese Blog","url":"https://mp.weixin.qq.com/s/N4veR9fy1rhHtrormOVfYg"}],"venue_tag":"CIKM'25","ccfRank":"CCF-B","acceptanceRate":"443/1627=27.2%","bibtex":"@inproceedings{wang2025bridging,\n title = {Bridging Thoughts and Words: Graph-Based Intent-Semantic Joint Learning for Fake News Detection},\n author = {Wang, Zhengjia and Sheng, Qiang and Wang, Danding and Hu, Beizhe and Cao, Juan},\n booktitle = {Proceedings of the 34th ACM International Conference on Information and Knowledge Management},\n year = {2025},\n doi = {10.1145/3746252.3761400},\n pages = {3250--3260},\n publisher = {Association for Computing Machinery}\n}"},{"id":"bu2025enhancing","title":"Enhancing Fake News Video Detection via LLM-Driven Creative Process Simulation","authors":[{"name":"Yuyan Bu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=i9SLGsEAAAAJ"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"},{"name":"Shaofei Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=clCHEnkAAAAJ"},{"name":"Peng Qi","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://pengqi.website/"},{"name":"Yuhui Shi","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=xAw_fukAAAAJ"},{"name":"Beizhe Hu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://beanandrew.github.io/"}],"year":2025,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:7:tags","researchArea":"machine-learning","journal":"","conference":"Proceedings of the 34th ACM International Conference on Information and Knowledge Management","pages":"4618--4622","doi":"10.1145/3746252.3760933","abstract":"","description":"We propose AgentAug, which simulates the creative process of fake news videos using LLMs to mitigate the data scarcity issue.","selected":true,"preprint":"https://arxiv.org/abs/2510.04024","paper":"https://doi.org/10.1145/3746252.3760933","venue_tag":"CIKM'25","ccfRank":"Others","acceptanceRate":"185/604=30.6%","bibtex":"@inproceedings{bu2025enhancing,\n title = {Enhancing Fake News Video Detection via LLM-Driven Creative Process Simulation},\n author = {Bu, Yuyan and Sheng, Qiang and Cao, Juan and Wang, Shaofei and Qi, Peng and Shi, Yuhui and Hu, Beizhe},\n booktitle = {Proceedings of the 34th ACM International Conference on Information and Knowledge Management},\n year = {2025},\n doi = {10.1145/3746252.3760933},\n pages = {4618--4622},\n publisher = {Association for Computing Machinery}\n}"},{"id":"wang2025exploring","title":"Exploring News Intent and Its Application: A Theory-Driven Approach","authors":[{"name":"Zhengjia Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://zhengjiawa.github.io/"},{"name":"Danding Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hGZwK0cAAAAJ"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"},{"name":"Siyuan Ma","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://siyuanma.org/"},{"name":"Haonan Cheng","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://haonancheng.cn/"}],"year":2025,"type":"journal","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:8:tags","researchArea":"machine-learning","journal":"Information Processing & Management","conference":"","volume":"62","issue":"6","pages":"104229","doi":"10.1016/j.ipm.2025.104229","abstract":"","description":"We, for the first time, conceptualize and computerize news intent modeling and showcase its application on fake news detection, popularity prediction, and propaganda detection.","selected":true,"preprint":"https://arxiv.org/pdf/2312.16490","paper":"https://doi.org/10.1016/j.ipm.2025.104229","blogs":[{"name":"Chinese Blog","url":"https://mp.weixin.qq.com/s/PGOGAkA7iRI160TufYCPQA"}],"venue_tag":"IP&M","ccfRank":"CCF-B","bibtex":"@article{wang2025exploring,\n title = {Exploring News Intent and Its Application: A Theory-Driven Approach},\n author = {Wang, Zhengjia and Wang, Danding and Sheng, Qiang and Cao, Juan and Ma, Siyuan and Cheng, Haonan},\n journal = {Information Processing & Management},\n year = {2025},\n volume = {62},\n number = {6},\n pages = {104229},\n doi = {10.1016/j.ipm.2025.104229},\n publisher = {Elsevier}\n}"},{"id":"hu2025llm","title":"LLM-Generated Fake News Induces Truth Decay in News Ecosystem: A Case Study on Neural News Recommendation","authors":[{"name":"Beizhe Hu","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://beanandrew.github.io/"},{"name":"Qiang Sheng","isHighlighted":true,"isCorresponding":false,"isCoAuthor":false,"url":"$undefined"},{"name":"Juan Cao","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=fSBdNg0AAAAJ"},{"name":"Yang Li","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://liesy.github.io/"},{"name":"Danding Wang","isHighlighted":false,"isCorresponding":false,"isCoAuthor":false,"url":"https://scholar.google.com/citations?user=hGZwK0cAAAAJ"}],"year":2025,"type":"conference","status":"published","tags":[],"keywords":"$0:f:0:1:2:children:1:props:children:0:props:dataByLocale:en:pagesToShow:0:sections:2:publications:9:tags","researchArea":"neural-networks","journal":"","conference":"Proceedings of The 48th International ACM SIGIR Conference on Research and Development in Information Retrieval","pages":"435--445","doi":"10.1145/3726302.3730027","abstract":"","description":"We reveal the truth-decay phenomenon where real news gradually loses its top-ranked advantage against fake news when LLM-generated news penetrates.","selected":true,"preprint":"https://arxiv.org/abs/2504.20013","project":"https://beanandrew.github.io/projects/TruthDecay","paper":"https://doi.org/10.1145/3726302.3730027","venue_tag":"SIGIR'25","ccfRank":"CCF-A","acceptanceRate":"239/1071=22.3%","bibtex":"@inproceedings{hu2025llm,\n title = {LLM-Generated Fake News Induces Truth Decay in News Ecosystem: A Case Study on Neural News Recommendation},\n author = {Hu, Beizhe and Sheng, Qiang and Cao, Juan and Li, Yang and Wang, Danding},\n booktitle = {Proceedings of The 48th International ACM SIGIR Conference on Research and Development in Information Retrieval},\n year = {2025},\n doi = {10.1145/3726302.3730027},\n pages = {435--445},\n publisher = {Association for Computing Machinery}\n}"}]}]}]}},"defaultLocale":"en"}],["$","$Lb",null,{"children":"$Lc"}],null,["$","$Ld",null,{"children":["$Le","$Lf",["$","$L10",null,{"promise":"$@11"}]]}]]}],{},null,false]},null,false],["$","$1","h",{"children":[null,["$","$1","UPKoMO_tK_pHXifkaiD_g",{"children":[["$","$L12",null,{"children":"$L13"}],null]}],null]}],false]],"m":"$undefined","G":["$14","$undefined"],"s":false,"S":true}
15:"$Sreact.suspense"
16:I[4911,[],"AsyncMetadata"]
c:["$","$15",null,{"fallback":null,"children":["$","$L16",null,{"promise":"$@17"}]}]
f:null
13:[["$","meta","0",{"charSet":"utf-8"}],["$","meta","1",{"name":"viewport","content":"width=device-width, initial-scale=1"}]]
e:null
17:{"metadata":[["$","title","0",{"children":"Qiang Sheng - Homepage"}],["$","meta","1",{"name":"description","content":"Associate Professor/Researcher at the Institute of Computing Technology, Chinese Academy of Sciences. Research on Misinformation Detection, Fact-Checking, and Machine-Generated Content Detection."}],["$","meta","2",{"name":"author","content":"Qiang Sheng"}],["$","meta","3",{"name":"keywords","content":"Qiang Sheng,PhD,Research,Institute of Computing Technology, Chinese Academy of Sciences"}],["$","meta","4",{"name":"creator","content":"Qiang Sheng"}],["$","meta","5",{"name":"publisher","content":"Qiang Sheng"}],["$","meta","6",{"property":"og:title","content":"Qiang Sheng - Homepage"}],["$","meta","7",{"property":"og:description","content":"Associate Professor/Researcher at the Institute of Computing Technology, Chinese Academy of Sciences. Research on Misinformation Detection, Fact-Checking, and Machine-Generated Content Detection."}],["$","meta","8",{"property":"og:site_name","content":"Qiang Sheng's Academic Website"}],["$","meta","9",{"property":"og:locale","content":"en_US"}],["$","meta","10",{"property":"og:type","content":"website"}],["$","meta","11",{"name":"twitter:card","content":"summary"}],["$","meta","12",{"name":"twitter:title","content":"Qiang Sheng - Homepage"}],["$","meta","13",{"name":"twitter:description","content":"Associate Professor/Researcher at the Institute of Computing Technology, Chinese Academy of Sciences. Research on Misinformation Detection, Fact-Checking, and Machine-Generated Content Detection."}],["$","link","14",{"rel":"icon","href":"/favicon.svg"}]],"error":null,"digest":"$undefined"}
11:{"metadata":"$17:metadata","error":null,"digest":"$undefined"}