Papers by Linlin Liu

27 papers
Temporal Knowledge Graph Reasoning with Dynamic Hypergraph Embedding (2024.lrec-main)

Copied to clipboard

Challenge: Existing models that model temporal dynamics with knowledge graphs and graph convolution networks lack high-order interactions between objects in TKG, which is an important factor to predict future facts.
Approach: They propose to embed temporal knowledge graph reasoning by constructing hypergraphs based on temporal information graphs at different timestamps and then adapt dynamic meta-embedding to fit TKG.
Outcome: The proposed method outperforms baseline models on public TKG datasets and provides good interpretation for the predicted results.
CLEME2.0: Towards Interpretable Evaluation by Disentangling Edits for Grammatical Error Correction (2025.acl-long)

Copied to clipboard

Challenge: Existing studies have focused on the interpretability of Grammatical Error Correction (GEC) evaluation metrics, but the interpretabilty of these metrics has been neglected.
Approach: They propose a reference-based metric that describes four aspects of GEC systems: hit-correction, wrong-corrections, under-correcties, and over-corrects.
Outcome: The proposed metric reveals critical qualities and locates drawbacks of GEC systems.
On the Effectiveness of Adapter-based Tuning for Pretrained Language Model Adaptation (2021.acl-long)

Copied to clipboard

Challenge: Existing studies have shown that adapter-based tuning is more parameter-efficient than fine-tuning.
Approach: They propose to add adapter modules to a pretrained language model and update the parameters of adapter module when learning on a downstream task.
Outcome: The proposed method outperforms fine-tuning on low-resource and cross-lingual tasks and settings.
Beyond the Leaderboard: Rethinking Medical Benchmarks for Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Large language models (LLMs) are proving significant potential in healthcare, prompting numerous benchmarks to evaluate their capabilities.
Approach: They propose a framework that deconstructs benchmark development into five stages from design to governance and provides a checklist of 46 medically-tailored criteria.
Outcome: The framework deconstructs benchmark development into five stages from design to governance and provides a comprehensive checklist of 46 medically-tailored criteria.
Uncertainty-Aware Test-Time Search for Optimization Problem Solving (2026.acl-long)

Copied to clipboard

Challenge: Language model hallucinations and limited availability of labeled datasets often result in misaligned formulations, code errors and feasibility failures.
Approach: They propose a Monte Carlo Tree Search framework that automates optimization problems from natural language descriptions with efficiency and reliability.
Outcome: The proposed framework achieves state-of-the-art solution accuracy and reduces token usage.
MulDA: A Multilingual Data Augmentation Framework for Low-Resource Cross-Lingual NER (2021.acl-long)

Copied to clipboard

Challenge: Existing approaches to cross-lingual NER are labeled sequence translation and instance-based transfer via machine translation (MT) Existing methods to cross NER include label projection and labeling, but they are expensive and time-consuming.
Approach: They propose a simple but effective labeled sequence translation method to translate source-language training data to target languages and avoids word order change and entity span determination.
Outcome: The proposed method avoids word order change and entity span determination and can be generalized with the language-specific features from the target-language synthetic data and the language independent features from multilingual synthetic data.
Is GPT-3 a Good Data Annotator? (2023.acl-long)

Copied to clipboard

Challenge: Data annotation is the process of labeling data that could be used to train machine learning models.
Approach: They evaluate the performance of a large-scale language model developed by OpenAI . they compare it with traditional methods and analyze its output on a range of tasks .
Outcome: The proposed model has shown impressive performance on a range of NLP tasks.
TencentPretrain: A Scalable and Flexible Toolkit for Pre-training Models of Different Modalities (2023.acl-demo)

Copied to clipboard

Challenge: Several pre-training models of different modalities are showing a rising trend of homogeneity in their model structures.
Approach: They propose a toolkit that supports pre-training models of different modalities.
Outcome: The proposed toolkit can match the performance of the original implementations on text, vision, and audio benchmarks.
Simple but Effective Compound Geometric Operations for Temporal Knowledge Graph Completion (2024.acl-long)

Copied to clipboard

Challenge: Current methods embed factual knowledge into continuous vector space and apply geometric operations to learn potential patterns in temporal knowledge graphs.
Approach: They propose a temporal knowledge graph completion method that uses two geometric operations to learn missing facts in temporal graphs.
Outcome: The proposed method significantly outperforms existing temporal knowledge graph embedding models.
DyLex: Incorporating Dynamic Lexicons into BERT for Sequence Labeling (2021.emnlp-main)

Copied to clipboard

Challenge: Existing approaches to integrate lexical knowledge into deep learning models are limited by large-scale dynamic lexicons.
Approach: They propose a plug-in lexicon incorporation approach for BERT based sequence labeling tasks . they adopt word-agnostic tag embeddings to avoid re-training the representation .
Outcome: The proposed framework achieves new SOTA even with large scale lexicons, the authors show . they adopt word-agnostic tag embeddings to avoid re-training the representation .
ThinkAnswer Loss: Balancing Semantic Similarity and Exact Matching for LLM Reasoning Enhancement (2025.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for knowledge distillation use Chain-of-Thought (CoT) and answer pairs, but they lack appropriate supervision signals.
Approach: They propose a framework that decouples CoT and answer supervision . the framework applies semantic similarity constraints while maintaining strict literal matching for the answer .
Outcome: The proposed framework decouples CoT and answer supervision while maintaining strict literal matching for the answer.
Hierarchical Pointer Net Parsing (D19-1)

Copied to clipboard

Challenge: Existing approaches to parsing are greedy transition-based and globally optimized . however, the decision-making process is based on local information, causing error propagation to subsequent steps.
Approach: They propose hierarchical pointer network parsers and apply them to dependency and sentence-level discourse parsing tasks.
Outcome: The proposed method outperforms existing methods and sets new state-of-the-art methods on benchmark datasets.
Hawkes based Representation Learning for Reasoning over Scale-free Community-structured Temporal Knowledge Graphs (2025.coling-main)

Copied to clipboard

Challenge: Temporal knowledge graph reasoning is a useful tool for many practical tasks.
Approach: They propose a Hawkes process-based Evolutional Representation Learning Network model which learns structural information and evolutional patterns of a TKG simultaneously.
Outcome: The proposed model learns structural information and evolutional patterns of a TKG simultaneously, considering the characteristics of real-world networks: community structure, scale-free and temporal decaying.
Towards Robust Low-Resource Fine-Tuning with Multi-View Compressed Representations (2023.acl-long)

Copied to clipboard

Challenge: Using hidden representations, pretrained language models are prone to overfitting due to the huge amount of parameters.
Approach: They propose a method that inserts random autoencoders between hidden layers of a PLM to transform activations from the previous layers into multi-view compressed representations before feeding them into the upper layers.
Outcome: The proposed method improves performance across sequence- and token-level lowresource tasks.
Towards Multi-Sense Cross-Lingual Alignment of Contextual Embeddings (2022.coling-1)

Copied to clipboard

Challenge: Existing approaches to learn cross-lingual word embeddings are sense agnostic . a novel framework to align contextual embeddables at the sense level is proposed .
Approach: They propose a framework to align contextual embeddings at the sense level by leveraging cross-lingual signal from bilingual dictionaries only.
Outcome: The proposed framework improves word sense disambiguation tasks by leveraging bilingual dictionaries . compared with baseline results, the proposed models achieve 0.52%, 2.09% and 1.29% performance improvements .
Conditional Semantic Textual Similarity via Conditional Contrastive Learning (2025.coling-main)

Copied to clipboard

Challenge: Existing methods to assess similarity between sentences encounter over-estimation problem . compared to fuzzy representations, similarity is comparatively lower in terms of "The person's age".
Approach: They propose a conditional contrastive learning framework that constructs positive and negative samples from two perspectives.
Outcome: The proposed method achieves state-of-the-art performance with five models based on bi-encoder and tri-encoding architectures.
Improve Meta-learning for Few-Shot Text Classification with All You Can Acquire from the Tasks (2024.findings-emnlp)

Copied to clipboard

Challenge: Existing methods for few-shot text classification often encounter problems drawing accurate class prototypes from support set samples.
Approach: They propose a meta-learning method that leverages the information within the task itself . they propose Query-Data-Augmenter and Label-Adapter to build a task-adaptive metric space .
Outcome: The proposed method shows obvious advantages over state-of-the-art models on eight benchmark datasets.
DAGA: Data Augmentation with a Generation Approach for Low-resource Tagging Tasks (2020.emnlp-main)

Copied to clipboard

Challenge: Data augmentation techniques are widely used to improve machine learning performance . however, due to the complexity of language, it is difficult to generalize such rules for languages.
Approach: They propose a method to generate high quality synthetic data for low-resource tagging tasks . they use unlabeled data only and unlabelled data plus a knowledge base .
Outcome: The proposed method outperforms baselines on NER, part of speech and target based sentiment analysis tasks.
Memorize Step by Step: Efficient Long-Context Prefilling with Incremental Memory and Decremental Chunk (2024.emnlp-main)

Copied to clipboard

Challenge: Existing methods to optimize LLM for long sequences for long documents are slow and consume memory.
Approach: They propose a method that starts with a small memory size and gradually increases it . they propose Decremental Chunk based on Incremental Memory (IMDC) which reduces chunk size while increasing memory size .
Outcome: The proposed method is faster (1.45x) and reduces GPU memory consumption by 23.3% compared to fixed-size memory.
A Unified Syntax-aware Framework for Semantic Role Labeling (D18-1)

Copied to clipboard

Challenge: Syntactic information has been paid a great attention over the role of enhancing SRL . but the gap between syntax-aware and syntax-gnostic SRL is smaller . a new framework proposes syntax-based SRL for a wide range of NLP tasks .
Approach: They propose to extend existing models to investigate more effective ways of incorporating syntax into sequential neural networks.
Outcome: The proposed framework outperforms existing models on CoNLL-2009 benchmarks in English and Chinese.
RENN: A Rule Embedding Enhanced Neural Network Framework for Temporal Knowledge Graph Completion (2024.lrec-main)

Copied to clipboard

Challenge: Existing methods for temporal knowledge graph embedding do not account for structural dependencies between relations.
Approach: They propose a framework that enhances temporal knowledge graph completion through rule embedding.
Outcome: The proposed framework improves temporal knowledge graph completion through rule embedding.
CSL: A Large-scale Chinese Scientific Literature Dataset (2022.coling-1)

Copied to clipboard

Challenge: Existing datasets centered around the English language restrict development of Chinese scientific NLP.
Approach: They present a large-scale Chinese scientific literature dataset based on Chinese papers . they use semi-structured data as a natural annotation for many supervised NLP tasks .
Outcome: The proposed dataset can serve as a Chinese corpus and perform many supervised tasks.
Unveiling Opinion Evolution via Prompting and Diffusion for Short Video Fake News Detection (2024.findings-acl)

Copied to clipboard

Challenge: Existing methods for short video fake news detection ignore the implicit opinions and evolving nature of opinions across modalities.
Approach: They propose a short video fake news model that mines implicit opinions within short videos and promotes the evolution of both explicit and implicit opinions across all modalities.
Outcome: The proposed model outperforms existing methods on a publicly available dataset for short video fake news detection.
TinyBERT: Distilling BERT for Natural Language Understanding (2020.findings-emnlp)

Copied to clipboard

Challenge: Pre-trained language models are computationally expensive and difficult to efficiently execute on resource-restricted devices.
Approach: They propose a Transformer distillation method that performs Transformer distillations at pre-training and task-specific learning stages.
Outcome: The proposed method accelerates inference and reduces model size while maintaining accuracy.
Benchmarking Egocentric Clinical Intent Understanding Capability for Medical Multimodal Large Language Models (2026.acl-long)

Copied to clipboard

Challenge: Existing benchmarks fail to evaluate egocentric clinical intent understanding of medical multimodal large language models.
Approach: They propose a benchmark leveraging clinician gaze as a Cognitive Cursor to assess intent understanding across surgery, emergency simulation and diagnostic interpretation.
Outcome: The proposed benchmark addresses challenges of visual homogeneity of anatomical structures, strict temporal-causal dependencies in clinical workflows, and implicit adherence to safety protocols.
Asclepius: A Spectrum Evaluation Benchmark for Medical Multi-Modal Large Language Models (2025.acl-long)

Copied to clipboard

Challenge: Medical Multi-Modal Large Language Models (Med-MLLMs) are a promising new form of artificial general intelligence due to their ability to tackle complex tasks.
Approach: They propose a new benchmark that comprehensively assesses medical multi-modal large language models in terms of distinct medical specialties and different diagnostic capacities.
Outcome: The proposed model covers 15 medical specialties and different diagnostic capacities, and excludes overlap with existing VQA dataset.
Enhancing Multilingual Language Model with Massive Multilingual Knowledge Triples (2022.emnlp-main)

Copied to clipboard

Challenge: Existing methods for language model pretraining use limited knowledge graph data for knowledge-intensive tasks.
Approach: They propose to make better use of multilingual annotations and language agnostic properties of KG triples for pretraining LMs.
Outcome: The proposed models show significant performance improvements on a wide range of knowledge-intensive cross-lingual tasks.

What is GenGO?

GenGO is an NLP powered publication search system. It currenctly indexes 30k+ papers from ACL Anthology, and implements multi-aspect summarization, semantic search, and more!

Information

About
Limitations