document-qa
Paragraph QA tools
Tools and codebase for training neural question answering models on multiple paragraphs of text data
434 stars
57 watching
122 forks
Language: Python
last commit: 10 months ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
allenai/natural-instructions | Creating a large collection of tasks and their natural language definitions/instructions to support the development of NLP models with generalization capabilities | 958 |
langchain-ai/auto-evaluator | Automated evaluation of language models for question answering tasks | 744 |
hwchase17/notion-qa | A Python-based question answering system built on top of Notion's database and OpenAI's API for natural language processing. | 2,139 |
ikram-shah/airtable-qna | A tool that allows users to ask natural language questions to an Airtable base and receives answers in real-time using LangChain and OpenAI APIs. | 38 |
allenai/scibert | A BERT model trained on scientific text for natural language processing tasks | 1,521 |
ethicalml/xai | An eXplainability toolbox for machine learning that enables data analysis and model evaluation to mitigate biases and improve performance | 1,125 |
allenai/pawls | Software that enables easy labeling of PDF documents with annotations and structure | 390 |
wklken/stackoverflow-py-top-qa | A collection of Python-related questions and answers from Stack Overflow, with some answers translated into Chinese. | 855 |
huggingface/node-question-answering | Provides a simple way to perform question answering using a pre-trained model in Node.js | 466 |
maluuba/newsqa | Compiles and provides structured access to Maluuba's NewsQA dataset for natural language question answering research. | 253 |
sergioburdisso/pyss3 | A Python package implementing an interpretable machine learning model for text classification with visualization tools | 336 |
etalab/piaf | A question answering annotation platform with features like text input, user management and scoring | 87 |
patil-suraj/question_generation | Automated question generation using pre-trained transformers and simplified pipelines | 1,105 |
microsoft/pica | An empirical study on using GPT-3 for multimodal question answering tasks with few-shot learning. | 84 |
zcyang/imageqa-san | This project provides code for training image question answering models using stacked attention networks and convolutional neural networks. | 107 |