Skip to main content

A package that automatically generates a concept map for a PDF document using LLM.

Project description

Paper2CMap

A package that automatically generates a concept map for a PDF document using LLM.

TODO

  • Optimize concept map generating prompt
  • Add few shots for concept map generating
  • Support LNKG/CXL/SVG format output
  • Support QA based on generated concept map

Overview

What is Concept Map?

(Answerd by ChatGPT)

A concept map is a visual tool that is used to organize and represent knowledge, ideas, and information in a hierarchical or non-linear way. It is a graphical representation of a network of interconnected concepts, ideas, or themes, and the relationships between them. Concept maps are commonly used in education, particularly in fields such as science, social studies, and language arts, to help students organize and understand complex information.

Concept maps typically consist of nodes or boxes, which represent concepts or ideas, and lines or arrows, which show the relationships between the concepts. The nodes can be labeled with keywords or short phrases, and the lines or arrows can be labeled with connecting words, such as "leads to," "is a type of," or "causes."

Concept maps can be created by individuals or groups, and can be used to facilitate learning, problem-solving, decision-making, and communication. They are a flexible and powerful tool that can be adapted to many different contexts and purposes.

What is Paper2CMap?

Paper2CMap is a package that automatically generates a concept map for a PDF document using LLM. It will first cut the text of the PDF document into sections, then generate concept maps for each section, and finally merge and prune these concept maps to generate a final map for the whole document.

Currently the generated concept map is in JSON format:

[{"source": "source concept", "target": "target concept", "relationship": "relationship between source and target"}]

In future, we will support more formats export, such as LNKG/CXL/SVG.

Quick Start

Prerequisites

  • Python 3.8+
  • An OpenAI API key or Azure OpenAI Service deployment
  • Set environment variables:
    # If you are using OpenAI Official Service
    export OPENAI_API_TYPE="openai"
    export OPENAI_API_KEY="<OpenAI API Key>"
    
    # If you are using Azure OpenAI Service
    export OPENAI_API_TYPE="azure"
    export OPENAI_API_BASE="<Azure OpenAI Service Endpoint>"
    export OPENAI_API_KEY="<Azure OpenAI Service Key>"
    

Installation

You can now install Paper2CMap with pip:

pip install paper2cmap

Usage

Now you can easily generate a concept map from a PDF document within 3 lines of code:

from paper2cmap import Paper2CMap

paper2cmap = Paper2CMap(model_name="gpt-3.5-turb")
paper2cmap.load("path/to/paper.pdf")
paper2cmap.generate_cmap()

For more details of the API, please refer to API Reference.

Gradio App

We also host a Gradio App at HuggingFace Space for you to try out Paper2CMap without installing it locally. You can also deploy it to your own server:

pip install gradio
gradio app.py

License

This project is licensed under the MIT License - see the LICENSE file for details

Contributing

As an open source project, we welcome contributions and suggestions. Please follow the fork and pull request workflow to contribute to this project. Please do not try to push directly to this repo unless you are maintainer.

Contact

If you have any questions, please feel free to contact us via weitian.bnu@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

paper2cmap-0.1.1.tar.gz (12.7 kB view details)

Uploaded Source

Built Distribution

paper2cmap-0.1.1-py3-none-any.whl (11.8 kB view details)

Uploaded Python 3

File details

Details for the file paper2cmap-0.1.1.tar.gz.

File metadata

  • Download URL: paper2cmap-0.1.1.tar.gz
  • Upload date:
  • Size: 12.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for paper2cmap-0.1.1.tar.gz
Algorithm Hash digest
SHA256 10ff5ba76937a37c515aaeeffe552df9edc122da626d90337990cf936ddf2ba2
MD5 206574e616c14fd5aead8e0217408c4b
BLAKE2b-256 494529d5fa7a6030eb4a540a4b063f2c92b15ef2fb31246d3cc9b937cace53d6

See more details on using hashes here.

File details

Details for the file paper2cmap-0.1.1-py3-none-any.whl.

File metadata

  • Download URL: paper2cmap-0.1.1-py3-none-any.whl
  • Upload date:
  • Size: 11.8 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.10.10

File hashes

Hashes for paper2cmap-0.1.1-py3-none-any.whl
Algorithm Hash digest
SHA256 dcf52f7182a3b9248a2fe73c32db8ff48d6ee9737603de1af70c98907aaff1ba
MD5 4fb1b01bd7a3c7cac14fa1262d6b4978
BLAKE2b-256 257ca2c59771b4fc80011ef8c8584fe412380cc3cab08fc2876f798eaa0f157c

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page