diff --git a/src/res/data/research.js b/src/res/data/research.js index dc62d54..042de00 100644 --- a/src/res/data/research.js +++ b/src/res/data/research.js @@ -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', @@ -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 ' +