Giter Site home page Giter Site logo

amnn's Introduction

Attentive Multiveiw Neural Network (AMNN) Model

Introduction

AMNN is framework that can combine different views (representations) of the same input through effective data fusion and attention strategies for ranking purposes. We developed the model to find the most probable diseases that match with clinical descriptions of patients, using data from the Undiagnosed Diseases Network.

As the following Figure shows, AMNN comprises of three major components: (a): an attention network that estimates and weights the contribution of each view in the ranking process, (b): a fusion network the utilizes intra-view feature interactions to effectively combine query-document representations, and (c): a softmax layer at the end that estimates the query-document relevance scores given their combined representations.

The architecture of our Attentive Multiview Neural Model (AMNM)
The architecture of our Attentive Multiview Neural Model (AMNM). For simplicity, we illustrate two views only, e.g. (q', d') indicates representations of the texts of a query and a document, and (q", d") indicates representations of the medical codes and concepts associated with the same query and document. f(.) and g(.) indicate attention and fusion functions respectively, and a i indicates the attentive weight of the ith view estimated by the attention sub-network.

Instructions

Update the read_data() function in utils.py to read data for processing. Detailed instruction are add to the code as comments.

Citation

Hadi Amiri, Mitra Mohtarami, Isaac S. Kohane. Attentive Multiview Text Representation for Differential Diagnosis. In Proceedings of the 59th Annual Meeting of the Association for Computational Linguistics (ACL'21).
pdf, supp, slides, talk

amnn's People

Contributors

amirieb avatar

Stargazers

XuZhang avatar Abolfazl (Abe) avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.