Papers by Jianlin Su
Naive Bayes-based Context Extension for Large Language Models (2024.naacl-long)
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have shown promising in-context learning abilities, but are often impeded by length limitations of transformer architecture. |
| Approach: | They propose a framework to enable existing Large Language Models to perform ICL with an increased number of demonstration examples by significantly expanding their context size. |
| Outcome: | The proposed framework outperforms existing methods in in-context learning with an increased number of demonstration examples while preserving linear efficiency. |
A Novel Cascade Binary Tagging Framework for Relational Triple Extraction (2020.acl-main)
Copied to clipboard
| Challenge: | Existing approaches to extract relational triples from unstructured text are inadequate to solve the overlapping triple problem. |
| Approach: | They propose a cascade binary tagging framework that models relations as functions that map subjects to objects in a sentence. |
| Outcome: | The proposed framework outperforms state-of-the-art methods on two datasets . it outperformed baseline methods by 17.5 and 30.2 absolute gains . |
Rank-Aware Negative Training for Semi-Supervised Text Classification (2023.tacl-1)
Copied to clipboard
| Challenge: | Semi-supervised text classification-based paradigms employ the spirit of self-training, but the accuracy of pseudo-labels can be a problem in real-world scenarios. |
| Approach: | They propose a Rank-aware Negative Training framework to address SSTC in noisy label learning . they rank unlabeled texts based on evidential support from the labeled texts. |
| Outcome: | The proposed framework overcomes state-of-the-art alternatives and achieves competitive performance in other scenarios. |