Papers with sub-tasks
Copied to clipboard
| Challenge: | Existing joint entity relation extraction models setup two separate label spaces for the two sub-tasks . |
| Approach: | They propose to eliminate the different treatment on the two sub-tasks’ label spaces by applying a unified classifier to predict each cell’s label. |
| Outcome: | The proposed model achieves competitive accuracy with the best extractor and is faster. |
Copied to clipboard
| Challenge: | Existing work on question answering over knowledge bases limited the search space to a subset of KBs . a retrieval-and-rerank framework is used to access KB and rerank retrieved candidates with more powerful neural networks. |
| Approach: | They propose to share a BERT encoder across all three sub-tasks and define task-specific layers on top of the shared layer. |
| Outcome: | The proposed method improves accuracy and accuracy on the SimpleQuestions dataset and the FreebaseQA dataset. |
Copied to clipboard
| Challenge: | Using general ontologies and domain-specific ontology, taxonomies encode knowledge that is important for understanding systems. |
| Approach: | They propose to modify a non-transitive branching algorithm to explicitly incorporate synonymy into the taxonomy structure to give it a faster performance. |
| Outcome: | The proposed method outperforms the best transitive algorithm while giving comparable performance over a dataset of local taxonomies. |
Copied to clipboard
| Challenge: | Named entity recognition (NER) is a foundational task for a variety of applications like question answering and machine translation. |
| Approach: | They propose to split entity recognition problem into two sub-tasks and optimize them separately for each sub-task. |
| Outcome: | The proposed system outperforms baselines on OntoNotes5.0, WNUT17 and a cybersecurity dataset and gives on-par performance on BioNLP13CG. |
Copied to clipboard
| Challenge: | Using a limited annotation budget, we can greatly improve the performance on intermediate steps with a drop in final-step performance. |
| Approach: | They propose to use a pre-supervised sequence-to-sequence transformer to provide training signals on intermediate steps with zero gold supervision instead of only final-step supervision to improve performance. |
| Outcome: | The proposed model significantly improves on intermediate steps with a drop in final-step performance on one subtask, but also shows decreased performance on another subtask. |
Copied to clipboard
| Challenge: | Recent work in dialogue state tracking (DST) is inefficient in that it predicts dialogue state at every turn from scratch. |
| Approach: | They propose a method that selectively overwrites memory for dialogue state tracking by predicting dialogue state on each memory slot and overwriting it with new values. |
| Outcome: | The proposed model achieves state-of-the-art joint goal accuracy with 51.72% in MultiWOZ 2.0 and 53.01% in MultiWoz 2.1 in an open vocabulary-based DST setting. |
Copied to clipboard
| Challenge: | Entity and Relation Extraction tasks are often compared to pipeline approaches . a recent study shows that joint approaches can produce comparable results . |
| Approach: | They propose to use two approaches to the Entity and Relation Extraction task to compare their performance. |
| Outcome: | The proposed approach outperforms the best pipeline model but improperly designed approaches may have poor performance. |
Copied to clipboard
| Challenge: | Many NLP learning tasks can be decomposed into sub-tasks, each associated with a partial label. |
| Approach: | They propose a modular learning approach where sub-tasks are learned using functional modules . they propose 'learning with partial labels' approach that decomposes tasks into partial labels . |
| Outcome: | The proposed approach can simplify learning and reduce supervision efforts. |
Copied to clipboard
| Challenge: | Argument mining involves multiple subtasks, but each one is insufficient for understanding argumentative structure and reasoning process. |
| Approach: | They propose a quadruplet extraction task that extracts four argumentative components . they use a generative quadragging module to augment the training of the generative framework . |
| Outcome: | The proposed method can extract arguments from a large-scale dataset. |
Copied to clipboard
| Challenge: | Using a unified framework, we propose a joint approach for emotion classification and emotion cause detection. |
| Approach: | They propose a neural network-based joint approach for emotion classification and emotion cause detection which captures mutual benefits across the two sub-tasks. |
| Outcome: | The proposed approach can capture mutual benefits across two sub-tasks on Chinese microblogs. |
Copied to clipboard
| Challenge: | Existing models for aspect-based sentiment analysis ignore a phenomenon: aspect boundary label and sentiment label can correct each other. |
| Approach: | They propose a model that uses aspect boundary label and sentiment label to correct each other . they evaluate the model on three benchmark datasets and evaluate its performance . |
| Outcome: | The proposed model performs state-of-the-art on three benchmark datasets. |
Copied to clipboard
| Challenge: | Textual analogies that make comparisons between two concepts are often used for explaining complex ideas, creative writing, and scientific discovery. |
| Approach: | They propose a task that includes three synergistic tasks: detecting documents containing analogies, extracting text segments that make up the analogy, and identifying the (source and target) concepts being compared. |
| Outcome: | The proposed task performs well on all sub-tasks and smaller models perform better than non-finetuned ChatGPT, suggesting high task difficulty. |
Copied to clipboard
| Challenge: | FELIX is efficient in low-resource settings and fast at inference time, while being capable of modeling flexible input-output transformations. |
| Approach: | They propose a flexible text-editing approach that decomposes a text-generating task into two sub-tasks: tagging and insertion. |
| Outcome: | The proposed model is efficient in low-resource settings and fast at inference time while being capable of modeling flexible input-output transformations. |
Copied to clipboard
| Challenge: | Existing automatic story evaluation methods place a premium on story lexical level coherence, deviating from human preference. |
| Approach: | They propose a novel Story Evaluation method that mimics human preference when judging a story . the model is based on a well-annotated dataset and a longformer-encoder-decoder . |
| Outcome: | The proposed method is applicable to machine-generated and human-written stories. |
Copied to clipboard
| Challenge: | Existing methods for representing factual knowledge in a language model are insufficient. |
| Approach: | They propose a procedure for “crawling” the internal knowledge-base of a language model by expanding a knowledge-graph around it. |
| Outcome: | The proposed method yields high precision graphs (82-92%) while emitting a reasonable number of facts per entity. |
Copied to clipboard
| Challenge: | Existing methods for text ranking have improved performance, but there are still challenges. |
| Approach: | They propose a method that learns to re-rank the text retrieved for a given query by learning to predict the most relevant passage based on a latent preference matrix. |
| Outcome: | The proposed method outperforms all prior methods on datasets with extensive results. |
Copied to clipboard
| Challenge: | ESPnet framework exploits compositionality to learn searchable hidden representations at intermediate stages of a sequence model using decomposed sub-tasks. |
| Approach: | They propose a framework that exploits compositionality to learn searchable hidden representations at intermediate stages of a sequence model using decomposed sub-tasks. |
| Outcome: | The proposed framework outperforms the state-of-the-art on speech translation tasks by +6 and +3 BLEU on the two test sets of Fisher-CallHome and +4 BLUE on the English-German and English-French test sets. |
Copied to clipboard
| Challenge: | Existing methods for learning semantic similarity between two English sentences have focused on one sub-task and therefore showed biased performance. |
| Approach: | They propose a method to learn semantic similarity between two English sentences using siamese networks. |
| Outcome: | The proposed method improves on both sub-tasks and predicts similarity scores in 14 languages. |
Copied to clipboard
| Challenge: | Question-Answering has long been of interest, but its accessibility to users through a speech interface and its support to multiple languages have not been addressed in prior studies. |
| Approach: | They propose a task and a synthetically-generated dataset to do Fact-based Visual Spoken-Question Answering (FVSQA) the task requires a system to retrieve an entity from Knowledge Graphs (KGs) the question is spoken rather than typed. |
| Outcome: | The proposed task performs at same levels of accuracy across 3 languages, including English, Hindi, and Turkish. |
Copied to clipboard
| Challenge: | Existing approaches to the problem of open-retrieval conversational machine reading (OR-CMR) use two separate modules to approach the problem's two successive sub-tasks. |
| Approach: | They propose to model OR-CMR as a unified text-to-text task in a fully end-to end style and propose to use a text-based approach to solve the problem. |
| Outcome: | Experiments on the ShARC and OR-ShARC dataset show that the proposed framework can generalize to different backbone models. |
Copied to clipboard
| Challenge: | Pre-trained seq2seq models have established strong baselines for text-to-text transduction tasks. |
| Approach: | They propose a semi-autoregressive text-editing approach that combines the strengths of non-auto-regressively text- editing and autoregressive decoding. |
| Outcome: | The proposed model is faster at inference times than conventional models while being capable of modeling flexible input-output transformations. |
Copied to clipboard
| Challenge: | Existing methods for speaker identification in texts are incomplete and introduce errors that propagate and seriously affect the final output. |
| Approach: | They propose to use speaker identification (SI) in texts to identify the speaker(s) for each utterance in texts. |
| Outcome: | The proposed model can achieve comparable or better than previous state-of-the-art methods on all public SI datasets for Chinese. |
Copied to clipboard
| Challenge: | Existing tasks in Visual Entity Linking (VEL) rely on textual data to complement multi-modal linking or only link objects with general entities. |
| Approach: | They propose a task to link regions of images with corresponding entities in Knowledge Bases . they propose three sub-tasks, based on a human-annotated visual person dataset . |
| Outcome: | The proposed task is based on a human-annotated visual person linking dataset . the proposed sub-tasks are validated on the WIKIPerson dataset based upon the proposed methods . |
Copied to clipboard
| Challenge: | Existing geo-spatial question answering benchmarks focus on static retrieval, failing to capture the complexity of real-world planning that involves dynamic user locations and compound constraints. |
| Approach: | They propose a new benchmark for Large Language Models that integrates location-anchored and dual-objective queries with a user's real-time coordinates. |
| Outcome: | The proposed model can summarize historical exploration trajectories to enhance exploration efficiency. |
Copied to clipboard
| Challenge: | Neural Networks trained with gradient descent are susceptible to catastrophic forgetting due to parameter shift during the training process. |
| Approach: | They propose a semi-parametric approach that relies on local phrase level similarities to retrieve neighboring phrases that are useful for translation even when overall sentence similarity is low. |
| Outcome: | The proposed approach performs well on a heterogeneous dataset with WMT, IWSLT, JRC-Acquis and OpenSubtitles. |
Copied to clipboard
| Challenge: | Large Language Models and Retrieval-Augmented Generation frameworks have accelerated drug discovery, but integrating models into workflows remains challenging. |
| Approach: | They propose a large-scale knowledge graph-based retrieve-divide-solve agent pipeline RAG framework to support large-level PPI signaling pathway exploration. |
| Outcome: | The proposed framework is based on large-scale knowledge graphs and can be used to analyze protein-protein interactions. |
Copied to clipboard
| Challenge: | Existing models inadequately utilize spatial information of entities, causing incorrectly linking spatially distant entities. |
| Approach: | They propose a Spatial-Context Adaptive Pointer Network to restore semantic order among entities . they propose XFUND-based tail-to-head pointer to restore the semantic order . |
| Outcome: | The proposed method outperforms existing state-of-the-art methods in F1 scores for RE tasks. |
Copied to clipboard
| Challenge: | Using a novel end-to-end pipeline, we propose a solution that consumes a complex task and induces 'dependency graphs' from unstructured text to represent sub-tasks and their relationships. |
| Approach: | They propose a pipeline that consumes a complex task and induces 'dependency graphs' from unstructured text to represent sub-tasks and their relationships. |
| Outcome: | The proposed pipeline outperforms state-of-the-art graph induction pipelines in a dataset of complex tasks with their sub-task graphs. |
Copied to clipboard
| Challenge: | Existing models for disease recognition and normalization ignore text surface form of each candidate concept, causing boundary inconsistency. |
| Approach: | They propose a neural transition-based joint model to normalize disease entities from biomedical text. |
| Outcome: | The proposed model improves on two publicly available datasets. |
Copied to clipboard
| Challenge: | Using a small transformer language model, we can break down a complex task into a set of intermediary easier sub-tasks. |
| Approach: | They propose a method to break down a main task into a set of intermediary easier sub-tasks, which are formulated in natural language as binary questions related to the final target task. |
| Outcome: | The proposed method breaks down a complex task into a set of easier sub-tasks, which are formulated in natural language as binary questions related to the final target task. |
Copied to clipboard
| Challenge: | Existing studies aim to integrate multiple sub-tasks into a unified ABSA model but suffer from major disadvantages . |
| Approach: | They propose a multi-task learning approach to make use of sub-tasks for a unified ABSA. |
| Outcome: | The proposed model can work well when some sub-tasks are absent, and the interactive relations among subtasks not adequate. |
Copied to clipboard
| Challenge: | Existing studies have optimized retrieval-augmented generation (RAG) across sub-tasks, but integrating these optimizations into a unified framework remains challenging. |
| Approach: | They propose a unified retrieval-augmented generation framework that optimizes role-specific tokens for multi-task processing. |
| Outcome: | The proposed framework achieves efficient multi-task processing through role-specific token optimization. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) are increasingly being used for interactive decision-making tasks requiring planning and adapting to the environment. |
| Approach: | They propose an approach that explicitly plans and decomposes complex sub-tasks when the LLM is unable to execute them. |
| Outcome: | The proposed approach significantly outperforms established strong baselines, achieving success rates up to 28.3% higher in ALFWorld, 27% in WebShop, and 33% in TextCraft. |
Copied to clipboard
| Challenge: | Existing SOTA methods for normalization rely on expert-designed rules or grammars . current methods are domain sensitive and not sufficient on emerging corpora . |
| Approach: | They propose a method that generates normalization rules from annotated data without expert intervention. |
| Outcome: | The proposed method surpasses existing rule-based methods on the Tweets benchmark and on the TempEval-3 benchmark. |
Copied to clipboard
| Challenge: | Existing models consisting of multiple steps of visual and language processing are limited in the visual and visual processing community . a visual reasoner is a plug-and-play approach that can be used to improve VLMs' reasoning abilities. |
| Approach: | They propose a least-to-most visual reasoning paradigm that divides a question into sub-questions and invokes external tools for resolving sub-questions. |
| Outcome: | The proposed method can improve four VLMs on four VQA benchmarks. |
Copied to clipboard
| Challenge: | Recent studies have shown that transformer-based approaches to NLP tasks are slow and require computational and memory costs. |
| Approach: | They propose a transformer-based model that decomposes a problem into two sub-tasks and a pruning transformer that takes as input the pruning scores. |
| Outcome: | The proposed model improves training and inference time by at least 50% for a small drop in accuracy and also enables the model to maintain similar accuracy as slower baseline models. |
Copied to clipboard
| Challenge: | Large language models (LLMs) are typically trained to follow a single instruction per inference call. |
| Approach: | They introduce a benchmark to evaluate Large language models' ability to follow one instruction per inference call. |
| Outcome: | The proposed model reduces the total inference time by 1.46 times in average since it does not require multiple inference calls. |
Copied to clipboard
| Challenge: | Existing pre-trained language models often form a cascaded generation problem . this can lead to error accumulation across different sub-tasks and greater data annotation overhead. |
| Approach: | They propose a plug-and-play model for task-oriented dialogue that learns primary TOD task completion skills from heterogeneous dialog corpora. |
| Outcome: | The proposed model learns primary TOD task completion skills from heterogeneous dialog corpora. |
Copied to clipboard
| Challenge: | Existing methods for text classification with extremely weak supervision impose stricter supervision constraints than those under regular weak supervision. |
| Approach: | They propose a framework that creates weak labels by leveraging recent developments in zero-shot text classification. |
| Outcome: | The proposed framework outperforms existing methods on weak labels generated by weakly supervise classification. |
Copied to clipboard
| Challenge: | Recent advances in "Chain of Models" approach increase resource demands as each model must be deployed separately. |
| Approach: | They propose a prompt-tuning method that enables models to share hidden states . they modify input and attention masks during training to eliminate redundant forward passes . |
| Outcome: | Empirical results show that FTHSS matches the performance of traditional model chains while improving inference efficiency. |
Copied to clipboard
| Challenge: | Recent studies show that large language models and vision large language model (VLLMs) possess EI and the ability to understand emotional stimuli in the form of text and images. |
| Approach: | They analyze the key elements affecting the emotion prediction performance of VLLMs in conversational contexts. |
| Outcome: | The proposed model performance was compared with other models in a conversational context. |
Copied to clipboard
| Challenge: | Creating lyrics and melodies in symbolic format requires expert knowledge of melody and an advanced understanding of lyrics. |
| Approach: | They introduce SongComposer, a music-specialized large language model that can create symbolic lyrics and melodies following instructions. |
| Outcome: | The proposed model outperforms existing models in symbolic song composition tasks. |
Copied to clipboard
| Challenge: | Existing CRS datasets focus on immediate requests from users, while lack proactive guidance to the recommendation scenario. |
| Approach: | They propose a topic-guided conversational recommendation dataset . it incorporates topic threads to enforce natural semantic transitions towards the recommendation scenario . |
| Outcome: | The proposed approach is more reasonable and controllable than previous approaches. |
Copied to clipboard
| Challenge: | Fact-checking real-world claims often requires collecting multiple pieces of evidence and complex multi-step reasoning. |
| Approach: | They propose a novel fact-checking model that decomposes complex claims into simpler sub-tasks that can be solved using a shared library of specialized functions. |
| Outcome: | The proposed model outperforms seven baselines on two fact-checking datasets and has explicit output programs that benefit human debugging. |
Copied to clipboard
| Challenge: | Existing datasets for event extraction cannot extract information from textual sources. |
| Approach: | They propose to use crowdsourced annotations on 500 online news articles to train and evaluate baseline models to predict annotated characteristics. |
| Outcome: | The proposed dataset includes crowdsourced annotations on 500 online news articles and includes fine-grained information about the type and location of attacks, as well as information about victims. |
Copied to clipboard
| Challenge: | In this paper, we address the task of summarizing television shows, which touches key areas in AI research. |
| Approach: | They propose a modular approach where separate components perform specialized sub-tasks . they propose atomic facts to measure precision and recall of generated summaries . |
| Outcome: | The proposed method produces higher quality summaries than comparison models on a recently released dataset. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) are often used for multi-faceted language generation and evaluation tasks that require complex user constraints or taking into account multiple aspects and criteria. |
| Approach: | They propose a Large Language Model program that consists of branch, solve, and merge modules that are parameterized with specific prompts to the base LLM. |
| Outcome: | The proposed program improves the evaluation correctness and consistency for each LLM by up to 26%, reducing length and pairwise position biases by up 50%, and allowing LLaMA-2-chat to match or outperform GPT-4 on most domains. |
Copied to clipboard
| Challenge: | Experiments show that CIFLEX significantly reduces computational costs without degrading task performance. |
| Approach: | They propose a new execution system for efficient sub-task handling with a single large language model. |
| Outcome: | Experiments show that CIFLEX significantly reduces computational costs without degrading task performance. |
Copied to clipboard
| Challenge: | Vision-language models (VLMs) achieve impressive zero-shot performance on multimodal reasoning tasks. |
| Approach: | They propose a self-play programming interface which leverages visual reasoning models to generate code to decompose a complex visual reasoning task in sub-tasks and use it as a tool to solve decomposed tasks. |
| Outcome: | The proposed approach outperforms baselines on difficult chart reasoning benchmarks. |
Copied to clipboard
| Challenge: | Existing methods for aspect-based sentiment analysis of review text use only a few keywords describing each aspect/sentiment without using any labeled examples. |
| Approach: | They propose a weakly-supervised approach for aspect-based sentiment analysis which uses only a few keywords describing each aspect/sentiment without using any labeled examples. |
| Outcome: | The proposed method generates quality joint topics and outperforms baselines significantly on benchmark datasets. |
Copied to clipboard
| Challenge: | Existing studies on text discourse parsing for English are limited due to the lack of annotated data. |
| Approach: | They propose to use multilingual vector representations and segment-level translation to establish a neural, cross-lingual discourse parser. |
| Outcome: | The proposed model achieves state-of-the-art on cross-lingual, document-level discourse parsing on all sub-tasks. |
Copied to clipboard
| Challenge: | Existing methods for stance detection are task-agnostic, which fail to utilize task knowledge to better discriminate between genuine and bias features. |
| Approach: | They propose to incorporate stance reasoning process as task knowledge to aid in learning genuine features without using targets. |
| Outcome: | The proposed model achieves better performance than previous task-agnostic debiasing methods on new test sets. |
Copied to clipboard
| Challenge: | Recent-proposed evaluation metrics for large language models have a preference-bias . however, such metrics often lack interpretability and only offer a single score . |
| Approach: | They propose a metric that leverages the power of large language models to perform two sub-tasks: decomposing summaries into atomic content units and validating them against the source document. |
| Outcome: | The proposed metric improves faithfulness scores on three summarization evaluation benchmarks by 3% compared to the next-best metric. |
Copied to clipboard
| Challenge: | Argument mining is a natural language processing task that seeks to obtain structured arguments from unstructured text. |
| Approach: | They propose to use a transfer learning methodology to assess the potential of argument mining knowledge with confluent tasks. |
| Outcome: | The proposed method dispenses with heavy feature and model engineering and allows for new state-of-the-art performance for its three main sub-tasks. |
Copied to clipboard
| Challenge: | Existing claims detection frameworks are portability to emerging events and low-resource training data settings. |
| Approach: | They propose a claim detection framework that leverages zero-shot Question Answering to solve sub-tasks such as topic filtering, claim object detection, and claimer detection. |
| Outcome: | The proposed framework outperforms baselines on the NewsClaims benchmark. |
Copied to clipboard
| Challenge: | Embodied Question Answering (EQA) tasks are primarily focused on indoor environments, leaving the complexities of urban settings unexplored. |
| Approach: | They propose a task where an embodied agent answers open-vocabulary questions in dynamic city spaces. |
| Outcome: | The proposed agent achieves 60.7% of human-level answering accuracy compared to baselines . the proposed agent outperforms existing agents in open-ended city spaces . |
Copied to clipboard
| Challenge: | Large language models have shown potential in assisting scientific research, yet their ability to discover high-quality research hypotheses remains unexamined due to the lack of a dedicated benchmark. |
| Approach: | They propose a benchmark for evaluating large language models on a sufficient set of scientific discovery sub-tasks. |
| Outcome: | The proposed framework extracts critical components from papers across 12 disciplines with expert validation confirming its accuracy. |
Copied to clipboard
| Challenge: | a new benchmark evaluates video-based optical character recognition (Video OCR) performance of multi-modal models in videos . the benchmark aims to improve video LLMs' ability to extract text from video content . previous benchmarks have focused on video QA, but not video-related QA. |
| Approach: | They propose to evaluate the video OCR performance of multi-modal models in videos . they use a semi-automated approach that integrates the OCR ability of image LLMs with manual refinement . |
| Outcome: | The proposed benchmark includes 1,028 videos and 2,961 question-answer pairs . it integrates the OCR ability of image LLMs with manual refinement . |
Copied to clipboard
| Challenge: | Approaches to Grounded Language Learning focus on a single task-based final performance measure which may not depend on desirable properties of the learned hidden representations. |
| Approach: | They propose an evaluation framework for Grounded Language Learning with Attributes based on three sub-tasks: 1) Goal-oriented evaluation; 2) Object attribute prediction evaluation; and 3) Zero-shot evaluation. |
| Outcome: | The proposed framework evaluates the quality of learned representations with respect to attribute grounding. |
Copied to clipboard
| Challenge: | Current speaker diarization systems consider only acoustic information, resulting in performance degradation when encountering adverse acustic environment. |
| Approach: | They propose methods to extract speaker-related information from conversational semantics in multi-party meetings. |
| Outcome: | The proposed method improves on AISHELL-4 and AliMeeting datasets on speakers diarization and speaker-turn detection. |
Copied to clipboard
| Challenge: | Current TIMT studies focus on providing translations for all text within an image, neglecting to provide bounding boxes and covering limited scenarios. |
| Approach: | They extend traditional TIMT into position-aware TIMt to support fine-grained translation . they introduce an Adaptive Image OCR Refinement Pipeline to refine results . |
| Outcome: | The proposed model supports fine-grained and layout-preserving translation . the experimental data highlight the scalability and generalizability of the model. |
Copied to clipboard
| Challenge: | Existing approaches to memory management rely on final task performance as the primary reward, resulting in severe reward sparsity and ineffective credit assignment. |
| Approach: | They propose a framework for fine-grained feedback alignment using a Chunk-level step reward and Evidence-Anchored Reward Attribution to redistribute global rewards based on memory items utilized as evidence in reasoning. |
| Outcome: | The proposed framework outperforms baselines and supports generalization across different model configurations and backbones. |
Copied to clipboard
| Challenge: | Large Language Models (LLMs) have revolutionized natural language processing with impressive capabilities, but they lack domain specificity, real-time information and face challenges in solving specialized problems. |
| Approach: | They propose a multi-LLM approach that decomposes the aforementioned capabilities into a planner, caller, and summarizer. |
| Outcome: | The proposed model outperforms existing models by demonstrating its effectiveness and advantages in tool learning. |
Copied to clipboard
| Challenge: | Existing studies focus on syntactic knowledge and world knowledge, but conceptual structure is not well-understood. |
| Approach: | They propose a benchmark for coNceptual structure induction based on FrameNet . they use prompts to induce conceptual structure of Framenet with LLMs . |
| Outcome: | The proposed model is able to induce conceptual structure of FrameNet with LLMs. |
Copied to clipboard
| Challenge: | Existing MLLMs rely on commercial models such as GPT-4o for evaluations, but they are not universally accessible. |
| Approach: | They propose a task decomposition evaluation framework based on GPT-4o to automatically construct a specialized training dataset to break down the multifaceted evaluation process into simpler sub-tasks. |
| Outcome: | The proposed framework outperforms the current state-of-the-art GPT-4o evaluation framework with over 4.6% improvement in Spearman and Kendall correlations with human judgments. |
Copied to clipboard
| Challenge: | Existing benchmarks and MLLMs focus on single-image input scenarios, leaving performance of ML models when handling multiple images underexplored. |
| Approach: | They propose a benchmark to evaluate fine-grained abilities of multimodal large language models in multi-image scenarios. |
| Outcome: | The proposed benchmark categorizes the multi-image abilities into three scenarios: MII, MKS and MIC. |
Copied to clipboard
| Challenge: | Existing LLMs fail to capture the dual nature of medical consultation (MC) this mismatch often results in ineffective symptom inquiry and unreliable disease diagnosis. |
| Approach: | They propose a novel LLM-based framework that performs Dual-Decision Optimization by decoupling the two sub-tasks and optimizing them with distinct objectives through a collaborative multi-agent workflow. |
| Outcome: | The proposed framework outperforms existing LLM-based approaches on three real-world MC datasets and achieves competitive performance with state-of-the-art generation-based methods. |
Copied to clipboard
| Challenge: | Existing approaches to joint entity-relation extraction are limited in their ability to capture the interdependence between the two sub-tasks. |
| Approach: | They propose a synergistic approach to capture interdependence between named entity recognition and relation extraction sub-tasks in a Synergetic Interaction Network. |
| Outcome: | The proposed model achieves significantly better performance on three benchmark datasets. |
Copied to clipboard
| Challenge: | Large language models (LLMs) are evolving from text generation into integration within agentic workflows . tools such as APIs, databases, and software tools are expanding rapidly . |
| Approach: | They propose a lightweight framework that models retrieval as iterative query planning . instead of single-shot matching, ToolQP decomposes instructions into sub-tasks . |
| Outcome: | The proposed framework achieves state-of-the-art performance and robustness across retrievers. |