Skip to content

Commit

Permalink
Merge pull request #67 from yxhong-tw/master
Browse files Browse the repository at this point in the history
Add a new paper
  • Loading branch information
yxhong-tw authored Nov 8, 2023
2 parents 81631ca + e10b482 commit 9a2eb31
Showing 1 changed file with 49 additions and 25 deletions.
74 changes: 49 additions & 25 deletions src/res/data/research.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,53 @@
export const researchData = [
{
title:
'EPRD: Exploiting prior knowledge for evidence-providing ' +
'automatic rumor detection',
authors: [
'J.-W. Li',
'R. Li',
'S.-W. Ni',
'H.-Y. Kao'
],
venue: 'Neurocomputing',
venueType: 'journal',
year: 2024,
url: 'https://www.sciencedirect.com/science/article/pii/S0925231223010585?dgcid=author',
topic: 'NLP',
subfields: [
'Rumor detection',
'Evidence',
'Graph neural network',
'Natural language inference',
'Deep learning'
],
professorPreferredFormat:
'J.-W. Li, R. Li, S.-W. Ni, H.-Y. Kao, “EPRD: Exploiting prior knowledge for evidence-providing automatic rumor detection, ” Neurocomputing, Volume 563, 1 January 2024.',
},
{
title:
'DropAttack: A Random Dropped Weight Attack Adversarial' +
'Training for Natural Language Understanding',
authors: [
'S.-W. Ni',
'J.-W. Li',
'M. Yang',
'H.-Y. Kao'
],
venue: 'IEEE/ACM Transactions on Audio, Speech, and Language Processing (IEEE/ACM TASLP)',
venueType: 'journal',
year: 2023,
url: 'https://ieeexplore.ieee.org/document/10310112',
topic: 'NLP',
subfields: [
'Adversarial training',
'Natural language understanding',
'regularization',
'generalization'
],
professorPreferredFormat:
'S.-W. Ni, J.-W. Li, M. Yang, H.-Y. Kao, “DropAttack: A Random Dropped Weight Attack Adversarial Training for Natural Language Understanding, ” IEEE/ACM Transactions on Audio, Speech, and Language Processing (IEEE/ACM TASLP), Early access: https://ieeexplore.ieee.org/document/10310112, DOI: 10.1109/TASLP.2023.3330613, 06 November 2023.',
},
{
title:
'Breaking Boundaries in Retrieval Systems: Unsupervised Domain Adaptation with Denoise-Finetuning',
Expand Down Expand Up @@ -59,31 +108,6 @@ export const researchData = [
professorPreferredFormat:
'H.-W. Li, Y.-J. Lin, Y.-T. Li, C.-Y. Lin, H.-Y. Kao, “Improved Unsupervised Chinese Word Segmentation Using Pre-trained Knowledge and Pseudo-labeling Transfer, ” Proc. of the 2023 Conference on Empirical Methods in Natural Language Processing (EMNLP-2023), Singapore, Dec 6-10, 2023',
},
{
title:
'EPRD: Exploiting prior knowledge for evidence-providing ' +
'automatic rumor detection',
authors: [
'J.-W. Li',
'R. Li',
'S.-W. Ni',
'H.-Y. Kao'
],
venue: 'Neurocomputing',
venueType: 'journal',
year: 2024,
url: 'https://www.sciencedirect.com/science/article/pii/S0925231223010585?dgcid=author',
topic: 'NLP',
subfields: [
'Rumor detection',
'Evidence',
'Graph neural network',
'Natural language inference',
'Deep learning'
],
professorPreferredFormat:
'J.-W. Li, R. Li, S.-W. Ni, H.-Y. Kao, “EPRD: Exploiting prior knowledge for evidence-providing automatic rumor detection, ” Neurocomputing, Volume 563, 1 January 2024.',
},
{
title:
'Masked Siamese Prompt Tuning for Few-shot Natural ' +
Expand Down

0 comments on commit 9a2eb31

Please sign in to comment.