TensorRT icon indicating copy to clipboard operation
TensorRT copied to clipboard

ideas

Open Abidouz opened this issue 1 year ago • 2 comments

Here are some ideas and potential areas of research for Tensort:

  • Model analysis and interpretability: Develop new techniques for analyzing and understanding what large language models have learned from their training. This could help ensure they behave as intended.

  • Constitutional AI techniques: Apply concepts from Stability AI's Constitutional AI research like value specification languages, capability restrictions, and alignment incentives to improve Tensort's safety.

  • Interactive debriefing tool: Create an interactive interface that allows users to have detailed conversational debriefing sessions with Tensort to understand its capabilities and limitations.

  • Self-supervised pretraining methods: Research how to utilize self-supervised pretraining approaches like contrastive learning to implicitly teach helpfulness, harmlessness and honesty without labeled data.

  • Adversarial robustness: Make Tensort more robust to adversarial examples, ambiguous queries, and attempts to deviate it from its intended purpose.

  • Helpfulness evaluation: Develop better automatic and human-based evaluation methods to quantitatively measure how helpful Tensort is across different contexts and demographics.

  • Stakeholder values: Conduct values research to better understand the priorities and concerns of different potential stakeholder groups interacting with an AI system like Tensort.

  • Lifelong learning: Research how to continuously update Tensort's knowledge and abilities over its lifetime through reinforced self-supervised learning from interactions.

  • Explainability of reasoning: Improve Tensort's ability to transparently explain to users the reasoning behind its responses and recommendations.

Abidouz avatar Jun 14 '24 23:06 Abidouz

Tensorrt is just a infer engine, according to your ideas, tensorrt should have an embedded llm to drive itself.

lix19937 avatar Jun 15 '24 02:06 lix19937

This looks like an LLM generation

adamconrad7 avatar Jun 29 '24 03:06 adamconrad7

As said, TensorRT is mainly for inference optimizations. For training related issues please refer to each frameworks' approach. Thanks!

poweiw avatar Feb 11 '25 22:02 poweiw