# Department of Computer Science and Technology, Tsinghua University
**Source**: https://www.cs.tsinghua.edu.cn/csen/
**Parent**: https://www.tsinghua.edu.cn/en/Schools___Departments.htm
##### NEWS
[more+](News/News.htm)
- [06
Mar.
##### Breakthrough cybersecurity research earns Distinguished Paper Award at NDSS 2026
Two PhD students from Tsinghua University's Department of Computer Science and Technology, High Performance Computing Institute, have been ho...](info/1084/4661.htm "Breakthrough cybersecurity research earns Distinguished Paper Award at NDSS 2026")
- [04
Dec.
##### Sun Maosong's team proposes "Densing Law", revealing inherent trends in efficient dev...
A research team led by Professor Sun Maosong, Associate Professor Liu Zhiyuan, and Assistant Research Fellow Han Xu from the Department of Co...](info/1084/4656.htm "Sun Maosong's team proposes \"Densing Law\", revealing inherent trends in efficient development of LLMs")
- [31
Oct.
##### Tsinghua's Pervasive Human-Computer Interaction Laboratory earns Distinguished Paper ...
On October 15, a collaborative study conducted by Tsinghua University's Pervasive Human-Computer Interaction Laboratory, Sichuan University's...](info/1084/4652.htm "Tsinghua's Pervasive Human-Computer Interaction Laboratory earns Distinguished Paper Award")
- [08
Sep.
##### Jianxin Chen’s group achieves breakthrough in quantum computer architecture
Recently, the research group led by Associate Professor Jianxin Chen at the Quantum Software Research Center, Department of Computer Science,...](info/1084/4648.htm "Jianxin Chen’s group achieves breakthrough in quantum computer architecture")
- [11
Aug.
##### 2025 International Summer School on Generative AI held
The Department of Computer Science and Technology at Tsinghua University held the 2025 International Summer School on Generative AI (GenAI) f...](info/1084/4639.htm "2025 International Summer School on Generative AI held")
- [20
Jun.
##### Tsinghua’s Student Cluster Team claims championship at ISC25
The Tsinghua University Student Cluster Team emerged victorious at the ISC 2025 Student Cluster Competition after securing the overall champi...](info/1084/4608.htm "Tsinghua’s Student Cluster Team claims championship at ISC25")
\_showDynClickBatch(['dynclicks\_u5\_4661','dynclicks\_u5\_4656','dynclicks\_u5\_4652','dynclicks\_u5\_4648','dynclicks\_u5\_4639','dynclicks\_u5\_4608'],[4661,4656,4652,4648,4639,4608],"wbnews", 1726903616)
##### ACADEMIC
[more+](News/Academic_report.htm)
[##### Temporal and Spatio-Temporal Data Management and Analytics – A Retrospective
Christian S. Jensen- Dec. 3 , 2025
- Conference Room 311, Building 1, Ziqiang Science and Technology Building](info/1083/4655.htm "Temporal and Spatio-Temporal Data Management and Analytics – A Retrospective")
[##### BIRD-SQL: Towards Automatic Data-Centric Code Generation
Reynold Cheng- 10:00 am on November 14th
- Conference Room 311, Building 1, Ziqiang Science and Technology Building](info/1083/4654.htm "BIRD-SQL: Towards Automatic Data-Centric Code Generation")
[##### How to Spot and Debunk Misleading Content
Iryna Gurevych- 4:00 PM, November 10th
- FIT Building 1-515](info/1083/4653.htm "How to Spot and Debunk Misleading Content")
[##### Beyond Chatbots: Building Personal, Proactive, and Purposeful AI Agents
Chirag Shah- Sep 24, 2025
- FIT Building 1-315](info/1083/4651.htm "Beyond Chatbots: Building Personal, Proactive, and Purposeful AI Agents")
\_showDynClickBatch(['dynclicks\_u6\_4655','dynclicks\_u6\_4654','dynclicks\_u6\_4653','dynclicks\_u6\_4651'],[4655,4654,4653,4651],"wbnews", 1726903616)
##### Links
- [Tsinghua University](https://www.tsinghua.edu.cn/en/ "Tsinghua University")
- [Lectures](Resource/Lectures.htm "Lectures")
- [Job Opportunity](Resource/Job_Opportunity.htm "Job Opportunity")
- [Teaching Lab](Education1/Teaching_Lab.htm "Teaching Lab")
- [Download](info/1337/4484.htm "Download")
##### Contact US
MAIL Address: Department of Computer Science and Technology, Tsinghua University, BEIJING, P.R.China
Administration Office: +86-10-627-82258 FAX: +86-10-627-95462
Copyright 2009-2024 Department of Computer Science and Technology All Rights Reserved
Wechat account
var swiper = new Swiper('.banner', {
pagination: '.banner .swiper-pagination',
nextButton: '.banner .swiper-button-next',
prevButton: '.banner .swiper-button-prev',
effect: 'fade',
slidesPerView: 1,
paginationClickable: true,
loop: true,
autoplay: 2500,
});
var swiper = new Swiper('.part2-nr .swiper-container', {
pagination: '.part2-nr .swiper-pagination',
prevButton: '.part2-nr .swiper-button-prev',
nextButton: '.part2-nr .swiper-button-next',
paginationClickable: true,
loop: true,
autoplay: false,
slidesPerView: 4,
spaceBetween: 30,
breakpoints: {
1024: {
slidesPerView: 4,
spaceBetween: 30
},
768: {
slidesPerView: 3,
spaceBetween: 30
},
640: {
slidesPerView: 2,
spaceBetween: 20
},
414: {
slidesPerView: 1,
spaceBetween: 10
}
}
});
var doc = $(document),
win = $(window);
win.scroll(function() {
if (doc.scrollTop() >= 150) {
$('.head-box').addClass('head-box2');
$('.backtop').fadeIn();
} else {
$('.head-box2').removeClass('head-box2');
$('.backtop').fadeOut();
}
})
$('.backtop').click(function() {
$('html, body').animate({
scrollTop: 0
}, 1000);
})
$('.backtop').click(function() {
$('html, body').animate({
scrollTop: 0
}, 1000);
})