Skip to content

Commit 477664a

Browse files
authored
Merge pull request #48 from yunyuhu852/master
add paper
2 parents ee74c89 + f12741b commit 477664a

File tree

1 file changed

+44
-1
lines changed

1 file changed

+44
-1
lines changed

src/res/data/research.js

Lines changed: 44 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,55 @@
11
export const researchData = [
2+
{
3+
title:
4+
'NEAR: Non-Supervised Explainability Architecture '+
5+
'for Accurate Review-Based Collaborative Filtering',
6+
authors: [
7+
'R. A. Pugoy',
8+
'H.-Y. Kao',
9+
],
10+
venue: 'IEEE TKDE',
11+
venueType: 'journal',
12+
year: 2022,
13+
url: 'https://ieeexplore.ieee.org/document/9969140',
14+
topic: 'Text Mining',
15+
subfields: [
16+
'Recommender System',
17+
],
18+
professorPreferredFormat:
19+
'R. A. Pugoy, and H. -Y. Kao, "NEAR: Non-Supervised Explainability ' +
20+
'Architecture for Accurate Review-Based Collaborative Filtering, " ' +
21+
'accepted by IEEE Transaction on Knowledge and Data Engineering, ' +
22+
'early access: https://ieeexplore.ieee.org/document/9969140.',
23+
},
24+
{
25+
title:
26+
'Relation-Aware Image Captioning for Explainable Visual Question Answering',
27+
authors: [
28+
'C.-S. Tseng',
29+
'Y.-J. Lin',
30+
'H.-Y. Kao',
31+
],
32+
venue: 'TAAI',
33+
venueType: 'conference',
34+
year: 2022,
35+
url: '#',
36+
topic: 'NLP',
37+
subfields: [
38+
'Question Answering',
39+
],
40+
professorPreferredFormat:
41+
'C.-S. Tseng, Y.-J. Lin, and H.-Y. Kao, "Relation-Aware Image Captioning for ' +
42+
'Explainable Visual Question Answering," Proc. of the 2022 Conference on ' +
43+
'Technologies and Applications of Artificial Intelligence (TAAI-2022), Dec. 1-3, 2022. (Best Paper Award)',
44+
},
245
{
346
title:
447
'HAT4RD: Hierarchical Adversarial Training for Rumor ' +
548
'Detection in Social Media',
649
authors: [
750
'S.-W. Ni',
851
'J.-W. Li',
9-
'H. -Y. Kao',
52+
'H.-Y. Kao',
1053
],
1154
venue: 'Sensors',
1255
venueType: 'journal',

0 commit comments

Comments
 (0)