Skip to content

Commit 9591db8

Browse files
committed
Add relevant projects for (sub) research directions
1 parent 9aa7ce4 commit 9591db8

File tree

21 files changed

+192
-7
lines changed

21 files changed

+192
-7
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ plugins:
5454
- jekyll-gist
5555
- jemoji
5656
- jekyll-include-cache
57+
- jekyll-redirect-from
5758

5859
author:
5960
name : "Complex Data Lab Member(s)"

_includes/sub_research-directions.html

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,14 @@
2222
{% for direction in sorted_directions %}
2323
<div class="direction-item">
2424
<a href="{{ direction.url | relative_url }}" title="{{ direction.title }}">
25-
<div class="direction-image" style="background-image: url('{{ direction.header.overlay_image | relative_url }}');
26-
{% if direction.header.overlay_filter %}
27-
background-image: {{ direction.header.overlay_filter }}, url('{{ direction.header.overlay_image | relative_url }}');
28-
{% endif %}">
25+
<div class="direction-image" style="
26+
background-image:
27+
{% if direction.header.overlay_filter %} {{ direction.header.overlay_filter }},{% endif %}
28+
url('{{ direction.header.overlay_image | relative_url }}');
29+
{% if direction.header.overlay_size %}
30+
background-size: {{ direction.header.overlay_size }};
31+
{% endif %}
32+
">
2933
<div class="direction-title">
3034
<h2>{{ direction.title }}</h2>
3135
</div>

_research_directions/poli-sci/fact-checking.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,33 @@ header:
77
overlay_filter: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5))
88
overlay_image: /assets/images/research_directions/poli-sci/fact-check.webp
99
excerpt: ""
10+
11+
row_intro:
12+
- title: ""
13+
alt: ""
14+
image_path: /assets/images/research_directions/poli-sci/fact-checking/intro.jpg
15+
excerpt: "We aim to explore methods to enhance the accuracy and reliability of online information within the context of digital platforms and AI technologies. By analyzing how information is created, shared, and verified on social media and other digital ecosystems, we aim to develop tools and frameworks that support the identification of misinformation, reduce its spread, and bolster public trust in verified sources. This project contributes to our broader goal of understanding and mitigating the effects of digital misinformation on political discourse and social cohesion."
16+
17+
projects:
18+
- title: "Steward AI"
19+
alt: ""
20+
image_path: /assets/images/research_directions/poli-sci/fact-checking/steward-ai.jpg
21+
excerpt: "The internet is full of dubious information, and it can be difficult and time-consuming to assess the veracity of everything we encounter. In this project, we are building towards an assistant that can help everyone validate information, facilitate learning, avoid harmful manipulation, and help bridge gaps to interact more productively with different groups and cultures."
22+
- title: "Misinfo Datasets"
23+
alt: ""
24+
image_path: /assets/images/research_directions/poli-sci/fact-checking/misinfo.png
25+
excerpt: "We have curated the largest collection of datasets (75) in the literature. From these, we evaluated the quality of all of the 36 datasets that consist of statements or claims"
26+
url: "https://misinfo-datasets.complexdatalab.com/"
27+
28+
- title: "Deepfake"
29+
alt: "Deepfake"
30+
image_path: /assets/images/research_directions/poli-sci/fact-checking/deepfake.jpg
31+
excerpt: "Our survey experiment page on the effects of deepfakes."
1032
---
1133

12-
Fact-checking!
34+
{% include feature_row id="row_intro" type="left" %}
35+
36+
# Projects
37+
{% include feature_row id="projects"%}
38+
39+
<!-- # Funding -->

_research_directions/poli-sci/ideology-and-polarization.md

Lines changed: 38 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,43 @@ header:
77
overlay_filter: linear-gradient(rgba(255, 0, 0, 0.5), rgba(0, 0, 255, 1))
88
overlay_image: /assets/images/research_directions/poli-sci/social_media.webp
99
excerpt: ""
10+
11+
row_intro:
12+
- title: ""
13+
alt: ""
14+
image_path: /assets/images/research_directions/poli-sci/ideology-and-polarization/intro.jpg
15+
excerpt: "Our research on ideology and polarization explores how digital platforms amplify partisan divides and shape political discourse across societal contexts. It focuses on understanding the expression, measurement, and impact of ideological differences in shaping public opinion, both within and across linguistic and cultural boundaries. This area highlights the interplay between technology, political behavior, and societal cohesion in an increasingly interconnected world."
16+
17+
18+
project_1:
19+
- title: "Party Prediction for Twitter "
20+
alt: ""
21+
image_path: /assets/images/research_directions/poli-sci/ideology-and-polarization/party_prediction_for_twitter.jpg
22+
excerpt: "Partisanship has increasingly become a major point of contention in public discourse online, and as a result, researchers have developed a variety of methods to evaluate the party affiliations of users on social media. In this paper, we evaluate the performance of party prediction tools and propose new methods that are comparable or improve upon existing works. "
23+
- title: "InterPolar"
24+
alt: ""
25+
image_path: /assets/images/research_directions/poli-sci/ideology-and-polarization/interpolar.jpg
26+
excerpt: "Digital space has become a battleground for partisan debate, threatening the cohesion of societies by facilitating political polarization. In this work, we develop a method for measuring polarization over time using the party affiliations of, and interactions between, social media users, using the 2020 U.S. presidential election as a case study. "
27+
- title: "An Evaluation of Language Models for Hyperpartisan Ideology Detection in Persian Twitter"
28+
alt: ""
29+
image_path: /assets/images/research_directions/poli-sci/ideology-and-polarization/hyperpartisan_persian.jpg
30+
excerpt: "While LLMs have demonstrated how effective they can be for tasks in the English language, such as detecting social media users’ political ideology, their performance in other languages remains understudied. We contribute to this area of research by fine-tuning smaller LLMs to identify hyperpartisans in Persian social media, and compare the results to those from open-source and commercial models."
31+
32+
33+
project_2:
34+
- title: "Regional and Temporal Patterns of Partisan Polarization during the COVID-19 Pandemic in the United States and Canada"
35+
alt: ""
36+
image_path: /assets/images/research_directions/poli-sci/ideology-and-polarization/covid-19.png
37+
excerpt: "The COVID-19 pandemic sparked rigorous debate about public health measures online, as the timing and extent of interventions unfolded. This project evaluates partisanship and the geographical distribution of public opinion on lockdowns, masks, and vaccines using the U.S. and Canada as case studies.
38+
"
1039
---
1140

12-
Welcome to our survey experiment page on the effects of deepfakes. Please check back later to see the results
41+
{% include feature_row id="row_intro" type="left" %}
42+
43+
# Projects
44+
45+
## Ideology Prediction
46+
{% include feature_row id="project_1" %}
47+
48+
## Political Polarization
49+
{% include feature_row id="project_2" type="right" %}

_research_directions/poli-sci/social-simulations.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,23 @@ header:
77
overlay_filter: linear-gradient(rgba(255, 255, 255, 0.5), rgba(0, 0, 0, 0.7))
88
overlay_image: /assets/images/research_directions/poli-sci/social_simulation.webp
99
excerpt: ""
10+
11+
row_intro:
12+
- title: ""
13+
alt: ""
14+
image_path: /assets/images/research_directions/poli-sci/social-simulations/intro.jpg
15+
excerpt: "The pernicious effects of digital manipulation campaigns can reverberate through entire societies, but evaluating them in real-world contexts is highly complex and poses ethical challenges. Through this project, we simulate a digital social environment with unprecedented control and study the properties of real world and future manipulation strategies and develop defenses against them."
16+
17+
18+
project_1:
19+
- title: "A Simulation System Towards Solving Societal-Scale Manipulation"
20+
alt: ""
21+
image_path: /assets/images/research_directions/poli-sci/social-simulations/social-sim.png
22+
excerpt: "First mixed-reality simulation system that can model both online and offline social dynamics"
1023
---
1124

12-
Social Simulation!!
25+
{% include feature_row id="row_intro" type="left" %}
26+
27+
# Publications
28+
29+
{% include feature_row id="project_1" type="right" %}
Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
---
2+
title: Frontiers
3+
layout: splash
4+
category: temporal-graph-learning
5+
order: 3
6+
header:
7+
overlay_filter: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5))
8+
overlay_image: /assets/images/research_directions/temporal-graph-learning/TGB.webp
9+
excerpt: ""
10+
11+
12+
row_intro:
13+
- title: ""
14+
alt: ""
15+
image_path: /assets/images/research_directions/temporal-graph-learning/banner.webp
16+
excerpt: "Temporal graph foundation models represent a paradigm shift in network science, combining the dynamic expressiveness of temporal graphs with the power of large-scale pre-training to enable sophisticated network understanding and prediction. This emerging field bridges traditional graph learning with modern foundation model approaches, while its integration with LLMs and multi-modal capabilities promises to unlock new frontiers in temporal network analysis."
17+
18+
19+
project_1:
20+
- title: "Foundation Model"
21+
alt: ""
22+
image_path:
23+
excerpt: ""
24+
25+
project_2:
26+
- title: "+ LLMs"
27+
alt: ""
28+
image_path:
29+
excerpt: ""
30+
31+
project_3:
32+
- title: "Multi-modal"
33+
alt: ""
34+
image_path:
35+
excerpt: ""
36+
37+
---
38+
39+
{% include feature_row id="row_intro" type="left" %}
40+
41+
<!-- # Projects
42+
43+
{% include feature_row id="project_1" type="right" %}
44+
{% include feature_row id="project_2" type="left" %}
45+
{% include feature_row id="project_3" type="right" %}
46+
47+
# Funding -->
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
---
2+
title: Applications
3+
layout: splash
4+
category: temporal-graph-learning
5+
order: 2
6+
header:
7+
overlay_filter: linear-gradient(rgba(255, 255, 255, 0.1), rgba(0, 0, 0, 0.5))
8+
overlay_image: /assets/images/research_directions/temporal-graph-learning/TGB.webp
9+
excerpt: ""
10+
11+
row_intro:
12+
- title: ""
13+
alt: ""
14+
image_path: /assets/images/research_directions/temporal-graph-learning/banner.webp
15+
excerpt: "Temporal graphs provide powerful frameworks for modeling and analyzing real-world systems that evolve over time. In the realm of anomaly detection, these dynamic structures enable us to identify unusual patterns and critical changes in evolving networks, from financial transactions to social interactions. Similarly, in epidemic modeling, temporal graphs capture the crucial time-varying nature of human contact networks and transportation systems, allowing for more accurate predictions of disease spread compared to traditional static network approaches."
16+
17+
project_1:
18+
- title: "Anomaly Detection"
19+
alt: ""
20+
image_path:
21+
excerpt: ""
22+
23+
project_2:
24+
- title: "Epidemic Modeling"
25+
alt: ""
26+
image_path:
27+
excerpt: ""
28+
---
29+
30+
{% include feature_row id="row_intro" type="left" %}
31+
32+
<!-- # Projects
33+
34+
{% include feature_row id="project_1" type="right" %}
35+
{% include feature_row id="project_2" type="left" %}
36+
37+
## Funding -->
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: Benchmark
3+
layout: splash
4+
category: temporal-graph-learning
5+
order: 1
6+
header:
7+
overlay_filter:
8+
overlay_image: /assets/images/research_directions/temporal-graph-learning/TGB.jpg
9+
overlay_size: "contain"
10+
excerpt: ""
11+
12+
redirect_to: https://tgb.complexdatalab.com/
13+
---
14+
15+
313 KB
Loading
235 KB
Loading

0 commit comments

Comments
 (0)