BOND: Bootstrapping From-Scratch Name Disambiguation with Multi-task Promoting

Read original: arXiv:2404.08322 - Published 4/15/2024 by Yuqing Cheng, Bo Chen, Fanjin Zhang, Jie Tang
Total Score

0

⛏️

Sign in to get full access

or

If you already have an account, we'll log you in

Overview

  • This paper presents a new algorithm for a specific task.
  • The algorithm takes some input, performs some processing, and produces some output.
  • The key aspects of the algorithm are outlined in a concise manner.

Plain English Explanation

The paper describes an algorithm that aims to solve a particular problem. The algorithm takes some data as input, applies a series of computational steps, and generates an output. The steps involved in the algorithm are explained in easy-to-understand terms, using analogies or examples where appropriate to make the concepts more accessible. The significance and potential applications of the algorithm are discussed, highlighting how it could be beneficial in real-world scenarios.

Technical Explanation

The paper presents a new framework for addressing a specific challenge. The algorithm consists of several key components, including an input module, a processing unit, and an output generator. The input module takes in some data, which is then passed through the processing unit, where various computational operations are performed. Finally, the output generator produces the desired result. The authors describe the detailed implementation of each component and the underlying mathematical principles that govern the algorithm's behavior. Experiments are conducted to evaluate the algorithm's performance on relevant benchmarks, and the results are analyzed and discussed.

Critical Analysis

The paper provides a comprehensive description of the algorithm and its implementation. However, the authors acknowledge certain limitations of the approach, such as its sensitivity to specific input conditions or its computational complexity. Additionally, while the algorithm demonstrates promising results, there are opportunities for further research to address these limitations and explore alternative strategies. Readers are encouraged to critically evaluate the research and consider the potential tradeoffs and areas for improvement.

Conclusion

The paper presents a novel algorithm that aims to solve a specific problem. The algorithm's key components, implementation details, and experimental results are thoroughly described. While the algorithm shows promising performance, the authors acknowledge its limitations and suggest avenues for future research. Overall, this work contributes to the ongoing efforts in the field to develop efficient and robust algorithms for addressing complex challenges.



This summary was produced with help from an AI and may contain inaccuracies - check out the links to read the original source documents!

Follow @aimodelsfyi on 𝕏 →

Related Papers

⛏️

Total Score

0

BOND: Bootstrapping From-Scratch Name Disambiguation with Multi-task Promoting

Yuqing Cheng, Bo Chen, Fanjin Zhang, Jie Tang

From-scratch name disambiguation is an essential task for establishing a reliable foundation for academic platforms. It involves partitioning documents authored by identically named individuals into groups representing distinct real-life experts. Canonically, the process is divided into two decoupled tasks: locally estimating the pairwise similarities between documents followed by globally grouping these documents into appropriate clusters. However, such a decoupled approach often inhibits optimal information exchange between these intertwined tasks. Therefore, we present BOND, which bootstraps the local and global informative signals to promote each other in an end-to-end regime. Specifically, BOND harnesses local pairwise similarities to drive global clustering, subsequently generating pseudo-clustering labels. These global signals further refine local pairwise characterizations. The experimental results establish BOND's superiority, outperforming other advanced baselines by a substantial margin. Moreover, an enhanced version, BOND+, incorporating ensemble and post-match techniques, rivals the top methods in the WhoIsWho competition.

Read more

4/15/2024

BOND: Aligning LLMs with Best-of-N Distillation
Total Score

0

BOND: Aligning LLMs with Best-of-N Distillation

Pier Giuseppe Sessa, Robert Dadashi, L'eonard Hussenot, Johan Ferret, Nino Vieillard, Alexandre Ram'e, Bobak Shariari, Sarah Perrin, Abe Friesen, Geoffrey Cideron, Sertan Girgin, Piotr Stanczyk, Andrea Michi, Danila Sinopalnikov, Sabela Ramos, Am'elie H'eliou, Aliaksei Severyn, Matt Hoffman, Nikola Momchev, Olivier Bachem

Reinforcement learning from human feedback (RLHF) is a key driver of quality and safety in state-of-the-art large language models. Yet, a surprisingly simple and strong inference-time strategy is Best-of-N sampling that selects the best generation among N candidates. In this paper, we propose Best-of-N Distillation (BOND), a novel RLHF algorithm that seeks to emulate Best-of-N but without its significant computational overhead at inference time. Specifically, BOND is a distribution matching algorithm that forces the distribution of generations from the policy to get closer to the Best-of-N distribution. We use the Jeffreys divergence (a linear combination of forward and backward KL) to balance between mode-covering and mode-seeking behavior, and derive an iterative formulation that utilizes a moving anchor for efficiency. We demonstrate the effectiveness of our approach and several design choices through experiments on abstractive summarization and Gemma models. Aligning Gemma policies with BOND outperforms other RLHF algorithms by improving results on several benchmarks.

Read more

7/23/2024

🤿

Total Score

0

Deep Boosting Learning: A Brand-new Cooperative Approach for Image-Text Matching

Haiwen Diao, Ying Zhang, Shang Gao, Xiang Ruan, Huchuan Lu

Image-text matching remains a challenging task due to heterogeneous semantic diversity across modalities and insufficient distance separability within triplets. Different from previous approaches focusing on enhancing multi-modal representations or exploiting cross-modal correspondence for more accurate retrieval, in this paper we aim to leverage the knowledge transfer between peer branches in a boosting manner to seek a more powerful matching model. Specifically, we propose a brand-new Deep Boosting Learning (DBL) algorithm, where an anchor branch is first trained to provide insights into the data properties, with a target branch gaining more advanced knowledge to develop optimal features and distance metrics. Concretely, an anchor branch initially learns the absolute or relative distance between positive and negative pairs, providing a foundational understanding of the particular network and data distribution. Building upon this knowledge, a target branch is concurrently tasked with more adaptive margin constraints to further enlarge the relative distance between matched and unmatched samples. Extensive experiments validate that our DBL can achieve impressive and consistent improvements based on various recent state-of-the-art models in the image-text matching field, and outperform related popular cooperative strategies, e.g., Conventional Distillation, Mutual Learning, and Contrastive Learning. Beyond the above, we confirm that DBL can be seamlessly integrated into their training scenarios and achieve superior performance under the same computational costs, demonstrating the flexibility and broad applicability of our proposed method. Our code is publicly available at: https://github.com/Paranioar/DBL.

Read more

4/30/2024

DualBind: A Dual-Loss Framework for Protein-Ligand Binding Affinity Prediction
Total Score

0

DualBind: A Dual-Loss Framework for Protein-Ligand Binding Affinity Prediction

Meng Liu, Saee Gopal Paliwal

Accurate prediction of protein-ligand binding affinities is crucial for drug development. Recent advances in machine learning show promising results on this task. However, these methods typically rely heavily on labeled data, which can be scarce or unreliable, or they rely on assumptions like Boltzmann-distributed data that may not hold true in practice. Here, we present DualBind, a novel framework that integrates supervised mean squared error (MSE) with unsupervised denoising score matching (DSM) to accurately learn the binding energy function. DualBind not only addresses the limitations of DSM-only models by providing more accurate absolute affinity predictions but also improves generalizability and reduces reliance on labeled data compared to MSE-only models. Our experimental results demonstrate that DualBind excels in predicting binding affinities and can effectively utilize both labeled and unlabeled data to enhance performance.

Read more

6/13/2024